question about limit connection per ip

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jabavoc
Forum Newbie
Posts: 2
Joined: Fri Sep 22, 2006 12:34 pm

question about limit connection per ip

Post by jabavoc »

I try to create web upload file with php
but I have a problem when there are a lot of connection.

I try to limit connection per ip address
but I can't do that.

I want some help. :cry:
Can I limit connection per ip with php code?

thank
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Yes.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Hint: Database, IP, Session ID.

Warning: Some entire conutries share IP addresses.... some ISPs (mine included) pass all traffic via a gateway so it looks like the same IP.
jabavoc
Forum Newbie
Posts: 2
Joined: Fri Sep 22, 2006 12:34 pm

Post by jabavoc »

Thank
Post Reply