PHP get user information -


i made website login script. there guy makes false logins time. example usernames 'lfdjgh' , email addresses jkgfhkjghf@dkhfkgh.com. want find out person located etc.

is there way find detailed information user? computer-name, ip address, location, etc?

thanks

i agree other answers have said, can use values passed $_server avoid this.

along adding captcha page, can add ip address database, grabbed $_server['remote_addr'] , compare known spam ip's new registrations, , check if known spammer. do, , don't have spam @ (:

happy hunting!


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -