Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?
  2. /*
  3.         @about      Protect content using hash md5 and if
  4.         @creator    Brazilian script made by laerte
  5.         @version    BETA
  6.         @modify     if you modify, keep the credits!
  7. */
  8.  
  9.         //@using        localhost/test.php?hash=5f4dcc3b5aa765d61d8327deb882cf99
  10.  
  11.         if($_GET["hash"] == 5f4dcc3b5aa765d61d8327deb882cf99);
  12.             {
  13.                 echo "Hello World";
  14.     }
  15.             else
  16.             {
  17.                 echo "Try again =)";
  18.     }
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement