Go Back   FlashFXP Forums > > > >

ADDiCT's scripts sitewho.exe, ioGroups, ioGui, ioLimitTransfers, ioSecureAdduser

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 3.00 average. Display Modes
Old 11-15-2003, 04:27 AM   #16
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

aah yes, forgot to update the old templates with the new cookies :
%(usercount) is now %(usercountall)
ADDiCT is offline   Reply With Quote
Old 11-15-2003, 05:38 PM   #17
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

updates in 1.0.6
- extended time cookies (requested by Bounty ) --> readme.nfo for more details !
- fixed old cookies in default templates
ADDiCT is offline   Reply With Quote
Old 11-16-2003, 12:29 PM   #18
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

updates in 1.0.7 :
- correct checking if (matching) users are online or not (previous version could output header + footer without body if hidden users were online)
- 'nobody' templates for uploaders/downloaders/idlers
ADDiCT is offline   Reply With Quote
Old 11-16-2003, 12:36 PM   #19
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Thumbs up

Nice .
MaistroX is offline   Reply With Quote
Old 11-16-2003, 01:53 PM   #20
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by ADDiCT
updates in 1.0.7 :
- correct checking if (matching) users are online or not (previous version could output header + footer without body if hidden users were online)
- 'nobody' templates for uploaders/downloaders/idlers
W00T !! this one really roxx
big thx

bounty
bounty is offline   Reply With Quote
Old 11-16-2003, 02:04 PM   #21
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Test on previous version and this new verison. Logintime isnt correct. Check idle time against logintime, idletime shouldnt be a minut before logintime.

site swho idle
Right after login:
200-| Logintime: 0d 0h 0m -30s Idletime: 0d 0h 0m 0s

After 10 sec:
200-| Logintime: 0d 0h 0m -20s Idletime: 0d 0h 0m 10s

What ive used in tamplete's, Ive changed them to my desire but it should be working anyway.
| | Logintime: %(logintime_total_d)d %(logintime_h)h %(logintime_m)m %(logintime_s)s Idletime: %(idletime_total_d)d %(idletime_h)h %(idletime_m)m %(idletime_s)s (lastcmd)

Ive set time_offset = 3630 and that gives me exact idle time for the users. But the logintime is incorrect.
odd is offline   Reply With Quote
Old 11-16-2003, 03:18 PM   #22
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

logintime is correct, idletime is wrong

please leave time_offset to a mulitple of 3600, as that's definately not going to help

so if you leave it to 3600, logintime = 0s and idletime = 30s ?
ADDiCT is offline   Reply With Quote
Old 11-16-2003, 03:50 PM   #23
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Hmm odd. Ive had problem before with the idle time was not correct and when ive change the time_offset to 3630 idletime was perfect.
Ive changed back as u said and login and idle is perfect. Hehe my misstake :>
odd is offline   Reply With Quote
Old 11-16-2003, 08:16 PM   #24
romracer
Junior Member
 
Join Date: Oct 2003
Posts: 25
Default

I get runtime error 6 as soon as I run site swho or !who from my sitebot. If I click ok on the error then the output will process and everything continues to run. But as long as the error is on the screen everything is frozen. Any ideas?
romracer is offline   Reply With Quote
Old 11-17-2003, 01:15 AM   #25
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

it's about time i add error catching
error 6 = overflow = nevere a good thing to happen
ADDiCT is offline   Reply With Quote
Old 11-17-2003, 09:40 AM   #26
romracer
Junior Member
 
Join Date: Oct 2003
Posts: 25
Default

Yea, its almost like it happens when its reading the templates or the ini but I'm not sure. I set the connect time thing it -28800 as that set my login time to zero. Everything else is untouched pretty much from the dZSbot 1.01 release. I even extracted the files through remote desktop instead of uploading them to see if that helped. Same thing. If you want me to test you can find me on irc.
romracer is offline   Reply With Quote
Old 11-17-2003, 02:56 PM   #27
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

updates in 1.0.8 :
- fixed bug: debug performance counter doesn't cause any error when the api calls fail. I believe it only happens on certain hardware (for example romracer has a dual amd setup).
- fixed bug: overflow could happen on logintime > changed integer (16bit) to long (32bit).
- added error logging to all 'large' functions

Remarks:
  • for people who upgrade: only sitewho.exe changed
  • upgrade it on your dZSbot as well !
ADDiCT is offline   Reply With Quote
Old 11-19-2003, 09:49 AM   #28
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

updates in 1.0.9 :
- added option to override default 'site who' command

There is a mistake in the readme.nfo :
replace
who = EXEC ..\scripts\sitewho.exe template=2 override_site_who
with
site = EXEC ..\scripts\sitewho.exe template=2 override_site_who
ADDiCT is offline   Reply With Quote
Old 11-19-2003, 10:27 AM   #29
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Here comes a stupied question.
You added an option to everride default site who. What does it do? I thought first it would use the templates_limited when doing a site who command so it would be like doing a site xwho, but it didnt work after ive tryed it.
odd is offline   Reply With Quote
Old 11-19-2003, 10:54 AM   #30
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

the same as with ioGroups to replace 'site uinfo'

it outputs the info u would normally get from sitewho.exe, and then it blocks ioFTPD's internal 'who' function.
ADDiCT is offline   Reply With Quote
Reply

Tags
mapping, memory, output, technique, version

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 09:40 AM.

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