Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 3.0.8.0
- * @ Author : DeZender
- * @ Release on : 25.09.2017
- * @ Official site : http://DeZender.Net
- *
- */
- function pageURL()
- {
- $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI = 'http';
- if ($_SERVER['HTTPS'] == 'on') {
- $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= 's';
- }
- $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= '://';
- if ($_SERVER['SERVER_PORT'] != '80') {
- $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT'] . $_SERVER['REQUEST_URI'];
- }
- else {
- $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI .= $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
- }
- return $_obfuscate_DRkhLD4rM1wwIg8ZJCE_BVwoLBw8ATI;
- }
- ob_start( );
- error_reporting( 0 );
- set_time_limit( 0 );
- ini_set( 'memory_limit', '100M' );
- require_once 'includes/dbconfig.php';
- require_once 'includes/functions.php';
- $file = 'license.txt';
- $lines = explode( "\n", file_get_contents( $file ) );
- .......................................................
- .............................
- ......
Advertisement
Add Comment
Please, Sign In to add comment