This program mainly deceives traffic. It is similar to the fact that if you want to read a post, you need 100 points. Then you need to send 100 links to people to get 100 points. Backend statistics.
Installation prerequisites: You need a space that supports PHP+MYSQL, and mysql needs to be version 4.1 or above
1 Upload files Upload the files in the adsystem directory of the attachment to the corresponding directory of your website
2. Modify config.php
Edit inc/config.php
$db_host= localhost; //MYSQL database server name
$db_user= root; //MYSQL username
$db_pass= 123qwe; //MYSQL password
$db_base= adsystem; //MYSQL database name. Change these parameters to the MYSQL parameters you plan to use to install this program.
3. To import the initial data, please first confirm whether your mysql is version 4.1 or above. If your mysql is not version 4.1 or above, please change
Delete 070801_jTAFMikO-1.sql and rename 40_070801_jTAFMikO-1.sql to 070801_jTAFMikO-1.sql
Then execute import.php to start importing data. For example, if you upload the adsystem file to the http://www.test.com/ad/ directory, then execute http://www.test.com/ad/import.php and press Prompt to import.
(If the space you are using disables certain functions and import.php cannot be executed normally, please log in to your phpmyadmin and import the content in 070801_jTAFMikO-1.sql. The effect will be the same)
After the import is completed, please delete the two files import.php and 070801_jTAFMikO-1.sql.
4. Change the attributes of upload, cache and the temp directory under cache to 777
(Log in to ftp to make changes. If it is a win host, you can omit this step)
5. The background address for logging in is to add /admin after the website URL address.
Such as http://www.test.com/ad/admin
Administrator account: admin
Password: 123123
Enter the background to modify the website name and other parameters in the initial settings.