[Question] how to show my visitor IP adress?

voljin

Junior Member
Joined
Jan 17, 2012
Messages
123
Reaction score
290
Hey guys, i need little help here.

I have google it, but haven't found simple solution to show visitor IP address in my download page. Most of it using complicated script which i don't understand.

Is there any simple (and free) solution for it ?

I'm doing youtube + cpa. What i want to do on my download / thanks page is something like this "your ip xxx.xxx.xxx detected as bot. please complete survey to verify you are human"
lol.

I couldn't afford CLP atm, so got to do this manually.
Thanks in advance :)

PS. sorry if this in wrong section
 
If you're using WordPress... try using this;
Code:
http://www.wp-geolocation.com/

It uses short-code, so you can put it on any page/post you want.
 
If you're using WordPress... try using this;
It uses short-code, so you can put it on any page/post you want.
im using plain html and dreamweaver mx 2004, kinda oldschool but yea thats me :D
In php:

Code:
Your IP is: <? echo $_SERVER['REMOTE_ADDR']; ?>
i'll try it now.

Btw thanks for fast response guys :)
 
Back
Top