Author Topic: prevent attackers  (Read 3900 times)

0 Members and 1 Guest are viewing this topic.

Offline gti-the-sexy

  • Newbie
  • *
  • Posts: 33
    • View Profile
prevent attackers
« on: June 04, 2003, 02:21:21 PM »
I want to prevent from attackers and I need 2 addon about 4images

firstly, I need "image verification" like in http://www.vbulletin.com/forum/register.php while registering

secondly, I need online user session limit function which I could change the limit later

could you help me about scripting

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: prevent attackers
« Reply #1 on: June 04, 2003, 02:25:46 PM »
Quote from: gti-the-sexy
secondly, I need online user session limit function which I could change the limit later

could you help me about scripting

What that means?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline gti-the-sexy

  • Newbie
  • *
  • Posts: 33
    • View Profile
prevent attackers
« Reply #2 on: June 04, 2003, 03:19:08 PM »
let me explain...

for example in VB, there is a "session limit" function on admin panel

this is a limit for online users

if you set this to 20 and your vb has 20 online user, then 21th user can not enter the site

while attacking, too many proxies use for multiple registeration and so too many users are online and this force the server and the site'll be down.

so if we setup a session limit for the script, there'll be no problem (with image verification)

Offline gti-the-sexy

  • Newbie
  • *
  • Posts: 33
    • View Profile
prevent attackers
« Reply #3 on: June 06, 2003, 09:20:22 PM »
nobody :?: