Go Back   FlashFXP Forums > > > >

ADDiCT's scripts sitewho.exe, ioGroups, ioGui, ioLimitTransfers, ioSecureAdduser

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-21-2003, 03:36 PM   #16
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

ehehe ADDiCT i'll try this one too

thx for your contribution

have fun
bounty
bounty is offline   Reply With Quote
Old 09-21-2003, 04:55 PM   #17
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Question

This is the standard .ini file ->

"

; user@12.13.14.15 will work
; *@12.13.14.15 will work
; user@12.13.14.* won't work
; *@12.13.14.* won't work

ident_ip_mask = *@###.###.###.###



; user@12.13.14.15 will work
; user@12.13.14.* will work
; x@12.13.14.15 won't work
; x@12.13.14.* won't work
; *@12.13.14.15 won't work
; *@12.13.14.* won't work

ident_ip_mask = *??@###.###.###.*
"

Could u please explain how I should do and what to change and were to, to force the "adder" to include ex: "indent@111.111.*.*"
or "*@111.111.111.*" .

I´m a lamer at understanding stuff , maby others are to!

THX in advance
MaistroX is offline   Reply With Quote
Old 09-21-2003, 05:01 PM   #18
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

indent@111.111.*.*

---> *?@###.###.*

the number of questionmarks determine the minimum lenght of the ident name.
*? means at least one character is required.
*???? means u can only add idents of 4 characters and more.


*@111.111.111.*

---> *@###.###.###.*
ADDiCT is offline   Reply With Quote
Old 09-21-2003, 05:04 PM   #19
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Question

oki, but were in the .ini file, there are two places, up, down or both to change info ?

ex. please
MaistroX is offline   Reply With Quote
Old 09-21-2003, 05:10 PM   #20
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

it doesn't matter, all "ident_ip_mask = ..." entries are put in an array, and every ident@ip u try to add is matched against every item in that array.

i think u want this in your ini file :
Code:
ident_ip_mask = *?@###.###.*
ident_ip_mask = *@###.###.###.*

u will then be able to add:

ident@111.111.*.*
*@111.111.111.*

but not :
*@111.111.*.*
ident@111.*.*.*
etc...
ADDiCT is offline   Reply With Quote
Old 09-21-2003, 05:14 PM   #21
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Thumbs up

thx alot
MaistroX is offline   Reply With Quote
Old 09-21-2003, 07:19 PM   #22
Pharaoh
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 117
Thumbs up

Quote:
Originally posted by ADDiCT
- u can specify as many ident_ip_mask entries as needed
- use ### for a numeric ip part (no more *#)
Thank you very much, mate, EXCELLENT WORK!
Pharaoh is offline   Reply With Quote
Old 09-24-2003, 02:07 PM   #23
SomeoneWhoCares_2
Member
 
Join Date: Sep 2002
Posts: 87
Default

nice work.. got some suggestions for other versions

password strength check like in gl..

Password not secure enough. It has to have at least:
1 capital letters, 1 lowercase letters, 1 digits, 0 others, 6 length.


some sorta ban user.. so if u deluser someone and another siteop tries to readd them it fails.. checks for username and ip.
SomeoneWhoCares_2 is offline   Reply With Quote
Old 09-24-2003, 03:13 PM   #24
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

added password strength checking.
"banned users" is beyond the scope of this tool imho.
ADDiCT is offline   Reply With Quote
Old 09-25-2003, 06:18 AM   #25
Pharaoh
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 117
Thumbs up

excellent. thanks mate!
Pharaoh is offline   Reply With Quote
Old 09-26-2003, 08:14 AM   #26
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Question

"added password strength checking.
"banned users" is beyond the scope of this tool imho.

Attachment: iosecureadduser.1.0.6.zip
This has been downloaded 20 time(s)."

Please, please, please, add so u allways see the reason not to add, as a respond i ex: FFXP.
qould be alot easyer for user trying to add a user, to see ex. whats wrong with the IP he´s trying to add, adn so on , anything u could add ?

THX in advance, anyway, its working solid, GREAT work
MaistroX is offline   Reply With Quote
Old 09-26-2003, 08:17 AM   #27
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

add this line in your ini config:

debug = 1

should show some info what is wrong with your addline
ADDiCT is offline   Reply With Quote
Old 09-26-2003, 08:36 AM   #28
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Lightbulb

oki, tryed, got ->

"
SITE ADDIP MaistroX *@19.*.*.*
200-| DEBUG: ident: *
200-| DEBUG: ip: 019.*.*.*
200-| DEBUG: (-) @019... Not Like *?@###.###.*
200-| DEBUG: (-) @019... Not Like *@###.###.###.*
200-| IDENT@IP NOT SPECIFIC ENOUGH: *@19.*.*.*
200-+-----------------------------
200 Command FAILED.
"

would look alot better if "DEBUG" was not present + some kind of "hint" whats needed for the user trying to add the IP, I mean, not many of my users have access to the "ioSecureAdduser.ini" so they can see the conf, better to have a explaination "hint" what the need to use, ex. of a IP that will work, all according to the "ioSecureAdduser.ini" present !

Please ?

THX again.
MaistroX is offline   Reply With Quote
Old 10-07-2003, 10:03 PM   #29
surtin
Junior Member
 
Join Date: Mar 2003
Posts: 24
Default

Is it possible for this to work for hostnames too?
surtin is offline   Reply With Quote
Old 10-07-2003, 11:43 PM   #30
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

i have not limited the program in any way, so i think u can work with hostnames as well

try this for exemple:

ident_ip_mask = *@*.kabel.telenet.be
ADDiCT is offline   Reply With Quote
Reply

Tags
allowed, eg@210.115., range, specific, ver

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
Problem! Please help! Rizzo General Discussion 4 01-02-2005 05:15 PM


All times are GMT -5. The time now is 04:53 AM.

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