IP Viewer [Free Project | Tutorial]

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
13 posts Page 2 of 2
Contributors
User avatar
master3395
New Member
New Member
Posts: 14
Joined: Wed May 08, 2013 8:17 pm

Hello, This tutorial does not work any more D: i have tryed all ways.

Can someone try to help me?
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

master3395 wrote:
Hello, This tutorial does not work any more D: i have tryed all ways.

Can someone try to help me?
this could help you :)

http://ultimateprogrammingtutorials.blo ... ernet.html

-Shim :)
Find my programs on Softpedia
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Or simply
Code: Select all
<!doctype html>
<html>
<head>
<title>IP address</title>
</head>
<body>
<?php
echo "<center><h1>Your IP address is: ".$_SERVER['REMOTE_ADDR']."</h1></center>";
?>
</body>
</html>
save as index.php and upload to your webserver
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
13 posts Page 2 of 2
Return to “Tutorials”