Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- session_start("ishop");
- ob_start();
- require "inc/security.php";
- require "inc/func.cms.php";
- require "inc/config.inc.php";
- $domain = $_SERVER["SERVER_NAME"];
- $ch = curl_init();
- curl_setopt($ch, CURLOPT_URL, "http://darkdev.eu/licenta.php");
- curl_setopt($ch, CURLOPT_HEADER, false);
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch, CURLOPT_POSTFIELDS, array("id" => "3", "ip" => "" . $server . "", "domain" => "" . $domain . "", "user_key" => "3", "submit" => "Send"));
- $result = curl_exec($ch);
- echo '' . $result;
- curl_close($ch);
- if (empty($result))
- {
- echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r
- <html xmlns=\"http://www.w3.org/1999/xhtml\">\r
- \r
- <head>\r
- <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r
- <title>";
- echo $titlu;
- echo "</title>\r
- ";
- echo "<s";
- echo "cript type=\"text/javascript\" src=\"js/unitip.js\"></script>\r
- <link href=\"css/unitip.css\" rel=\"stylesheet\" type=\"text/css\" /> \r
- <link href=\"css/devilium.css\" rel=\"stylesheet\" type=\"text/css\" /> \r
- <link rel=\"icon\" type=\"image/png\" href=\"images/fav.png\">\r
- <link href='http://fonts.googleapis.com/css?family=Changa+One|Droid+Sans|Kavoon' rel='stylesheet' type='text/css'>\r
- ";
- echo "<s";
- echo "cript type=\"text/javascript\" src=\"jquery/jquery-1.9.1.min.js\"></script>\r
- ";
- echo "<s";
- echo "cript type=\"text/javascript\" src=\"javascript/jquery.min.js\"></script>\r
- ";
- echo "<s";
- echo "tyle type=\"text/css\">\r
- <!--\r
- body{\r
- background: url(images/";
- echo $selectedBg;
- echo ") no-repeat;\r
- margin-left: 0px;\r
- margin-top: 0px;\r
- margin-right: 77px;\r
- margin-bottom: 0px;\r
- background-repeat: no-repeat;\r
- background-position:center top;\r
- background-color: #000000;\r
- }\r
- -->\r
- </style>\r
- </head>\r
- <body>\r
- \r
- <table width=\"740\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r
- <tr>\r
- <td height=\"57\" colspan=\"2\" background=\"images/top.png\">\r
- \r
- ";
- if (!isset($_SESSION["is_user"]))
- {
- if (!isset($_SESSION["is_pass"]))
- {
- login();
- echo " <form action=\"\" method=\"POST\">\r
- <table width=\"55%\" border=\"0\" align=\"right\" cellpadding=\"1\" cellspacing=\"1\">\r
- <tr>\r
- <td width=\"35%\"><input name=\"user\" type=\"text\" class=\"login\" id=\"user\" maxlength=\"16\" /></td>\r
- <td width=\"34%\"><input name=\"pass\" type=\"password\" class=\"login\" id=\"pass\" maxlength=\"16\" /></td>\r
- <td width=\"31%\"><input name=\"logina\" type=\"submit\" class=\"sub";
- echo "mit\" id=\"logina\" value=\"LOGIN\" /></td>\r
- </tr>\r
- \r
- </table></form>\r
- ";
- }
- }
- else
- {
- $is_user = $_SESSION["is_user"];
- $acc = mysql_fetch_object(mysql_query("Select * from " . $account_db . ('' . ".account where login='" . $is_user . "'")));
- echo " <table width=\"35%\" border=\"0\" align=\"right\" cellpadding=\"0\" cellspacing=\"0\">\r
- <tr>\r
- <td>Bun venit, <b>";
- echo $is_user;
- echo "</b>.[<a href=\"index.php?page=logout\" onclick=\"load()\" class=\"link_cat\"> → Iesire </a>]</td>\r
- </tr>\r
- </table>\r
- \r
- ";
- .......................................................
- .............................
- ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement