3xploit3r

Add Http:// to sites

Aug 23rd, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.82 KB | None | 0 0
  1. <head>
  2. <title>
  3. Add Http in SiTe By Mr MaGnoM
  4. </title>
  5. </head>
  6.  
  7. <center>Add Http To Sites Coded By Mr MaGnoM</center><br>
  8. <form action="test1.php" method="post">
  9. <center>
  10. <textarea name="omar" cols="50" rows="15">
  11. www.google.com
  12. www.bing.com
  13. www.facebook.com
  14. </textarea>
  15. <br><br><br>
  16. <input type="submit" name="mr" value="Add Http"/>
  17. </center>
  18. </form>
  19.  
  20. <?php
  21.  
  22. //<>
  23.  
  24.  
  25.     if($_POST['mr']){
  26.    
  27.     $mr=explode("\r\n",$_POST['omar']);
  28.    
  29.     foreach($mr as $magnom){
  30.          
  31.     $magnom=trim($magnom);
  32.    
  33.     echo "<center><font color='red'>"."http://".$magnom."<br>".'</font></center>';
  34.         }
  35.     }
  36.  
  37.  
  38.  
  39. ?>
  40. <br><center>Gretz : AnonSec Members -- Rhama -- Hamza Uygun -- LouTis -- H Damas sy -- Salah -- Lourd of Chao$ -- And All my Friends</center>
  41. <br><a href="https://www.facebook.com/danzo.magnom.1"><center>Contact me</center></a>
Add Comment
Please, Sign In to add comment