• Use [hide] Content [/hide] to prevent leeching of your content.

http://jimster480.com/ipindex.php

Mr_VK

New Member
Hello,

I noticed this script wasn't complete and wasn't functioning properly, So i decided to quickly do a 2min job and re-fix it.
[syntax=php]

<?php
$ip=$_SERVER['REMOTE_ADDR'];
$browser=$_SERVER['HTTP_USER_AGENT'];
$host =$_SERVER['HTTP_HOST'] ;
?>

<html>
<head>
<title>jimster480.com/ip- Find Your IP</title>
<meta name="Keywords" content="IP, address, address translation, find ip address, ip addres, whats ip, ip find, ipconfig, ipaddress, whatismyip, my ip.">
<meta name="Description" content="jimster4.com is the fastest and cleanest way to find out your IP address.">
<meta http-equiv="Pragma" content="no-cache">
<style type="text/css">
BODY
{
FONT-SIZE: 13px;
COLOR: #171717;
FONT-FAMILY: Trebuchet MS, Helvetica, Arial;
}

A:link
{
COLOR: #0066ff;
FONT-SIZE: 11px;
}

A:visited
{
COLOR: #0066ff;
FONT-SIZE: 11px;
}

A:hover
{
COLOR: #FF9900;
FONT-SIZE: 11px;
}
marquee
{
color: #0066ff;
}
.apple{
font-size: 12px;
color: #000;
font-family: arial;
}
</style>
</head>

<body link="#0000ff" alink="#ff0000" vlink="#0000ff">
<br />
<marquee>
<u>Your IP:</u>|<?php echo "$ip"; ?> |
<u>Your ISP:</u>| <?php echo "$host"; ?>|
<u>Your Browser:</u>| <?php echo "$browser"; ?>|</marquee>

<br><br>
<div align="center"><font size="5"><strong>Your IP: <?php echo "$ip"; ?>
<center></center> <br><br><br>
<div align="center"><font size="5"><strong>Your ISP:<?php echo "$host"; ?>
<center></center> <br><br><br>
<div align="center"><font size="5"><strong>Your Browser:<div class="apple"><?php echo "$browser"; ?></div>
<center></center> <br></strong></font>



<br>

<br><br>
<font size="2"><center><font size="6"><b><u>Jimster480.com/ip</u></b><u><sup><span style="font-size:11px;">TM</span></sup></u></font><br>
<font size="5"><b>Speedy Way To Get Your Ip Info :)</font><br></center></b><br><center><span style="FONT-SIZE: 12px; COLOR: green;">&copy; Jimster480.com/ip</span> - ReCoDed BY CONTRACTJACK</center></font>

</body>
</html>

[/syntax]
 

Jimster480

Administrator
Staff member
oh lol. thats an old ass script from when me and my friend were messing around with that :p

<!-- m --><a class="postlink" href="http://0v1.org/IP">http://0v1.org/IP</a><!-- m -->
 
Top Bottom