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 10-23-2003, 12:21 PM   #91
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

inventing your own ioGroups variables like %(UPSPEED) won't work, that's for sure
ADDiCT is offline   Reply With Quote
Old 10-23-2003, 04:10 PM   #92
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

updates in 1.0.279 :
- 2 new userinfo variables for bw limits
- usercount & groupcount should now be correct in all cases, please test this for me!
- (removed/optimized some code, nothing big)
ADDiCT is offline   Reply With Quote
Old 10-23-2003, 05:54 PM   #93
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

yes quiet right this far. 17 users in 7 groups is always the right number on my site so THX addict!!!
toki is offline   Reply With Quote
Old 11-07-2003, 10:11 AM   #94
chimera
Junior Member
 
Join Date: Sep 2003
Posts: 8
Default

is it possible to make the output limited to the users own group?

for instance, user TEST is member of group TESTERS, doing SITE LUSERS would only return a list of users in the group TESTERS.

also, is it possible to override SITE UINFO with SITE USER?
chimera is offline   Reply With Quote
Old 11-07-2003, 10:32 AM   #95
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

site lgroups SiTEOPS

or whatever command u gave to "iogroups.exe listgroups"

overriding > read the doc. it's explained how to do that.
ADDiCT is offline   Reply With Quote
Old 11-07-2003, 10:42 AM   #96
chimera
Junior Member
 
Join Date: Sep 2003
Posts: 8
Default

Quote:
Originally posted by ADDiCT
site lgroups SiTEOPS

or whatever command u gave to "iogroups.exe listgroups"

overriding > read the doc. it's explained how to do that.
well, SITE LGROUPS GRPNAME would still make them able to see all groups if the did just SITE LGROUPS. what i ment is that i want them not to be able to see anything else but their own group.

perhaps a way with cookies?


and, all i could see in the doc was
[pre]
site = EXEC ..\scripts\ioGroups.exe override_site_users

which overrides SITE USERS command.

what wondered was if there is a way to override other commands, such as SITE UINFO with for instance

site = EXEC ..\scripts\ioGroups.exe override_site_uinfo

to use the SITE USER command when UINFO is used
chimera is offline   Reply With Quote
Old 11-07-2003, 10:46 AM   #97
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

blame alcohol for my mistakes !

overriding 'site uinfo' is indeed not supported, because 'site user' is a more logical command for it, imho... i can add override option for 'site uinfo' if u really want it.


Code:
owngroup  = %EXEC ..\scripts\ioGroups.exe listgroups %[$group]
^ could show a user his own group, isn't that what u need ?
if u only want the userlisting and not the group's details, use a second set of templates for groupstats.*.nfo, where u leave the head & foot a blank file
ADDiCT is offline   Reply With Quote
Old 11-07-2003, 10:53 AM   #98
chimera
Junior Member
 
Join Date: Sep 2003
Posts: 8
Default

Quote:
Originally posted by ADDiCT
blame alcohol for my mistakes !

overriding 'site uinfo' is indeed not supported, because 'site user' is a more logical command for it, imho... i can add override option for 'site uinfo' if u really want it.


Code:
owngroup  = %EXEC ..\scripts\ioGroups.exe listgroups %[$group]
^ could show a user his own group, isn't that what u need ?
if u only want the userlisting and not the group's details, use a second set of templates for groupstats.*.nfo, where u leave the head & foot a blank file
hehe, no worries. just interested in any changes. i guess i simply could tell ppl to use site user instead of site uinfo.

yes, owngroup does that. i dunno, just wanted to know if it was possible basically. paranoid siteop that want to hide groups from each other and still let them use any command so to speak. that was the reason why. i know, stupid reason.. but still. don't hurt to ask

btw.. great script
chimera is offline   Reply With Quote
Old 11-26-2003, 04:09 PM   #99
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

it's been a while since i made any changes to this one


updates in 1.0.288
- added user ranking for all stats (bounty needed it for dZSbot)
ADDiCT is offline   Reply With Quote
Old 11-30-2003, 08:44 AM   #100
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

possible to expand colums for month and alldn or so? some users have exceeded lines here. maybe in one of the next versions?

of course i could do this on my own! but if u change cookies or whole format i will be fu****

greez toki
toki is offline   Reply With Quote
Old 11-30-2003, 12:48 PM   #101
LooPTrooP
Junior Member
 
Join Date: Nov 2003
Posts: 6
Default

Thx Alot Again For Your Nice Tools , I*ll Be Saying This ALot Of TiMeS:banana:
LooPTrooP is offline   Reply With Quote
Old 01-15-2004, 01:53 PM   #102
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

is there a credits variable available? i couldnt find in readme but i would be interested in using that for user body or so. or maybe in future version?

thx toki
toki is offline   Reply With Quote
Old 01-15-2004, 02:39 PM   #103
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

it's not in the readme.nfo, but it's mentioned in userinfo.body.nfo =)

%(credits)

in MB, total sum of all sections
ADDiCT is offline   Reply With Quote
Old 01-15-2004, 07:41 PM   #104
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

thx addict. easiest way is tha hardest to find sometimes...

toki
toki is offline   Reply With Quote
Old 03-24-2004, 05:31 PM   #105
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Hey addict.

Is it maybe possible to add some cookies(probably needs more then just cookies, but cookies so ppl can make their own look) to your ioGroups script so I can list something like this:

Code:
| Date/time         Last-DOWNLOADS               Files Megabytes    Avg k/s  |
|----------------------------------------------------------------------------|  
| 04-01/11 09:10    Name.of.release-dirname         49     704MB    7414K/s  |
| 04-01/11 07:13    Name.of.release-dirname         49     704MB      34K/s  |
| 04-01/11 03:20    Name.of.release-dirname         25     365MB     400K/s  |
You have something similar in "SITE USERSTATS WKDN 10". This maybe doesnt have to do anything with your script but would be cool to have some extra info about user history(down/uploads) in "SITE USER <name>"


Dunno if its even possible. But if you think it fits ioGroups, I would love it. If not I would understand.
odd is offline   Reply With Quote
Reply

Tags
101, 200-, ioftpd, scriptsiogroups.exe, siteops

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
how to change F8 to something else? Gary King General Discussion 1 11-10-2004 07:03 PM


All times are GMT -5. The time now is 01:29 PM.

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