Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.81 KB | None | 0 0
  1. <?php
  2. // Script by Wisnu Pandu Wiweko
  3.  
  4. date_default_timezone_set("Asia/Jakarta");
  5. $date = date("Y-m-d");
  6. $time = date("h:i:s");
  7.  
  8. $host = "https://onechans.com/phpmyadmin";
  9. $user = "warcozon_euee";
  10. $pass = "Minnasan123@";
  11. $db = "warcozon_euee";
  12. $konek = mysql_connect($host, $user, $pass) or die ('Koneksi Gagal! ');
  13. mysql_select_db($db);
  14.  
  15. //---------------------  Don't touch it !!! --------------------------------
  16. $wrong_password_Error = " Authentication was erorr, plz check your data .";
  17. $help = "Check your email <b>( $your_email )</b> , to find your password .";
  18. $permession_Error = "You have no permission to access to this file/page .";
  19. $account_is_on = "PXTeam.php?account=on";
  20. $account_is_off = "PXTeam.php?account=off";
  21. //--------------------------------------------------------------------------
  22. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement