View Single Post
Old 09-17-2004, 03:11 AM  
GReeToZ
Junior Member
 
Join Date: Jun 2003
Posts: 24
Default ioBanana V20 FINAL zipscript prob

hi,

i have some probs with the zipscript. it doesnt make [%incomplete] dirs in the release dir and it also doesnt make the incomplete symlinks in the parent dir. when the release is complete it DOES make the complete dirs :S

[09:02:47] site version
[09:02:48] 200-ioFTPD version: 5-8-5r
[09:02:48] 200-ioBanana version: 20
[09:02:48] 200-ioA 1.1.6

ofcourse i purchased them

this is my zipscript settings from ioBanana.ini
Code:
#############
# zipscript #
#############
#
# 'parent_stats 'displays global stats for multiple CDs races in the parent dir (if a .nfo is present there)
parent_stats=0

# Enable or disable racestats calculations after each file (unnecessary and time consuming!)
always_compute_racestats=1

# 'min_halfway' = minimum number of files in release to announce halfway
min_halfway=3

# Define which %rank? cookies you want to have available in your bot's .skin USTATS-B and GSTATS-B (%rank1, %rank2, etc.)
# One line per stat (max 5); check SITE RANK usage for sections syntax
# Only define the stats you will use or loose precious CPU cycles!!
racestats_rank1=wkup sections "!1 *"
racestats_rank2=monthup sections "!1 *"

# Enable or disable 0-byte files checking; only enable if u get many 0-byte files on your site!
cleanse_0bytes_files=0
# Enable or disable bad files deletion
delete_bad=0

# For mp3 sorting, leave empty to disable
mp3_genre_path=D:\FTPROOT\MP3\Sorted\Genre\
mp3_year_path=D:\FTPROOT\MP3\Sorted\Year\
mp3_artist_path=D:\FTPROOT\MP3\Sorted\Artist\
mp3_artist_sort_alpha=1
excluded_dirs_sortmp3=/!ioftpd /PRE /REQUESTS/___speedtests___

# Sort movies by genre, rating and/or year; leave empty to disable
movie_year_path=
movie_genre_path=
movie_rating_path=
# Add_rating will prefix each symlink with "[rating]-" inside Year and Genre dirs
movie_sort_add_rating=1
excluded_dirs_sortmovie=/!ioftpd /pre /requests/___speedtests___

# Extract file_id.diz and/or nfo files from zips; enable (1) or disable (0)
extract_diz_zip=1
extract_nfo_zip=1

# Log (for irc announce) url found in .nfo files inside uploaded .zip
log_url_zipped_nfo=1

# List of all the allowed and banned nfo files that can be extracted from .zip files
nfo_allow_list=c:\ioftpd\scripts\ZR-Accepted.cfg
nfo_ban_list=c:\ioftpd\scripts\ZR-Banned.cfg

# Create incomplete symlinks in parent dir ?
# For all 2_level_incomplete dirs, symlinks will be created in parent's parent folder (probably your section dir) instead of inside the release folder
parent_incomplete=1
parent_incomplete_dirs=/MP3/%M%D
2_level_incomplete=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec CD1 CD2 CD3

# Force a nfo or a sfv to be sent before anything else in specific dirs; nfo in parent dir is ok
force_nfo_first=0
force_sfv_first=0
force_dirs=/apps/ /svcd/ /games/ /mp3/ /divx/
# Files uploaded in any dir specified in excluded_dirs_force won't be checked (not case-sensitive)
excluded_dirs_force=cover covers

# force_sample_first = 1 means you won't be able to create any dir listed in force_sample_check if there is no sample subdir
# Be sure you only enable that in your movies dirs!
force_sample_first=0
force_sample_check=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec cover covers
force_dirs_sample=/svcd/ /divx/

# All files uploaded in those dirs, and all subdirs, will be automatically deleted on upload
autodelete=/REQUESTS/speedtests

Excluded dirs (includes subdirs): those dirs won't be processed by the zipscript (sfv, zip, mp3, etc.)
excluded_dirs_zs= /REQUESTS/speedtests

# Execute a command when release is complete; available variables: %DIR% %DIRNAME% %SFV% %FIRSTFILE%
# Leave empty to disable
# Example 1: on_release_complete=md %DIR%\Extracted | start c:\ioFTPD\scripts\HideRun.exe c:\ioFTPD\scripts\unrar.exe x -y %FIRSTFILE% %DIR%\Extracted
# Example 2: on_release_complete=md c:\ioFTPD\site\Extracted\%DIRNAME% | start c:\ioFTPD\scripts\HideRun.exe c:\ioFTPD\scripts\unrar.exe x %FIRSTFILE% c:\ioFTPD\site\Extracted\%DIRNAME%
# Note: The command execution will freeze the ftp session of the last file uploader until the command execution is done, unless you use "start HideRun.exe" or something similar...
on_release_complete=

# Write file_id.diz to .ioFTPD.message
writediz=1
and this is my zipscript.msg
Code:
good_file_warning=Next time you overwrite a perfectly good file, you'll get your balls ripped off!!!

parent_incomplete=[incomplete]-%dir
parent_incomplete_2=[incomplete]-%dir--%subdir

dirtag=[%.1percent% Incomplete with %files-F]-[BWL]
dirtag_mp3=[%.1percent% Incomplete with %files-F]-[mp3info - %genre (%year) @ %bitrate-kbps]-[BWL]
dirtag_imdb=[%.1percent% Incomplete with %files-F]-[imdbinfo - %genre (%year) - %rating (%votes)]-[BWL]
dirtag_complete_big=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[BWL]
dirtag_complete_small=[%.0percent% Complete]-[%files-F @ %.2size%units at %speedint]-[BWL]
dirtag_complete_mp3=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[mp3info - %genre (%year) @ %bitrate-kbps]-[BWL]
dirtag_complete_imdb=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[imdbinfo - %genre (%year) - %rating (%votes)]-[BWL]
dirtag_delete=[*% *omplete*]

rescan_ok=%30filename  OK!
rescan_bad=%30filename  Bad! File CRC: %crcf SFV CRC: %crcs
rescan_missing=%30filename  Missing!

usersstats=Users Top
groupsstats=Groups Top

imdbinfo=[iMDB] -( %rating with %votes - %genre - %year - %screens )- [iMDB]
thanks in advance
GReeToZ is offline   Reply With Quote