ad2Xmarket - a simple ad market script based on PHP and MySql

Chapter A. Package content:

Chapter B. Installation:

  1. Using this free software you agree to the enclosed license agreement!

  2. Copy all files in a new directory of your webserver

  3. Be sure to make a free access on the /fotos/ and /fotos/big/
    directories by using the command: chmod 777 fotos

  4. Protect the access to the /admin/ directory with username and password

  5. Establish the following two database tables in your MySql database:

    table name: ad2_ads
    idtinint(11)indexauto_increment
    statustinint(1)  
    datumdate  
    spartetinyint(2)  
    headlinevarchar(50)  
    emailvarchar(50)  
    fotovarchar(50)  
    texttext  
    table name: ad2_captcha
    idvarchar(12)index
    captchavarchar(6)  


    Therefore you also can use the SQL syntax in the file called "database.dmp"

  6. Make at least the following entries in the file called "config.inc.php":


  7. Feel free to define your own categories using the entries in the
    categories chapter of "config.inc.php":

  8. Your ad market should work now. Either you use the "index.php"
    file or the "index.html", they have absolutely the same content