Go Back   FlashFXP Forums > > > >

StarDog's scripts ioZS, newday

Reply
 
Thread Tools Rating: Thread Rating: 7 votes, 5.00 average. Display Modes
Old 05-31-2003, 09:33 AM   #91
Nasq
Junior Member
ioFTPD Registered User
 
Join Date: May 2003
Posts: 8
Default

Hey, im trying out ioZS+dZSbot. I have a few problems though. It doesnt crc check .jpg or .mpg files even if they are in the .sfv file. Maybe because they are in ALLOWED_TYPES. Also it doesnt count the race time for m2v files. Always says 0s.
Nasq is offline   Reply With Quote
Old 06-16-2003, 11:22 PM   #92
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

If an uploaded file is aborted, then resumed, ioZS always marks it as .bad. is there any way to to setup ZS so it will check the file correctly and only rename it .bad if it is .bad?
MidKnight is offline   Reply With Quote
Old 06-17-2003, 04:47 AM   #93
malexx
Senior Member
 
Join Date: Feb 2003
Posts: 104
Default

No more Updates for the best Zipscript ever?
malexx is offline   Reply With Quote
Old 06-17-2003, 08:48 AM   #94
Unique
Senior Member
 
Join Date: Jan 2003
Posts: 231
Default

I think i heard him saying he went on holidays or something, and if his girl would allow he would try to code some

Prolly too busy having sex and or getting drunk ;>
Unique is offline   Reply With Quote
Old 06-17-2003, 06:12 PM   #95
-=DoBBeR=-
Senior Member
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 298
Default

sounds like time well spent on a vaccation =)
-=DoBBeR=- is offline   Reply With Quote
Old 06-19-2003, 04:51 PM   #96
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default

Well, I'm kinda back...Besides being summertime, my life's being extremely action-packed lately.

I checked into the resume problem, It seems as though the latest ioFTPD is passing the wrong CRC when the file is resumed...Have to pass that by dark0n3...
Stardog is offline   Reply With Quote
Old 06-20-2003, 08:15 AM   #97
m0B
Member
 
Join Date: May 2003
Posts: 40
Default

Welcome kinda back !
m0B is offline   Reply With Quote
Old 06-20-2003, 11:40 AM   #98
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

Quote:
I checked into the resume problem, It seems as though the latest ioFTPD is passing the wrong CRC when the file is resumed...Have to pass that by dark0n3... [/B]
i hope something can be done here soon, cause its a real pain in the ass
MidKnight is offline   Reply With Quote
Old 06-26-2003, 11:16 AM   #99
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Talking v1.05 released

Just posted the long awaited update. Go get it!

You will need to make several changes to the .ini file as the cookies system was rewritten and I changed some of the cookies. See the Cookie.Txt, down at the bottom I tried to document the ones that changed so you can search/replace the ones that are different.
Stardog is offline   Reply With Quote
Old 06-26-2003, 11:23 AM   #100
Bratell
Member
FlashFXP Registered User
 
Join Date: Feb 2003
Posts: 64
Talking

Yey!!
Bratell is offline   Reply With Quote
Old 06-27-2003, 07:19 AM   #101
g0at3r
Junior Member
 
Join Date: Jun 2003
Posts: 1
Default

Hi

I have been testing the latest version and have a problem.

in the .ini i have it set for races as..

ZIP_RACE=RACE: "$pwd" "$user" "$racemsg" "$releasename" "$speed"
RAR_RACE=RACE: "$pwd" "$user" "$racemsg" "$releasename" "$speed"
OTHER_RACE=RACE: "$pwd" "$user" "$racemsg" "$releasename" "$speed"
AUDIO_RACE=RACE: "$pwd" "$user" "$racemsg" "$releasename" "$speed"
VIDEO_RACE=RACE: "$pwd" "$user" "$racemsg" "$releasename" "$speed"

i then tested a race and found that it doesnt always give the correct $user racing.
Heres an example...

06-27-2003 12:45:49 SFV: "/PS2/Test" "Test" "5"
06-27-2003 12:46:49 UPDATE: "/PS2/Test" "OTHER" "Test" "Admin" "Admin" "60.0KB" "5"
06-27-2003 12:46:54 LOGOUT: "FTP_Service" "Admin" "Admin" "Administrator" "*@127.0.0.1"
06-27-2003 12:46:59 LOGIN: "FTP_Service" "Preddy" "Friend" "Tagline" "*@127.0.0.1"
06-27-2003 12:47:03 RACE: "/PS2/Test" "Admin" "\002Admin\002/Admin" "Test" "2067"
06-27-2003 12:47:53 LOGOUT: "FTP_Service" "Preddy" "Friend" "Tagline" "*@127.0.0.1"
06-27-2003 12:47:57 LOGIN: "FTP_Service" "gaz" "Friend" "Tagline" "*@127.0.0.1"
06-27-2003 12:48:02 RACE: "/PS2/Test" "Admin" "\002Preddy\002/Friend, \002Admin\002/Admin" "Test" "2067"

As you see it keeps saying its "Admin" as the new racer..

It doesnt always do this it, and seems to be a random problem which is strange, and didnt happen with previous versions.
Any ideas?
g0at3r is offline   Reply With Quote
Old 06-27-2003, 09:51 PM   #102
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Angry

Yep, I forgot to add a $currentuser cookie. The $user is getting overwritten when it calculates stats. I'll fix it for next update.

hmm, after 3 months of rewriting so much of the code, that's not bad if that's the only bug...
Stardog is offline   Reply With Quote
Old 06-28-2003, 09:25 AM   #103
xlarge
Junior Member
 
Join Date: Jun 2003
Posts: 3
Default A few suggestions

Firstly, thanks a lot for this great script and the time you've put into it

I just have a couple of suggestions.

1. It would be great for the script to make the missing .m3u file on RESCAN if there is no .m3u file in the dir. This is so lazy people like me can just rescan a dir to make a .m3u file rather than using another method

2. Is it possible to make the RESCAN work in subdirs? For instance I could ask it to rescan a dir /MP3/Archives/ and it would check all dirs inside and make the [COMPLETE!]-[100%] files in the dirs. Then people like me could rescan dirs that were there before installing a zipscript, and make sure all files have been checked. I dont know if this would be too much of a strain on it, but would be nice if it could be done

3. Nearly the same as no.2 but is it possible to rescan dirs and make the links in Genre/Artist etc? So I could rescan /MP3/Archives/ and have all of the releases added to the links dir, so the site is far more organised.

Comments would be apreciated on this, and thanks again for the great script, it's making my life a helluva lot easier right now
xlarge is offline   Reply With Quote
Old 06-28-2003, 11:48 AM   #104
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

could it be changed, or at least have it as an option that the missing file markers can be done like

.missing

and not

-missing

.missing, would work much better with a lot of other checkers
MidKnight is offline   Reply With Quote
Old 06-28-2003, 03:54 PM   #105
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default

MidKnight: Yep, I can change it in the next update...

xlarge: #1 is possible, #2 and 3 are alot of work for something that usuaully only needs to be done once on a site. I'll take a look at it, but can't promise that it'll be added.
Stardog is offline   Reply With Quote
Reply

Tags
cookie, file, fixed, iozs, logging


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 05:28 AM.

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