|  05-13-2004, 01:53 AM |  | 
	| Senior Member 
				 
				Join Date: Nov 2002 
					Posts: 220
				      | 
				  
 
			
			nop at all imdbs~ http:\\imdb.com ****s http:\\german.imdb.com too etc.. 
	PHP Code: 
		
			
STOR cintax-vh_svcdts.nfo
150 Opening ASCII mode data connection for cintax-vh_svcdts.nfo.
 
 he just stops here and dont continue... no error msg nothing..
 
here my iobanana.ini
 
	Quote: 
	
		| ###########
 # general #
 ###########
 #
 # Only enable debug when it's needed!
 # sitebot parameter is the ftp username of your sitebot
 # site_timezone and dst (Daylight Saving Time) are used only for pretimes adjustments
 
 io_path=c:\ioFTPD
 io_exec=c:\ioFTPD\system\ioFTPD.exe
 debug=0
 sitebot=SiTEBoT
 site_timezone=-5
 dst=1
 textfiles=c:\ioFTPD\scripts\ioB\ioBanana-text
 
 
 #########
 # alert #
 #########
 #
 # max users before warning is logged
 
 max_users=100
 
 
 #########
 ## ban ##
 #########
 #
 # 1 rule per line
 # you can put as many line as you want
 # if ANY line is matched, the command won't be executed
 #
 # Syntax:
 # ^ means start with
 # $ means ends with
 #
 # Eg: ^127. means starts with 127.; will match 127.*.*.*
 #     127   means contains 127;     will match 127.*.*.* and *.127.*.* and *.*.127.* and *.*.*.127
 #     .1$   means ends with .1;     will match *.*.*.1
 #     ^127.0.0.1$
 #           means IS 127.0.0.1;     will match 127.0.0.1 only
 # !!! Same applies to ident matching !!!
 
 ip=^80.230.140.66$
 ident=^RPG$
 ip_ident=^RPG$@^80.230.
 #ip=^127.0.0.1$
 
 ########
 # imdb #
 ########
 #
 # showNFO: Display the info fetched from imdb on upload (ftp)
 # logNFO: Log the imdb info in ioftpd.log for the bot to announce
 # saveNFO: Save the imdb info in a file
 # filename: Filename to save imdb info into (same dir as uploaded .nfo)
 # sitename: Will appear in the imdb message, at the bottom
 
 showNFO=1
 logNFO=1
 saveNFO=1
 filename=imdb.nfo
 sitename=xyz
 
 
 ##########
 # latest #
 ##########
 #
 # latests is the number of links to keep
 # hidedirs ARE case-sensitive
 # skipdirs are NOT case-sensitive
 # showparent setting will display the parent dir in latest dir tag: "[Latest]-parent_dir-latest_dir..."
 
 latests=9
 maxwidth=50
 linkdir=[%]
 linkpath=c:\ioFTPD\site\__latest__\
 excluded_dirs_latest=/!ioftpd /Groups /Admin /Private/ /Requests/__Speedtest__
 skipdirs=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 sample samples vobsub vobsubs subtitle subtitles subs subpack codec covers
 showparent=1
 
 latests_pre=3
 maxwidth_pre=40
 linkdir_pre=[LatestPre]-[%]
 linkpath_pre=c:\ioFTPD\site\
 showparent_pre=1
 
 
 ###########
 # pretime #
 ###########
 #
 # NOTE: mysql db needed... disable (put the 3 first flags to 0) if you don't have one!
 #
 ## Table needed:
 ##
 #  CREATE TABLE pretimes (
 #    name varchar(255) NOT NULL default '',
 #    type varchar(9) NOT NULL default '',
 #    timestamp int(11) NOT NULL default '0',
 #    UNIQUE KEY name (name)
 #  );
 ## (or similar)
 #
 # - check_pretime_on_mkd will log in ioftpd.log the rls pretime if avail. when someone creates a dir
 # - fill_pretime_on_mkd will save in the db the rls name and timestamp when someone creates a dir
 # ... use one or the other... not both!
 # - fill_pretime_on_pre will save in the db each pre'd release
 #
 # table needs 'name', 'type' and 'timestamp' (UNIX timestamp as INT, NOT mysql timestamp format) fields
 #
 # be sure to set the correct timezone of your database so that the returned times are GMT
 #
 
 # Flags to enable or disable pretimes checks
 check_pretime_on_mkd=0
 fill_pretime_on_mkd=0
 fill_pretime_on_pre=0
 ## Disable those 3 if you don't have a mysql db... (0=disabled)
 
 db_ip=xyz
 db_port=3366
 db_user=pre
 db_password=xyz
 db_name=pretimes
 table_name=pretimes
 pretime_timezone=-5
 
 
 ############
 # deny_dir #
 ############
 #
 # deny_dir_pre=<applicable dir>|<allow dir creation?>|<log attempts?>|<#mins after pre>
 # Examples:
 #    deny_dir_pre=/svcd|0|1|5   =>   deny dir creation and log for bot announce if 5 mins after pre in /svcd section
 #    deny_dir_pre=/games|1|1|30 =>   allow dir creation and log for bot announce if 30 mins after pre in /games section
 #
 # !Note: make sure you don't have anything defined here if you don't have a pretimes db
 
 #deny_dir_pre=/PS2|1|1|120
 #deny_dir_pre=/mp3/####|0|1|480
 
 
 ################
 # transfer log #
 ################
 #
 # logs only uploads
 
 transferlog=c:\ioftpd\logs\transfer.log
 
 
 ###########
 # sitenew #
 ###########
 #
 # release_width is the max width of the release shown... release bigger than that will be truncated with ...
 # strip_dirs is NOT case-sensitive
 # any subdirs of excluded_dirs_sitenew won't show in site new
 
 ioftpd_log=c:\ioftpd\logs\ioFTPD.log
 release_width=40
 strip_dirs=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 sample samples vobsub vobsubs subtitle subtitles subs subpack codec covers
 excluded_dirs_sitenew=/!ioftpd /Groups /Private /Admin /Requests/__Speedtest__
 
 
 ###########
 # limiter #
 ###########
 #
 # defines max concurrent downloads and uploads users can do; use -1 for unlimited
 # u can exclude groups, users and flags; use white-space as delimiter for multiple entries
 # !!! don't comment lines; just leave the exclude_xxx param empty if not wanted !!!
 
 exclude_groups=SiTEOP Nukers FRiENDS
 exclude_users=SiTEBoT UNiCHeF
 exclude_flags=1M
 dl_max=2
 ul_max=5
 
 
 ##########
 # dirlog #
 ##########
 #
 # will contain a list of all the dirs currently on your site
 
 dir_log=c:\ioftpd\logs\current_dirs.log
 
 
 ##########
 # closed #
 ##########
 #
 # list of users that can still login even if site is closed (case sensitive)
 
 masters=UNiCHeF
 
 
 #################
 # race symlinks #
 #################
 #
 # race symlinks creates a symlink (in your ftp root for example) for ongoing races
 # race symlinks are created on sfv uploaded and deleted when the rls is complete or the release is deleted
 # race_dirs are dirs in which races are done; race_dirs are case-sensitive!
 
 create_race_symlink=1
 race_symlink_dir=c:\ioFTPD\site\
 maxwidth_race=40
 race_linkdir=[Race]-[%]
 race_dirs=/Utils/ /Mp3/ /Dox/ /Movies/
 
 
 #############
 # 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
 
 # for mp3 sorting, leave empty to disable
 mp3_genre_path=c:\ioFTPD\site\Mp3\__Sorted__\Genre  \
 mp3_year_path=c:\ioFTPD\site\Mp3\__Sorted__\Year\
 mp3_artist_path=c:\ioFTPD\site\Mp3\__Sorted__\Arti  st\
 mp3_artist_sort_alpha=1
 excluded_dirs_sortmp3=/!ioftpd /Groups /Private /Admin /Requests/__Speedtest__
 
 # sort movies by genre, rating and/or year; leave empty to disable
 movie_year_path=c:\ioFTPD\site\movies\__Sorted__\Y  ear\
 movie_genre_path=c:\ioFTPD\site\movies\__Sorted__\  Genre\
 movie_rating_path=c:\ioFTPD\site\movies\__Sorted__  \Rating\
 # add_rating will prefix each symlink with "[rating]-" inside Year and Genre dirs
 movie_sort_add_rating=1
 excluded_dirs_sortmovie=/!ioftpd /Groups /Admin /Private /Requests/__Speedtest__
 
 # 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=/0Day/ /Mp3/ /Movies/
 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=/Utils/ /Mp3/ /Movies/
 # Files uploaded in any dir specified in excluded_dirs_force won't be checked (not case-sensitive)
 excluded_dirs_force=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 covers
 force_dirs_sample=
 
 # All files uploaded in those dirs, and all subdirs, will be automatically deleted on upload
 autodelete=/Requests/__Speedtest__
 
 # Excluded dirs (includes subdirs): those dirs won't be processed by the zipscript (sfv, zip, mp3, etc.)
 excluded_dirs_zs=/!ioftpd /Groups /Admin /Private /Requests/__Speedtest__
 
 # 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 D:\ioFTPD\scripts\HideRun.exe D:\ioFTPD\scripts\unrar.exe x -y %FIRSTFILE% %DIR%\Extracted
 # Example 2: on_release_complete=md D:\ioFTPD\site\Extracted\%DIRNAME% | start D:\ioFTPD\scripts\HideRun.exe D:\ioFTPD\scripts\unrar.exe x %FIRSTFILE% D:\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=
 
 
 ##############
 # rotate log #
 ##############
 #
 # frequence=<daily|weekly|monthly>
 # weekly rotations are done on sundays; monthly rotations are done the 1st of each month
 # archive_dir is the dir where the old logs will be placed; will be created if doesn't exist
 # no log will be rotated before they reach min_log_size (MB)
 
 frequence=weekly
 min_log_size=5
 archive_dir=c:\ioftpd\logs\archive\
 rotate_log=c:\ioftpd\logs\Error.log
 rotate_log=c:\ioftpd\logs\ioFTPD.log
 rotate_log=c:\ioftpd\logs\transfer.log
 
 
 #############
 # 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=1
 excluded_dirs_dupe=/!ioftpd /Groups /Admin /Private /Requests/__Speedtest__
 
 banned_dir=.*[^\.][Cc]omplete.*
 banned_dir=.*[Cc]omplete[^\.].*
 banned_dir=.*[0-9\.]+%.*
 
 excluded_dirs_sitedupe=/!ioftpd /pre cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 sample samples vobsub vobsubs subtitle subtitles subs subpack codec covers
 min_sitedupe_chars=4
 
 #############
 # slowraces #
 #############
 #
 # slow_races: 1 to enable, 0 to disable
 #
 # will kick users off site (all connections) if upload speed less than
 #   'slow_races_min_speed' kBps (kick announced in site chan)
 #
 # will punish the last user to upload a file in a race if it was uploaded
 #   at a speed less than 'slow_races_min_speed' kBps
 # the user will loose 'slow_races_punish' MB (announced in site chan)
 # slow_races_punish=0 to disable punish on race end
 #
 # applies only to releases with at least 'slow_races_min_files'
 #   not in any dirs in 'excluded_dirs_slowraces'
 
 slow_races=0
 slow_races_min_speed=150
 slow_races_kick_during_race=1
 slow_races_punish=500
 slow_races_min_files=1
 slow_races_exclude_flags=1M
 excluded_dirs_slowraces=/!ioftpd /Groups /Private /Admin /Requests/__Speedtest__
 
 
 ###########
 # log_nfo #
 ###########
 #
 # Needs to be enabled to allow !getnfo [#] on IRC
 
 log_nfo=1
 nfo_log=c:\ioftpd\logs\nfos.log
 excluded_dirs_nfolog=/!ioftpd /Groups /Private /Admin /Requests/__Speedtest__
 
 
 ############
 # 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
 
 
 ##########
 # spider #
 ##########
 #
 # syntax: spider_site=ip|port|username|password
 
 #spider_site=127.0.0.1|9999|sitebot|pwd123
 #spider_paths=/mp3 /0days
 
 
 |  ioftpd.env
 
	Quote: 
	
		| ACCSPEED=%.4[speed] CREDITSECTION=%[$creditsection]
 FLAGS=%[$flags]
 GID=%[$gid]
 GROUP=%[$group]
 GROUPS=%[group]
 IDENT=%[$ident]
 IP=%[$ip]
 PATH=%[$path]
 PWD=%[$pwd]
 REALPATH=%[environment(PATH)]
 SECTION=%[$sectionid]
 SPEED=%.[speed]
 STATSSECTION=%[$statssection]
 SYSTEMPATH=%[$path]
 TAGLINE=%[$tagline]
 UID=%[$uid]
 USER=%[$user]
 VIRTUALPATH=%[$pwd]
 COMSPEC=%[environment(COMSPEC)]
 SYSTEMROOT=%[environment(SYSTEMROOT)]
 SESSIONNAME=%[environment(SESSIONNAME)]
 SystemDrive=%[environment(SystemDrive)]
 STATSSECTION=%[$statssection]
 CREDITSECTION=%[$creditsection]
 CREDITS=%[credits(mega)]
 WINDIR=%[environment(WINDIR)]
 |  | 
	|   |   |