Guest User

Untitled

a guest
Jan 16th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function pageURL()
  15. {
  16. $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI = 'http';
  17.  
  18. if ($_SERVER['HTTPS'] == 'on') {
  19. $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= 's';
  20. }
  21.  
  22. $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= '://';
  23.  
  24. if ($_SERVER['SERVER_PORT'] != '80') {
  25. $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT'] . $_SERVER['REQUEST_URI'];
  26. }
  27. else {
  28. $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  29. }
  30.  
  31. return $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI;
  32. }
  33.  
  34. ob_start( );
  35. error_reporting( 0 );
  36. set_time_limit( 0 );
  37. ini_set( 'memory_limit', '100M' );
  38. require_once 'includes/dbconfig.php';
  39. require_once 'includes/functions.php';
  40. $file = 'license.txt';
  41. $lines = explode( "\n", file_get_contents( $file ) );
  42. .......................................................
  43. .............................
  44. ......
Advertisement
Add Comment
Please, Sign In to add comment