Go Back   FlashFXP Forums > > > >

SnypeTEST's scripts php_pSio, ioTrial

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 02-28-2004, 11:12 AM   #16
MaZza_Dj
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 123
Wink

is one problem from original sfv file?
if is this not depende from me but from the other site and other sfv script... 8))) there isn't php_psio if work bad
MaZza_Dj is offline  
Old 02-28-2004, 03:00 PM   #17
St0rm
Disabled
 
Join Date: Nov 2003
Posts: 105
Default

This might happen when 2 users try to up the same sfv at the same time. 1 users uploads it, the other 'resumes' it and because user 2's sfv has some comments at the start, it uploads crap at the end. So try to disallow resuming of files.

Maybe
St0rm is offline  
Old 02-28-2004, 04:52 PM   #18
MaZza_Dj
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 123
Talking

???? what?
i seack very little english but this...
8))))))))))))))
the same file in the same moment ohhhh in italian 'porca troia che sfiga...' in english mmmm that misfortune?

thanks for the help men
MaZza_Dj is offline  
Old 02-29-2004, 04:52 PM   #19
Guardian
Senior Member
 
Join Date: May 2003
Posts: 131
Default

u gonna add a function to del the cached files after race is complete for new version ?

.ioFTPD.psio_cache._mp3_info_ etc...

Grtz
Guardian
Guardian is offline  
Old 02-29-2004, 05:30 PM   #20
Sersen
Junior Member
 
Join Date: Jan 2004
Posts: 25
Default another minor bug maybe

STOR file_id.diz
150 Opening ASCII mode data connection for file_id.diz.
226-.--------------------------------------------------.
226-| + CRC-Check: SKIPPED! |
226-
226-Warning: Division by zero in D:\ioFTPD\scripts\psio\funcs.php on line 4

getting this error here.

bye
Sersen is offline  
Old 03-03-2004, 05:45 PM   #21
foutchman
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 25
Default

is it possible to use 2 folders for creating incomplete tagz ?
like for example in the config.php , having a setup like :

$incomplete_cd_indicator = "..\\..\\(incomplete)-(%0)-%1";
$incomplete_indicator = "..\\(incomplete)-%0";
$incomplete_cd_indicator = "D:\\ftproot\\incomplete\\(incomplete)-(%0)-%1";
$incomplete_indicator = "D:\ftproot\\incomplete\\(incomplete)-%0";

so I can check directly in INCOMPLETE folder if there is any to finish , or directly in the dir I'm uploading to .
hehe , i've tried to create my own $incomplete_cd2_indicator fonction , in "funcs.php" but no way , i dunno nothing in programming , copy/past isn't enough !


a little annoying thing is all the new ".ioFTPD.psio_cache._" files created , like Guardian said , a nicee option, will be to delete them after the race.

great zipscript Snypetest.




... kthx.stfu.omg.roflmao.afk.btw ...
foutchman is offline  
Old 03-03-2004, 07:04 PM   #22
wooolF[RM]
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 411
Default

Quote:
Originally posted by foutchman
is it possible to use 2 folders for creating incomplete tagz ?
[... skipped ...]
so I can check directly in INCOMPLETE folder if there is any to finish , or directly in the dir I'm uploading to .
I'm agreed, that would help a lot on some sites
wooolF[RM] is offline  
Old 03-03-2004, 11:14 PM   #23
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

ive been busy lately -- alot of school work / colleges / job blah blah... I'll see when I can get around to it
SnypeTEST is offline  
Old 03-07-2004, 04:23 PM   #24
wooolF[RM]
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 411
Default

sounds great and yes, real life takes lots of time from time to time
wooolF[RM] is offline  
Old 03-12-2004, 12:07 PM   #25
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

I'll do some stuff today... :P probably release the fix for the imdb thing which someone else already fixed :-P.

My shmem thing is still beta... works(worked!) pretty well.... just gotta rewrite the class... badaas implemented a similar thing into his ZS , he said it was fast.. join #iom0d [efnet] check out his site.
SnypeTEST is offline  
Old 03-13-2004, 05:08 AM   #26
oldelpaso
Junior Member
 
Join Date: Jan 2004
Posts: 6
Default Re: another minor bug maybe

Quote:
Originally posted by Sersen
STOR file_id.diz
150 Opening ASCII mode data connection for file_id.diz.
226-.--------------------------------------------------.
226-| + CRC-Check: SKIPPED! |
226-
226-Warning: Division by zero in D:\ioFTPD\scripts\psio\funcs.php on line 4

getting this error here.

bye


This happends when no .sfv is finde. Reupload .sfv
oldelpaso is offline  
Old 03-13-2004, 05:09 AM   #27
oldelpaso
Junior Member
 
Join Date: Jan 2004
Posts: 6
Default Re: Re: another minor bug maybe

Quote:
Originally posted by oldelpaso
This happends when no .sfv is finde. Reupload .sfv
then site rescan done/fixt
oldelpaso is offline  
Old 03-13-2004, 06:42 AM   #28
Sersen
Junior Member
 
Join Date: Jan 2004
Posts: 25
Default

yep,no .sfv file because it was a zip archive,in 1.3 it worked fine only in 1.4 this appears.

bye
Sersen is offline  
Old 03-13-2004, 06:42 AM   #29
Unique
Senior Member
 
Join Date: Jan 2003
Posts: 231
Default

Is there an average speed cookie? the %A one doesnt work correct.

Seems it gets average speed from files and not release... (kinda like iozs does) So if someone ups 2 files at 20 mb/sec, and waits an hour between each file it will still say 20mb/sec average
Unique is offline  
Old 03-14-2004, 09:37 AM   #30
foutchman
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 25
Default

quote:
--------------------------------------------------------------------------------
Originally posted by Sersen
STOR file_id.diz
150 Opening ASCII mode data connection for file_id.diz.
226-.--------------------------------------------------.
226-| + CRC-Check: SKIPPED! |
226-
226-Warning: Division by zero in D:\ioFTPD\scripts\psio\funcs.php on line 4



in config.php
that fix this error msg for me

$allowed_types = "jpg,avi,mpg,cue,m3u,diz";
$ignored_types = "diz,jpg,cue,m3u,nfo,sfv";
foutchman is offline  
Closed Thread

Tags
php, post, psio, remove, zip.exe

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 02:58 PM.

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