Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Flood Control
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pLanetZ
Starting Member

5 Posts

Posted - 24 September 2003 :  16:21:51  Show Profile
Hi,
I am new to ASP....i have a question for yall!

I made a guestbook recently for my website...but somebody keeps flooding it.....i want to learn how to control the flooding. Please guide me. Thanks!

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 24 September 2003 :  17:55:46  Show Profile
a quick, non-technical explanation:
- with each guestbook entry you store the date & time of the entry and the user's IP address
- with each guestbook entry, you check the database for the same IP address
   - if that IP address is found, you check if the dates match
      - if the dates match, check the time difference between the last post made by the user with that IP address and the current time
         - if the time difference is smaller or equals the minimum, deny the entry
         - if the time difference is larger than the minimum, allow the entry
      - if the dates don't match the time difference must be larger than the minimum, so allow the entry
   - if that IP address isn't found, you can let the entry pass (assuming you only check by IP address)
Go to Top of Page

pLanetZ
Starting Member

5 Posts

Posted - 15 October 2003 :  12:26:14  Show Profile
I totally got lost tryin' to find my own post!!

FrutZle thanks for the reply...but thats too complicated for me:s

well for now im banning the ip...and i guess its working...

thanks:>
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07