• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Jannah - Best Newspaper Magazine News BuddyPress AMP

Jannah - Best Newspaper Magazine News BuddyPress AMP v7.1.1

No permission to download
It is important to note that the theme author activates the same black screen at a specific time for all sites that have a null theme , even if the deprecated.php file has been edited.
 
This version did not work for me and the same black screen appeared
I uploaded it to real hosting. there is no problem. Can you tell me the name of the image file that appears on the black screen?
jannah.png
 
I uploaded it to real hosting. there is no problem. Can you tell me the name of the image file that appears on the black screen?
jannah.png
I've actually tried many times the code you and my other edited. There is no problem. The problem is completely friend-related.
 
  • Love
Reactions: NullMaster
It is important to note that the theme author activates the same black screen at a specific time for all sites that have a null theme , even if the deprecated.php file has been edited.
reinstall old plugins.
 
I uploaded it to real hosting. there is no problem. Can you tell me the name of the image file that appears on the black screen?
jannah.png
561-jpg.82025
 
I downgrade And its working now but in the future i don't know what will happens hhhh
the version is 5.4.3
 
Easy and fast fix is:

Download Notepad+++ or something similar which is able to search text inside to code...

Take your name of jpg file (that is coming as warning page)

And search all files codes with this file name.

You'll find that name in one php file as I remember it was in functions.php...

If you delete code about that jpg file will fix the problem.
 
  • Love
Reactions: Babak
Easy and fast fix is:

Download Notepad+++ or something similar which is able to search text inside to code...

Take your name of jpg file (that is coming as warning page)

And search all files codes with this file name.

You'll find that name in one php file as I remember it was in functions.php...

If you delete code about that jpg file will fix the problem.
The error is not in the image but in the text
 
== Changelog ==

= 5.4.5 - 2021-06-10 =

Improvements and minor bug fixes..

# Files Updated
PHP:
- functions.php

- sidebar-slide.php

- style.css

- assets/css/plugins/woocommerce.css

- assets/css/plugins/woocommerce.min.css

- framework/admin/classes/class-tielabs-settings-category.php

- framework/admin/classes/class-tielabs-settings-post.php

- framework/admin/classes/class-tielabs-settings.php

- framework/admin/classes/class-tielabs-system-status.php

- framework/admin/theme-options/integrations.php

- framework/classes/class-tielabs-ajax.php

- framework/classes/class-tielabs-mega-menu.php

- framework/classes/class-tielabs-weather.php

- framework/functions/general-functions.php

- framework/functions/post-functions.php

- framework/plugins/class-tielabs-amp.php

- framework/plugins/class-tielabs-woocommerce.php

- framework/plugins/amp-templates/style.php

- framework/widgets/instagram.php

- framework/widgets/tiktok.php

- templates/_featured.dev.php

- templates/featured.php

- templates/popup.php

- templates/header/components.php

- templates/loops/loop-authors-widget.php

- templates/loops/loop-mega-menu-default.php

- templates/single-post/fly-box.php

- templates/single-post/read-next.php
 
pls wait. and pls tell me. nag line.....
Code:
add_action( 'init', 'jannah_images_lazyload' );
function jannah_images_lazyload(){
    if( strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
        if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1620637200 < strtotime(date('Y-m-d') ) ) ){
            echo'<a href="'.tie_get_purchase_link().'"><img src="https://tielabs.'.'net/'.'plugins'.'.png"></a>
            <style>body{text-align:center;background-color:000;}</style>';exit;
        }
    }
}

img src="https://tielabs.'.'net/'.'plugins'.'.png"

plugins.png
 
Code:
add_action( 'init', 'jannah_images_lazyload' );
function jannah_images_lazyload(){
    if( strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
        if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1620637200 < strtotime(date('Y-m-d') ) ) ){
            echo'<a href="'.tie_get_purchase_link().'"><img src="https://tielabs.'.'net/'.'plugins'.'.png"></a>
            <style>body{text-align:center;background-color:000;}</style>';exit;
        }
    }
}

▲ ▲ ▲ There's a code in two plugins that comes with theme, wich activates the black image

For "arqam-lite" plugin, edit arqam-lite-admin.php (line 155)
Code:
function load_arqam_lite(){
/*  if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
        if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){
            echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a>
            <style>body{text-align:center;background-color:000;}</style>';exit;
        }
    } */
}

For "jannah-extensions" plugin, edit shortcodes/shortcodes.php (line 936)
Code:
add_action( 'init', 'jannah_extensions_sc_custom_args' );
function jannah_extensions_sc_custom_args(){
/*      if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
                if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){
                        echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a>
                        <style>body{text-align:center;background-color:000;}</style>';exit;
                }
        } */
}
 
Last edited:
▲ ▲ ▲ There's a code in two plugins that comes with theme, wich activates the black image

For "arqam-lite" plugin, edit arqam-lite-admin.php
Code:
function load_arqam_lite(){
/*  if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
        if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){
            echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a>
            <style>body{text-align:center;background-color:000;}</style>';exit;
        }
    } */
}

For "jannah-extensions" plugin, edit shortcodes/shortcodes.php
Code:
add_action( 'init', 'jannah_extensions_sc_custom_args' );
function jannah_extensions_sc_custom_args(){
/*      if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
                if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){
                        echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a>
                        <style>body{text-align:center;background-color:000;}</style>';exit;
                }
        } */
}
Thank you for your complete and accurate answer
You may upload edited files here
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock