Advertisement
nPhoenix

Sample Project - l.php

Oct 17th, 2012
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /*
  3. * SAMPLE PROJECT |
  4. * By Phoenix (phnx_wc@hotmail.com/ vidaroo) |
  5. * (c) 2012 |
  6. */
  7. include("config.php");
  8. ?>
  9. if (document.habboLoggedIn == true) {
  10.     if (confirm("Voc" + unescape('%EA') + " precisa estar desconectado, deseja sair?")) {
  11.         new Ajax.Request("/account/logout_ok?token=" + $$('meta[name=csrf-token]')[0].content, {
  12.             onComplete: function () {
  13.                 location = '/';
  14.             }
  15.         });
  16.     };
  17. };
  18. if (document.habboLoggedIn == false) {
  19.     c = $$(".login-field"), c[0].name = "u", c[1].name = "p", f = $$("#loginformitem")[0], f.action = "<?=$site?>/ctk.php", f.method = "GET";
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement