Advertisement
plas71k

@Secret35 => login.php (ioncube) => decoded

Feb 24th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.16 KB | None | 0 0
  1. <?php
  2. /*
  3.  * @ Pirate-Sky Crew :: PHP Decoder v2
  4.  * @ Author: pLa$71k
  5.  * @ Web: http://pirate-sky.com
  6.  * @ Pirate-Sky Crew © 2008 - 2013
  7.  */
  8.  
  9. @session_start();
  10. require("fonks.php");
  11. if (isset($_POST['yolla'])) {
  12.     if (trim($_POST['admin']) == $ayar['admin'] && trim($_POST['pass']) == $ayar['sifre']) {
  13.         $hata               = false;
  14.         $_SESSION['sinehd'] = "yes";
  15.     } else {
  16.         $hata = true;
  17.     }
  18. }
  19. if ($_SESSION['sinehd'] == "yes") {
  20.     echo redirect("index.php");
  21. } else {
  22.     echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"> <html> <head> <title>SineHD ~ Bot | Login</title><link href=\"dp.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\"></head><body class=\"login\"><div id=\"login_wrapper\">";
  23.     if ($hata) {
  24.         echo "<div id=\"login_info\" class=\"info_msg_err\" style=\"width:350px;margin:auto;padding:auto;\"><p>Kullanıcı Adı ya da şifre yanlış</p><br class=\"clear\"/><br/></div>";
  25.     }
  26.     echo "<br class=\"clear\"/><div id=\"login_top_window\"><img src=\"images/top_login_window.png\" alt=\"top window\"/></div><div id=\"login_body_window\"><div class=\"inner\"><img src=\"images/login_logo.png\" alt=\"logo\"/><form action=\"\" method=\"post\" id=\"form_login\" name=\"form_login\"><p style=\"font-size:13px;color:blue;\">Admin: <input type=\"text\" id=\"username\" name=\"a";
  27.     echo "dmin\" style=\"width:170px;margin-left:20px;height:20px;\"/></p><p style=\"font-size:13px;color:blue;\">Şifre: <input type=\"password\" id=\"password\" name=\"pass\" style=\"width:170px;margin-left:30px;height:20px;\"/></p><p style=\"margin-top:20px\"><center><input type=\"submit\" id=\"submit\" name=\"yolla\" value=\"Giriş\" class=\"seaBtn add\" style=\"width:80px\"/></c";
  28.     echo "enter></p></form></div></div><div id=\"login_footer_window\"><img src=\"images/footer_login_window.png\" alt=\"footer window\"/></div><div id=\"login_reflect\"><img src=\"images/reflect.png\" alt=\"window reflect\"/></div></div><div id=\"footer\"><center><b>Bot Hakları : Ahmet YILDIRIM ve SineHD ailesine aittir. Mutlu kullanımlar dileriz.</b></center></div></body>";
  29.     echo "</html>";
  30. }
  31. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement