ADDiCT's scripts sitewho.exe, ioGroups, ioGui, ioLimitTransfers, ioSecureAdduser |
03-24-2004, 05:37 PM
|
#106
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
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
|
|
|
04-21-2004, 04:24 PM
|
#107
|
Senior Member
ioFTPD Registered User
Join Date: Sep 2003
Posts: 273
|
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
|
|
|
04-22-2004, 10:29 AM
|
#108
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
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.
|
|
|
04-22-2004, 05:41 PM
|
#109
|
Senior Member
ioFTPD Registered User
Join Date: Sep 2003
Posts: 273
|
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.
|
|
|
04-23-2004, 08:11 AM
|
#110
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
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 (sidenote: bat file is actually not needed, u can also run cmd.exe /c iogroups.exe sitestats > yesterday.txt directly in the sheduler)
|
|
|
04-23-2004, 04:28 PM
|
#111
|
Senior Member
ioFTPD Registered User
Join Date: Sep 2003
Posts: 273
|
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
|
|
|
05-21-2004, 04:54 PM
|
#112
|
Senior Member
ioFTPD Scripter
Join Date: Feb 2004
Posts: 181
|
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.
|
|
|
05-21-2004, 05:02 PM
|
#113
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
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)
|
|
|
05-21-2004, 07:44 PM
|
#114
|
Senior Member
ioFTPD Scripter
Join Date: Feb 2004
Posts: 181
|
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.
|
|
|
05-22-2004, 02:30 AM
|
#115
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
|
|
|
06-30-2004, 04:19 AM
|
#116
|
Senior Member
ioFTPD Foundation User
Join Date: Nov 2002
Posts: 220
|
moin,
ADDiCT
little question is it possible to add ioShareDB support into ioGroups?
cya
|
|
|
06-30-2004, 04:32 AM
|
#117
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
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.
|
|
|
06-30-2004, 04:52 AM
|
#118
|
Senior Member
ioFTPD Foundation User
Join Date: Nov 2002
Posts: 220
|
i'm glad to hear that
thx ADDiCT
|
|
|
08-04-2004, 12:54 PM
|
#119
|
Senior Member
ioFTPD Foundation User
Join Date: Nov 2002
Posts: 220
|
How long to wait for shmem versioN?
|
|
|
08-05-2004, 11:07 AM
|
#120
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Aug 2003
Posts: 517
|
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 )
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:25 AM.
|