ad2Xmarket - a simple ad market script based on PHP and MySql
Chapter A. Package content:
- root/
- admin/
- lang/
- ..
- en.inc.php
- es.inc.php
- de.inc.php
- captcha/
- ..
- 1.ttf
- 2.ttf
- 3.ttf
- 4.ttf
- 5.ttf
- 6.ttf
- 7.ttf
- index.php
- grafik/
- ..
- blind.gif
- de.jpg
- en.jpg
- es.jpg
- lupe.gif
- schloss.gif
- nopic.jpg
- fotos/
- ..
- license_agreement.txt
- admarket.css
- config.inc.php
- database.dmp
- index.html
- index.php
- readme.html
- rewrite_rules.html
- showgrafic.php
Chapter B. Installation:
- Using this free software you agree to the enclosed license agreement!
- Copy all files in a new directory of your webserver
- Be sure to make a free access on the /fotos/ and /fotos/big/
directories by using the command: chmod 777 fotos
- Protect the access to the /admin/ directory with username and password
- Establish the following two database tables in your MySql database:
table name: ad2_ads |
id | tinint(11) | index | auto_increment |
status | tinint(1) | | |
datum | date | | |
sparte | tinyint(2) | | |
headline | varchar(50) | | |
email | varchar(50) | | |
foto | varchar(50) | | |
text | text | | |
table name: ad2_captcha |
id | varchar(12) | index |  |
captcha | varchar(6) | | |
Therefore you also can use the SQL syntax in the file called "database.dmp"
- Make at least the following entries in the file called "config.inc.php":
- $db_hostname
- $db_user
- $db_passw
- $name_database
- $adminuser
- $adminpassword
- $emailadress
- Feel free to define your own categories using the entries in the
categories chapter of "config.inc.php":
- Your ad market should work now. Either you use the "index.php"
file or the "index.html", they have absolutely the same content