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 03-24-2004, 05:37 PM   #106
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

it has absolutely nothing to do with ioGroups.
i would need to make/read an .ioFTPD.race file, so either make my own zipscript (some day ) or be compatible with all other zipscripts and their logfiles-per-dir
ADDiCT is offline   Reply With Quote
Old 04-21-2004, 04:24 PM   #107
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

I know Im asking much and alltime, hope u ppl dont think Iam anoying. But I thought on something that probably aint importent but good to have.

What am looking/asking for is to see yesterday month/week/day traffic also in "SITE TRAFFIC"template. Just for fun to compare traffic from yesterday or last week/month.

Think about it. love your script
odd is offline   Reply With Quote
Old 04-22-2004, 10:29 AM   #108
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

remark to teh public: ioGroups is currently being rewritten to use shmem instead of the userfiles, so it will take a while before u see 'new' functions

odd: what u want, can already be achived (technically), by sheduling a batch to save the output to a file "stats.yesterday.txt" and then adding a sitecommand to display that file.
ADDiCT is offline   Reply With Quote
Old 04-22-2004, 05:41 PM   #109
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Quote:
Originally posted by ADDiCT
remark to teh public: ioGroups is currently being rewritten to use shmem instead of the userfiles, so it will take a while before u see 'new' functions

oki I understand, looking forward for it.

odd: what u want, can already be achived (technically), by sheduling a batch to save the output to a file "stats.yesterday.txt" and then adding a sitecommand to display that file.
Appreciate your help but...
I can do all that except, what to put in the bat file.
If anyone have time over or the will to do it, ur welcome.
odd is offline   Reply With Quote
Old 04-23-2004, 08:11 AM   #110
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

c:\ioftpd\scripts\yesterday.bat
Quote:
@c:\ioftpd\scripts\iogroups\ioGroups.exe sitestats > c:\ioftpd\logs\yesterday.txt
ioftpd.ini
Quote:
[Scheduler]
SaveYesterdayStats = 59 23 * * EXEC c:\ioftpd\scripts\yesterday.bat

[FTP_Custom_Commands]
yesterday = !c:\ioftpd\logs\yesterday.txt
usage
Quote:
site yesterday
(sidenote: bat file is actually not needed, u can also run cmd.exe /c iogroups.exe sitestats > yesterday.txt directly in the sheduler)
ADDiCT is offline   Reply With Quote
Old 04-23-2004, 04:28 PM   #111
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Code:
YesterdayStats  = 19,20 * * * EXEC c:\WINNT\system32\cmd.exe /c c:\ioftpd\scripts\iogroups\iogroups.exe sitestats > c:\ioftpd\logs\lastday.txt
That worked THANKS
I found one problem with this. I need to run 3 schedulars, 1th for day, 2nd for week and third for month. As the weekstats gets messed up at the begining of a week. But this something I can absolutly live with. Many thanks.

NIce to have the time/date in traffic...
Code:
site traffic
200-
200-           Traffic : ...                 
200-              Date : 04/23/2004 22:58:08
200-   Number of Users : 12                  
200-  Number of Groups : 5                   
200-
cuz now I really have some use for that
odd is offline   Reply With Quote
Old 05-21-2004, 04:54 PM   #112
PopWeasel
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2004
Posts: 181
Default

Nice looking script.
Quote:
edit: always check my last reply in this thread to find the latest version
Quote:
remark to teh public: ioGroups is currently being rewritten to use shmem instead of the userfiles, so it will take a while before u see 'new' functions
Any update on how the progress is going? Thx.
PopWeasel is offline   Reply With Quote
Old 05-21-2004, 05:02 PM   #113
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

quite good actually, i already wrote the code to parse template files (translate cookies etc)
(it's now in C++ instead of VB, so restart from scratch)

but i'm in my exams period at school, so don't expect anything until july (this goes for all my scripts)
ADDiCT is offline   Reply With Quote
Old 05-21-2004, 07:44 PM   #114
PopWeasel
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2004
Posts: 181
Default

ehm..where can I get v1.0.288? I don't see it at ioftp.com/scripts and all links in this thread are dead.
PopWeasel is offline   Reply With Quote
Old 05-22-2004, 02:30 AM   #115
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

http://home.no.net/addict99/files/ioGroups.1.0.288.zip
ADDiCT is offline   Reply With Quote
Old 06-30-2004, 04:19 AM   #116
iXi
Senior Member
ioFTPD Foundation User
 
Join Date: Nov 2002
Posts: 220
Default

moin,
ADDiCT

little question is it possible to add ioShareDB support into ioGroups?

cya
iXi is offline   Reply With Quote
Old 06-30-2004, 04:32 AM   #117
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

The problem with current ioGroups <-> ioShareDB is that there are no userfiles?

That problem will be solved in the new version, it uses shmem to get users data from ioFTPD, and ioFTPD gets them from ioShareDB. So no physical userfiles are required, it should work.
ADDiCT is offline   Reply With Quote
Old 06-30-2004, 04:52 AM   #118
iXi
Senior Member
ioFTPD Foundation User
 
Join Date: Nov 2002
Posts: 220
Default

i'm glad to hear that

thx ADDiCT
iXi is offline   Reply With Quote
Old 08-04-2004, 12:54 PM   #119
iXi
Senior Member
ioFTPD Foundation User
 
Join Date: Nov 2002
Posts: 220
Default

How long to wait for shmem versioN?
iXi is offline   Reply With Quote
Old 08-05-2004, 11:07 AM   #120
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

Results at school were, once again, not good. Meaning i have another 6 exams first weeks of september. Meaning i'm studying most part of the days, and well, in my free time i do some paid work and watch movies, play games.

At the moment, i just don't have the time for it. But i WILL continue working, because it's just so rewarding in terms of "gainin knowledge"... and just plain fun programming.

( Don't expect anything before october )
ADDiCT 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 07:15 AM.

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