Go Back   FlashFXP Forums > > > >

! Other Scripts Support Support for all other scripts...

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-12-2005, 06:19 AM   #1
fL4sh.r0x
Member
ioFTPD Foundation User
 
fL4sh.r0x's Avatar
 
Join Date: Sep 2005
Posts: 32
Default Support about CTS reloaded

Hi all,
i'm using CTS Reloaded 3 to menage sites, but transfer credits from irc doesnt work!
I've always this error
Tcl error [cts:transfer]: couldn't open "C:/ioFTPD/etc/UserIdTable": no such file or directory
but the file is there and i can open it by myself!
Whats wrong?
Anybody can help me?

Tnx!
fL4sh.r0x is offline   Reply With Quote
Old 12-20-2005, 07:56 AM   #2
fL4sh.r0x
Member
ioFTPD Foundation User
 
fL4sh.r0x's Avatar
 
Join Date: Sep 2005
Posts: 32
Default

I've set in cts-loader.tcl
cts(ioFTPDdir) "/ioFTPD" instead of cts(ioFTPDdir) "C:/ioFTPD"
...seems workin... but not give and take credits from site to and from!

Help please!
fL4sh.r0x is offline   Reply With Quote
Old 12-22-2005, 04:30 AM   #3
foxmaster
Member
ioFTPD Foundation User
 
Join Date: Sep 2004
Posts: 31
Default

Quote:
Originally Posted by fL4sh.r0x
I've set in cts-loader.tcl
cts(ioFTPDdir) "/ioFTPD" instead of cts(ioFTPDdir) "C:/ioFTPD"
...seems workin... but not give and take credits from site to and from!

Help please!
U can't set it to /ioftpd u must have the hd name eg C: D: E: if u have it on a win box..
have u verifyed that the bot logs in to the sites ?
foxmaster is offline   Reply With Quote
Old 12-23-2005, 09:12 AM   #4
fL4sh.r0x
Member
ioFTPD Foundation User
 
fL4sh.r0x's Avatar
 
Join Date: Sep 2005
Posts: 32
Default

Setting is right see below:

# You need load this tcl on eggdrop.conf, see README for help

# Set 0 if the cts is loaded on a glFTPD box , or 1 if is ioFTPD
set cts(ioFTPD) 1

# CTS enabled (Don't change, will crash the eggdrop is set to 0)
set enabled(cts) 1

# Enanble debuggin (don't use on normal operation), use if you have problem and go in partyline to see the output!
set enabled(debug) 1

# ..:: Main script configuratioN ::..

# prefix for all commands
set pub_prefix "!"

# Sites that are connected (sitename:hostnameort:loginass:io|gl|ra)
# Sitename is important, should be not replicated and you have to use it on other variables below..
set cts(sites) "xxx:0.0.0.0:60001:CPUass:io xxx2:0.0.0.0:60002:CPUass:io"

# Variable for cts-main internal ip patch, (sitename:internalip)
#set cts(intsites) ""

# Variable for cts-main.varnoping, put the name of excluded sites by the ping proces
set cts(noping) "xxx xxx2"

# Here you need to add the eggdrop name of the site, like site1:s1 thats mean in chan you see the bot s1
# name:name_on_irc
set cts(eggdrop) "xxx:|XXX| xxx2:|XXX2|"

# Section. Example "sitename1: movies,divx,gaymovie|sitename2: lesbomovie,animalxxx"
set cts(sections) "xxx: MP3|xxx2: DIVX"

#######################
## ..:: CHANNEL ::.. ##
#######################

# Set a Channel where the bot should be, this is needed by the autodisable, see the README
# SHOULD BE ONLY ONE CHANNEL!
set cts(autodisable) "#chan"

# Set a Channel where the op on bot can !rehash !restart !die from irc and some private info will be echoed
set cts(adminchan) "#chan-admin"

#####################
## ..:: QUOTA ::.. ##
#####################
## Monthly quotalimit (1024 -> 1 GB)
set cts(quota) 10240

# Exempted from quota groups (REALY IMPORTANT!! SET IT CORRECTLY) , set here also the AFFILS if they are exempt.....
set cts(exempt) "SITEOP NUKERS STAFF OWNER FRIENDS NoGroup"

