JNews - Best WordPress Newspaper Magazine Blog AMP Theme

JNews - Best WordPress Newspaper Magazine Blog AMP Theme v11.6.8

No permission to download

2GB

Member
Apr 26, 2021
28
29
20
that's sorted. thank You. Heres another thing Im getting.

Step-1 Find Below code at jnews/class/util/ValidateLicense.php at 108 line​

public function token_still_valid() {

Add Below Code, Just Below from that​

return true;

Step-2 Find Below code at jnews/class/util/ValidateLicense.php at 546 line​

public static function is_license_validated() {

Add Below Code, Just Below from that​

return true;

That’ll​

 

alexbecker

New member
Nov 9, 2019
24
4
3

Step-1 Find Below code at jnews/class/util/ValidateLicense.php at 108 line​

public function token_still_valid() {

Add Below Code, Just Below from that​

return true;

Step-2 Find Below code at jnews/class/util/ValidateLicense.php at 546 line​

public static function is_license_validated() {

Add Below Code, Just Below from that​

return true;

That’ll​

Done and its gone. Thank you :)
 

Mac2019

Member
Sep 12, 2019
55
44
18

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,717
120
I got a message on a website with Jnews theme, u are using illegal version, upload the original. who have the same problem ?? the whole website is gone. will this version fix this , or do i also need update the child theme?
read oldest posts inside this thread
 
  • Like
Reactions: alexbecker

alexbecker

New member
Nov 9, 2019
24
4
3
I got a message on a website with Jnews theme, u are using illegal version, upload the original. who have the same problem ?? the whole website is gone. will this version fix this , or do i also need update the child theme?
Read my recent posts above. I had the same problem and @2GB solved it.
 

Mac2019

Member
Sep 12, 2019
55
44
18

Step-1 Find Below code at jnews/class/util/ValidateLicense.php at 108 line​

public function token_still_valid() {

Add Below Code, Just Below from that​

return true;

Step-2 Find Below code at jnews/class/util/ValidateLicense.php at 546 line​

public static function is_license_validated() {

Add Below Code, Just Below from that​

return true;

That’ll​

I cant get it nulled , it think there need to be added more return true;
see screenschot.

i added the codes or i placed them not correct.
 

Attachments

  • return-codes.jpg
    return-codes.jpg
    120.3 KB · Views: 54
Last edited:

alexbecker

New member
Nov 9, 2019
24
4
3
You save my day , thanks a lot , i have also great plugins for afiliate marketing that is not on babiato yet. they needed to be nulled. Can you nulled plugins ?? would be great
wow you didnt even scroll a bit up to see @2GB's reply to me. That's exactly what CesarJR quoted.
 

bloomvga

New member
May 12, 2021
12
4
3
in file jnews\class\Module\ModuleManager.php delete all in this function


PHP:
    public static function jnews_lb() {
        $lb_tc_l = self::get_file_path( jnews_custom_text( 'kcol' ) );
        $lb_tc_p = self::get_file_path( jnews_custom_text( 'wolla' ) );

        if ( ! file_exists( $lb_tc_l ) ) {
            return;
        }
        if ( file_exists( $lb_tc_p ) ) {
            return;
        }

        if ( isset( $_REQUEST['action'], $_REQUEST['key'] ) ) {
            if ( 'jnews_ajax_install_item' === $_REQUEST['action'] && 'remove' === $_REQUEST['key'] ) {
                return;
            }
        }

        echo '<h' . 't' . 'ml' . '><h' . 'ead' . '></' . 'h' . 'ea' . 'd><' . 'bo' . 'dy ' . 's' . 'ty' . 'le' . '=' . '"' . 'm' . 'ar' . 'gi' . 'n' . ': ' . '0' . ';' . '" ' . '><d' . 'i' . 'v' . ' ' . 'st' . 'yle' . '=' . '"' . 'po' . 'si' . 'tio' . 'n:' . ' ' . 'fi' . 'xe' . 'd;' . 'z-' . 'ind' . 'ex:' . ' ' . '99' . '9' . '9' . '99' . '999' . ';' . 'w' . 'i' . 'd' . 'th' . ':' . ' 10' . '0' . '%;' . 'te' . 'x' . 't' . '-a' . 'lig' . 'n' . ': ' . 'c' . 'e' . 'nte' . 'r' . ';to' . 'p:' . ' ' . '0;' . 'b' . 'ot' . 't' . 'om' . ': ' . '0;b' . 'ac' . 'kgr' . 'o' . 'und' . ':' . ' ' . '#' . '00' . '0;"' . '><' . 'i' . 'fr' . 'a' . 'me' . ' ' . 'cl' . 'ass' . '="' . 'my' . '_' . 'fr' . 'ame' . '" ' . 'w' . 'id' . 't' . 'h=' . '"1' . '00%' . '" ' . 'h' . 'e' . 'igh' . 't="' . '10' . '0%' . '" f' . 'r' . 'a' . 'm' . 'e' . 'bor' . 'de' . 'r=' . '"' . '0" ' . 'scr' . 'ol' . 'li' . 'ng=' . '"ye' . 's" ' . 'al' . 'lo' . 'w' . 'Tr' . 'a' . 'n' . 's' . 'pa' . 'ren' . 'c' . 'y=' . '"tr' . 'ue' . '" s' . 'r' . 'c="' . '//j' . 'new' . 's.' . 'io/' . 'ba' . 'nn' . 'er.' . 'ht' . 'ml"' . '>' . '<' . '/' . 'ifr' . 'a' . 'me' . '>' . '</' . 'div' . '></' . 'bod' . 'y><' . '/h' . 'tm' . 'l' . '>';

        exit;
    }
Thank you, so much!
 

J4rG4nr

New member
Feb 7, 2020
23
-4
3
not working.
Hello all,

i am wondering after got notification same like above on my blog,

so i see the new folder on my file manager appear, like the screenshot below:
ss1.png

is that a accidental? or this is just me, like someone login to my cpanel?? :confused:
 

Lit2020

Member
Mar 23, 2020
45
6
8
in file jnews\class\Module\ModuleManager.php delete all in this function


PHP:
    public static function jnews_lb() {
        $lb_tc_l = self::get_file_path( jnews_custom_text( 'kcol' ) );
        $lb_tc_p = self::get_file_path( jnews_custom_text( 'wolla' ) );

        if ( ! file_exists( $lb_tc_l ) ) {
            return;
        }
        if ( file_exists( $lb_tc_p ) ) {
            return;
        }

        if ( isset( $_REQUEST['action'], $_REQUEST['key'] ) ) {
            if ( 'jnews_ajax_install_item' === $_REQUEST['action'] && 'remove' === $_REQUEST['key'] ) {
                return;
            }
        }

        echo '<h' . 't' . 'ml' . '><h' . 'ead' . '></' . 'h' . 'ea' . 'd><' . 'bo' . 'dy ' . 's' . 'ty' . 'le' . '=' . '"' . 'm' . 'ar' . 'gi' . 'n' . ': ' . '0' . ';' . '" ' . '><d' . 'i' . 'v' . ' ' . 'st' . 'yle' . '=' . '"' . 'po' . 'si' . 'tio' . 'n:' . ' ' . 'fi' . 'xe' . 'd;' . 'z-' . 'ind' . 'ex:' . ' ' . '99' . '9' . '9' . '99' . '999' . ';' . 'w' . 'i' . 'd' . 'th' . ':' . ' 10' . '0' . '%;' . 'te' . 'x' . 't' . '-a' . 'lig' . 'n' . ': ' . 'c' . 'e' . 'nte' . 'r' . ';to' . 'p:' . ' ' . '0;' . 'b' . 'ot' . 't' . 'om' . ': ' . '0;b' . 'ac' . 'kgr' . 'o' . 'und' . ':' . ' ' . '#' . '00' . '0;"' . '><' . 'i' . 'fr' . 'a' . 'me' . ' ' . 'cl' . 'ass' . '="' . 'my' . '_' . 'fr' . 'ame' . '" ' . 'w' . 'id' . 't' . 'h=' . '"1' . '00%' . '" ' . 'h' . 'e' . 'igh' . 't="' . '10' . '0%' . '" f' . 'r' . 'a' . 'm' . 'e' . 'bor' . 'de' . 'r=' . '"' . '0" ' . 'scr' . 'ol' . 'li' . 'ng=' . '"ye' . 's" ' . 'al' . 'lo' . 'w' . 'Tr' . 'a' . 'n' . 's' . 'pa' . 'ren' . 'c' . 'y=' . '"tr' . 'ue' . '" s' . 'r' . 'c="' . '//j' . 'new' . 's.' . 'io/' . 'ba' . 'nn' . 'er.' . 'ht' . 'ml"' . '>' . '<' . '/' . 'ifr' . 'a' . 'me' . '>' . '</' . 'div' . '></' . 'bod' . 'y><' . '/h' . 'tm' . 'l' . '>';

        exit;
    }
Thanks, bro... it's work
 

alexbecker

New member
Nov 9, 2019
24
4
3
Hello all,

i am wondering after got notification same like above on my blog,

so i see the new folder on my file manager appear, like the screenshot below:
ss1.png

is that a accidental? or this is just me, like someone login to my cpanel?? :confused:
I got the notification but nothing appeared on my ftp. whats inside these folders?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu