Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <?php
  2. /*
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. include 'header.php';
  15.  
  16. if ($_GET['error'] == 'password') {
  17. $error = ' ' . UserName_Invalid . '/' . Invalid_Password . ' ';
  18. }
  19.  
  20. echo "\r\n<div id=\"wrap\">\r\n ";
  21. include 'header2.php';
  22. echo " <div class=\"container\">\r\n <div class=\"col-md-6 col-sm-12\">\r\n \r\n <div class=\"row\"> \r\n <div class=\"panel panel-default\" style=\"background: rgba(255, 255, 255, 0.3);\">\r\n \r\n <div class=\"panel-body\">\r\n <img src=\"../user/images/";
  23. echo $image;
  24. echo "\" class=\"img-responsive center-block\" > <br>\r\n\r\n <form id=\"loginForm\" class=\"form-horizontal\" role=\"form\" action=\"rtnmyprofile.php\" method=\"post\" >\r\n <!-- \$(if error) -->\r\n ";
  25.  
  26. if ($error != '') {
  27. echo " \r\n \t\t\t\t<h4><span class=\"label center-block\">";
  28. echo $error;
  29. ....................................................................
  30. ....................................
  31. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement