Old 02-08-2006, 06:24 AM   #1
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Talking jScripts

jScripts

iRC:
- SiTEBOT
- TRiAL/QUOTA
- COMMANDS (BNC, STATS, SPEED, ...)

FTP:
- DUPE
- BAN
- ADD/DEL MASTER
- WHO
- USER
- NFO

iNSTALL:
- Copy jScripts dir to windrop/scripts/
- Load jScripts in your bot -> source scripts/jScripts/jScripts.tcl
- Copy jScripts.exe and sqlite3.dll to C:\ioFTPD\system\
jeza is offline   Reply With Quote
Old 02-08-2006, 11:50 AM   #2
irccat
Junior Member
 
Join Date: Dec 2004
Posts: 13
Default

wow..very good
irccat is offline   Reply With Quote
Old 02-08-2006, 12:47 PM   #3
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

nice script..
cant get it started though..

fixed...

added
set jScripts(location_jTQ) "C:/eggdrop/scripts/jscripts/"

to jtq.tcl..

but no responce from the bot.. and no errors.. :x
zOrP is offline   Reply With Quote
Old 02-08-2006, 12:56 PM   #4
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

btw.. u should keep affils in jTQ tcl..

or make it possible to get $jtq(affils_mp3) some other way..

to have affils exempt..
zOrP is offline   Reply With Quote
Old 02-08-2006, 01:11 PM   #5
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

zOrP

1:
i just saw that u use it without blowfish
i tested it only with fish support
no fish will not work i think

2:
it will stay like it is
jeza is offline   Reply With Quote
Old 02-08-2006, 01:13 PM   #6
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

btw.. how do i make it make the files in /files dir..

No quota responce, cause files aint made...

and no responce on !sections..

does all 3 tcls have to be loaded ?

or is it enough to use only jtq and jscripts..

cause dzsbot already working fine,..

works fine without fish..

only respond i can get is on !ustats something

i get the help
[HELP] !ustats login all/mn/wk/day

and on !trials
0 users on trial
zOrP is offline   Reply With Quote
Old 02-09-2006, 04:30 AM   #7
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

quite nice..
got it all working last night..

great with the updates.
Only 1 thing missing..
!ftp site cmd..

got some suggestions..

The possibility to do mnup or dn, instead of mn, so there could be added rank, files and speed on !u/gstats...
And files + speed on the daystats announce..

That would be awsome.. :>

only thing i'm having trouble with is !daystats

its just empty..
and !mnup etc. too

### STATS -#
set jScripts(stats,sections) "MNUP:0"
set jScripts(stats,default,type) "MNUP"
set jScripts(stats,default,name) "MNUP"
set jScripts(stats,default,number) 3
set jScripts(stats,default,section) 0


Any ideas ?
zOrP is offline   Reply With Quote
Old 02-09-2006, 08:20 AM   #8
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

try with default settings for stats then change step by step to your needs

u have !dayup,!daydn,!mnup,!mndn,... to see top x users stats
or if u use !allup username,!mndn username,... to see username MB and rank

example:

!wkup Jeza -> Jeza is #3 in MonthUp with 12345MB.

!wkup -> top x uploaders this week are:
1. xxx with xxxMB
2. ccc with cccMB
...
jeza is offline   Reply With Quote
Old 02-09-2006, 05:46 PM   #9
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

ohh.. damn nice..

its because the stats part is ****ed..
So i didnt see those functions..

but looks very nice..

But how do i disable fish, and still have it working ?

cause i need an external fish script for those scripts running who dont have fish implemented.. :/
zOrP is offline   Reply With Quote
Old 02-10-2006, 01:51 AM   #10
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

what external scripts do u need?
its everything there (sitebot, trial/quota,commands,...)

the second option is to create separate windrop just for jscripts
jeza is offline   Reply With Quote
Old 02-10-2006, 04:30 PM   #11
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

i got dzsbot on one.. and jscripts on another...

news imdb tv and other stuff..


Btw, any idea why my stats and daystats aint working..?


### STATS -#
set jScripts(stats,sections) "MNUP:0"
set jScripts(stats,default,type) "MNUP"
set jScripts(stats,default,name) "stats"
set jScripts(stats,default,number) 3
set jScripts(stats,default,section) 0
set jScripts(stats,triggers) "!dayupAYUP:Todays.lost.souls\
!daydnAYDN:Motha****a\
!wkup:WKUP:HubbaBubba\
!wkdn:WKDN:Needs.a.woman.top.$jScripts(stats,defau lt,number)\
!mnup:MNUP:Needs.a.life.top.$jScripts(stats,defaul t,number)\
!mndn:MNDN:HitaHata\
!allup:ALLUP:Unsaveable.top.$jScripts(stats,defaul t,number)\
!alldn:ALLDN:UmbaBumba.top.$jScripts(stats,default ,number)"
set jScripts(stats,excludedusers,list) "ioFTPD"
set jScripts(stats,excludedgroups,list) "ioftpd"
set jScripts(stats,excludedflags,list) "F"
set jScripts(daystatsup,default,show) "MNUP:0:#chan"
set jScripts(daystatsup,default,type) "DAYUP"
set jScripts(daystatsup,default,number) 3
set jScripts(daystatsup,default,section) 0
set jScripts(daystatsdn,default,show) "MNUP:0:#chan"
set jScripts(daystatsdn,default,type) "DAYDN"
set jScripts(daystatsdn,default,number) 1
set jScripts(daystatsdn,default,section) 0
set jScripts(daystatsup,excludedusers,list) "ioFTPD"
set jScripts(daystatsup,excludedgroups,list) "ioftpd"
set jScripts(daystatsup,excludedflags,list) "F"
set jScripts(daystatsdn,excludedusers,list) "ioFTPD"
set jScripts(daystatsdn,excludedgroups,list) "ioftpd"
set jScripts(daystatsdn,excludedflags,list) "F"
zOrP is offline   Reply With Quote
Old 02-11-2006, 01:27 AM   #12
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

no
jeza is offline   Reply With Quote
Old 02-11-2006, 02:34 AM   #13
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

enable debug partyline in jscripts.conf and check if u see something there
jeza is offline   Reply With Quote
Old 02-20-2006, 04:02 PM   #14
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

nottin bad is showing... :X

(22:03:07) (xxx) [22:03] ..jS....: jScripts:FiSH -> !daystats
(22:03:07) (xxx) [22:03] ..jS....: matchattr = '1'
(22:03:07) (xxx) [22:03] ..jS....: DAYUP STATS For MNUP
(22:03:07) (xxx) [22:03] ..jS....: jScripts:FormatString { Todays Best Racers On site}
(22:03:07) (xxx) [22:03] ..jS....: jScripts:SND {#chan Todays Best Racers On site}
(22:03:07) (xxx) [22:03] ..jS....: c:/ioFTPD/system/jScripts.exe DAYSTATS "ioftpd" "ioFTPD" "F" DAYUP 3 0
(22:03:07) (xxx) [22:03] ..jS....: STATUS = 0
(22:03:07) (xxx) [22:03] ..jS....: DAYDN STATS For MNUP
(22:03:07) (xxx) [22:03] ..jS....: jScripts:FormatString { Worst Leecher On site}
(22:03:07) (xxx) [22:03] ..jS....: jScripts:SND {#chan Worst Leecher On site}
(22:03:07) (xxx) [22:03] ..jS....: c:/ioFTPD/system/jScripts.exe DAYSTATS "ioftpd" "ioFTPD" "F" DAYDN 1 0
(22:03:07) (xxx) [22:03] ..jS....: STATUS = 0
zOrP is offline   Reply With Quote
Old 02-21-2006, 01:49 AM   #15
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

did u replaced jscripts.exe?
because there is no response from it
jeza is offline   Reply With Quote
Reply

Tags
copy, dir, ftp, jscripts, load

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 07:04 AM.

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