PDA

View Full Version : ioTRIAL Script


SnypeTEST
03-15-2003, 02:23 PM
ioTRIAL v5.2.5
xxxxxxxxxxxxxxxxx

better/faster recode soon.

ToDo
-------------
- stuff... email me some suggestions ;)

chan: #iom0d (efnet)
nick: SnypeTEST

email me any bugs or post a reply

crazyppl
03-15-2003, 02:39 PM
ya beat me to it :)

nicely done

SnypeTEST
03-15-2003, 06:05 PM
ioTRIAL_Beta2-01
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-01.zip

Changes
------------
- I took off auto-del feature. for some reason when ioFTPD runs "ioTRIAL newday" and auto-del is enabled, you will get winsock error "10106" --- but when it is ran in cmd.exe , you wont get any errors and autodel will work fine. thats odd.....
+ added dZSbot support. it announces when people failed/passed trial

zpr
03-15-2003, 07:10 PM
thanx :D

-=DoBBeR=-
03-15-2003, 09:54 PM
io wont show any dirs to any users when
list = ..\scripts\trial\iotrial.exe list
is under [post]

SnypeTEST
03-16-2003, 12:03 AM
make sure vb6 runtime is installed, show me what you have in your ioTRIAL.ini and show me what you have in your ioftpd\etc\ioftpd.env file.

hmm email me your ioftpd.ini , ioftpd.env and iotrial.ini :) its easyroms@yahoo.com

caladan
03-16-2003, 12:31 PM
good work (i guess ;) i have no time to test it ..) trial script was really needed :)

one hint .. talk to darkone .. maybe he can add a feature into ioFTPD ..

[post]
adduser = your.trial.script.exe

and if d1 makes it possible to add optional arguments to site adduser u can take this to add user to ioFTPD AND to trial in one time.

for example:

site gadduser friends caladan password MyIdent@53* Trial

this adds caladan to io and in trial

or:

site gadduser friends caladan password MyIdent@53

this adds caladan without trial

SnypeTEST
03-16-2003, 02:09 PM
ioTRIAL_Beta2-02
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-02.zip

- fixed a minor bug that couldve messed things up during "LIST" on the FTP.

SnypeTEST
03-16-2003, 04:48 PM
ioTRIAL_Beta2-03
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-03.zip
Downlaod Socket Wrench (http://www1.catalyst.com/pub/cstools/sw36fe32.exe) <-- Needed for 'auto del' and 'custom site'

2.03 - if your 'upgrading' , you also need the new ioTRIAL.ini becuse it has new options

you need to install

ChangeLOG
---------------
beta2.03
- new ini options!
- fixed auto del (NOW WORKS!) READ THE README.TXT!!
- added "custom site" , this allows ioTRIAL to perform custom "site" commands , instead of 'deluser'

SnypeTEST
03-16-2003, 05:38 PM
ioTRIAL_Beta2-04
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-04.zip

if 'upgrading' change:
[Post]
list = ..\scripts\iotrial.exe list

to:
[Post]
port = ..\scripts\iotrial.exe list
pasv = ..\scripts\iotrial.exe list

beta2.04
- change from "list =" to port and pasv
- found anther small bug in User Passed

SnypeTEST
03-16-2003, 09:27 PM
ioTRIAL_Beta2-05
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-05.zip

- added some more things so ioTRIAL.exe wont "crash", this "crash" happends when you "site trial add <USER>" and ioTRIAL.ini cant be found


I need suggestions people :) easyroms@yahoo.com , msg me on irc (irc.efnet.pl irc.vrfx.com irc.qeast.net)

nick: SnypeTEST
chan: #ioFTPD

-=DoBBeR=-
03-17-2003, 03:34 AM
nice work =)

caladan
03-17-2003, 03:53 AM
and again: nice work ...

and i made my suggestion.. talk to d1 ;)


i read the TODO list .. if u still need some help with custom header/footer .. i have some sources here from d1 wich format data ..

SnypeTEST
03-17-2003, 07:56 AM
yep, but d1 was afk all day on sunday or something :( I'll try and talk to him today.

SnypeTEST
03-17-2003, 05:54 PM
beta2.06
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-06.zip

- fixed "site trial" commands, sometimes the incorrect syntax was still accepted.

for example :
site trial addsnype a <-- it would add user "snype a"
site trial add snype a <-- it would add user "snype a"

changed so spaces are no longer are accepted

site trial addsnype a
200-trial addsnype a is not a valid command.

site trial add snype a
200- Incorrect Syntax : site trial add <user>

SnypeTEST
03-17-2003, 06:46 PM
beta2.07
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-07.zip
mirror: http://members.lycos.co.uk/snypetest/

- fixed "site stats"

SnypeTEST
03-20-2003, 05:30 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-11.zip
mirror: http://members.lycos.co.uk/snypetest/

- changed from "credits" to "onuploadcomplete" to count MB's uploaded for users.
- if user del files, upload stats will be updated.
- removed custom site command.
- added site trial give feature.
- added "EXCLUDEDIRS"

SnypeTEST
03-20-2003, 06:34 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-12.zip
mirror: http://members.lycos.co.uk/snypetest/

- fixed some auto-del bugs
- added [DAYS LEFT] to "site trial stats"

ROuGGy
03-21-2003, 03:23 AM
will it be possible to have scripts running without adding other programms ?

cant we just have scripts with dll that we can put ourself in the right folder instead of this installation of different programms ?

phoenixfr
03-21-2003, 04:26 AM
i thing this could be easier for us to import all the functions used to the ioTRIAL Script so thqt there is nothing needed to install even if the exe is bigger
or you could make two versions available one "big" and the one without the libraries

haven't tried it at this time only for that reason :)

SnypeTEST
03-21-2003, 09:19 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-13.zip

- fixed that ugly bug that deleted users everyday!
- added "site trial top <number to display>" which shows top users on trial
- added a login msg for users :) shows top5 users on trial.

usetop looks like this
230-.___________________([ ioTRIAL TOP5 ])___________________.
230-|--------------------------------------------------------|
230-| # | USER | MBYTES | DAYS-LEFT |
230-|-----+------------------+----------------+--------------+
230-| 1 | spod | 198 | 5 |
230-| 2 | julio | 55 | 4 |
230-+-----+------------------+----------------+--------------+

it looks better aligned in flashfxp =P

download the attachment if the website is down.

SnypeTEST
03-22-2003, 03:39 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-14.zip

2.14 - if upgrading from 2.13 then overwrite the .exe and iotrial.ini , there has been some changes in the ini file. there are also some tcl changes

- added the ability for users to be diasbled or deleted
- added some more TCL announces
- changed some functions to make iotrial more bug safe :)
- now you can only add users to trial that actually on the ftp! checks the PASSWD for users

new tcl announces (you can change the way they look)
=============
-TEST- [TRIAL] + Uh Oh! snype has failed the trial.
-TEST- [TRIAL] + snype's account has been disbaled.
-TEST- [TRIAL] + snype has been added to trial.
-TEST- [TRIAL] + snype has been deleted from trial.
-TEST- [TRIAL] + snype has been deleted from site for failing the trial.

how does the user get disabled
======================
all my script does is "site change <user> logins 0" , now the user cant login .. :cool:

caladan
03-22-2003, 03:42 PM
and one more time: respect :)

SnypeTEST
03-22-2003, 05:51 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-15.zip

- fixed overflow '6' on login stats

SnypeTEST
03-23-2003, 12:08 AM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-16.zip

beta2.16
- fixed some parts of the coding to eliminate overflow errors
- fixed some site trial commands

if link doesnt work, download my attachment in my 1st post to this thread.

iXi
03-23-2003, 01:56 PM
^^link broken!

SnypeTEST
03-23-2003, 02:10 PM
if link doesnt work, download my attachment in my 1st post to this thread.

SnypeTEST
03-23-2003, 06:13 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-17.zip
mirror: http://www.geocities.com/easyroms/

- added pre INI checking , to reduce errors if you entered some information wrong.
- re-did some source code functions for better perfomance and less errors.

SnypeTEST
03-23-2003, 09:50 PM
http://snypesfv.ioftpd.net/ioTRIAL_Beta2-18.zip
mirror: http://www.geocities.com/easyroms/

- added !trial <user> command to TCL! so users can view their stats in chan (more commands to come)

how it looks (customizeable)
==========
SnypeTEST: !trial snype
SnypeBOT: -TEST- [TRIAL] + snype has 2 day(s) left, and uploaded 1MB. Needs 999MB to pass!

ROuGGy
03-24-2003, 04:54 AM
snyptest thats good to do so much updates but do you read sometimes what guys replies to your post ??

I think it can be good to read what everybody ask.

Anyway will try another trial script from someone else tnx

bye bye

-=DoBBeR=-
03-24-2003, 05:17 AM
ROuGGy what is your problem? :mad: u asked for a version that did not demand installation of different programs, which u got. I asked for annoucesupport, which I got, what are u complaining about?? :confused:

edit: typo

SnypeTEST
03-24-2003, 07:19 AM
will it be possible to have scripts running without adding other programms ?

well, I did take off the socketwrench and winsock installations... you dont have to install VB6 runtimes if you already have them (which you should). what now? you want me to upload a blank .zip file :confused:

Sup3rm4n
03-24-2003, 07:19 AM
Does the script work with ioftpd 4.6.1r??

SnypeTEST
03-24-2003, 07:21 AM
Sup3rm4n

I dont know. It should , I dont have the regged version.

azert
03-24-2003, 07:48 AM
Sup3rm4n: yes

I have 4.6.1r and work OK.

Sup3rm4n
03-24-2003, 07:53 AM
got it to work, thx for a great trial script

-=DoBBeR=-
03-24-2003, 08:54 AM
yupp, works great in 4.6.1r.
now get me those damn additional !sitetrial commands :D
oh, and could u plz make it possible to change the "not in database" output?

tnx

Sup3rm4n
03-24-2003, 09:26 AM
what do you need more than there already is???

-=DoBBeR=-
03-24-2003, 09:35 AM
well I need the pure !sitetrials command to list all users currently on trial, and maybe a !sitetrials help to display script version and all commands that can be used with !sitetrials

edit: added some, removed some

great work btw snypeTEST

SnypeTEST
03-25-2003, 10:14 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta2-19.zip

- added some more trial commands. (only 1) hehehe
- custom errors requested by dobber.
- change some 'date' handling methods.

^ I changed the way dates get handled becuase maybe in the future you will be able to connect multiple io's together =P , and you want to share io dat files. Some windows OS have different ways of setting dates (mm/dd/yyyy , dd-mm-yy , etc). So I set a specific format. mm/dd/yyyy

- you might want to re-add users or open ioFTPD.dat and change the "trial_ends" date to this format if your upgrading from 2.18 (changing the date yourself might be risky. just make a backup of the dat file, and re-add users, then 'give' [site trial give <user> <kb>] upload credits from the old dat file)

COMMANDS FOR TRIAL SCRIPT
!(site prefix)trial <-- shows how many users are on trial.
!(site prefix)trialstats <user> <-- shows info on user :)

SnypeTEST: !trial
SnypeBOT: -TEST- [TRIAL] + There are 2 user(s) on trial.

I will add more info to !trial when I get the chance. I will be very busy this week and next week. happy to say that my last release 2.18 was 'stable' (atleast I hope so) :) So I am going to work from there and change some bits of the code to be more effecient and faster.

thanks dobber for help with the "bugs" in my previous releases.

-=DoBBeR=-
03-26-2003, 04:03 AM
minor bug found
[10:02am] •DoBBeR• !xxxtrialstats testuser
[10:02am] ·xxx· -xxx- [TRIAL] + stats has 4 day(s) left, and uploaded 30MB. Needs 2970MB to pass!

SnypeTEST
03-26-2003, 11:31 AM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta2-20.zip

- fixed trial stats

SnypeTEST
03-26-2003, 06:02 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta2-21.zip

- fixed 'site trial del' command
- added user clean up to NEWDAY (if you deluser someone and forget to del them from trial)
- nuke/unnuke support for the new ioA 0.7.2 (Read Post (http://www.ioftpd.com/board/showthread.php?s=&threadid=569))

Sup3rm4n
03-31-2003, 02:44 PM
how about adding quota function to the script aswell and possibilty for changing of trial groups when first period is over!!

-=DoBBeR=-
03-31-2003, 03:07 PM
Originally posted by Sup3rm4n
how about adding quota function to the script aswell and possibilty for changing of trial groups when first period is over!!

who said u had to put them in grp trial? just add them from the beginning to whatever grp u like..
I think snypeTEST is working on a quotascript as we speak

Sup3rm4n
03-31-2003, 04:17 PM
ohh.. goody

Mr.Walker
03-31-2003, 06:19 PM
So if u dont add ppl to grp Trial , the script will work like a normal quota script? Or am I pure stupid? :)

(with SynpeTEST´s trial script this is )

-=DoBBeR=-
03-31-2003, 06:26 PM
yes u are pure stupid =) RTFM..
site gadduser iND testuser test *@*
site trial add testuser

SnypeTEST
04-19-2003, 10:15 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3.zip

beta3
- added quota! (alot of stuff... alot)
- fixed newday schedueler errors
- removed set.bat (easier installation now)
- fixed user overload thingy.. ;)
- hot quota features added. (TOGIVE=)
- nuke/unnuke fixed in new ioA (http://warc.mine.nu)

Description:

Quota - The quota is monthly. in the beginning of each month , users are added to the quota
database. If a user is added in the middle of the month or past the 1st day of the month
the user will receave some "credits" for the days they missed - If you have TOGIVE= in
ioTRIAL.ini . If TOGIVE= is blank, New Users wont be added to quota for that month. If you
want users to be added without giving them any extra credits set TOGIVE=0 .

- To set a start/end date for quota use "iotrial.exe quota_start"
- To Start the quota for the current month use "ioTRIAL.exe quota_now"

Trial - You know what this is... If you dont , read on.
Each user on trial has an X amount of days to completed a given amount of MB's. If the user doesnt
Upload enough then he's gone or disabled or optionally nothing is done (when PUNISHMENT= is blank)
If user passes trial , then hurray. she/he isnt delete/disabled/etc.

Users on TRIAL wont be added to QUOTA. (unless if you use "site quota add <user>")

edit:

oh yea, added a pre-ini checker and ftp checker.
iotrial.exe test

]as]e
04-20-2003, 04:41 AM
sweet stuff dude, will check it out immediatly

edit: excluded grps don't seem to work
edit2: or they work but it would be cool if the bot announced that a user was in exempted grp :)

SnypeTEST
04-20-2003, 08:25 AM
it works ;) "ioTRIAL.exe groups" only shows users that will be on the quota. Exempted users arent shown.

edit:

users on trial arent shown either (if trial is enabled)

SnypeTEST
04-21-2003, 08:56 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3-01.zip

beta3.01
- added support of multi-group (if users is in more than 1 group, and his non-primary group is excempted then the user is exempted.)
- fixed some irc commands and TCL
- added "site quota top X" (users who passed are excluded so this is quiet different than mnup)
- added debuging so you can see what the script has been doing. (I didnt set a file size limit yet so it *might* get huge)
- fixed "site quota top X"

SnypeTEST
04-23-2003, 06:28 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3-02.zip

- fixed some bugs in site commands.
- fixed a bug in NEW USER CHECK and ON USER PASS (quota)
- added custom msg's directly to ioTRIAL, So you dont need DZsbot.
- !passed exchanged for all commands. (wonderfull idea dobber)

General Msg:

@SnypeTEST: !passed
SnypeBOT: TEST + There are 1 user(s) on quota and 2 user(s) on trial.

Trial Users:

@SnypeTEST: !passed ioFTPD
SnypeBOT: TEST + ioftpd has 7 day(s) left, and uploaded 1MB. Needs 3999MB to pass!

Quota Users:

@SnypeTEST: !passed ioFTPD
SnypeBOT: TEST + ioFTPD has uploaded 2300MB. Needs 25MB to pass! Theres 8 day(s) left, until the quota ends.

@SnypeTEST: !passed ioFTPD
SnypeBOT: TEST + ioftpd is exempt from quota because he is in Group: Elite.

@SnypeTEST: !passed ioFTPD
SnypeBOT: TEST + ioFTPD hasnt been added to quota for this month.

Messages are custom , So you can change them to what ever you want in the INI.

-=DoBBeR=-
04-24-2003, 02:12 AM
I've said it before, and I'll say it again, this must be one of the best trial/quota scripts I've seen, and I've seen alot ;)
:D

SnypeTEST
04-25-2003, 06:21 AM
can anyone with windows 2003 (other than standard version) test out ("iotrial.exe test") ioTRIAL. For some reason iotrial isnt working on Enterprise. Any feedback , post a reply or email me easyroms@yahoo.com , I respond faster by email.

SnypeTEST
04-25-2003, 07:56 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3-03.zip '

- fixed quota passed
- added custom FTP messages
- added !trials ( displays all users on trial )
- fixed for win2k3 :)
- removed "draw" error.

]as]e
04-26-2003, 07:00 AM
Originally posted by SnypeTEST
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3-03.zip '

- fixed quota passed
- added custom FTP messages
- added !trials ( displays all users on trial )
- fixed for win2k3 :)
- removed "draw" error.

u know I love you darling =)
let's check it out

SnypeTEST
04-26-2003, 11:57 AM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3-04.zip

- changed: changed method of disabling users.
- fixed: disabled users (users with FLAG +U) wont be added to quota.
- fixed: !passed , now displays if user is disabled.
- added: some more custom messages and fixed some typos. heehehe

=User Disabled=
@SnypeTEST: !passed test
SnypeBOT: ioQUOTA + test is exempt from quota because he is Disabled.

=User not in quota this month=
@SnypeTEST: !passed test
SnypeBOT: ioQUOTA + test is up for quota next month.

=Quota not started yet=
@SnypeTEST: !passed test
SnypeBOT: ioQUOTA + Quota hasnt been started yet.

SnypeTEST
04-27-2003, 01:58 PM
http://www.geocities.com/easyroms/
mirror: http://snypesfv.ioftpd.net/ioTRIAL_Beta3-05.zip

- added the option between monthly/weekly quota :)
- fixed trial/quota disable.
- custom "top XXX" msg. has Similar io Cookie system :))
- fixed msg parser.


site trial top 1
200- TOP TRIAL USERS
200- .-=-------------------------------------------------------------------=-.
200- | [##] User Uploaded (MB) Amount Left (MB) Days Left |
200- |-=-------------------------------------------------------------------=-|
200- | [01] ioFTPD 0 4000 4 |
200- '-=-------------------------------------------------------------------=-'
200 Command Successful.



site quota top 2
200- TOP QUOTA USERS
200- .-=-------------------------------------------------------------------=-.
200- | [##] User Uploaded (MB) Amount Left (MB) Days Left |
200- |-=-------------------------------------------------------------------=-|
200- | [01] ioFTPD2 5 4995 4 |
200- | [02] test 3 4997 4 |
200- '-=-------------------------------------------------------------------=-'
200 Command Successful.


if your having problems writing your custom msg, email me (easyroms@yahoo.com) or msg me on EFnet , SnypeTEST

SnypeTEST
04-28-2003, 04:19 PM
http://www.bestonly.nl/snypetest/ 3.05 StandAlone EXE
http://members.lycos.co.uk/snypetest/
http://www.geocities.com/easyroms/

- Beta3-05 Standalone Exe
All Files are packed within the exe. files are installed once and thats it :) So its like auto-install on run.

Also Added some cheap ass ASCII ART to trial top banner hehehe.. Anyone want to make a "TrialTop" or "QuotaTop" banner , your welcome to do so.


230- dBBBBBBP dBBBBBb dBP dBBBBBb dBP dBBBBBBP dBBBBP dBBBBBb
230- dBP BB dBP dBP BP dB'
230- dBP dBBBBK dBP dBP BB dBP dBP dBP BP dBBBP'
230- dBP dBP BB dBP dBP BB dBP dBP dBP BP dBP
230- dBP dBP dB' dBP dBBBBBBB dBBBBP dBP dBBBBP dBP
230- .-=-dBP-----dBP------------------------------dBP------------dBP-------=-.
230- | [##] User Uploaded (Mb) Amount Left (Mb) Days Left |
230- |-=-------------------------------------------------------------------=-|
230- | [01] ioFTPD 0 4000 7 |
230- | [02] ioFTPD2 0 4000 7 |
230- | [03] test 0 4000 7 |
230- '-=-------------------------------------------------------------------=-'

neXus
04-28-2003, 05:36 PM
yeah great .. standalone exe . :)

good work .

SnypeTEST
04-28-2003, 10:06 PM
http://www.geocities.com/easyroms/ 3.06 StandAlone EXE
http://members.lycos.co.uk/snypetest/ 3.06 StandAlone EXE
http://www.bestonly.nl/snypetest/ 3.05 StandAlone EXE

- fixed monthly/weekly togive= (weekly togive was counted as monthly, that wasnt cool)
- made quota_start and quota_now , less confusing. :)

quota_start : sets a start date for quota.
quota_now : starts the quota now.

SnypeTEST
04-29-2003, 11:30 PM
If you get crazy daysleft values , like "test has -145 days left" , then goto "Control Panel" -> "Regional Settings" , and for DATE FORMAT , set "MM/dd/yyyy" or "MM.dd.yyyy" or "MM-dd-yyyy" :)

I'll find a quick fix to this "bug" soon, I know some people dont like the MM dd yyyy format.

edit:

this doesnt happend on all pc's , only 2 people came to me with this problem. Everyone else seems to be fine :)

Pichento
04-30-2003, 08:28 AM
Now you got three.

BTW: Really nice work man. glad to see its standalone, cause feature-wise its definately the best.

Hope you fix the date problems, cause every 50 minutes all my quota users get disabled :(

SnypeTEST
04-30-2003, 04:23 PM
http://www.bestonly.nl/snypetest/ 3.07 StandAlone EXE
http://www.geocities.com/easyroms/ 3.07 StandAlone EXE
http://members.lycos.co.uk/snypetest/ 3.07 StandAlone EXE

- fixed date miscalculations. :)
- fixed overflow "6"

SnypeTEST
05-01-2003, 12:43 PM
http://www.geocities.com/easyroms/ 3.08 StandAlone EXE
http://members.lycos.co.uk/snypetest/ 3.08 StandAlone EXE
http://www.bestonly.nl/snypetest/ 3.07 StandAlone EXE

- fixed "site quota add"

SnypeTEST
05-01-2003, 06:57 PM
ioFTPD script pages:
http://www.bestonly.nl/ioftpd/
http://www.brutalfield.com/

official spots:
http://members.lycos.co.uk/snypetest/ 3.09 StandAlone EXE
http://www.geocities.com/easyroms/ 3.09 StandAlone EXE


beta3.09 standalone exe
- added exemption check on "newday" , so if quota is started and user is disable or added to an excempt
group , then the user will be taken off quota.

eso-
05-02-2003, 10:36 AM
i get a run-time error '5'; invalid procedure call or argument with iotrial now when i upgraded ioTRIAL and ran "iotrial test":

C:\ioFTPD\scripts>iotrial test
INI File GOOD!

Writing ioTRIAL.env.

Windows Dir: C:\WINNT
Today is : 05-02-2003
Next week : 05-05-2003
Next Month : 06-01-2003
Is 05-02-2003 a real date format? : True
2 Days from now : 05-04-2003
The Difference between 05-02-2003 and 05-04-2003 is 2

Checking FTP:

error 5

then back to:

C:\ioFTPD\scripts>

SnypeTEST
05-02-2003, 11:15 AM
hmm dcc me your ini file (SnypeTEST on irc) and umm I'll check it when I get home. about 4pm est

SnypeTEST
05-04-2003, 03:00 PM
ioFTPD script pages:
http://www.bestonly.nl/ioftpd/
http://www.brutalfield.com/

official spots:
http://members.lycos.co.uk/snypetest/ 3.10 StandAlone EXE
http://www.geocities.com/easyroms/ 3.10 StandAlone EXE

beta3.10
- cleaned up the code
- added "site quota give"

Pichento
05-04-2003, 03:47 PM
Heya SnypeTEST.

Really neat to see so many good updates to ioTRIAL.

But I got one request....

Can you change the "give" to mb instead of kb?

kb is really useless - you wanna give mb if any :)

Keep up the good work

SnypeTEST
05-04-2003, 04:59 PM
yea I was thinking about that. :) We'll see for next release.

Peak
05-04-2003, 06:17 PM
when i run "iotrial.exe groups" it dies and take 100% cpu,

Debug:
(568) 05-01-2003 19:56:27 C_GROUPS - START
(568) 05-01-2003 19:56:27 C_GROUPS [PRINT-OUT] - [User@Group] - ioQUOTA

SnypeTEST
05-04-2003, 06:24 PM
msg me on irc, efnet , SnypeTEST , #ioFTPD

ZAiNT
05-05-2003, 11:06 AM
Originally posted by Peak
when i run "iotrial.exe groups" it dies and take 100% cpu,

Debug:
(568) 05-01-2003 19:56:27 C_GROUPS - START
(568) 05-01-2003 19:56:27 C_GROUPS [PRINT-OUT] - [User@Group] - ioQUOTA

i had the exact same problem...

I think it has to do with editing your user/group files in some editor instead of through ffxp. editing your files in wordpad/notepad, i cant remember wich one, can sometimes f*ck up your files. so be carefull not to save your files with some unwanted hidden/invisible characters(tab(i dont know the english word but the key over caps lock :D), or some other wacky char).

i fixed this prob by simply replacing the entire users dir, etc dir and group dir, since i didnt know wich file was corupt. if this doesnt work replace the entire ioFTPD dir :p

peace

.:ZAiNT

SnypeTEST
05-05-2003, 11:14 AM
I think its word pad =P, to make new line it uses $chr(10). its usally used in the userfiles in ..\users\ , but if its in the passwd or group file then it might mess things up.

Pichento
05-05-2003, 01:10 PM
huh??

after upgrading to 310 i get this:

Run-Time error '481':

Invalid Picture

???

Any clues?

Peak
05-05-2003, 03:06 PM
Is there any solution to this, dont want to make new acounts to 40users... can i check this someway?

>I think its word pad =P, to make new line it uses $chr(10). its usally used in the userfiles in ..\users\ , but if its in the passwd or group file then it might mess things up.

SnypeTEST
05-05-2003, 03:12 PM
Pichento: I didnt change much in 3.10. but I remember that problem happening when the wrong dos environment variables were set. you might want to try "ioTRIAL.exe test" again - if that fails then you might want to reboot , and try "ioTRIAL.exe test", that usally solves the problem.

Peak: Open your passwd file with notepad, which will show you if there is any hidden characters.

edit : I opened up the passwd you sent me. (if that was you.) you did have hidden characters. Replace them with your "enter" key on your keyboard using notepad.

Pichento
05-05-2003, 03:14 PM
somehow the problem solved itself...

still a bit strange :)

Peak
05-05-2003, 05:10 PM
sorry, missed that, i allways use notepad but i´ll go through the files again, se if those signs is there anyway

Peak
05-05-2003, 05:48 PM
Most of the userfiles were incorect.. but it didn´t help to make them right.. still halts att iotrial.exe groups

SnypeTEST
05-06-2003, 11:37 AM
ioFTPD script pages:
http://www.bestonly.nl/ioftpd/
http://www.brutalfield.com/

official spots:
http://members.lycos.co.uk/snypetest/ 3.11 StandAlone EXE
http://www.geocities.com/easyroms/ 3.11 StandAlone EXE

beta3.11
- change "site trial/quota give" from KB to MB.
- added some TrialSync Functions. Dont worry about these yet ;)

SnypeTEST
05-06-2003, 12:31 PM
ioFTPD script pages:
http://www.bestonly.nl/ioftpd/ (http://www.bestonly.nl/ioftpd/iotrial312standalone.zip)
http://www.brutalfield.com/

official spots:
http://members.lycos.co.uk/snypetest/ 3.12 StandAlone EXE
http://www.geocities.com/easyroms/ 3.12 StandAlone EXE

beta3.12
- Fixed a big bug in Quota DeleteFile. Get this version! :)

SnypeTEST
05-06-2003, 05:22 PM
http://www.bestonly.nl/ioftpd/ (http://www.bestonly.nl/ioftpd/iotrial313standalone.zip)
http://www.brutalfield.com/

- change to WinSock.ocx instead of that SocketWrench ocx which gave too many errors. :)
- fixed "site groups" too :)

SnypeTEST
05-06-2003, 08:26 PM
http://www.bestonly.nl/ioftpd/ (http://www.bestonly.nl/ioftpd/iotrial314standalone.zip)
http://www.brutalfield.com/

- fixed the !passed command. so it wont display negative numbers in MBLEFT
- runtime error's vanished. :) hopefully. GRR THEY BETTER!
- fixed some things in the winsock control.

SnypeTEST
05-08-2003, 06:00 PM
http://www.bestonly.nl/ioftpd/ (http://www.bestonly.nl/ioftpd/iotrial315standalone.zip)
http://www.brutalfield.com/
http://members.lycos.co.uk/snypetest/

beta3.15
- changed errors from message boxes to a ioTRIAL.error.log , so ioTRIAL wont crash ioFTPD :)
- added new cookies to !passed command.
- removed VB6 runtime from ioTRIAL.exe , win2k+ OS' have it already.


SnypeBOT: TEST (QUOTA) ioFTPD@ioFTPD has uploaded 0MB. Needs 4000MB to pass (4000MB/month) and Theres 24 day(s) left. Needs to upload an additional 167MB per day

SnypeBOT: TEST (TRiAL) test@ioFTPD has 7 day(s) left, and uploaded 0MB. Needs 5MB to pass (5MB) which means 1MB per day

if upgrading , overwrite ini and exe :) , well just the IRC Messages part of the ini.

Mr.Walker
05-09-2003, 02:29 AM
Havent follow Snypetest trial/quota script for a while so I have a question: Do u still need extra stuff or is it just a .tcl script now?

SnypeTEST
05-09-2003, 05:57 AM
oh for a while eh, try overwriting everything, just to be safe :) , also if you have ioTRIAL.dat file from old version before 3.00, then you need to re-add those users to trial.

-=DoBBeR=-
05-09-2003, 02:28 PM
actually he was asking if it was a pure .tcl script now hehe, te answer is no, its not a pure tcl script, its a .exe and .tcl hehe

SnypeTEST
05-09-2003, 05:52 PM
http://www.bestonly.nl/ioftpd/ (http://www.bestonly.nl/ioftpd/iotrial316standalone.zip)
http://www.brutalfield.com/
http://members.lycos.co.uk/snypetest/

- !fixed: TCL errors, when user used trailing spaces with non mIRC client.
- !fixed: on upload only primary group was checked. this caused errors for exempt user who have a group as non-primary.
- added: OnPass (TRiAL) option. So when user passes trial this command will be executed on ftp. (Change group? :))

if upgrading, overwrite exe - iotrial.tcl - and ini file. only 1 new option addd, OnPass=

