Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- /*
- # Title : Get All Site N' Server
- # Coded By : xSecurity
- # Homepage : www.sec4ever.com
- # Greets 2 : b0x !
- */
- echo "<form method='POST'>
- <b><font face='Tahoma' size='5'>
- <title>Get All Site N' Server</title>
- </font></b>
- <style type='text/css'>
- a:link {color:#CC0000;}
- a:visited {color:blue;}
- a:hover {color:silver;}
- a:active {color:#0000FF;}
- a:link { text-decoration: none }
- </style>
- <body text='#FFFFFF' bgcolor='#000000' style='text-align: left'>
- <p align='left' dir='ltr'><b><font face='Tahoma' size='4'># Get All Site N'
- Server</font></b></p>
- <p align='left' dir='ltr'><font face='Tahoma' size='2'>IP : </font>
- <font size='5' face='Tahoma'> <input name='ip' value='127.0.0.1' style='font-family: Tahoma; color: #CC0000; border: 1px dotted #CC0000'></font><font face='Tahoma' size='2'> </font>
- <font face='Tahoma' size='5'><font size='5'>
- <input type='submit' name='ok' value='Get Site' style='font-family: Tahoma; color: #CC0000; border: 1px dotted #CC0000'></font><font face='Tahoma' size='2'> </font> </font></p>";
- if($_POST['ok']) {
- $ip = $_POST['ip'];
- $ge = @file_get_contents("http://sameip.org/ip/$ip");
- preg_match_all('/<td*>(.*?)<\/td>/Uis',$ge,$site);
- foreach($site[0] as $krz){
- echo "
- <table border='1' width='30%' style='font-family: Tahoma; color: silver; border: 1px dashed white'>
- <tr>$krz</tr>
- </table>";
- } }
- echo "<p style='text-align: center'><font face='Verdana' size='1'>Coded By :
- <font color='#CC0000'>xSecurity</font> | Homepage : <font color='#CC0000'>
- <a href='http://www.sec4ever.com/' style='text-decoration: none'>
- <font color='#CC0000'>sec4ever.com</font></a></font> | Greets To :
- <font color='#CC0000'>b0x</font></font></p>";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement