Advertisement
Guest User

Untitled

a guest
May 15th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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.4
  8. * @ Author : DeZender
  9. * @ Release on : 21.10.2015
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if ($_SERVER["HTTP_HOST"] != "panel.webhop.me")
  15. {
  16. header("location: unregistered.php");
  17. exit();
  18. }
  19. echo "</div>
  20. </td>
  21. </tr>
  22. </table>
  23. <div id=\"footer\" style=\"text-align:center;bottom:-10px;position:fixed\">
  24. <script type=\"text/javascript\">
  25. function logout() {
  26. var answer = confirm(\"Are you sure you want to logout?\")
  27. if (answer){
  28. window.location = \"logout.php\";
  29. }
  30. ....................................................
  31. ............................
  32. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement