Go Back   FlashFXP Forums > > > >

Harm's scripts ioBanana, Readd script, ioVote

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 04-20-2005, 12:38 PM   #166
router
Member
ioFTPD Registered User
 
Join Date: Mar 2005
Posts: 26
Default

Quote:
Originally posted by Harm
You can't. If you don't want to know what files are bad, don't use a zipscript.
Ok,i switched off a zipscript (in appropriate section in configuration file), but now a "latest" symlinks and site new list doesnt working ...
How to enable these events without zipscript?
router is offline  
Old 04-20-2005, 03:52 PM   #167
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

Please explain what you've changed exactly. Also, could you define "not working" in your particular case ?
Harm is offline  
Old 04-20-2005, 11:04 PM   #168
router
Member
ioFTPD Registered User
 
Join Date: Mar 2005
Posts: 26
Default

I have deleted paths to dirs in "Zipscript" section .
When i say " latest symlinks does not work" - i mean that those symlinks does not created after new release.
And the same about site new and ongoing races.
router is offline  
Old 04-21-2005, 01:08 AM   #169
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

SITE NEW won't work without the zipscript because it uses the COMPLETE events this one is logging.
"deleted paths" ? What do you mean exactly ? I was expecting excerpts of your config files or what the ftpd says (in the case of SITE NEW).
Harm is offline  
Old 04-21-2005, 03:55 AM   #170
router
Member
ioFTPD Registered User
 
Join Date: Mar 2005
Posts: 26
Default

Quote:
Originally posted by Harm
SITE NEW won't work without the zipscript because it uses the COMPLETE events this one is logging.
"deleted paths" ? What do you mean exactly ? I was expecting excerpts of your config files or what the ftpd says (in the case of SITE NEW).
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=0

# '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
racestats_rank2=monthup sections

# 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=
mp3_year_path=
mp3_artist_path=
mp3_artist_sort_alpha=
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=0

# 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=
parent_incomplete_dirs=
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=
# 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=1
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___/dropbox

# Excluded dirs (includes subdirs): those dirs won't be processed by the zipscript (sfv, zip, mp3, etc.)
excluded_dirs_zs=d:\my_folder\

# 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

end...


As you can see, the folder d:\my_folder\ isnt processed by zipscript. When i run site new command i see old list of releases, not a new i just uploaded into \my_folder\. In other words, the site new list doesnt updated. Also i cant see "latest" symlinks that link to same releases i just uploaded in my_folder\, although i havent removed this path in "latest" section in iobanana.ini.
router is offline  
Old 04-21-2005, 05:49 AM   #171
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

Quote:
Originally posted by Harm
SITE NEW won't work without the zipscript because it uses the COMPLETE events this one is logging.
And if I remember correctly, the latest symlink won't work for those dirs either. That's the meaning of "excluded".
Harm is offline  
Old 04-24-2005, 11:21 PM   #172
router
Member
ioFTPD Registered User
 
Join Date: Mar 2005
Posts: 26
Default

Thank you.
router is offline  
Old 05-06-2005, 04:13 PM   #173
router
Member
ioFTPD Registered User
 
Join Date: Mar 2005
Posts: 26
Default

Just one question:
After disabling zipscript for "test" directory,a dupecheck should still working for this directory?
router is offline  
Old 05-09-2005, 06:36 PM   #174
Dr.Moo
Junior Member
 
Join Date: Apr 2005
Posts: 1
Default

hello ppl ...
I m using ioFTPD 5.8.5r with ioBanana v20
and i cant get any imdb announce on nfo upload.
..the error i get is 226-Failed... Can't resolve host for www.imdb.com...
Any suggestions?

thanx in advance

EDIT: Fixed it
Dr.Moo is offline  
Old 06-03-2005, 05:53 AM   #175
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default !listapproved

Using ioBanana v20 / ioFTPD-beta-5-8-5r

Iam trying to figure out this !listapproved command.
When I pull a site approve foldername, a folder inside the approved release is infact created, approved by hukker,
when I then run the command !listapproved in channel, it gives me "Nothing is approved at the moment."

Ive tried looking for any settings conserning approvel but cant seem to find anything.

btw ioautonuke.itcl still nukes the folder which is approved, but if I
pull a site approved releasename as a command on the ftp and then try to nuke it gives me release is approved, not possible to nuke etc...

seems ioautonuke overrides the approved command, not sure :P
cause I really dont see an approved by setting in the ioautonuke where you can set the dirtag so it wont nuke.



let me know if you need some more info
hukker is offline  
Old 06-03-2005, 06:37 AM   #176
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

1) The !listapproved command lists pending approved releases. This means that once the dir is created, the "Approved by x" subdir is created and it's removed from the list.

2) This autonuke problem is a bit odd. I don't have this behaviour here and I can't remember changing anything in the approval detection algorithm. Well, wait for next version
Harm is offline  
Old 06-03-2005, 07:52 AM   #177
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

hehe ok then thx for quick reply, Ill switch to nXautonuke until you add that feature
hukker is offline  
Old 07-24-2005, 05:59 AM   #178
whocarez2k5
Senior Member
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 147
Default

Any1 here that can help me to get the Foundation version of latest ioBanana?
whocarez2k5 is offline  
Old 07-26-2005, 11:50 AM   #179
D[a]Swede
Junior Member
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 11
Default

same here..me also wants Found.ioBanana
D[a]Swede is offline  
Old 08-03-2005, 09:41 AM   #180
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

ioFTPD version: 5-8-5r
ioBanana version: 20

Hey

Iam haveing problems with the ioB zipscript :\ Not sure why but when uploading DVDr the INCOMPLETE folder shows 4.7% incomplete even after release is completly uploaded, this doesnt happen with smaller releases like DIVX.

Missing files arent deleted from the folder and I dont think the sfv is bad since this happends on every dvdr release.
Announce shows new dir, first file and sometimes if a racer joins it shows that aswell, but after that nothing, no halfway and complete announce...

After executing site rescan then the announce for complete pops up in chan...
Ive looked thrue vfs files everything is fine as it should be, it worked before I went off for vacation when I came back it was a mess

If anyone has a clue pls help
hukker is offline  
Closed Thread

Tags
ftp, result, reveals, search, status

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FlashFXP 3 upgrade and FlashFXP.ini palmtree General Discussion 11 11-10-2004 04:57 PM


All times are GMT -5. The time now is 06:33 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)