phpZipScript Configuration file reference
Database Related

Back to manual index
Back to index

Content:
DBType
DBLogin
DBPassword
CRCPath
KeepDupeDB
DBType
Set the type of database the script should use.

Possible values: phpZipScript package contains mysql lib. to use it you need to have mysql installed and running, and to create the database.
Read the readme.txt from mysql folder of phpZipScript for more details.
eg:
DBType=text
DBType=mysql
DBLogin
The login to access the phpZipScript database.

(this option is ignored if DBType=text)
eg:
DBLogin=phpZipScript
DBPassword
The password to access the phpZipScript database.

(this option is ignored if DBType=text)
eg:
DBPassword=php
CRCPath
Set the path the script should use to store .crc files.
If nothing is specified the script will put those files in a folder named RaceInfo in its home directory.

Note :this option is ignored if DBType isn't set to text.
eg:
CRCPath=
CRCPath=C:/RaceInfo/
KeepDupeDB
If set to true this option will not delete a directory name from the dupe list when it is deleted from the server.

Note : this option is ignored if DBType is set to text.
eg:
KeepDupeDB=false
KeepDupeDB=true