SnypeTEST
05-10-2003, 10:53 AM
http://www.bestonly.nl/ioftpd/ (http://www.bestonly.nl/ioftpd/iotrial317standalone.zip)
http://www.brutalfield.com/
http://members.lycos.co.uk/snypetest/

+added: site trial gadduser <group> <user> <passwd> <*@*> , which adds user to site with group and trial.
+added: Fast_mode to ini, this skips the ftp_echo's which make execution faster ;)

Guardian
05-10-2003, 11:06 AM
Question: Is it possible to run this script with ioZS ?
cause OnUploadComplete = is already in use by ioZS :\

-=DoBBeR=-
05-10-2003, 11:26 AM
just make another onuploadcomplete=

Guardian
05-10-2003, 11:52 AM
thx buddy, works :) ...

SnypeTEST
05-11-2003, 02:17 PM
Official ioTRIAL Pages:
http://www.geocities.com/easyroms/
http://members.lycos.co.uk/snypetest/

ioFTPD Script Pages:
http://www.bestonly.nl/ioftpd/
http://www.brutalfield.com/

!fixed: site quota give (if you give more than limit then user has passed quota)

SnypeTEST
06-01-2003, 09:48 AM
Official ioTRIAL Pages:
http://www.geocities.com/easyroms/
http://members.lycos.co.uk/snypetest/

ioFTPD Script Pages:
http://www.bestonly.nl/ioftpd/
http://www.brutalfield.com/

- !fixed: new day bugs in quota when too many commas existed.

zpr
06-01-2003, 10:57 AM
how to upgrade from 3.18 standalone to 3.19 ? only .exe?

i noticed also two more files in package: Ftpx.ocx and Mswinsck.ocx. i havent seen them in 3.18, so they should be unzipped in old ioTRIAL dir too?

regards

SnypeTEST
06-01-2003, 11:32 AM
overwrite exe and extract the ocx files to the same folder that iotrial.exe is located in.

zpr
06-20-2003, 07:48 PM
site quota give user1 5000 or whatever f***s up my ioQUOTA.dat

after that user1 passes quota and only he is in line 'passed=', rest users just disapear from monthly quota and 'passed=' line from ioquota.dat (bot says user2 isnt in quota for this month yet, but user2 has passed ealier with eg. 6000 mb upload :/)

SnypeTEST
06-21-2003, 12:08 PM
I See .. I Will check it out when I get home. 1 week or so.

jeza
06-24-2003, 08:28 AM
hi...

when i add user to trial it calculate his creditz but dont aply his days left. its allways 7...

jeza

SnypeTEST
06-24-2003, 12:45 PM
make sure you setup the schedueler right in ioFTPD.ini , make sure the path is correct.

jeza
06-24-2003, 01:00 PM
:mad:

stupid me
forgot to add sheduler

tnx

jeza

FGZ
06-29-2003, 11:42 PM
Great script, good work! :)

surtin
07-08-2003, 07:27 PM
Anyone know why a user wouldn't see any of their trial or quota info? Isn't there supposed to be something like:
[Quota]-[User: %USER%]-[UPLOADED: %UPLOADED%MB]-[MBLEFT: %MBLEFT%MB]-[DAYSLEFT: %DAYSLEFT%]

On the FTP Client 's side? If so how come nothing shows up?

SnypeTEST
07-08-2003, 08:20 PM
if you have FastMOde on (in ioTrial.ini) it wont show up. Also it only appears after uploadcomplete :)

surtin
07-08-2003, 09:44 PM
Fastmode was on, hopefully it'll work now :)

Coffee
07-10-2003, 11:12 AM
lo, nice script, installed it on multiple server without probs.

Only on my last i get this

226-*********** ioTRIAL ERROR *********** ioTRIAL.Error.Log

and in the log:
ERROR [3208] (C_LOGIN) - 70 - Permission denied - ioTRIAL
ERROR [3044] (C_TUPLOAD) - 70 - Permission denied - ioTRIAL

can't find anything wrong in the .ini

what could this be?

SnypeTEST
07-10-2003, 11:15 AM
C_LOGIN hmmm
that just reads data from iotrial.dat .. maybe permission errors.. try a reboot

Coffee
07-10-2003, 11:50 AM
k, will try that, hope it helps

surtin
07-12-2003, 09:32 AM
Well the quota line still doesn't get printed to the ftp client and I turned off fast mode. In the debug log it comes out with a line like: (1160) 07-12-2003 06:06:05 C_QUPLOAD [PRINT-OUT] - [Quota]-[User: xxx]-[UPLOADED: 490MB]-[MBLEFT: 3100MB]-[DAYSLEFT: 20] but no one see's anything on their end after onuploadcomplete.

SnypeTEST
07-14-2003, 05:18 PM
going on vacation today... will be back next month. sorry I couldnt release the new ver b4 I left :( bye

SnypeTEST
08-13-2003, 02:58 PM
Will work for food.... anyway I am back.

SnypeTEST
08-26-2003, 07:34 PM
http://www.geocities.com/easyroms/ioV4.html

ioTRIAL Version 4.0
============
- Recoded in PowerBasic

Currently only Trial works in this version.

do a "iotrial.exe test" to test ftp/user reading.
I just released this so peeps can tell me if theres some bugs in trial while I work on quota.

If you havent used iotrial before, then I recommend not to use this version. please goto http://www.geocities.com/easyroms/index.html

aKa`StUpIfIeD
08-28-2003, 04:50 AM
I'm using ioTRIAL Beta3.19 (STANDALONE) and i cant seem to get it to work on my work box. i use the same config(minus the ip's and such) for the one at my house(my house works fine). but when i try to do "site trial gadduser TRiAL test test *@*" from my home box to my work box, i get this error in ioTRIAL.Error.Log

ERROR [1716] (SITE TRIAL [trial gadduse) - 10106 - - Winsock

ioTRiAL.Debug says:

(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- START
(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- ioTrial will now start the adding sequence. Please wait ~10sec then do "site users" to make sure t was added.
(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- 840 STOP
(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- *********** ioTRIAL ERROR *********** ioTRIAL.Error.Log
(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- *********** ioTRIAL ERROR *********** ioTRIAL.Error.Log
(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- *********** ioTRIAL ERROR *********** ioTRIAL.Error.Log
(840) 08-28-2003 12:05:05 SITE TRIAL [trial gadduse- 840 STOP


the 1716 number varies sometimes when i retry it. Any solutions?

Edit: forgot to ask, how do you get colour in the messages, i've tried %color10% %color%10 %clr10% etc... and if you'r projects still around when i am old 'nuff to get a paypal account i will donate :)

SnypeTEST
08-29-2003, 10:34 PM
http://www.snype.us/iotrial/
iotrial v5.0.0

here we go.....
the main parts of iotrial are working in this rls
test this out here.....

working
======
- ftp connection
- trial/quota
- !passed command on irc
- site commands

not working
=======
- !passed <nick> command for users no on trial/quota
and the other irc command is still not working...
- dzs_bot announce features not working for now...

SnypeTEST
08-30-2003, 11:07 AM
http://www.snype.us/iotrial/

any suggestions/bugs before I release the new version plz.

SnypeTEST
08-30-2003, 02:49 PM
v5.1.0 http://www.snype.us/iotrial/

this rls is tha shizzle my nizzle!!!!
Just missing somethings compared to 3.19 , like top/stats site commands... and that other ! trial command that shows all users on trial.

-=DoBBeR=-
08-30-2003, 04:21 PM
nice job snype =)

SnypeTEST
08-31-2003, 07:42 PM
v5.1.1 http://www.snype.us/iotrial/

pretty stable... you know. :)

VaNisH
09-01-2003, 12:19 AM
Thnx SnypeTEST You do great job with ioTRiAL

surtin
09-01-2003, 04:52 AM
New version of iotrial are great Snype. :)

One thing is I see is for the stats line you've got this: 226 226-[QUOTA]-[User: is what you (or at least I see in FFXP).

Once again though, great job. :)

SnypeTEST
09-01-2003, 03:14 PM
v5.1.2 http://www.snype.us/iotrial/

if upgrading from 5.1.1 then just replace exe and add new conf settings at the end where the irc announce is located.

5.1.2 - Added nuke/unnuke features back, search your ioa.cfg for "iotrial" to enable it.
Added Custom Exempt lines in conf file
5.1.1 - Stable rls!

aKa`StUpIfIeD
09-01-2003, 07:47 PM
5.1.1 worked like a charm, solved all my problems, is 5.1.2 stable, if it aint is it work updatin to ya thing?

SnypeTEST
09-01-2003, 08:01 PM
if you want to update user stats when they are nuke and unnuke.

SnypeTEST
09-02-2003, 11:25 AM
v5.1.3 http://www.snype.us/iotrial/

if upgrading from 5.1.2 then just replace exe.

5.1.3 - Fixed Nuke/Unnuke , was getting negative values
Fixed !passed command for passed users

SnypeTEST
09-03-2003, 10:35 PM
sorry for all the small releases here and there, I know it must be a pain to update daily, but its hard to work on iotrial with school and all... anyway I still got the donate link up ;) any amount is welcomed even 1penny.. or whatever its called in your country. :cool: https://www.paypal.com/xclick/business=snype_t%40hotmail.com&item_name=Snype+Fund+-+Thank+You&no_note=1&tax=0&currency_code=USD

zpr
09-04-2003, 01:30 AM
no rush snypetest. personaly i like every-day-updates :)

Unique
09-07-2003, 03:39 PM
It seems the !info quota announce is dead..
!info quota exempt and !info quota passed both work

And if a user passed, and then deletes/gets nuked he will still stay passed...

TRIAL_ONPASS=SITE CHGRP $USER TRiAL PASSED
doesnt do anything either?!

Announce etc looks cool though :)
/edit: Maybe some idea to add site trial view or something simular to see all people in trial with stats.
Same for quota, seperated in passed and not passed.

alturismo
09-08-2003, 01:32 AM
lo, i have some probs here getting some to work

1. TRiAL

- no msg in IRC, CONRATS etc etc on trial success (on quota its working fine)
- autom. site chgrp doesnt work on trialpassed

2. QUOTA

- in !info quota total there are also the (EXEMPTS) included, like 45 total users,
but its like 35 quota / 10 exempts

- in !passed <user>, when user has passed the quota it looks like this
xxx@TRiAL has uploaded 1009.4mB.
Needs 0mB to pass (1000mB/Month) and Theres 23 day(s) left. Needs to upload an additional 0.0mB per day

no msg quota passed with additional .....


cheers ahead

SnypeTEST
09-08-2003, 05:59 AM
the quota !passed line is the same for everyone. I'll see If I can get those other things fixed later on tday.... school time now

SnypeTEST
09-08-2003, 03:11 PM
v5.1.4 http://www.snype.us/iotrial/

ioFTPD B5 Compatible.

If upgrading , replace exe and conf file. (added more ioftpd paths to the top of conf, if you dont want to replace the .conf file just copy paste the new options)

Coffee
09-14-2003, 05:57 PM
any way of using the newest version on ioftpd 4.9.4r??

