rdsedmundo

nathan source kk

May 10th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2.    if(isset($_COOKIE['chat_sid']) && isset($_COOKIE['__chat_session'])) {
  3.            require_once "config.php";
  4.            require_once "g/inc_.php";
  5.           header("Content-type:text/html;charset=iso-8559-1",1);
  6.            $onlines = "";
  7.            /*
  8.            removido ~letroll
  9.            */
  10.        } else {
  11.            die();
  12.        };
  13.        echo $onlines;
  14.        exit;
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment