php flood protection script

Discussion in 'PHP' started by tks, Jul 26, 2010.

  1. #1
    Hi all,
    Can anybody suggest me a good script for flood protection using php. I prefer not to use cookies and sessions. PHP and MySQL can be used.
     
    tks, Jul 26, 2010 IP
  2. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have a look for floodgate. I done a search for 'PHP DDOS Floodgate' and found some cool scripts.
    To be honest though, if you want to prevent denial of service attacks - by the time PHP is fired up, it will be too late.

    It should be implemented as low level as possible (IP layer or lower), your firewall should have picked it up and dropped the packet before Apache even sees it.
     
    Deacalion, Jul 26, 2010 IP