Guest User

Untitled

a guest
Aug 16th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. // write here your email (ansarridha111@gmail.com by default)
  4. $your_email = "ansarridha111@gmail.com";
  5. $result = "ansarridha111@gmail.com"; // Set your email
  6.  
  7.  
  8. //write a username (Temo by default)
  9. $name = "admin";
  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