View Single Post
Old 09-18-2003, 06:07 PM  
SnypeTEST
Senior Member
 
Join Date: Feb 2003
Posts: 458
Default

Altulrismo & Guardian
Quote:
-- ioTRial.exe qnow

doesnt add the users to quota wich are already on site,
not iND,... or the EXEMPTED like SiteOP,...

dat file looks like
-
setup_quota_starts=09-18-2003
setup_quota_ends=10-01-2003
setup_quota_started=1
-
but no users added, must be all added manually..
iotrial.exe test , should tell you if those users are exempt or not... if they arent then theres no reason why they wouldnt be added. I mean, even exempt users are added.

Mostlike your iotrial.conf is set wrong.
Code:
#ioFTPD DIR
ioFTPD=k:\ioFTPD\
UserTABLE=k:\ioFTPD\etc\passwd
GroupTABLE=k:\ioFTPD\etc\Group
UserFolder=k:\ioFTPD\Users\
change user/group table to the proper values....

Guardian

Quote:
start it like the old one with "ioTRIAL.exe Quota_Start" but wont work, are there new triggers to get it working ? Ur new txt only tells about testing .. :\ and script just creates an empty ioTRiAL.dat ...
Read the README.TXT and install iotrial correctly plz.
Code:
===========
2. INSTALL
===========
- extract iotrial.exe/conf to the same folder where ioFTPD.exe is located.... <-- REQUIRED!
- edit iotrial.conf , especially the WINDIR= 
- when done, do this "iotrial.exe test" and make sure everything looks good..
- add these to ioftpd.ini (copy and paste them!)

[Scheduler]
iotrial_checkup           = * * * * iotrial.exe checkup
iotrial_newday           = 0 0 * * iotrial.exe newday

[Events]
OnUploadComplete = iotrial.exe UD

[Pre]
dele = iotrial.exe PREDL

[Post]
dele = iotrial.exe POSDL

[Scripts]
TRIAL     = ioTRIAL.exe ST
QUOTA     = ioTRIAL.exe SQ

- to display iotrial stats line on ftp for users like below...
226-[PWD: /00Day/ ]-[Section: Default]-[Credits: 0.0M]-[Ratio: Unlimited]-[Speed: 149.9kb/s]
226-[QUOTA]-[User: wtf]-[UPLOADED: 0MB]-[MBLEFT: 2MB]-[DAYSLEFT: 4]

put this in your ..\text\ftp\stat.msg (edit the path duh!)

%[execute(F:\ioftpd\system\iotrial.exe)(STATS)]

- Load up ioTRIAL.tcl on your windrop :) after you edit it.. ofcourse


===========
3. FEATURES
===========

EXE PARAMETERS:
--------------
iotrial.exe qstart - set quota to start next month
iotrial.exe qnow   - start the quota now

FTP SITE COMMANDS:
-----------------

site trial
=========
add <user>
del <user>
give <user> <mb>

site quota
=========
add <user>
del <user>
give <user> <mb>

IRC WINDROP COMMANDS:
--------------------
!passed - shows total users in trial/quota
!info quota total - shows total users in quota
!info quota passed - shows passed users in quota
!info quota exempt - shows exempt users from quota
!info trial - shows total users in trial
!info trial all - shows all users in trial
SnypeTEST is offline   Reply With Quote