| Harm's scripts ioBanana, Readd script, ioVote | 
	 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			02-28-2005, 02:45 AM
			
			
		 | 
		
			 
			#151
			
		 | 
	
 
	| 
			
			 Too much time... 
			Ultimate Scripter 
			
			
			
			
				 
				Join Date: Jul 2003 
				
				
				
					Posts: 1,430
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			This is amazing because iirc ioBanana v20 (ioB2 is something completely different that you can't have yet) doesn't have this bug anymore. I'll need more details. 
Could you update your board profile to show us that you really are a registered ioFTPD user.
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-18-2005, 09:19 AM
			
			
		 | 
		
			 
			#152
			
		 | 
	
 
	| 
			
			 Member 
			ioFTPD Registered User 
			
			
			
			
				 
				Join Date: Mar 2005 
				
				
				
					Posts: 26
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
				 
				Site CID command
			 
			 
			
		
		
		
			
			Site cid list    - #0.....blahblah...  its ok. 
But when i type 
Site cid info 0 - then i get replay "connection was lost", and server 
 doesnt respond until i restart it manually. 
In ioFTPD.crash.log i see this : 
 
Unhandled exception 3221225477 at address 0x77e419b5 (0x00000000) 
0x00000001 0x00000024  
 
Any idea? 
thnx 
 
Win2003, ioFTPD 585, iobanana 20 
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-19-2005, 02:25 AM
			
			
		 | 
		
			 
			#153
			
		 | 
	
 
	| 
			
			 Member 
			ioFTPD Registered User 
			
			
			
			
				 
				Join Date: Mar 2005 
				
				
				
					Posts: 26
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			A member in my site uploaded same files, but there are bad CRC, therefore i have deleted their files and asked for same member to upload again. 
But the dupecheck has denied uploading. 
Im inspecting dir_log  and found that no updates made since manually deleting a bad CRC files! (Through ioFTPD of course  )  
Does iobanana v20 update this log on delete dir and/or files  or not??
 
Maybe im made mistake in .ini? 
Thnx .
		  
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-19-2005, 03:20 AM
			
			
		 | 
		
			 
			#154
			
		 | 
	
 
	| 
			
			 Too much time... 
			Ultimate Scripter 
			
			
			
			
				 
				Join Date: Jul 2003 
				
				
				
					Posts: 1,430
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			You're talking about  files but you're checking  the  dir log, there's a little problem there    
No, ioBanana doesn't update the transfer.log (that's where filenames are stored) on DELE. You have to undupe those files.
 
On a side note, I don't recommend using the file dupechecker. Dupechecking dirs, adding XDUPE support and denying resume / overwrite is usually enough (and faster).
		  
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-19-2005, 04:40 AM
			
			
		 | 
		
			 
			#155
			
		 | 
	
 
	| 
			
			 Member 
			ioFTPD Registered User 
			
			
			
			
				 
				Join Date: Mar 2005 
				
				
				
					Posts: 26
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			Thanks. 
 But  dupecheck still denied uploading: 
 
iobanana.ini : 
 
############# 
# dupecheck # 
############# 
# 
# dupecheck_dirs enables dir duplicate check; doesn't allow dir creation if another  
#  folder with same name already exists on site (dir_log is used) 
# dupecheck_files enables file duplicate check; doesn't allow file upload if another  
#  file with same name was uploaded previously (transferlog is used) 
# excluded_dirs_dupe won't be checked for duplicates 
# 
# All banned_dir won't be allowed (MKD won't be allowed); use regular expressions; 1 line per banned dir 
 
dupecheck_dirs=1 
dupecheck_files=0 
excluded_dirs_dupe= /Private_dir/ 
 
 
 
Fxp log: 
 
MKD /Full_Member_Area/Some.Stuff. 
[R] 553 'dir' not allowed > Duplicate found: '/Private_dir/For testing server/Some.Stuff. 
 
But Private_dir is in excluded list! 
What wrong? 
 
Thnx 
 
