• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Last IP

alkamenes

New Member
Joined
Jul 15, 2007
Messages
115
Reaction score
2
hi,
there is a field in the database "lastip", but the number in there is coded.

I have made a little script, to find out which ip is behind that number.



search.php
Code:
<form action="form4.php" method="get">
<center>
  <input type="text" size="17" name="playername">
  <br>

  <input type="submit" value="Write the coded number above.">
    <br><br>
    </form>
    
  <form action="form5.php" method="get">
  <input type="text" size="17" name="playername2">
  <br>

  <input type="submit" value="Write any IP adress above.">


  </center>
  </form>


form4.php
Code:
<?php
$ip2 = $_GET["playername"];

 $ip = long2ip($ip2);
    $exp = explode(".", $ip);
    echo $exp[3].".".$exp[2].".".$exp[1].".".$exp[0];

?>

form5.php
Code:
<?php
$ip = $_GET["playername2"];
 
       $exp = explode(".", $ip);
       
       $exp2 = array_reverse($exp);
       $exp3 = implode(".", $exp2);

      $ip2 = ip2long($exp3);

    echo  $ip2 ;


?>

I know there was already a thread like this but without the code. I hope its useful for you ;) .
 
Your search: no.dvotx.org

Results:
Type:Value:Address FW: 84.215.106.225Address RW:225.106.215.84 << If you use SQL reversed number copy/paste this in the IP/host field.
Number:1423403745Host:84.215.106.225Octal:0124.0327.0152.0341Hex:0x54d76ae1Country:
no.gif
Norway Registry:RipeBlock:84.208.0.0 > 84.215.255.255Added:July 7th 2005
Your info:

Address: 81.224.68.208Browser: Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14Date:April 29th 2008, 06:35PM
Links:

Dvotx IRC Network

Page loaded in 0.66135 seconds. Online: 0. Total: 1.
 
Back
Top