Go Back   FlashFXP Forums > > > >

SnypeTEST's scripts php_pSio, ioTrial

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 12-14-2003, 10:17 AM   #286
phill84_1
Guest
 
Posts: n/a
Default

it can't support asian language mp3 tag now?
like chinese,japanese and korean
when i ul these kinda mp3's,it just says error and not in sfv
 
Old 12-14-2003, 10:20 AM   #287
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

never tried... does it contain foreign type characters?
SnypeTEST is offline  
Old 12-14-2003, 10:35 AM   #288
phill84_1
Guest
 
Posts: n/a
Default

oh
nvm
my bad
other mp3's r okay
only couples of albums get error msg
seems the zs works just fine

nice script
 
Old 12-14-2003, 11:09 AM   #289
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

PHP pSio v0.0.9c
http://www.snype.us/psio/pafiledb.php?action=file&id=47

+ multi-cd nfo excerpt
* fixed diz center alignment.
* fixed elapsed time for 0day 1 zip rls'
SnypeTEST is offline  
Old 12-14-2003, 01:54 PM   #290
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default + multi-cd nfo excerpt

+ multi-cd nfo excerpt are not working for me after upgrading from 0.0.9b to 0.0.9c. Ive only get race info the user top and group top etc. No nfo info.
Anyone that can confirm?
odd is offline  
Old 12-15-2003, 01:57 PM   #291
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

And rescan can't count the filesize.

200-+-=[UserTop]=-------------------===----------------+
200-| 1. ioFTPD 9.5mB 50F 0kB/s |
200-+-=[GroupTop]=--------------------===--------------+
200-| 1. ioftpd 9.5mB 50F 0kB/s |
200-`-----------------------------------------[50/50]--'

[ds] - ( 0M 50F - COMPLETE ) - [ds]

Thats a 15mb x 50files. This only happens when rescan a dir that wasent uploaded, it was a dir that was already on the harddrive. Files that gets uploaded works fine to do rescans. But would be nice if it could check all dir/files.
odd is offline  
Old 12-15-2003, 02:52 PM   #292
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

ioA rescan for that.
SnypeTEST is offline  
Old 12-20-2003, 11:39 AM   #293
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

250- R E L E A S E I N F O
250-+--------------------------------------------------------------------+
250-Release Name: file
250-Fastest Upload by ioFTPD/ioftpd at 19791KBs
250-Slowest Upload by ioFTPD/ioftpd at 11254KBs
250-Release Completed in 12406d 16h 32m 47s
250-+--------------------------------------------------------------------+


$group_dirs = "/_pre/";

Uploaded in _pre/ioftpd/file

Release Completed workes(gives correct time) in every dir except _pre. Maybe ive setup something wrong. Just letting u know.
odd is offline  
Old 12-20-2003, 12:00 PM   #294
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

yep I know that one hehe thnx though
SnypeTEST is offline  
Old 12-20-2003, 09:04 PM   #295
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

PHP pSio v0.1.0
http://www.snype.us/psio/pafiledb.php?action=file&id=48

+ documented cookies and added some.
+ added cache for user/group sorting should be faster now with more racers.
* fixed group dir elapsed time.
+ nfoex text trimmimg optimized

also added a skin i made today for .ioftpd.message
SnypeTEST is offline  
Old 12-21-2003, 06:15 PM   #296
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

PHP pSio v0.1.1
http://www.snype.us/psio/pafiledb.php?action=file&id=49

* fixed group dirs. for mp3 pre's
+ added file cache and zs optimizations
* fixed backup crc check
+ re-did multi cd func
+ more $progressmeter cookies.
+ re-did readrace()


got it down from ~59ms to ~19ms on my main pc (3.1ghz) and from ~250ms to ~125ms on my 533mhz AMD pc. This was a single user race
SnypeTEST is offline  
Old 12-21-2003, 10:22 PM   #297
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

PHP pSio v0.1.1b
http://www.snype.us/psio/pafiledb.php?action=file&id=50

whoops! small typo.

in funcs.php look for

if ($notsub == false) {

change to

if ($notsub == true) {
SnypeTEST is offline  
Old 12-22-2003, 09:52 AM   #298
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

250-Fastest Upload by ioFTPD/%n at %kKBs
250-Slowest Upload by %i/%p at %oKBs

Only the header msg that shows that. Every where else like body msg and when uploading it shows the speed.
In newest 0.1.1b.
odd is offline  
Old 12-22-2003, 09:56 AM   #299
MrManc
Junior Member
ioFTPD Registered User
 
Join Date: Aug 2003
Posts: 15
Default

u need to change these in the config

from 0.1.0 to 0.1.1
---------------------
- replace zipscript-c.php and funcs.php

from 0.0.9c to 0.1.0
-----------------------
- replace all php except for config.php and postdel.php
- replace nfoex.php too

$message_header;
----------------
change
"Fastest Upload by %h/%n at %kKBs\n".
"Slowest Upload by %i/%p at %oKBs\n".
to
"Fastest Upload by %U/%G at %SKBs\n".
"Slowest Upload by %u/%g at %sKBs\n".

taken from upgrading.txt
MrManc is offline  
Old 12-22-2003, 10:25 AM   #300
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

typo :>

This is what ive get from a fresh clean install. Uploaded and after a while I deleted it.
250 DELE command successful.
Warning: Invalid argument supplied for foreach() in C:\ioFTPD\scripts\php_psio\funcs.php on line 451
odd 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:21 AM.

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