edited by neoxed: no release names! read the forum rules. 
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-19-2005, 08:53 AM
			
			
		 | 
		
			 
			#156
			
		 | 
	
 
	| 
			
			 Senior Member 
			ioFTPD Scripter 
			
			
			
			
				 
				Join Date: Feb 2004 
				
				
				
					Posts: 181
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			ehm, I'm positive you really meant to paste something like this (on a public forum), right? : 
MKD /Full_Member_Area/Pictures.From.My.Familys.25th.Nude.Resort.Vacation-FLaSHeRS
 
right ??   
 
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-19-2005, 09:39 AM
			
			
		 | 
		
			 
			#157
			
		 | 
	
 
	| 
			
			 Member 
			ioFTPD Registered User 
			
			
			
			
				 
				Join Date: Mar 2005 
				
				
				
					Posts: 26
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			Oh yes   ) 
But what about denied uploading and showing to everyone that there is hidden dir "Private_dir"? 
And, more important, what about Site CID info #  --> server crash? 
I have checked all .ini files according to Harm's reccomendations, but..... 
		  
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-29-2005, 11:53 PM
			
			
		 | 
		
			 
			#158
			
		 | 
	
 
	| 
			
			 Member 
			ioFTPD Registered User 
			
			
			
			
				 
				Join Date: Mar 2005 
				
				
				
					Posts: 26
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			How to disable creating .bad  and .missing  files during upload rar archives? 
Those files preventing resume. 
Help pls to resolve this issue. 
 
thnx
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			03-30-2005, 12:46 AM
			
			
		 | 
		
			 
			#159
			
		 | 
	
 
	| 
			
			 Too much time... 
			Ultimate Scripter 
			
			
			
			
				 
				Join Date: Jul 2003 
				
				
				
					Posts: 1,430
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			You can't. If you don't want to know what files are bad, don't use a zipscript.
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			04-07-2005, 05:54 AM
			
			
		 | 
		
			 
			#160
			
		 | 
	
 
	| 
			
			 Junior Member 
			
			
			
			
			
				 
				Join Date: Apr 2005 
				
				
				
					Posts: 1
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			well.. i got the same problem. 
i do want to have a zipscript and yes, it should create .missing files etc. 
but i really want to prevent it from creating .bad files if i stop uploading a file. 
it should just leave the file as it is, so that i can resume later. 
i removed "OnUploadError = EXEC ..\scripts\ioBanana.exe uploadfailed" 
from ioftpd.ini and restarted iopftpd.exe but it still creates the .bad files if i stop during the transfer. 
something else that has to be done? 
thanks a lot..   
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			04-07-2005, 06:07 AM
			
			
		 | 
		
			 
			#161
			
		 | 
	
 
	| 
			
			 Too much time... 
			Ultimate Scripter 
			
			
			
			
				 
				Join Date: Jul 2003 
				
				
				
					Posts: 1,430
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			Ok, let's try again: you  can't ! 
What you need is some kind of sfv checker like  FlashSFV, not a zipscript.
		  
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			04-10-2005, 12:01 PM
			
			
		 | 
		
			 
			#162
			
		 | 
	
 
	| 
			
			 Senior Member 
			
			
			
			
			
				 
				Join Date: Mar 2003 
				
				
				
					Posts: 102
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
				 
				site stransfer
			 
			 
			
		
		
		
			
			
	Code: 
	############
# transfer #
############
#
# To allow credits transfer over sites
#
# syntax: transfer_site=sitename|ip|port|username|password
# You can use an hostname for the IP field.
# Make sure that all those users can login from this IP.
#
# Enable debug (top of this file) if you have problems to see more info when the command is executed.
transfer_site=testSite1|test.no-ip.org|9999|sitebot|pwd123 
 If i have 3 sites or more, How do I set transfer?
 
transfer_site=testSite 1|test 1.no-ip.org|9999|sitebot|pwd123 
transfer_site=testSite 2|test 2.no-ip.org|9999|sitebot|pwd123 
...
 
