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.4
- * @ Author : DeZender
- * @ Release on : 21.10.2015
- * @ Official site : http://DeZender.Net
- *
- */
- if ($_SERVER["HTTP_HOST"] != "panel.webhop.me")
- {
- header("location: unregistered.php");
- exit();
- }
- echo "</div>
- </td>
- </tr>
- </table>
- <div id=\"footer\" style=\"text-align:center;bottom:-10px;position:fixed\">
- <script type=\"text/javascript\">
- function logout() {
- var answer = confirm(\"Are you sure you want to logout?\")
- if (answer){
- window.location = \"logout.php\";
- }
- ....................................................
- ............................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement