Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jakub Pezacki  >  Allegro script  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: description
Class: Allegro script
Manage auctions in allegro.pl site
Author: By
Last change:
Date: 2008-05-21 17:10
Size: 657 bytes
 

Contents

Class file image Download
Welcome,

This is my script used for selling items on allegro.pl 

It was oryginaly used for selling books, so some of the functiality remained. 

It is designed to work with external system.
Script starts from index.php it can be called by cron or
manually from the web browser. 
Basicly it searches the ftp account for uploaded file with items.
Each row from the file is read by auctionsManager and calls new auction.
Each row is a single auction or item in the store.
You have do define how the data is orginized in auctions.php.
Basic configuration needs do be done in conf.php

This is just an example how it could be done.

Enjoy.