Main > Free Download Search >

Free auctions software for linux

auctions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 25
Auctions and Classifieds 1

Auctions and Classifieds 1


Auctions and classifieds icons for websites or desktops. These icons are great for auction or free classified websites. If you want to have asuccessfu... more>> <<less
Download (41KB)
Added: 2009-04-14 License: Freeware Price: Free
197 downloads
MyAuction 3.1

MyAuction 3.1


MyAuction watches auctions on internet bidding platforms. more>>
MyAuction watches auctions on internet bidding platforms. Configuration by interactive GUI menus (no script hacking required!)

Features different platforms:
* Ebay
* Allegro.pl

Localized Versions included:
* German
* UK English
* US English
* Polish
* Italian
* French

- Watch multiple auctions
- easy and nice interface
- Use different color schemes
- Use different background (including crystal-liquid)

I would be very happy if you leave comments about this karamba theme.

Configuration:

Right-click on theme, then choose "configure theme". There you can:
* change background
* change language/country setting
* change color scheme

<<less
Download (0.028MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Web Auction 0.2

Web Auction 0.2


Web Auction is a simple auction designed for organizations or individuals who want to hold an auction. more>>
Web Auction is a simple auction designed for organizations or individuals who want to hold an auction.
The project is unlike Ebay in the sense that only administrators can add products. Products can have pictures, price, minimum bids, bid increments, and more.
Enhancements:
- This release adds reverse auction mode so that the auction can be run in such a way that the lowest bidder wins.
<<less
Download (0.32MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
862 downloads
AuctionGallery 0.9.4

AuctionGallery 0.9.4


AuctionGallery is a terminal script that creates picture galleries. more>>
AuctionGallery is a terminal script that creates picture galleries for the purpose of putting them into auctions like eBay, Yahoo Auctions, etc. It can also be used automatically generate HTML templates for auction description.
It is aimed at powersellers who have hundreds of products listed every day and need an efficient way of generating galleries and organizing pictures in a coherent directory structure.
I created AuctionGallery because I needed simple software to quickly create picture galleries for the purpose of putting them into auctions. There are many other similar programs available but none did the job.
Main features:
- Automatically organize picture galleries into an easy-to navigate directory structure.
- Upload pictures to an FTP site
- Resize images and create thumbnails
- Support for flexible templates
Installation:
Just extract the tar file into your home directory. Add the path to gallery executable to PATH.
export PATH=foobar:$PATH
Edit gallery.conf and create templates. 3 sample templates are included.
Usage:
Navigate to the directory where pictures are located. Type "gallery" in terminal. You can also specify a template to speed things up, like so: "gallery foobar". Hopefully gallery executable will be in your path. It will list available templates and their descriptions.
Type the name of template to use. Type the name of the folder that will contain the pictures. Give meaningfull names so that later the pictures will be easy to find. For example if the item being sold is a Rolex Date Just Watch, give this name: RolexDateJustWatch. Try not to put numbers at the end as it will look confusing.
If everything is OK, pictures will be copied to the images_root directory, renamed, resized, thumbnailed, uploaded to an FTP site and gallery.html will be created in the current directory. All pictures in current directory will be moved to a directory "backup".
Please keep in mind that this program is written in Bash script so it is error prone. I did extensive error checking but its impossible to check everything and if something goes wrong the program may spit out something bogus.
Enhancements:
- A new command-line option -n item name was added.
- A links directory containing useful symlinks was added.
- The delete_originals option was added.
- A bug in which files get overwritten and duplicated during rename was fixed.
- Error checking of configuration options was improved.
- All convert and rename work is done in a temporary directory to avoid possible conflicts.
- Permission problems in the install script were fixed.
- The user config file permissions were made chmod 600 to hide passwords.
- Config file searching when using the -c option was improved.
- The sample configuration file was revised.
<<less
Download (0.015MB)
Added: 2005-09-11 License: GPL (GNU General Public License) Price:
1503 downloads
Auction Business Manager 1.0

Auction Business Manager 1.0


Auction Business Manager is a tool that helps you keep track of income and expenses for your online auctions, e.g. with eBay. more>>
Auction Business Manager is a tool that helps you keep track of income and expenses for your online auctions, e.g. with eBay.
Auction Business Manager also color codes your listings so that you can easily see who you need to ship packages to and who still needs to pay.
There is a statistics page that tells you, by month, what your expenses were, what your income was, and how much profit you made, so its easy to see how well your business is growing.
Main features:
- Easy installation - just unzip, upload, install a single table into your MySQL database and youre ready to rock!
- Simple, intuitive interface - Auction Business Manager is structured so that its very easy to make changes to and update your listings.
- Ongoing Balance Sheet - Worried that you might be spending more than youre making? No problem, just keep track with Auction Business Manager, and compare how youre doing from month to month.
- Its Online - Once you install Auction Business Manager on your hosting account, you can access it from any computer.
- Password Protected - Auction Business Manager uses a simple login system to keep unwanted visitors and meddlers out.
<<less
Download (0.012MB)
Added: 2006-02-09 License: Freeware Price:
1352 downloads
FreeAuctionInformation.com 1.00

FreeAuctionInformation.com 1.00


Are you aware of the automobile auctions in Atlanta? Would you like to know what cars are available at the various auctions? Then you are at the right... more>> <<less
Download (0KB)
Added: 2009-04-14 License: Freeware Price: Free
193 downloads
RUBiS 1.4.3

RUBiS 1.4.3


RUBiS is an auction site used to benchmark e-commerce technologies. more>> <<less
Download (3.6MB)
Added: 2005-04-12 License: LGPL (GNU Lesser General Public License) Price:
1660 downloads
JASA 0.35

JASA 0.35


JASA project is a high-performance auction simulation software in Java. more>>
JASA project is a high-performance auction simulation software in Java.
It is designed for performing experiments in agent-based computational economics. JASA implements variants of the double-auction market, which is commonly used to run real-world market places such as stock exchanges.
It is designed to be highly extensible, so that other types of auctions can easily be implemented. The software also provides base classes for implementing simple adaptive trading agents.
It was developed for research carried out at the Agent Applications, Research and Technology group of Liverpool University.
Enhancements:
- An implementation of the Gjerstad-Dickhaut strategy has been added, contributed by Marek Marcinkiewicz; see uk.ac.liv.auction.agent.GDStrategy.
- An implemention of the ZI-U strategy has been added, contributed by Jinzhong Niu; see uk.ac.liv.auction.agent.RandomUnconstrainedStrategy
- A control strategy that bids at the true equilibrium-price has been added; see uk.ac.liv.auction.agent.EquilibriumPriceStrategy
- A strategy has been added that decorates another strategy by bidding a markup on top of the component strategy see uk.ac.liv.auction.agent.MarkupStrategyDecorator
- The auction console View menu now allows the following graphs to be displayed:
- the true supply and demand of all agents in the auction
- the reported supply and demand of all agents in the auction
- the current auction state (matched and unmatched offers)
<<less
Download (27.0MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1021 downloads
BidNinja 1.7

BidNinja 1.7


BidNinja is a 100% free online eBay sniper that automatically bids in the last seconds of an auction. It includes the QuickBid toolbar, Bid Groups, S... more>> <<less
Download (0KB)
Added: 2009-04-13 License: Freeware Price: Free
196 downloads
TenderSystem 0.9.5 Beta

TenderSystem 0.9.5 Beta


TenderSystem is an Internet-based system to source, award, and manage a procurement process. more>>
TenderSystem is an Internet based system to source, award and manage the total procurement process.
This tried and tested technology leverages the age-old principle of supply and demand, through reverese auction, ensuring that products are purchased at the best possible price, at a lower administration and management cost, than any other method.
TenderSystem is released under a dual license, namely TenderSystem Public License (TPL) for TenderSystem OS and a commercial license for TenderSystem PRO that includes additional features.
Main features:
- Tender invitations by email with optional SMS notification.
- Templates for cellphones, computers, laptops, car audio and cameras.
- Attach files.Smart closing time calculation or user defined closing time.
- Budget value displayed in RFQ.
- Calculate savings based on alternative quotes.
- Automatically generate installation or delivery fee.
- Send RFQ to multiple supplier agents.Supplier panel not required for RFQ.
- Display RFQs publicly.
- Quote by email or website.
- Automatically submit valid supplier quotes.
- Include attachments with quote submission.
- Recommend suitable substitution products, description, stock availability and validity period.
- Multiple quote submissions.
- Automatically close RFQ when all requests received or closing time reached.
- Send email report to user stating all supplier quotes.
- Send email report to agent stating price position.
- Remove duplicate submissions.
- Award to supplier, cash-settlement, invalidate or non-tender merchant.
- Send out purchase order via email to successful supplier with optional SMS notification.
- Purchase order authentication.
- Optional SMS notification to supplier and client.
- Mandate management.
- Create and delete organisations, branches and users.
- View reports (Audit trail and Group by Quote).
- View and edit profiles.
- Reset passwords.
- Request tenders on behalf of users.
- Create and delete suppliers, branches and agents.
- View reports (Open, Closed and Awarded).
- View and edit profiles.
- Reset passwords.
- Link organisations, areas and categories.
- Upload and view valid items.
- Submit tenders on behalf of agents.
- Control panel displaying audit trail of whole process.
- Change closing times.
- Change and invalidate quotes.
- Load, edit and delete States.
- Load, edit, delete and link Areas.
- Load, edit and delete Categories.
- Load, edit and delete Subcategories and Brands.
- Create and delete administrators.
- General Settings
<<less
Download (1.8MB)
Added: 2006-09-19 License: TPL (TenderSystem Public License) Price:
1136 downloads
ImageBot 4.0.6

ImageBot 4.0.6


ImageBot allows lets you upload your images to a free image hosting service. more>>

ImageBot 4.0.6 is an extremely useful utility for everyone. It is actually a Firefox extension that allows you to upload your images to a free image hosting service (ImageShack or Photobucket).

ImageBot lets you sort, filter, and make image galleries out of your images in a snap. It is especially good for your eBay auctions by way of the Thumbnail Gallery template included by default.

Enhancements:

  • ImageShack now works again.
  • Photoshop now works again.

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-06-29 License: MPL Price: FREE
26 downloads
 
Other version of ImageBot
ImageBot 3.5.1It is especially good for your eBay auctions by way of the Thumbnail Gallery template included by default
License:MPL (Mozilla Public License)
Download (0.056MB)
833 downloads
Added: 2007-07-28
eBayAgent 0.9.9

eBayAgent 0.9.9


eBayAgent is a Perl script to bid at the last moment in an eBay auction. more>>
eBayAgent aims to help users who are bidding in an eBay auction by giving them an automated way of bidding in the dying moments of an auction.
<<less
Download (0.044MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1633 downloads
MercadoLibre Mexico Buscador 0.2

MercadoLibre Mexico Buscador 0.2


MercadoLibre Mexico Buscador allows the search for the selected text in the mexican auctions site Mercado Libre. more>>

MercadoLibre Mexico Buscador 0.2 is yet another great addition to your browser. It is actually a Firefox addon that allows you to search for the selected text in the mexican auctions site Mercado Libre .

Usage:

  • Select the text you want to search
  • Right-click and choose "MercadoLibre Mexico Buscador".

Requirements:

  • Mozilla Firefox
<<less
Added: 2007-09-05 License: MPL Price: FREE
10 downloads
Dirty Sand Box 0.5

Dirty Sand Box 0.5


Dirty Sand Box (DSBapp) is a Web-administered, flat-file, Perl portal. more>>
Dirty Sand Box (DSBapp) is a Web-administered, flat-file, Perl portal.
It comes complete with forums, articles, links, download sections, classifieds ads, an image gallery, surveys, messaging, a POP3 mail client, and much more.
Each member profile has its own guest book and user image gallery.
Enhancements:
- A major overhaul was done.
- Perls CGI module (cgi.pm) is now used for all URL and form parsing. An auction, an e-cart, e-cards, subcategories for links and downloads sections, and preview images for downloads were added.
- More security features were added.
<<less
Download (2.9MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
827 downloads
My Classifieds 3.12

My Classifieds 3.12


My Classifieds is a web-based implementation of online classifieds, similar to other classifieds or auction sites. more>>
My Classifieds is a web-based implementation of online classifieds, similar to other classifieds or auction sites.
It displays all aspects of the classifieds and creates all of the files for you.
Admin just needs to specify the categories, colors, template, and a few other site-specific variables and preferences.
This is done through an intuitive manage script. The script supports email and deletion/modification of ads by users, as well as searching ads, and auto-delete after an admin-specified number of days.
The admin can also delete or edit ads, delete or ban users, and change users passwords.
My Classifieds also has an intuitive language module that is easy to edit.
Already supported are English, Spanish, Puerto Rican Spanish, Norwegian, Portuguese, Danish, and Dutch. Also available: MySQL version.
Main features:
- Post an unlimited number of ads.
- Admin can allow or disallow uploading of pictures and linking to pictures.
- Admin can specify how long an ad can remain before being automatically deleted, or specify forever.
- Admin can specify categories for the ads.
- Admin can delete users, ban users, and change users passwords.
- Admin can delete and edit ads.
- Admin can choose from one of our language modules, or create his own language module.
- Specify your own colors.
- Use your own template
<<less
Download (0.050MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1148 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2