## Set PENALTY IN CASE OF QUOTA FAIL, IS AUTOMATED AT THE START OF NEW MONTH, IS REALY IN BETA TESTING, SO PAY ATTENTION!
## 0 --> Nothing will be done, you can do it manually whit !qmassdel , read the README for more infos
## 1 --> Account Automatic Disabled
## 2 --> Account Automatic Purged
set cts(QAUTODEL) 0

#####################
## ..:: TRiAL ::.. ##
#####################

## How many Days ##
set cts(tday) 7

## How many MB #### 1024 --> 1 Gb
set cts(trial) 4096

## Chose a Trial Group
set cts(TRIALGROUP) "TRIAL"

## Set the destination group in case of passing trial
set cts(TRIALDEST) "EXEMPT"

## Set the channel where the bot shoud spam trial result in case of fail or pass
set cts(TRIALINFO) "#channel"

## Set PENALTY IN CASE OF TRIAL FAIL,
## 0 --> Nothing
## 1 --> Account Disabled
## 2 --> Account Purged
set cts(TRIALDEL) 0

######################
## ..:: CUTOFF ::.. ##
######################

# 0 Disable / 1 Enable # if you don't need it set to 0 , is better for your bot stability
set cts(CUTOFF) 0

# Number of Safe-List people, it also set the number of line in !top output
set cts(CUTN) 10

## Set PENALTY IN CASE OF CUTOFF FAIL (ES: BE AT THE END OF MONTH at 26th WHEN cts(CUTN) is setted to 25),
## IS AUTOMATED AT THE START OF NEW MONTH, IS REALY IN BETA TESTING, SO PAY ATTENTION!
## 0 --> Nothing will be done, you can do it manually whit !qmassdel , read the README for more infos
## 1 --> Account Automatic Disabled
## 2 --> Account Automatic Purged
set cts(QAUTODEL) 0

############################
## ..:: VARIUS STUFF ::.. ##
############################

# Custom spams are welcome..........

# GRP AFFILIATED
set cts(affils) ""

# GRP BANNDED
set cts(banned) "LAMERGROUP"

# Hidden users
set cts(hidden) "CPU"

# RULES List, for each one make a file like this cts.GENERAL.rules for GENERAL rules and copy it on $cts(progdir)/cts/rules/
set cts(RULES) "REQUEST MP3 DIVX"

######################
## ..:: CONFIG ::.. ##
######################

# What modules to load, you can load logger credits quota userman welcome disabled , see on readme for explanetion (userman)
set cts(modules) "logger credits quota welcome disabled eggmanage"

# Path config
# Where is the cts-loader (base from eggdrop/)
set cts(progdir) "scripts"

# Where is located the ftpd daemon only on the quest (host) site
set cts(ioFTPDdir) "D:/ioFTPD"
# Or if is a gl box. ..
set cts(glFTPDdir) "/jail/glftpd"

# How often should we noop the servers. Time in seconds. Default 40 seconds
set cts(nooptimer) 40

# How ofter should userstats be saved. Time in minutes. Default 10 minutes
set cts(usertimer) 10
fL4sh.r0x is offline   Reply With Quote
Old 12-23-2005, 09:52 AM   #5
foxmaster
Member
ioFTPD Foundation User
 
Join Date: Sep 2004
Posts: 31
Default

comment out the gl part if u dont use it, and u dont have the userman modul loaded.
foxmaster is offline   Reply With Quote
Old 12-23-2005, 10:58 AM   #6
fL4sh.r0x
Member
ioFTPD Foundation User
 
fL4sh.r0x's Avatar
 
Join Date: Sep 2005
Posts: 32
Default

I dont want userman cause it doesnt work well (ex. addip it adds {} as ip ).
I've writen set cts(glFTPDdir) "", but it says same error

PS I am running eggdrop v1.6.17, on CYGWIN_NT-5.1 1.5.18(0.132/4/2). as ringbot
fL4sh.r0x is offline   Reply With Quote
Reply

Tags
cts, error, file, open, reloaded

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


All times are GMT -5. The time now is 03:42 AM.

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