Is it right?
		  
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			04-10-2005, 04:42 PM
			
			
		 | 
		
			 
			#163
			
		 | 
	
 
	| 
			
			 Too much time... 
			Ultimate Scripter 
			
			
			
			
				 
				Join Date: Jul 2003 
				
				
				
					Posts: 1,430
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			Yes, it is.
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			04-19-2005, 10:59 AM
			
			
		 | 
		
			 
			#164
			
		 | 
	
 
	| 
			
			 Junior Member 
			
			
			
			
			
				 
				Join Date: Apr 2005 
				
				
				
					Posts: 1
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
				 
				
			 
			 
			
		
		
		
			
			Hello all   
I have a strange problem with my ioB, alle the commands (!bw, !who, !search, etc) work fine, but the announce isnt working. eg. It doesnt announce any races at all. I first only had it on 1 host, but now i have it on two. I went over the ioB.tcl file about a dozen times and really cant make out a mistake in there anywhere :/
 
	Code: 
	# Those are the dirs you have in the root of your site... bot will try to chdir to all of those dirs
# to check free space... those are case-sensitive... as everything in ioFTPD...
set ioBvar(arealist) "XVID REQ"
# For any of those areas, you can define a diff. announce channel...
# Default announce channel
set ioBvar(announcechannel) "#announcechannel" #Yes, ive spelled it correctly :)
# Announce channel for specific areas; comment to use default channel
# Create as many as you need; use same case for AREANAME as in arealist
# Note: Do NOT define the default channel as an area-specific channel too!
#set ioBvar(announce_games) "#ioBanana-games"
#set ioBvar(announce_AREANAME) "#channel-xyz"
# Stats sections (for trial/quota and such)
set ioBvar(sections) "1 2"
# Stats sections for specific channels (if not specified, section 0 is used)
#set ioBvar(section_#ioBanana) "1"
#set ioBvar(section_#channel) "2"
# 0 = pre are announced in the section channel (#site_mp3 for mp3 pre, etc.)
# 1 = all pre are announced in default channel
set ioBvar(pre_in_default) 1
# 1 = disable mp3 info after a pre
set ioBvar(skipmp3onpre) 0
# 1 = disable commands from undefined channels
set ioBvar(privchan) 0 
 There are three folders in the home dir of the sitebot user, XVID and REQ. If i change XVID to GAMES in the arealist, the bot gives me an error saying it cant cwd to /GAMES, wich of course isnt there. But this does tell me the bot is connected properly and is using the config. So what I cant figure out, is why it isnt announcing :/
 
Any help would be greatly appreciated   
		 
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
	
	
		
	
	
	
		
			
			 
			04-19-2005, 11:22 AM
			
			
		 | 
		
			 
			#165
			
		 | 
	
 
	| 
			
			 Posse Member 
			Ultimate Scripter ioFTPD Administrator 
			
			
			
			
				 
				Join Date: Dec 2002 
				
				
				
					Posts: 1,956
				 
				
				
				
				
				     
			 
	 | 
	
	
	
		
		
			
			
			 
			
		
		
		
			
			
	Quote: 
	
	
		
			
				Originally posted by wh1t3  
So what I cant figure out, is why it isnt announcing :/ 
 
Any help would be greatly appreciated   
			
		 | 
	 
	 
 Fixed. He has logging disabled.
		  
		
		
		
		
		
		
		
	 | 
 
	
		 
		
		
		
		
		 
	 | 
	
	
	
		
		
		
		
		
		
		
		
		
		
			
		
		
		
	 | 
 
 
	 
	
	 
 
 
	
		
	
	
	
		
	
	
	| Thread Tools | 
	
 
	| 
	
	
	
	 | 
	
 
	| Display Modes | 
	Rate This Thread | 
 
	
	
	
	
		  Linear Mode 
		
		
	 
	
	 | 
	
	
	
	
	
	
	 | 
	
 
 
	
		
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is Off 
		 
		
	  | 
 
 
	 | 
	
		
	 | 
 
 
All times are GMT -5. The time now is 05:30 AM. 
	 
 
                  |