Page 1 of 1

question about limit connection per ip

Posted: Fri Sep 22, 2006 12:46 pm
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

Posted: Fri Sep 22, 2006 12:52 pm
by feyd
Yes.

Posted: Fri Sep 22, 2006 8:29 pm
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.

Posted: Sat Sep 23, 2006 1:29 am
by jabavoc
Thank