Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. ob_start( 'ob_gzhandler' );
  15. header( 'Content-type: text/html; charset=utf-8' );
  16. include( '_boot_1.php' );
  17. include( '_boot_2.php' );
  18.  
  19. if (( empty( $ayar['bakim'] ) === FALSE && $ayar['bakim'] == 1 )) {
  20. exit( 'Site bakım modundadır. Lütfen bir süre bekleyin ve tekrar girmeyi deneyin.' );
  21. }
  22.  
  23. $iphone = strpos( $_SERVER['HTTP_USER_AGENT'], 'iPhone' );
  24. $android = strpos( $_SERVER['HTTP_USER_AGENT'], 'Android' );
  25. ..........................................................................
  26. ..................................
  27. ........................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement