Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.1.0.1
- * @ Author : DeZender
- * @ Release on : 29.08.2020
- * @ Official site : http://DeZender.Net
- *
- */
- if (!defined('ABSPATH')) {
- exit();
- }
- $hjdevices = get_option('hjdevices', 'disable');
- $hjads = get_option('hjads', 'disable');
- $afterpages = get_option('afterpages', '0');
- $hjupload = get_option('hjupload', 'disable');
- $color = trim(get_option('color', ''));
- $size = trim(get_option('size', ''));
- $classes = trim(get_option('iconclass', ''));
- $iconsize = trim(get_option('iconsize', ''));
- $align = trim(get_option('align', ''));
- $adcode = stripslashes_deep(get_option('adcode', 'Advertisements'));
- $htmlcode1 = stripslashes_deep(get_option('htmlcode1', 'Advertisements'));
- $htmlcode2 = stripslashes_deep(get_option('htmlcode2', 'Advertisements'));
- $dvice = trim(get_option('dvice', ''));
- $Double = trim(get_option('Double', ''));
- $nexturl = trim(get_option('nexturl', ''));
- $prevurl = get_option('prevurl', '');
- $rand = get_option('rand', '');
- $show_next_post = trim(get_option('shownextbutton', ''));
- $postid = get_the_ID();
- $next_post = get_adjacent_post(false, '', false);
- $sharebutn = get_option('sharebutn', 'disable');
- $delayads = get_option('delayads', '');
- $hideads = get_option('hideads', 'disable');
- $adupcontent = stripslashes_deep(get_option('adupcontent', 'Advertisements'));
- $cookietime = get_option('cookietime', '1');
- $hjsocial = get_option('hjsocial', 'disable');
- $sharingbutn = get_option('sharingbutn ', 'sharethis');
- $ksessionalive = get_option('ksessionalive');
- $current_link = get_the_permalink($post->ID);
- if (isset($next_post->ID)) {
- $next_post_link_url = get_permalink($next_post->ID);
- }
- else {
- $next_post_link_url = 'last';
- }
- $HJSP->kickProxy();
- if ($Double == 'single') {
- $hiddenarrow = 'hiddenarrow';
- }
- else {
- $hiddenarrow = '';
- }
- $ex = explode(',', $classes);
- $left_class = $ex[0];
- $right_class = $ex[1];
- if (get_option('HJS_PAGE_SPRATE') == 'auto') {
- $autoClass = 'auto';
- ...................................................................
- .............................................
- ....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement