phpZipScript Configuration file reference
General Options

Back to manual index
Back to index

Content:
SiteName
RaidenPath
RipPath
RomsPath
SiteNfo
BannedFolders
FoldersDupeChecking
AllowZeroByteFiles
SiteName
the name of the site.
this can be whatever you want however, do not use one of these characters :
\ / * : ? " < > |
eg:
Sitename=RaidenFTPD 32
RaidenPath
the path to RaidenFTPD
eg:
RaidenPath=c:/program files/raidenFTPD/
RipPath
this allows you setup the VIRTUAL paths to rips the script should handle.
This options includes all sub directories.

You can have several directories monitored. Just add a new RipPath option for each directory the script has to monitor.
eg:
RipPath=/rips/
RipPath=/0-days/
RomsPath
this allows you setup the VIRTUAL paths to roms the script should handle.
This options includes all sub directories.

The script will automatically assume that a file that is upped to a dir defined in RomsPath is the only one for the release.

You can have several directories monitored. Just add a new RipPath option for each directory the script has to monitor.
eg:
RomsPath=/roms/
RomsPath=/consoles/roms/
SiteNFO
This option allows you to automatically add a (or several) file(s) inside zip files and in sfv based releases folders.
The file(s) do not need to be a .nfo and can be anything you want. If you want to add several filesHowever if one of the files path/name contains a space you have to enclose its path name by quotes.
(the safer way is to always enclose the file path with quotes).
eg:
SiteNFO=C:\site\site.nfo
SiteNFO="C:\site files\site.nfo" "C:\site files\site.jpg"
BannedFolders
With this option you can define a set of folders that will be banned from your server.
This means none will be able to create a folder listed in this option.

Seperate all the folders names by spaces. And if a folder name contains a space you'll then have to enclode it with double quotes (").
You can use wildcards in the names (*,?).

Note : if you want to ban files, have a look at unwelcomed.conf.
eg:
BannedFolders= *complete* *100%* *-weirdgroup
FoldersDupeChecking
If set to true then this option will not allow the creation of a folder that was already created on the server.

The folders listed in the MultiCDTemplates option, will never be considered as dupes.

Note : when you delete a folder the release will be unduped and you will then be able to create the release folder again. (Cf. KeepDupeDB)
eg:
FoldersDupeChecking=true
AllowZeroByteFiles
If set to false this option will make the script delete any 0 byte file uploaded to the server.
eg:
AllowZeroByteFiles=false