aKa`StUpIfIeD
09-14-2003, 06:06 PM
Originally posted by Coffee
any way of using the newest version on ioftpd 4.9.4r??

i'm guna be trying it soon, i'll tell ya if it works.

SnypeTEST
09-14-2003, 06:27 PM
to fix those "my users group isnt changed" or "flags arent changed when failed" bugs ... edit ioftd.ini and put this in there under

[networks]
Connections_To_Ban = 0
Temporary_Ban_Duration = 0

Spies
09-14-2003, 07:38 PM
Still doesnt work how it should, latest io and latest iotrial. No other scripts. Shows passed but does chuff all :(

jeza
09-15-2003, 04:55 AM
hi

when users race with high speeds 3mb/s+
iotrial.exe freezes
not allthe time but in 3 of 5

i must than manualy shut down the iotrial.exe in task manager.

jeza

Xcaliber
09-15-2003, 09:50 AM
when users race with high speeds 3mb/s+
iotrial.exe freezes
not allthe time but in 3 of 5

i must than manualy shut down the iotrial.exe in task manager.


i have same problem...:/

SnypeTEST
09-15-2003, 02:50 PM
iotrial 3.19 ?

SnypeTEST
09-15-2003, 03:23 PM
v5.1.5 http://www.snype.us/iotrial/

If Upgrading from 5.1.4 , replace .exe
Fixed that group change thing (I think!)

Spies
09-15-2003, 04:00 PM
Nice!

ioFTPD.log

09-15-2003 21:59:11 PassedTrial: "temp"

SysOp.log

09-15-2003 21:59:11 'spies' removed user 'temp' from group 'TRiAL'.
09-15-2003 21:59:11 'spies' added user 'temp' to group 'iND'

Works :)

SnypeTEST
09-15-2003, 04:06 PM
cool... ok now donate $ ! ;) hahah

Xcaliber
09-15-2003, 05:02 PM
iotrial 3.19 ?

no, iotrial.v.5.1.4 and ioftpd 5.0.13r

Was it fixed in 5.1.5?

surtin
09-15-2003, 05:17 PM
So I guess us unregged users are S.O.L with iotrial now eh?

SnypeTEST
09-15-2003, 06:01 PM
:confused: S.O.L :confused: what is that

darkone
09-15-2003, 06:04 PM
So out of luck.. (or something like that) :)

SnypeTEST
09-15-2003, 06:19 PM
Surtin
Just change the UserIdTable / Group thing in iotrial.conf to the corresponding ones.. (passwd and group)

surtin
09-15-2003, 08:41 PM
I tried... but 'iotrial.exe test' just stalls... iotrial 5.1.5.

Oh and S.O.L is short for Shit Outta Luck :P

SnypeTEST
09-16-2003, 03:05 PM
v5.1.6 http://www.snype.us/iotrial/

- removed msgbox errors, usally occurs when theres ftp execution problems. You should then check ioftpd logs... error/sysop logs.. It helps to remove the "Connections_To_Ban" option in ioftpd.ini,
Connections_To_Ban=0
- fixed: error 52 , some error with ftp connect.

surtin
try again with this version :) fixed some stuff

Tradah
09-16-2003, 03:13 PM
when i use any trigger like !passed i get this message repeated 12 times from my eggdrop :|

"iotrial.exe test" was successfully so dunno...

any idea ?

io5.0.13r + ioTRiAL 5.1.5b on win2k3

SnypeTEST
09-16-2003, 03:42 PM
v5.1.7 http://www.snype.us/iotrial/

- fixed "hang" prob.

Tradah
no spaces in dir :) also full dir must be in iotrial.tcl

Tradah
09-16-2003, 07:50 PM
i had "c:\progra~1\ioftpd" but anyway it didnt work...

now it works with c:\ioftpd

many thx :]

surtin
09-17-2003, 08:27 AM
Yup new version fixed that hang. :D

SnypeTEST
09-19-2003, 05:22 AM
v5.1.8 http://www.snype.us/iotrial/

- fixed qnow... sorry forgot to decomment a line.

SnypeTEST
09-19-2003, 09:30 AM
v5.1.9 http://www.snype.us/iotrial/

- oops forgot to change line for !passed.


!trials command.
paste this into iotrial.tcl


bind pub -|- [set cmdtrial]trials trials

proc trials {nick uhost hand chan args} {
global binary
set result [exec $binary(ioTRIAL) irc info trial all]
foreach line [split $result \n] {
if { ! [info exists newline($line)] } { set newline($line) 0 } else { set newline($line) [expr $newline($line) + 1] }
puthelp "PRIVMSG $chan :$line\0030,$newline($line)"
}
}

SnypeTEST
09-23-2003, 07:25 AM
v5.1.10 http://www.snype.us/iotrial/

- fixed hang bug.

jeza
09-23-2003, 02:01 PM
hi

the bug is stil there
i must shut down iotrial.exe from task manager

Xcaliber
09-23-2003, 07:50 PM
i must shut down iotrial.exe from task manager

i have still same problem.. :/

SnypeTEST
09-23-2003, 08:07 PM
ok will see what I can do..

frog
09-25-2003, 11:07 AM
I see $BOLD is the cookie for boldie text, but is there cookie for colors, and maybe also for underline?

jeza
09-25-2003, 02:56 PM
hi

12bala -----> bla

jeza
09-29-2003, 12:17 PM
hi

will iotrial be updated?

SnypeTEST
09-29-2003, 04:20 PM
yea when I am done with psio...

ddeca
10-05-2003, 08:27 AM
When ever a user passes QUOTA ioTrial.exe writes to ioFPTD.log
10-05-2003 15:22:26 QUOTAPASSED: "username"

Wich is Fine...but then when a user continue uploading for every file ioTrial keeps writing to the log and there for the bot announces :(

is there something i have mad wrong or is it a bug ???

Using 5.15 (was the same for 5.13)

//TIA ddeca

frog
10-05-2003, 11:20 AM
ddeca, same problem here.
I solved the problem disabling The quota passed -announce,
in ioTRIAL.tcl:
set disable(QUOTAPASSED) 1

SnypeTEST
10-05-2003, 11:24 AM
once again, 2 of my HD's crashed, I lost everything. no, I dont have the iotrial source codes anymore. I am in the process of recoding it.

ddeca
10-05-2003, 11:32 AM
FROG i did the same thing...

And SnypeTEST...I am really sorry for your lost... didnt know that :(

Coffee
10-18-2003, 04:05 AM
damn two hdd crashed, thats not nice

you think thers gonna by shared quota soon?

would really like that, and i think a lot of users would like that.

greetz Coffee

Monkie
10-21-2003, 12:54 PM
D:\IOFTPD\SYSTEM>iotrial test
READ ERROR

######## ioTRIAL FTP TEST DONE #######

Connected to FTP !

etc.

Now i don't get what the "READ ERROR" means, the WINDIR path is correct, the ioFTPD dir is correct, usertable etc is all correct. Script is working like it should as well, except for the OnComplete part, it doesn't display a 'stats' correctly.

Is there anything i need to add in my ioftpd.env?

Monkie
10-23-2003, 03:22 AM
Originally posted by Monkie
D:\IOFTPD\SYSTEM>iotrial test
READ ERROR

######## ioTRIAL FTP TEST DONE #######

Connected to FTP !

etc.

Now i don't get what the "READ ERROR" means, the WINDIR path is correct, the ioFTPD dir is correct, usertable etc is all correct. Script is working like it should as well, except for the OnComplete part, it doesn't display a 'stats' correctly.

Is there anything i need to add in my ioftpd.env?


Figured out what went wrong, it never actually connected to the FTPd (even though it says so). It just hanged at the fact that i only allowed SSL connections, just added an exception flag for my sitebot.

How would i add the top5 trial to the welcome.msg btw?

SnypeTEST
11-05-2003, 04:44 PM
ioTRIAL v5.2.3b
http://www.snype.us/psio/

re-done in php with acouple exe's for faster editing and easier mantainment. NOTE: php stay's open for some people. well ive only seen this happend to one person. if this happends to you msg me. I am in #iom0d on efnet (irc.aol.com irc.rt.ru irc.prison.net irc.isprime.com)

SnypeTEST
11-05-2003, 04:44 PM
. will work on the sharing next. then will work on the glftpd version of iotrial... (I need a hub/router if anyone has a spare laying around ;))

Monkie
11-06-2003, 11:04 AM
Originally posted by SnypeTEST
ioTRIAL v5.2.3b
http://www.snype.us/psio/

re-done in php with acouple exe's for faster editing and easier mantainment. NOTE: php stay's open for some people. well ive only seen this happend to one person. if this happends to you msg me. I am in #iom0d on efnet (irc.aol.com irc.rt.ru irc.prison.net irc.isprime.com)

Great work, seems to work all fine -except- for the fact that it just will not count any MB's i've uploaded. (Or anyone else for that matter). I did start quota, tested the login info i had, use the right paths to logs etc.

SnypeTEST
11-06-2003, 01:04 PM
xferlog setup right?
it usally take 1min to update :)


xfermon = * * * * EXEC ..\iotrial\xfermon.exe D:\ioFTPD\logs\xferlog also only works with ioFTPD that actually has an xferlog... 5.x.x+

Monkie
11-06-2003, 01:10 PM
Originally posted by SnypeTEST
xferlog setup right?
it usally take 1min to update :)


xfermon = * * * * EXEC ..\iotrial\xfermon.exe D:\ioFTPD\logs\xferlog also only works with ioFTPD that actually has an xferlog... 5.x.x+

I'm using 5.2.10, i have my ioFTPD on d:, the path is right the file exists. The path is also correct for xfermon.

If i type it in dos i get a "!detach 0" btw.

My Schedular

200- 013: xfermon = * * * * EXEC D:\ioFTPD\iotrial\xfermon.exe D:\ioFTPD\logs\xferlog
200- 014: trialnewday = 0 0 * * EXEC D:\ioFTPD\iotrial\trialex.exe -php -q -n D:\ioFTPD\iotrial\main.php newday
200- 015: trialcheckup = 0,10,20,30,40,50 * * * EXEC D:\ioFTPD\iotrial\xfermon.exe -php -q -n D:\ioFTPD\iotrial\main.php checkup


I let my sitebot login with the 'ioFTPD' user btw. I have my ioFTPD enabled for SSL only, but have an exception for my ioftpd user, i tested the exact login in my config.php which works.

Paths are correct.

SnypeTEST
11-06-2003, 04:02 PM
ioTRIAL v5.2.3b
http://www.snype.us/psio/

- fixed xfermon.exe , just replace xfermon.exe if upgrading.

SnypeTEST
11-08-2003, 03:50 PM
ioTRIAL v5.2.3c
http://www.snype.us/psio/

- shared quota/trial db (only test with 2 ftp)
- dirs with space now allowed.

!!!!!!If upgrading!!!!!!
overwrite all the php and exe files :) , and read the install.txt for new stuff.

Coffee
11-08-2003, 06:22 PM
Very nice you got the sharing thingy, for now having bit of problem to get the quota working in a test pc. Seems to work but not adding mb's to user on quota that he's uploaded.

But will keep continu to try and get it right

SnypeTEST
11-08-2003, 06:26 PM
it usally updates every minute. make sure you set sharetype to 0 if its not sharing.

Joel_1
11-08-2003, 08:49 PM
Yeah, was a small typo : should read :-

trialcheckup = 0,10,20,30,40,50 * * * EXEC ..\iotrial\trialex.exe -php -q -n D:\ioFTPD\iotrial\main.php checkup

under the scheduler options in ioftpd.ini
works great for me, thnx

sh4d0w
11-10-2003, 02:52 PM
am I wrong or is it not possible to run ioTRIAL 5.2.3c with ioFTPD beta5-2-14u, because I'm missing some files and several site commands don't work ... :confused:

sry for that stupid question but I really don't know

SnypeTEST
11-10-2003, 03:48 PM
Originally posted by sh4d0w
am I wrong or is it not possible to run ioTRIAL 5.2.3c with ioFTPD beta5-2-14u, because I'm missing some files and several site commands don't work ... :confused:

sry for that stupid question but I really don't know

I havent tried the 'u' version. all commands used by iotrial are "deluser" "change" and "iohubs", and iohubs is custom command than can be put in the 'r' and 'u' version of ioFTPD.

SnypeTEST
11-10-2003, 05:14 PM
ioTRIAL v5.2.3c
http://www.snype.us/psio/

- fixed some stuff.
dont forget to use the correct trialcheckup in schedueler, (USE THE ONE BELOW)

trialcheckup = 0,10,20,30,40,50 * * * EXEC ..\iotrial\trialex.exe -php -q -n D:\ioFTPD\iotrial\main.php checkup

SnypeTEST
11-10-2003, 05:34 PM
redownload 5.2.3d , I fixed the install.txt :)

forgot to add iohubs command!!
hahahaa

[scripts]
iohubs = EXEC D:\ioFTPD\iotrial\trialex.exe -php -q -n D:\ioFTPD\iotrial\main.php iohubs

sh4d0w
11-11-2003, 01:04 AM
Originally posted by SnypeTEST
I havent tried the 'u' version. all commands used by iotrial are "deluser" "change" and "iohubs", and iohubs is custom command than can be put in the 'r' and 'u' version of ioFTPD.
yes, but what's with top <x>, for example? isn't that included in ver 5.2.3?

SnypeTEST
11-11-2003, 06:16 PM
Originally posted by sh4d0w
yes, but what's with top <x>, for example? isn't that included in ver 5.2.3?

nope. was busy scripting the main parts.

SnypeTEST
11-15-2003, 05:36 PM
http://www.snype.us/psio/
ioTRIAL v5.2.3e

- fixed memory hang.

if upgrading just replace all php except for the config and php.exe.

SnypeTEST
11-21-2003, 04:28 PM
ioTRIAL v5.2.4
http://members.lycos.co.uk/snypetest/

READ INSTALL TXT

- no more xfermon.exe now uses OnUploadComplete
- Announces added, some dont announce though.. very weird.

DONT USE XFERMON.EXE ANYMORE

SnypeTEST
11-22-2003, 11:34 PM
ioTRIAL v5.2.4b
http://www.snype.us/psio/
http://members.lycos.co.uk/snypetest/

minor fixes

+ optimized ftp exe
+ add trials to tcl.

READ UPGRADE.TXT if upgrading.

SnypeTEST
11-27-2003, 03:37 PM
ioTRIAL v5.2.4c
http://www.snype.us/psio/
http://members.lycos.co.uk/snypetest/

* hub, trial pass , global execute.
* fixed trials output.

[b]Anyone have a linux box with glftpd that I can mess around with? doesnt have to be fast, I just want to port iotrial to glftpd but my old pc just messed up and I dont have any HD space on my pc to install linux, msg me on Efnet SnypeTEST , join #iom0d , irc.efnet.pl irc.choopa.net irc.rt.ru[b]

SnypeTEST
11-27-2003, 08:09 PM
ioTRIAL v5.2.4d
http://www.snype.us/psio/
http://members.lycos.co.uk/snypetest/

* fixed announces sorta.
* fixed quota announce.

Anyone have a linux box with glftpd that I can mess around with? doesnt have to be fast, I just want to port iotrial to glftpd but my old pc just messed up and I dont have any HD space on my pc to install linux, msg me on Efnet SnypeTEST , join #iom0d , irc.efnet.pl irc.choopa.net irc.rt.ru

Guardian
11-28-2003, 06:20 AM
... any way to get it modifying quota/trial stats on file-delete and nuke ?

SnypeTEST
11-28-2003, 12:19 PM
nuke isnt working ATM , ioA is being recoded. on file delete hmmm I'll work on it.

LooPTrooP
11-30-2003, 12:56 PM
Sweet MoMA ! , Thx Alot

SnypeTEST
12-07-2003, 01:41 PM
ioTRIAL v5.2.5
xxxxxxxxxx

5.2.5
-----
* fixed output of 2mb left or less.
+ move mb on trialpass to quota.
+ site quota give <user> <mb>

note: fixed also pass on hub. so users doesnt have to upload to leaf now.

-=DoBBeR=-
12-08-2003, 11:08 AM
5.2.5 aint there hehe

SnypeTEST
12-08-2003, 03:59 PM
fixing it. some people says it hang.... but cant get it to hang on my pc =/

-=DoBBeR=-
12-09-2003, 03:51 PM
hehe your computer sux for not making the script hang :D :p

MIC_vBa
01-21-2004, 09:30 PM
why are the "EXEMPT" users in trial/quota database ?

isnt it possible that those users are NOT getting into trial/quota database ?

can u add :

site quota del <user>

;)

-=DoBBeR=-
01-22-2004, 05:48 AM
*update wanted* ;)

durulink
01-28-2004, 09:20 AM
I can find only v5.2.4.d from "http://www.snype.us/psio/".

Del
01-28-2004, 01:56 PM
Hiya,

I am having a small problem. I am running ioTrial 5.2.4d. For some reason my quota stats seem to reset each week? I am using ioA 1.0.6 weekly as well. ioFTPD 5.3.9r.

Tnx.
Del

sams-
01-31-2004, 08:32 PM
Maybe a useless request, but I do have use of this :)

An output to chan from the bot which at the end of the month displays the top 5 or 10 quota users :)

- thx for a nicelish util!

peep
02-05-2004, 08:33 AM
Why did ioTrial cleared ALL USERS QUOTA and set 'em to 100-200 or 300Mb? I've got a lot of angry ppl up my ass. I'd like an awnser a.s.a.p.!

-=DoBBeR=-
02-05-2004, 11:21 AM
Originally posted by peep
Why did ioTrial cleared ALL USERS QUOTA and set 'em to 100-200 or 300Mb? I've got a lot of angry ppl up my ass. I'd like an awnser a.s.a.p.!

You forgot to say _please_ :rolleyes:

typhon|wk
02-05-2004, 12:38 PM
lol :)

SnypeTEST
02-05-2004, 09:16 PM
Originally posted by peep
Why did ioTrial cleared ALL USERS QUOTA and set 'em to 100-200 or 300Mb? I've got a lot of angry ppl up my ass. I'd like an awnser a.s.a.p.!

it happends to 'misconfigured configurations' and 'malfunctioning functions' ... anyway I am working now so I have no time to find and fix where this is coming from and since iotrial is working perfectly for me I dont want to fix things - will be doing a recode if d1 rls' ioftpd with php - anyway -

check out www.34d455.com , get ioQT by badaas or some other scripts made by b0unty found on this forum a.s.a.p.!

peep
02-06-2004, 04:20 PM
Aploagize if acting a bit rude in my last post. My nerves was really starting to snap as I got tons of PM's :/
I was wondering, is 5.2.5b even to be used? vanished from all the homepages some time ago. Perhaps I should go back to 5.2.4d?

SnypeTEST
02-06-2004, 05:38 PM
yea , shouldnt use it... too much hanging. the0ne 'leaked' it lol, and alot of people started using it... damn him.

-=DoBBeR=-
02-06-2004, 06:15 PM
Originally posted by SnypeTEST
the0ne 'leaked' it lol

:D

KrikkioXP
03-01-2004, 02:58 PM
I have install trials/quota, it work right.....but I have non idea that after some hours......file "quota.dat" into iotrial dir of HUB site.....corrupted it.

The list of user into file will lost and I don't understand why :confused:


Any ppl have got this problem?

rAWfOX
03-02-2004, 11:16 AM
Is there an fix for the problem with loosing quota.dat ?
or will it be soon? :)

Thanx for a nice script..

DucKiEZz
03-05-2004, 05:50 PM
Question 1:
--------------

ok I have installed ioTrial (v5.2.4d) on sites with an existing user/group database. My question is if I need to re-add all users who are currently on trial/quota to the ioTrial script.

Because on '!passed User1' it says:
- "User [User1/Trial] is not in trial/quota database.

And on !trials it says:
- "[TRIAL] No Users in Trial."

So to have all users on trial/quota on all sites combined, I will have to re-add all of them to the HUB , is this right?

Question 2:
--------------
If there will be added new sites, how does that work with ioTrial?
Does the HUB automatically see the quota's/trials on that site when the users/groups folders are copied/pasted ?

- thanx a lot !-

-=DoBBeR=-
03-05-2004, 09:01 PM
duckiezz u know u are allowed to ask me these questions on irc u know =)