Old 01-30-2005, 07:10 PM   #1
kiezz
Junior Member
 
Join Date: Feb 2004
Posts: 27
Default CTS reloaded, i can post it?

Hi
i've made a custom version of the cts script, i've made bug fix, added some important functions , but i can't find blisters (owner of first version).
I think this version can be usefull for someone but i prefer post it after asking the permission to blisters.
If someone on the scene know him please ask if he can pm me.
Tnx, NiK
kiezz is offline   Reply With Quote
Old 01-30-2005, 07:53 PM   #2
wooolF[RM]
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 411
Default

Prolly will give you a bit more feedback if you explain what the script does, purpose, maybe output of it etc... otherwise people are too lazy to even look it up
wooolF[RM] is offline   Reply With Quote
Old 01-30-2005, 08:06 PM   #3
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

wooolF: http://www.ioftpd.com/scripts/script.php?id=94
neoxed is offline   Reply With Quote
Old 02-01-2005, 10:16 AM   #4
kiezz
Junior Member
 
Join Date: Feb 2004
Posts: 27
Default

The first version of this script is already here but it seams the owner (Blisters) are not mantaining or something, and i can't find he anywhere.
I've made for my personal use a nice version of CTS, whit bug fix, better improvement for quota, something new giving more stability, ecc...
But before post it i will be pleased to speak whit Blisters , if someone know him....
Thanks
(sorry for bad english..)
kiezz is offline   Reply With Quote
Old 02-05-2005, 04:59 AM   #5
sburra
Junior Member
FlashFXP Registered User
 
Join Date: Jun 2003
Posts: 3
Default

kiezz

Blisters have taken a step down and stop working with CTS :/

He did start working with CTS for getting a script working on both glftpd and ioftpd sites with credits transfer and then it did get more functions after that.

To bad see you taking the glftpd part away :/
sburra is offline   Reply With Quote
Old 02-05-2005, 05:01 AM   #6
djrob
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Jul 2003
Posts: 99
Default

He's not online very much these days but contact me in #ioftpd and i'll see if i can get him for you
djrob is offline   Reply With Quote
Old 05-02-2005, 10:40 AM   #7
timetwister01
Junior Member
 
Join Date: Apr 2005
Posts: 4
Default RANKiNG

I made this little procedure to have ranking under CTS Reloaded... nothing perfect, but working Enjoy...

PHP Code:
proc cts-quota:rank nick uhost hand chan text } { global cts enabled
    set us 
[lindex [split $text0]
    
cts-quota:save.quota $nick $uhost $hand $chan $text
    set stats 
[readfile $cts(progdir)/cts/logs/cts.quota.now]
    foreach 
line [split $stats '\n'] {
            
lappend lista [lindex [split $line '|'1]
    }
    
set sorted [lsort -integer -decreasing [split $lista]]
    
set y 1
    set z 1
    set precelem 0
    set prec 
"First!"
    
set diff 0
    
foreach element [split [lrange $sorted 0 100]] {
        foreach 
line [split $stats '\n'] {
                if { 
$element == "[lindex [split $line '|'] 1]" && $element != 0  } {
                        
set login [lindex [split $line '|'0]
                        
set diff [expr $precelem-$element+1]
                        if { [
lindex [split $login '@'0] == $us && $y == } {hubsend msg 5 $chan MSG "\0033\[\003RANKiNG\0033\]\003\00312:\003 \0033[b][u]$us[u][b]\003 you are the \0034FiRST\003 with [b]$element[b] mbs globally uploaded! Well done!"}
                        if { [
lindex [split $login '@'0] == $us && $y != } {hubsend msg 5 $chan MSG "\0033\[\003RANKiNG\0033\]\003\00312:\003 \0034(\003\00314$us\003\0034)\003, your position is \0034(\003\00314$y\003\0034)\003 with \0034(\003\00314$element\003\0034)\003 mbs globally uploaded. You need to up  \0034(\003\00314$diff\003\0034)\003 mbs more to hook  \0034(\003\00314$prec\003\0034)\003 and gain position \0034(\003\00314$z\003\0034)\003"}            
                        
set prec [lindex [split $login '@'0]
                        
set precelem $element 
                        set z $y
            incr y
                
}
        }
    }

Add it under cts-quota.tcl
PS: Obviously is not PHP, just to have some colours
timetwister01 is offline   Reply With Quote
Old 05-02-2005, 01:21 PM   #8
kiezz
Junior Member
 
Join Date: Feb 2004
Posts: 27
Default Working on CTS.RELOADED

Hi
nice job, i'm nearly ready for the new release. I've find more support and some thinks was not working proper on windows machine.
I'm on testing fase, so old on a bit and i will publish the new version.
For autodelete and some other stuff i'll wait maybe a 3.+ version, anyway for the 3.0 i've made some new stuff you will enjoy.
I hope the people enjoy and they will post me new ideas and stuff to add.
Bye
kiezz is offline   Reply With Quote
Old 06-04-2005, 01:23 PM   #9
foxmaster
Member
ioFTPD Foundation User
 
Join Date: Sep 2004
Posts: 31
Default

I just tested this scrip and WOW good job m8 one thing I miss is blowfish encryption,, are u going to implant it or... if not I will get right on trying to do it myself

Foxmaster
foxmaster is offline   Reply With Quote
Old 07-20-2005, 02:34 PM   #10
ChipMunk666
Senior Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 220
Default

could this be upped in the script section?
ChipMunk666 is offline   Reply With Quote
Reply

Tags
blisters, cts, made, post, version

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
project-zs for ioFTPD caladan Caladan's scripts 278 08-02-2005 09:36 AM
bandwidth control zoranb General Discussion 1 05-24-2005 02:02 AM
Support Forums RSS New Feed bigstar Frequently Asked Questions (FAQ) 0 04-26-2004 10:42 AM


All times are GMT -5. The time now is 04:52 AM.

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