View Full Version : 1inALL
kopykat
11-01-2004, 09:29 AM
I m lookin for a simple script(.tcl) that will do the following.
At the moment if i wanna check the bandwith in my sites i must do p.e.:
!ibw !vbw !nbw for each of 3 sites
the same fgoes for !free all command etc.
I need a script so that i just do !bw and i get results for all sites.
I need support for !bw,!uploaders,!leechers,!free all
Thanx in advance in anyone that will help me in this.I think its very usufull for many siteops..
That's all for now..
kk
Add more binds to the sitebots so the sitebot for site1 supports !site1bw and !bw, the one for site2 supports !site2bw and !bw, etc.
kopykat
11-01-2004, 09:58 AM
I really hope that all these could be done in a standalone .tcl.
If not i ll get to your solution harm.;)
That's all for now..
kk
R2_2k
11-02-2004, 12:52 PM
you could use cts or a modded version of CTS and do it probably..
but alot easier just add these too your dzbot probably...
bind pub -|- !bw proc_bandwidth
------------------
just add them between here (dont matter where aslong as its not inbetween script)
anyways:
set blfs(HEADER) "+OK"
bind pub -|- !bw proc_bandwidth
bind pub -|- !up proc_uploaders
bind pub -|- !lecchers proc_leechers
or whichever... just replease !bw,!up
################################################## #######
# !!! END OF CONFIG HERE !!! #
----
list the proper calls for PROCS; i.e. proc_bandwidth
set procs {
!imdb:proc_imdb
${cmdpre}bnc:proc_bnc
${cmdpre}help:proc_help
${cmdpre}free:show_free
${cmdpre}requests:proc_requests
${cmdpre}search:proc_search
is in that
ends with
}
anyways....
kopykat
11-02-2004, 02:44 PM
i use iobanana.:(
kopykat
11-08-2004, 01:42 PM
If anyone bothers with this request i would be more than obliged..thanx
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.