Advertisement
Guest User

Untitled

a guest
Apr 30th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. session_start( );
  15. error_reporting( E_ALL & ~E_NOTICE );
  16.  
  17. if ($bonus != '') {
  18. setcookie( 'bonus', time( ) + 60 * 60 * 2 );
  19. }
  20.  
  21. $urlref = $_COOKIE['ref'];
  22.  
  23. if ($urlref == '') {
  24. $sait = $_SERVER['HTTP_REFERER'];
  25. setcookie( 'ref', time( ) + 60 * 60 * 24 * 360 );
  26. }
  27.  
  28.  
  29. if (isset( $_SESSION['l'] )) {
  30. header( 'Location: /lobby/index.php' );
  31. exit( );
  32. }
  33.  
  34. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  35. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  36.  
  37. <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  38. <head>
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
  41. <meta http-equiv="X-UA-Compatible" content="requiresActiveX=true, chrome=1" />
  42. <meta property="og:image" content=
  43. "/im';
  44. .........................................................
  45. ................................
  46. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement