View Full Version : [Fixed] ioBanana v20 zipscript prob
GReeToZ
09-17-2004, 03:11 AM
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
#############
# 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
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
Mouton
09-17-2004, 12:47 PM
parent_incomplete_dirs=/MP3/%M%D
incomplete dirs will only be created for the paths you set there.
GReeToZ
09-17-2004, 12:49 PM
yes that is the path i want
/MP3/0917/RELEASE
and it should make a incomplete link in /MP3/0917/ but it doesn't and the [ % incomplete with #files] dirs dont appear
Mouton
09-17-2004, 01:03 PM
Enable debug in your ini, and see what happens when u send a .sfv in that dir.
GReeToZ
09-17-2004, 04:58 PM
If i upload a SFV
[23:42:46] STOR 00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv
[23:42:46] ====================
[23:42:46] # of arguments: 5
[23:42:46] [0]=..\scripts\ioBanana\ioBanana.exe
[23:42:46] [1]=sc
[23:42:46] [2]=50
[23:42:46] [3]=STOR
[23:42:46] [4]=00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv
[23:42:46] ====================
[23:42:47] ====================
[23:42:47] # of arguments: 4
[23:42:47] [0]=..\scripts\ioBanana\ioBanana.exe
[23:42:47] [1]=pre_stor
[23:42:47] [2]=STOR
[23:42:47] [3]=00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv
[23:42:47] ====================
[23:42:47] ioBanana Process Time: 20 ms
[23:42:47] exit: 0
[23:42:47] Value found...
[23:42:47] [0]=exclude_groups > SiTEOPS Nukers
[23:42:47] Value found...
[23:42:47] [1]=exclude_users > GReeToZ sitebot
[23:42:47] Value found...
[23:42:47] [2]=exclude_flags > 1M
[23:42:47] Value found...
[23:42:47] [3]=dl_max > 1
[23:42:47] Value found...
[23:42:47] [4]=ul_max > 3
[23:42:47] Value found...
[23:42:47] [0]=excluded_dirs_force > cover covers
[23:42:47] Current dir: /MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/
[23:42:47] Value found...
[23:42:47] [0]=transferlog > c:\ioftpd\logs\transfer.log
[23:42:47] Value found...
[23:42:47] [1]=dupecheck_dirs > 0
[23:42:47] Value found...
[23:42:47] [2]=dupecheck_files > 1
[23:42:47] Value found...
[23:42:47] [0]=excluded_dirs_dupe > /!ioftpd /pre /requests/___speedtests___
[23:42:47] Value found...
[23:42:47] [0]=nuketag > [Nuked]-
[23:42:47] ioBanana Process Time: 921 ms
[23:42:47] exit: 0
[23:42:47] 150 Opening ASCII mode data connection for 00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv.
[23:42:47] RETR 00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv
[23:42:48] 226-====================
[23:42:48] 226-# of arguments: 5
[23:42:48] 226-[0]=..\scripts\ioBanana\ioBanana.exe
[23:42:48] 226-[1]=upload
[23:42:48] 226-[2]=D:\FTPROOT\MP3\0917\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF\00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv
[23:42:48] 226-[3]=DBB7EDAA
[23:42:48] 226-[4]=/MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv
[23:42:48] 226-====================
[23:42:48] 226-Current dir: /MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/
[23:42:48] 226-Value found...
[23:42:48] 226-[0]=transferlog > c:\ioftpd\logs\transfer.log
[23:42:48] 150 Opening ASCII mode data connection for 00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv (112 bytes).
[23:42:48] 226- [Ul: 0.0MB] [Dl: 220.0MB] [Speed: 0.00K/s] [Free: 26973MB]
[23:42:48] 226 [Section: MP3] [Credits: 5639.7MB] [Ratio: 1:3]
[23:42:48] 226-Value found...
[23:42:49] 226-[1]=dupecheck_dirs > 0
[23:42:49] 226-Value found...
[23:42:49] 226-[2]=dupecheck_files > 1
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=excluded_dirs_dupe > /!ioftpd /pre /requests/___speedtests___
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=nuketag > [Nuked]-
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:42:49] 226-Value found...
[23:42:49] 226-[1]=cleanse_0bytes_files > 0
[23:42:49] 226-Value found...
[23:42:49] 226-[2]=delete_bad > 0
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=excluded_dirs_zs > /!ioftpd /pre /requests/___speedtests___
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=create_race_symlink > 0
[23:42:49] 226-Value found...
[23:42:49] 226-[1]=race_symlink_dir > D:\FTPROOT\
[23:42:49] 226-Value found...
[23:42:49] 226-[2]=maxwidth_race > 40
[23:42:49] 226-Value found...
[23:42:49] 226-[3]=race_linkdir > [Race]-[%]
[23:42:49] 226-Value found...
[23:42:49] 226-[4]=race_dirs > /apps/ /svcd/ /games/ /mp3/
[23:42:49] 226-Value found...
[23:42:49] 226-[5]=race_start_cmd > "=leechers" speedlimit 0 0
[23:42:49] 226-Value found...
[23:42:49] 226-[6]=race_end_cmd > "=leechers" speedlimit 0 0
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:42:49] 226-Dir flushed.
[23:42:49] 226-putlog SFV: "/MP3/0917" "Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF" "GReeToZ" "SiTEOPS" "0" "1"
[23:42:49] 226-Value found...
[23:42:49] 226-[1]=autodelete > /REQUESTS/speedtests
[23:42:49] 226-Value found...
[23:42:49] 226-[0]=transferlog > c:\ioftpd\logs\transfer.log
[23:42:49] 226-ioBanana Process Time: 981 ms
[23:42:49] 226-exit: 0
[23:42:49] 226-[Section: Default]-[Ratio: Unlimited]-[Speed: 0.4kb/s]-[Credits: 609023MB]
[23:42:49] 226-[UL: 198.45GB]-[DL: 0.24GB]-[Free: 160.30GB]
[23:42:49] 226 Transfer complete.
[23:42:49] Transferred: 00-deep_dish-stay_gold_2004-whitelabel_vinyl-2004-usf.sfv 112 bytes in 0.99 (0.11 KBps)
[23:42:49] PROT P
[23:42:49] 200 Protection set to Private
[23:42:49] PORT **********
[23:42:49] 200 PORT command successful.
[23:42:49] LIST
[23:42:50] Negotiating SSL/TLS session...
[23:42:50] SSL/TLS negotiation successful...
[23:42:50] SSL/TLS connection using cipher EDH-DSS-DES-CBC3-SHA (168 bits)
[23:42:50] 150 Opening ASCII mode data connection for directory listing.
[23:42:50] 226- [Ul: 0.0MB] [Dl: 220.0MB] [Speed: 0.00K/s] [Free: 26973MB]
[23:42:50] 226 [Section: MP3] [Credits: 5639.7MB] [Ratio: 1:3]
[23:42:50] List Complete: 571 bytes in 1.09 (0.51 KBps)
[23:42:50] PORT **********
[23:42:50] 200 PORT command successful.
[23:42:50] LIST
[23:42:50] 150 Opening ASCII mode data connection for directory listing.
KBps)
If i upload a file
[23:46:41] STOR 01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3
[23:46:41] ====================
[23:46:41] # of arguments: 5
[23:46:41] [0]=..\scripts\ioBanana\ioBanana.exe
[23:46:41] [1]=sc
[23:46:41] [2]=50
[23:46:41] [3]=STOR
[23:46:41] [4]=01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3
[23:46:41] ====================
[23:46:42] ====================
[23:46:42] # of arguments: 4
[23:46:42] [0]=..\scripts\ioBanana\ioBanana.exe
[23:46:42] [1]=pre_stor
[23:46:42] [2]=STOR
[23:46:42] [3]=01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3
[23:46:42] ====================
[23:46:42] ioBanana Process Time: 10 ms
[23:46:42] exit: 0
[23:46:42] Value found...
[23:46:42] [0]=exclude_groups > SiTEOPS Nukers
[23:46:42] Value found...
[23:46:42] [1]=exclude_users > GReeToZ sitebot
[23:46:42] Value found...
[23:46:42] [2]=exclude_flags > 1M
[23:46:42] Value found...
[23:46:42] [3]=dl_max > 1
[23:46:42] Value found...
[23:46:42] [4]=ul_max > 3
[23:46:42] Value found...
[23:46:42] [0]=excluded_dirs_force > cover covers
[23:46:42] Value found...
[23:46:42] [0]=force_nfo_first > 0
[23:46:42] Value found...
[23:46:42] [1]=force_sfv_first > 0
[23:46:42] Value found...
[23:46:42] [2]=force_dirs > /MP3/
[23:46:42] Current dir: /MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/
[23:46:42] Value found...
[23:46:42] [0]=transferlog > c:\ioftpd\logs\transfer.log
[23:46:42] Value found...
[23:46:42] [1]=dupecheck_dirs > 0
[23:46:42] Value found...
[23:46:42] [2]=dupecheck_files > 1
[23:46:42] Value found...
[23:46:42] [0]=excluded_dirs_dupe > /!ioftpd /pre /requests/___speedtests___
[23:46:42] Value found...
[23:46:42] [0]=nuketag > [Nuked]-
[23:46:42] ioBanana Process Time: 941 ms
[23:46:42] exit: 0
[23:46:42] 150 Opening BINARY mode data connection for 01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3.
[23:46:42] RETR 01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3
[23:46:43] 150 Opening BINARY mode data connection for 01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3 (9143403 bytes).
[23:47:33] 226-====================
[23:47:33] 226-# of arguments: 5
[23:47:33] 226-[0]=..\scripts\ioBanana\ioBanana.exe
[23:47:33] 226-[1]=upload
[23:47:33] 226-[2]=D:\FTPROOT\MP3\0917\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF\01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3
[23:47:33] 226-[3]=CFF04C3E
[23:47:33] 226-[4]=/MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3
[23:47:33] 226-====================
[23:47:33] 226- [Ul: 0.0MB] [Dl: 228.7MB] [Speed: 178.36K/s] [Free: 26946MB]
[23:47:33] 226 [Section: MP3] [Credits: 5631.0MB] [Ratio: 1:3]
[23:47:33] 226-Current dir: /MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/
[23:47:33] 226-Value found...
[23:47:33] 226-[0]=transferlog > c:\ioftpd\logs\transfer.log
[23:47:33] 226-Value found...
[23:47:33] 226-[1]=dupecheck_dirs > 0
[23:47:34] 226-Value found...
[23:47:34] 226-[2]=dupecheck_files > 1
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=excluded_dirs_dupe > /!ioftpd /pre /requests/___speedtests___
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=nuketag > [Nuked]-
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-Value found...
[23:47:34] 226-[1]=cleanse_0bytes_files > 0
[23:47:34] 226-Value found...
[23:47:34] 226-[2]=delete_bad > 0
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=excluded_dirs_zs > /!ioftpd /pre /requests/___speedtests___
[23:47:34] 226-CRC Checked: File is OK!
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-Dir flushed.
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=create_race_symlink > 0
[23:47:34] 226-Value found...
[23:47:34] 226-[1]=race_symlink_dir > D:\FTPROOT\
[23:47:34] 226-Value found...
[23:47:34] 226-[2]=maxwidth_race > 40
[23:47:34] 226-Value found...
[23:47:34] 226-[3]=race_linkdir > [Race]-[%]
[23:47:34] 226-Value found...
[23:47:34] 226-[4]=race_dirs > /apps/ /svcd/ /games/ /mp3/
[23:47:34] 226-Value found...
[23:47:34] 226-[5]=race_start_cmd > "=leechers" speedlimit 0 0
[23:47:34] 226-Value found...
[23:47:34] 226-[6]=race_end_cmd > "=leechers" speedlimit 0 0
[23:47:34] 226-Value found...
[23:47:34] 226-[3]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=parent_incomplete > 1
[23:47:34] 226-Value found...
[23:47:34] 226-[1]=parent_incomplete_dirs > /MP3/
[23:47:34] 226-Value found...
[23:47:34] 226-[2]=2_level_incomplete > cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec
[23:47:34] 226-Incomplete symlink processed for '/MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF/01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3'
[23:47:34] 226-Incomplete symlink: 'D:\FTPROOT\MP3\0917\[incomplete]-Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF'
[23:47:34] 226-Dir flushed.
[23:47:34] 226-putlog MP3: "/MP3/0917" "Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF" "MPEG 1 Layer III" "192 kbps" "44100 Hz" "06:20" "8929 KB" "Stereo" "Deep Dish - Stay Gold 2004" "Deep Dish" "Stay Gold 2004 Vinyl" "House" "USF2oo4" "2004"
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=excluded_dirs_sortmp3 > /!ioftpd /PRE /requests/___speedtests___
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=mp3_genre_path > D:\FTPROOT\MP3\Sorted\Genre\
[23:47:34] 226-Value found...
[23:47:34] 226-[1]=mp3_year_path > D:\FTPROOT\MP3\Sorted\Year\
[23:47:34] 226-Value found...
[23:47:34] 226-[2]=mp3_artist_path > c:\ioftpd\site\mp3\Sorted\Artist\
[23:47:34] 226-Value found...
[23:47:34] 226-[3]=mp3_artist_sort_alpha > 1
[23:47:34] 226-Creating MP3 Links...
[23:47:34] 226-mp3_genre_path='D:\FTPROOT\MP3\Sorted\Genre\'
[23:47:34] 226-mp3_year_path='D:\FTPROOT\MP3\Sorted\Year\'
[23:47:34] 226-mp3_artist_path='c:\ioftpd\site\mp3\Sorted\Artist\ '
[23:47:34] 226-vfs:add 555 0:0 "D:\FTPROOT\MP3\Sorted\Genre\House\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF"
[23:47:34] 226-vfs:chattr 1 "D:\FTPROOT\MP3\Sorted\Genre\House\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF" "/MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF"
[23:47:34] 226-vfs:add 555 0:0 "D:\FTPROOT\MP3\Sorted\Year\2004\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF"
[23:47:34] 226-vfs:chattr 1 "D:\FTPROOT\MP3\Sorted\Year\2004\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF" "/MP3/0917/Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF"
[23:47:34] 226-Can't create symlink 'c:\ioftpd\site\mp3\Sorted\Artist\D\Deep Dish\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF'.
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-Empty value found...
[23:47:34] 226-[2]=on_release_complete >
[23:47:34] 226-Value found...
[23:47:34] 226-[1]=writediz > 1
[23:47:34] 226-putlog COMPLETE-B1: "/MP3/0917" "Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF" "8" "1" "31" "4" "45" "GReeToZ" "SiTEOPS" "177" "177"
[23:47:34] 226-ÃÅ¡ÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÿ
[23:47:34] 226-ÃÂ ÃÂ
[23:47:34] 226- r a c e s t a t s
[23:47:34] 226-Ãâ -BWL Ãâ
[23:47:34] 226-Ãâ¬ÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ¢
[23:47:34] 226- ó --- Users --- ó ó ó ó ó
[23:47:34] 226- ï #01 GReeToZ @ SiTEOPS ó 001 F ó 9 MB ó 177 kBps ó 100.0% î
[23:47:34] 226-ÃÅ¡ÃÂÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâ¦Ãâà âÃâÃâÃâÃâà âÃâ¦ÃâÃâÃâà âÃâÃâÃâÃâà âÃâ¦ÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâ¦Ã âÃâÃâÃâÃâà âÃâÃâÃÂÿ
[23:47:34] 226-ó --- Groups --- ó ó ó ó ó
[23:47:34] 226-ó ï #01 SiTEOPS ó 001 F ó 9 MB ó 177 kBps ó 100.0% î
[23:47:34] 226-ÃÆÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâ¦Ãâà âÃâÃâÃâÃâà âÃâ¦ÃâÃâÃâà âÃâÃâÃâÃâà âÃâ¦ÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâ¦Ã âÃâÃâÃâÃâà âÃâÃâÃâô
[23:47:34] 226-ó TOTALS ó 001 F ó 9 MB ó 31 kBps ó 100.0% ó
[23:47:34] 226-Ãâ¬ÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâ¦Ãâ ÃâÃâÃâÃâÃâ ÃâÃÂÃâÃâÃâà âÃâÃâÃâÃâà âÃÂÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃÂÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâ¢
[23:47:34] 226- ó Race Duration: 4 mins 45 secs ó Race Completion: 001 of 001 F = 100% ó
[23:47:34] 226- ó Dir Creation: 04-09-17 23:42:16 ó Last Dir Update: 04-09-17 23:47:01 ó
[23:47:34] 226- Ãâ¬ÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ ÃâÃÂÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà âÃâÃâÃâÃâà â¢
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-Dir flushed.
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-vfs:add 700 106:101 "D:\FTPROOT\MP3\0917\Deep_Dish-Stay_Gold_2004-Whitelabel_Vinyl-2004-USF\[100% Complete]-[1F @ 8.7MB at 31KBps]-[mp3info - House (2004) @ 192kbps]"
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=parent_stats > 1
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=textfiles > c:\ioFTPD\scripts\ioBanana\ioBanana-text
[23:47:34] 226-Value found...
[23:47:34] 226-[1]=autodelete > /REQUESTS/speedtests
[23:47:34] 226-Value found...
[23:47:34] 226-[0]=transferlog > c:\ioftpd\logs\transfer.log
[23:47:34] 226-ioBanana Process Time: 1162 ms
[23:47:34] 226-exit: 0
[23:47:34] 226-[Section: Default]-[Ratio: Unlimited]-[Speed: 177.3kb/s]-[Credits: 609023MB]
[23:47:34] 226-[UL: 198.45GB]-[DL: 0.24GB]-[Free: 160.29GB]
[23:47:34] 226 Transfer complete.
[23:47:34] Transferred: 01-deep_dish-deep_dish_-_stay_gold_2004-usf.mp3 8.72 MB in 51.35 (173.87 KBps)
[23:47:34] Transferred 1 file totaling 8.72 MB in 53.89 (173.87 KBps)
[23:47:34] User Aborted
parent_incomplete_dirs=/MP3/
the %M and %D cookies aren't available in ioBanana.ini.
GReeToZ
09-18-2004, 03:03 AM
Yeah i tried without the %M %D and doesnt work either :( neither do the[%incomplete dirs]
Mouton
09-18-2004, 09:08 AM
Pick the original .ini and see what's on that line.
Not sure u should use / at the end of it...
GReeToZ
09-22-2004, 03:09 AM
with or without the / doesnt make any difference
Add a space at the end of the line.
parent_incomplete_dirs=/MP3/
Strom
05-16-2005, 05:16 PM
not workin for me :|
"parent_incomplete=1"
"parent_incomplete_dirs=/incoming/ "
//without the quotes
inside
05-16-2005, 06:57 PM
These two config will solve your problem
Config zipscript.msg :
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]
dirtag_mp3=[%.1percent% Incomplete with %files-F]-[mp3info - %genre (%year) @ %bitrate-kbps]
dirtag_imdb=[%.1percent% Incomplete with %files-F]-[imdbinfo - %genre (%year) - %rating (%votes)]
dirtag_complete_big=[%.0percent% Complete ]-[%files-F @ %.1size%units at %speedint]
dirtag_complete_small=[%.0percent% Complete]-[%files-F @ %.2size%units at %speedint]
dirtag_complete_mp3=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[mp3info - %genre (%year) @ %bitrate-kbps]
dirtag_complete_imdb=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[imdbinfo - %genre (%year) - %rating (%votes)]
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]
Config zipscript (iobanane.ini):
#############
# zipscript #
#############
#
# 'parent_stats 'displays global stats for multiple CDs races in the parent dir (if a .nfo is present there)
parent_stats=1
# 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=1
# For mp3 sorting, leave empty to disable
mp3_genre_path=
mp3_year_path=
mp3_artist_path=
mp3_artist_sort_alpha=1
excluded_dirs_sortmp3=/xxx/
# 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=/xxx/
# 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:\xxxx\scripts\ZR-Accepted.cfg
nfo_ban_list=c:\xxxx\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=/xxx/
2_level_incomplete=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec
# 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=/xxx/
# 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=/xxx/
# All files uploaded in those dirs, and all subdirs, will be automatically deleted on upload
autodelete=
# Excluded dirs (includes subdirs): those dirs won't be processed by the zipscript (sfv, zip, mp3, etc.)
excluded_dirs_zs=/xxxxxxx/
@+
Strom
05-19-2005, 12:23 PM
hmm i switched to debug = 1
and i see the problem
[R] 226-[0]=parent_incomplete > 1
[R] 226-Value found...
[R] 226-[1]=parent_incomplete_dirs > /incoming/
[R] 226-Value found...
[R] 226-[2]=2_level_incomplete > cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec
[R] 226-Incomplete symlink processed for '/incoming/blablabla/01-test.mp3'
[R] 226-Incomplete symlink: 'd:\ioFTPD\site\incoming\[incomplete]-blablabla'
[R] 226-vfs:chattr 1 "d:\ioFTPD\site\incoming\[incomplete]-blablabla" "/incoming/blablabla"
but d:\ioFTPD\site\incoming\ does physically not exist
my vfs should be correct
"e:\incoming" /incoming
Unless there's an empty newline at the end of your vfs files (as the documentation says), they aint correct for ioBanana v20.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.