Linkpage installation

This script will create a new config.inc.php file, overwriting your old one. Your old file will be backup ed to config.inc.old.php. After that, this script will execute the neccessary SQL instructions to your database. After that, everything should to be up and running.

Linkpage Main configuration.
Language Linkpage uses files to store all the text to be echoed. This makes it easier to translate linkpage into an different language. You only have to cycle thru the *.lng.php file and change the values for your language. Because of I know only two languages, there are two options by default: en for English and nl for Dutch. If you translated linkpage into another language, please e-mail your file to me, I'll add it to the linkpage release.
Stylesheet The majority of the look of linkpage is described in the Stylesheet file. I developed two of them, default.css a with a pastel yellow and blue theme. The other grey.css is a gray scale with blue theme. These are located in /images/.
Basedir Here you have to specify which URL should be used to access linkpage. This is used when linkpage redirects you to other pages. A / MUST be added.
OBGZip If set to TRUE the output will be zipped. This should reduce the traffic a lot.
MySQL server location The location where your MySQL server can be found.
MySQL server user name User name to access the MySQL server.
MySQL server password Password to access the MySQL server.
MySQL database Database which must be used by linkpage to store data.
table prefix If you want to store more than one linkpage in one database, you can fill in a prefix, which is added before the default table names. If you want to use the default values, leave it blank! DO NOT USE stripes in dbTablePrefix! that won't work!!.
Debug Mode Database which must be used by linkpage to store data.
Linkpage.php front page configuration.
Html Title This string will be pasted between the <TITLE> </TITLE> tags.
Header If this option is TRUE there will be displayed a header at the top of linkpage. This header contains the following 4 options. If you set header to FALSE you can skip the next four options.
imageLeft The image that must be displayed at the top left of linkpage. This could be either a relative path, or a absolute URL.
imageRight The image that must be displayed at the top right of linkpage. This could be either a relative path, or a absolute URL.
AdminLink If this option is TRUE there will be placed a link to admin.php on linkpage.
suggestLink If this option is TRUE a link will be displayed, pointing to a form, where users can suggest a link. This link will appear in admin with a red background. You can check the link and decide to add it, or decide to delete it. If you don't want to use this function, please delete suggest.php
pageHeader If this is a string(between " !!!), it will be displayed at the top of linkpage after the images, before the day and date. If this is set to FALSE nothing will be displayed.
displayUptime If this option is TRUE the MySQL server uptime will be displayed at the bottom of linkpage.
displayHits If this option is TRUE the total number of hits on linkpage.php will be displayed.
displayParsetime If this option is TRUE the time that is used to parse linkpage and the number of queries executed will be displayed.
visitorStats If this option is TRUE the hits displaying will be a link to stats.php.
numberOfColumns Number of columns with which linkpage should be marked up.
linklogging If this option is TRUE each hit on linkpage and each followed link will be logged into the database. You can check these values at the statistics tab.
suggest.php configuration.
enable email notification Enables linkpage to send a mail to email address below if a link is suggested.
E mail address Email address to be used to send the mail.
admin.php configuration.
Disable Secured Admin If this option is FALSE admin will be password protected. In admin you can add and remove users and assign privileges to them. If set to TRUE there will be no protection. The whole world can change your linkpage(if it is on the internet). By default a user 'linkpage' with the password 'linkpage' is present, with full rights. If you install linkpage, you have to change the password or totally delete the account.
Allow cookie remember This function is not working right yet.
Show a link to hide links This function will enable an option to hide a link from linkpage.
linksPerPage This value represents the number of links checked in one time, in the checkDeadLinks function.
allowedTags This value represents the number of links checked in one time, in the checkDeadLinks function.
Cat Length This option specifies the minimum length of cats for your linkpage. If a user tries to add a cat with less characters than this value, an error message will be displayed and the cat will not be added.
Link Length This option specifies the minimum length of the link description for your linkpage. If a user tries to add a link with a description with less characters than this value, an error message will be displayed and the link will not be added.
URL Length This option specifies the minimum length of the URL for your linkpage. If a user tries to add a link with an URL with less characters than this value, an error message will be displayed and the link will not be added.
Log Charts If this option is TRUE, there will be a bar graph on the statistics tab of admin, displaying the average hits on linkpage.php for the past seven days.
buttons If this option is TRUE admin uses images for edit and delete categories and links. If set to FALSE text will be used instead.
jsConfirmation If this option is TRUE, you will prompted for confirmation before something is deleted. If set to FALSE no confirmation is used.
Yes, I'm Sure, overwrite old config.inc.php with these new values.