View Single Post
Old 07-18-2005, 03:49 AM  
bigbighd604
Junior Member
 
Join Date: Dec 2003
Posts: 4
Default

Thank for you answer!

This is my ioBanana.ini
PHP Code:

io_path
=c:\ioFTPD
io_exec
=c:\ioFTPD\system\ioFTPD.exe
debug
=0
sitebot
=sitebot
botnick
=MyBot
site_timezone
=+1
dst
=1
textfiles
=c:\ioFTPD\scripts\ioBanana\ioBanana-text
rules
=c:\ioFTPD\text\ftp\rules.msg
hosts_log
=c:\ioFTPD\logs\hosts.log
hostmasks
=^[^\*\?]+@[0-9]+\.[0-9]+\.[0-9]+\.[^\?]+$ ^[^\*\?]+@.*\.[^\*\?\.]+\.[^0-9][^\*\?\.]+$ ^[^\*\?]+@[^\*\?\.]+\.[^0-9][^\*\?\.]+$
messagewindow=ioFTPD::MessageWindow
max_users
=30
## ban ##
ip=^80.230.140.66$
ident=^RPG$
ip_ident=^RPG$@^80.230.
#ip=^127.0.0.1$
##########
# latest #
latest_dir..."
latests=3
maxwidth=40
linkdir=[Latest]-[%]
linkpath=c:\ioftpd\site\
excluded_dirs_latest=/!ioftpd /pre /requests/___speedtests___
skipdirs=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 sample samples vobsub vobsubs subtitle subtitles subs subpack codec cover covers
showparent=1

latests_pre=3
maxwidth_pre=40
linkdir_pre=[LatestPre]-[%]
linkpath_pre=c:\ioftpd\site\
showparent_pre=1

###########
# pretime #
check_pretime_on_mkd=0
fill_pretime_on_mkd=0
fill_pretime_on_pre=0

db_ip=localhost
db_port=3366
db_user=pretimes_user
db_password=patate
db_name=pretimes
table_name=pretimes
pretime_timezone=+1


###########
# limiter #
###########

exclude_groups=SiTEOPS Nukers
exclude_users=Mouton sitebot
exclude_flags=1M
dl_max=1
ul_max=3



masters=ioFTPD SoftWare



create_race_symlink=1
race_symlink_dir=c:\ioftpd\site\
maxwidth_race=40
race_linkdir=[Race]-[%]
race_dirs=/apps/ /svcd/ /games/ /mp3/
race_start_cmd="
=leechers" speedlimit 1000 0
race_end_cmd="
=leechers" speedlimit 0 0

#############
# zipscript #
#############
parent_stats=0


always_compute_racestats=0

min_halfway=3


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=c:\ioftpd\site\mp3\Sorted\Genre\
mp3_year_path=c:\ioftpd\site\mp3\Sorted\Year\
mp3_artist_path=c:\ioftpd\site\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=c:\ioftpd\site\movies\Sorted\Year\
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 /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\ioBanana\ZR-Accepted.cfg
nfo_ban_list=c:\ioftpd\scripts\ioBanana\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=/0days/ /mp3/
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=1
force_sfv_first=1
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=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=/!ioftpd /pre /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

########
# 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)

showNFO=1
logNFO=1
saveNFO=1
filename=imdb.nfo
imdb_dirtag=0

##########
# dirlog #
##########
#
# Will contain a list of all the dirs currently on your site

dir_log=c:\ioftpd\logs\current_dirs.log

################
# 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=50
strip_dirs=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 sample samples vobsub vobsubs subtitle subtitles subs subpack codec cover covers
excluded_dirs_sitenew=/!ioftpd /pre /requests/___speedtests___

###########
# 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 /pre /requests/___speedtests___

##############
# rotate log #
##############


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 #
#############
allowed (MKD won't be allowed); use regular expressions; 1 line per banned dir

dupecheck_dirs=0
dupecheck_files=1
excluded_dirs_dupe=/!ioftpd /pre /requests/___speedtests___
nuketag=[Nuked]-

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 cover covers
min_sitedupe_chars=4

#############
# 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 /pre /requests/___speedtests___

############
# transfer #
############


transfer_site=testSite1|test.no-ip.org|9999|sitebot|pwd123

##########
# spider #
##########
#
# Leave empty to disable
# You can't have more than 6 paths to clean

spider_path1=c:\site\mp3\sorted
spider_path2=c:\site\movies\sorted 
I deleted some unchanged blocks and comments
The thing i cann't understand is that why it works good with xp,but win2003
bigbighd604 is offline   Reply With Quote