phpPgAds | ![]() |
2.1.2 | Step 2: Running the installer | |
Usually all table names used by phpPgAds have the phpAds_ prefix, so they don't conflict with other tables used by other scripts. Unless you want to use multiple installations of phpPgAds on the same server you can use the default value of the table prefix setting. If you click 'Proceed' after you have filled in the basic database settings, the installer will check if it can connect to the database and if the supplied user has enough priviliges to create the database structure. A warning will be displayed when any of these checks fails. If you want to know more about these warnings and how to solve them, please read the section Installation Troubleshooting.
In order to function correctly phpPgAds needs to know where it is located on the webserver. The installer will try to auto-detect the right location, but if this isn't correct, please supply the right location in the URL prefix field (don't use a trailing slash).
| ||
2.1.3 | Step 3: Configuration | |||
|
||||
After you have properly configured phpPgAds you must not forget to lock the config.inc.php file again, to prevent security problems. If you are using a Windows webserver check the properties of the file and make sure the read-only flag is set. If you are using a Linux or Unix webserver you can alter the write permissions with the chmod command from the command prompt:
If you do not have command line access to your web server then your FTP client should be able to change file permissions.
|
||||
2.1.4 | Step 4: Automatic maintenance | |||
|
||||
You can add the following line to your crontab. The example below is displayed as two lines, but must be added as one line! Instead of fetch, you can also use wget or lynx -dump to call the maintenance file.
For more information about scheduled tasks on Windows based servers,
please read the documentation provided by Microsoft.To run phpPgAds certain
settings are required. phpPgAds requires PHP 4.0.0 or higher |
||||
2.1.5 | Step 5: Congratulations | |
If you have any more question about the installation or how to use phpPgAds, please use the forums located at http://www.sourceforge.net/projects/phpPgAds.
| ||