Advertisement
SoUiLaHxXx_Dz

PingMe

Nov 13th, 2013
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.04 KB | None | 0 0
  1. <html>
  2. <head><title>Ping</title>
  3. <style>
  4. body,table{background: black; font-family:Verdana,tahoma; color: white; font-size:10px; }
  5. A:link {text-decoration: none;color: red;}
  6. A:active {text-decoration: none;color: red;}
  7. A:visited {text-decoration: none;color: red;}
  8. A:hover {text-decoration: underline; color: red;}
  9. #new,input,table,td,tr,#gg{border-style:solid;text-decoration:bold;}
  10. input:hover,tr:hover,td:hover{background-color: #FFFFCC; color:green;}
  11. </style>
  12. </head>
  13. <body>
  14. <center>
  15. <p>CoDeD By SoUiLaHxXx_Dz</br>AlGeriaN HaCkeR ^_^</br>HoMe: sec4Ever.Com & Dz-rOOt.Com</p>
  16. <form action="" method="post">
  17. <textarea name="sites" rows="30" cols="40">www.example.com</textarea></br>
  18. <input type="submit" value="Go!"></form>
  19. </center>
  20. <?
  21. //By SoUiLaHxXx_Dz
  22. if(isset($_POST['sites'])){
  23. foreach(explode("\n",$_POST['sites']) as $site){
  24. $site=trim($site);
  25. echo '<font color="red" size="5">#</font><font color="green" size="5">'.$site.'<font color="red" size="5">-></font>'.gethostbyname($site).'</br></font>';
  26. }
  27. }
  28.  
  29. ?>
  30. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement