Go Back   FlashFXP Forums > > > >

SnypeTEST's scripts php_pSio, ioTrial

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 09-20-2003, 08:53 PM   #151
SomeoneWhoCares_2
Member
 
Join Date: Sep 2002
Posts: 87
Default

yes
ACCSPEED=%.4[speed]
was indeed the culprit! i started over with a fresh ioftpd install so it wasnt there, maybe u can mention this in ur install notes?
any chance of adding a cool progress meter to ftp echo and complete msg?
....[###:::::::::]..........[ 8/27]....
would be nice and thanks for the cool imdb addon

just noticed that sfv_nfo only works for single cd releases.. normally it should write to a msg file in parent dir on mutli cd rls, but you've done enough as it is just pointing this out.. fix it or not up to you
SomeoneWhoCares_2 is offline  
Old 09-21-2003, 01:24 PM   #152
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

hi

for what stands this
SECTIONS=/0Day/|0DAY|/MP3/|MP3|/ISO/|ISO

can u add a cookie for section so it anounces the section when i insert the char for new line (\n)?

dZS_SfvInfo=SFV: "%VFS%" "Got SFV for %RLSNAME%.\n[%SECTION%] Expecting %BOLD%%TOTALF%%BOLD%F."

<bot> [Mp3] Got SFV for blabla.
<bot> [Mp3] Expecting 13F.
jeza is offline  
Old 09-21-2003, 02:38 PM   #153
Phaeton
Disabled
 
Join Date: Sep 2002
Posts: 44
Default

best zs in my opinion. keep it up.
Phaeton is offline  
Old 09-21-2003, 07:20 PM   #154
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

http://www.snype.us/psio/
psio v2.0.15

- refixed multithreading.
- fixed multithread, it took all day (and yesterday) to make psio support unlimited threads but its finally done. It might be a bit slower, but it gets the job done and it wont crash (well didnt crash when I tested it out on my pc).
- new: re-wrote my own ini functions for better performance.

upgrade: replace .exe

jeza
just setup your sections in dzsbot.tcl.
set sections "VCD DIVX MP3 0DAY REQUEST"
then set the paths for instance

set paths(MP3) "/MP3/*"
set type(MP3) "RACE"
set chanlist(MP3) "#iom0d"

now it will show like this
+SnypeBIT: -TEST- [MP3] + New Release: MP3/VA-DJ_Kool_Kid_-_Full_Clip_06_Starring_David_Banner-2003-0MNi (VA-DJ_Kool_Kid_-_Full_Clip_06_Starring_David_Banner-2003-0MNi) by ioFTPD@ioftpd


SECTIONS=/0Day/|0DAY|/MP3/|MP3|/ISO/|ISO
this is for custom scripts (like my (snype's) mysql logger) and psio imdb script.

for example.
=========

ONFILEPASSED_0DAY = ..\sml\sml.exe $SECTION $PATH $PWD $USER $GROUP $TOTAL $RLSNAME
ONNFO_UPLOAD = ..\psio_imdb\imdb.exe $SECTION $PATH $FILEPATH $FILENAME [OUTPUT]

Phaeton
thnx
SnypeTEST is offline  
Old 09-21-2003, 10:10 PM   #155
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

http://www.snype.us/psio/
psio v2.0.15

- re-fixed multithreading.. this is the last fix, I swear.... lol

SomeoneWhoCares
the imdb info gets posted in the root folder of the multi cd rls (or where ever the nfo is uploaded)

for example ,
/vcd/some.movies-ctp/ctp.nfo
info is stored in /vcd/some.movies-ctp/ hehe. maybe someone wants to fix it? who is good with powerbasic , msg me and I will give them source code for psio imdb script.
SnypeTEST is offline  
Old 09-22-2003, 02:16 AM   #156
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

Quote:
Originally posted by SnypeTEST
http://www.snype.us/psio/
psio v2.0.15

jeza
just setup your sections in dzsbot.tcl.
set sections "VCD DIVX MP3 0DAY REQUEST"
then set the paths for instance

set paths(MP3) "/MP3/*"
set type(MP3) "RACE"
set chanlist(MP3) "#iom0d"

now it will show like this
+SnypeBIT: -TEST- [MP3] + New Release: MP3/VA-DJ_Kool_Kid_-_Full_Clip_06_Starring_David_Banner-2003-0MNi (VA-DJ_Kool_Kid_-_Full_Clip_06_Starring_David_Banner-2003-0MNi) by ioFTPD@ioftpd


Phaeton
thnx
i know how to setup that section is showed on mirc.
dzsbot:
set announce(DEFAULT) "\[%section\] %msg"

i wanna to have the section showed when i use the next line char (\n)

pSio
dZS_Mp3Halfway=HALFWAY: "%VFS%" "3Halfway %RLSNAME% \n\[here.i.wanna.have.section.anounced\] Leading uploader is %ULEADER% [ %USPEED%KBps %UFILES%F ] Leading group is %GLEADER% [ %GSPEED%KBps %GFILES%F ]-"
jeza is offline  
Old 09-22-2003, 02:39 AM   #157
fobban
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jan 2003
Posts: 186
Default

Jeza: i've been trying with that too.. all i get is some default line..
DEFAULT:
seems like you have to have the section at the beginning..
fobban is offline  
Old 09-22-2003, 02:43 AM   #158
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

hi

yeah dzsbot gets the section name from %VFS% cookie.
and because dzsbot dont have a COMPLETE,HALFWAY,SFV,UPDATE,USER&GROUP STATS lines i wanna know if there is a posibility to have the section name cookies in zipscript. so the zs writes them to .log and dzsbot anounces then the line.
jeza is offline  
Old 09-22-2003, 06:32 AM   #159
Ren
Senior Member
 
Join Date: Sep 2002
Posts: 111
Default

CASE SEnSiTiVe VFS (pwd)
SECTIONS=/dvdr/|0DAY|/MP3/|MP3|/ISO/|ISO

ok that makes no sense, /dvdr/|0day| is that supposed to make it a zip dir ?
Ren is offline  
Old 09-22-2003, 06:46 AM   #160
SkoopyDoo
Junior Member
ioFTPD Registered User
 
Join Date: May 2003
Posts: 13
Default

Quote:
Originally posted by Ren
CASE SEnSiTiVe VFS (pwd)
SECTIONS=/dvdr/|0DAY|/MP3/|MP3|/ISO/|ISO

ok that makes no sense, /dvdr/|0day| is that supposed to make it a zip dir ?
the sections are only for the imdb script as far as i know
SkoopyDoo is offline  
Old 09-22-2003, 09:20 AM   #161
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

Quote:
CASE SEnSiTiVe VFS (pwd)
SECTIONS=/dvdr/|0DAY|/MP3/|MP3|/ISO/|ISO

ok that makes no sense, /dvdr/|0day| is that supposed to make it a zip dir ?
no. it means that the $SECTION cookie for custom scripts will be "0DAY" . Section cookies are used for mysql logger and imdb script.

maybe you should try something like
SECTIONS=/dvdr/|DVDR|/MP3/|MP3|/ISO/|ISO
SnypeTEST is offline  
Old 09-22-2003, 02:03 PM   #162
Phaeton
Disabled
 
Join Date: Sep 2002
Posts: 44
Default

Doesn't DEFAULT mean you have the sections in ioFTPD ****ed up? Make sure that you have Default * last and your sections before it !
Phaeton is offline  
Old 09-22-2003, 06:39 PM   #163
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

http://www.snype.us/psio/
psio v2.0.16

- optimized user/group sorting... using cache should work alot faster now with 8+ racers.


btw, how do you guys "quote" people so it comes out with the Originally posted by ... on top...
SnypeTEST is offline  
Old 09-22-2003, 07:04 PM   #164
surtin
Junior Member
 
Join Date: Mar 2003
Posts: 24
Default

Quote:
Originally posted by SnypeTEST
btw, how do you guys "quote" people so it comes out with the Originally posted by ... on top... [/B]
Quote button on their posts (look at bottom).
surtin is offline  
Old 09-22-2003, 07:09 PM   #165
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

Quote:
Originally posted by surtin
Quote button on their posts (look at bottom).
muahhahahahahahhahhaha kthnx
SnypeTEST is offline  
Closed Thread

Tags
download, efnet, php, psio, zipscript-c

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
New: ioA 0.6.5 WarC WarC's scripts 3 01-25-2003 09:15 PM


All times are GMT -5. The time now is 08:44 PM.

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