Best Blackhat Forum

Full Version: [GET] Fake notifications creating effective herd effects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
please share....thanks in advance
Here is the latest version
Quote:https://www101.zippyshare.com/v/yoVphXkD/file.html
Word of caution : I did not purchase this got this from other website so i can not guarantee about safety (BTW virustotal shows it's clean) use it on your own risk.

How to Null
1) Find the folder \admin\partials
2) Edit main.php
3) Replace this (from line 36 to 60)
PHP Code:
<?php
        $tool
= (isset($_REQUEST["tool"])) ? sanitize_text_field($_REQUEST["tool"]) : '';
        if (
$tool == "add" and& $status !== false and& $status == 'valid'){
            include_once( 
'add.php' );
            return;    
        }
        elseif (
$tool == "" and& $status !== false and& $status == 'valid'){
            include_once( 
'list.php' );
            return;
        }
        elseif (
$tool == "license"){
            include_once( 
'license.php' );    
            return;
        }        
        elseif (
$tool == "support"){
            include_once( 
'support.php' );    
            return;
        }
        elseif (
$tool == "facebook"){
            include_once( 
'facebook.php' );            
        }
        else {        
            echo 
'<div class="metabox-holder"><div class="meta-box-sortables"><div class="postbox"><h3><a href="admin.php?page='.$pluginname.'&tool=license">Enter the license key to activate the plugin</a></h3></div></div></div>';
        }
    
?>

With this

PHP Code:
<?php
        $tool
= (isset($_REQUEST["tool"])) ? sanitize_text_field($_REQUEST["tool"]) : '';
        if (
$tool == "add"){
            include_once( 
'add.php' );
            return;    
        }
        elseif (
$tool == ""){
            include_once( 
'list.php' );
            return;
        }
        elseif (
$tool == "license"){
            include_once( 
'license.php' );    
            return;
        }        
        elseif (
$tool == "support"){
            include_once( 
'support.php' );    
            return;
        }
        elseif (
$tool == "facebook"){
            include_once( 
'facebook.php' );            
        }
        else {        
            echo 
'<div class="metabox-holder"><div class="meta-box-sortables"><div class="postbox"><h3><a href="admin.php?page='.$pluginname.'&tool=license">Enter the license key to activate the plugin</a></h3></div></div></div>';
        }
    
?>
4) rep+ and enjoy the full version.
(05-06-2018 01:04 AM)nishantk Wrote: [ -> ]Here is the latest version
Quote:https://www101.zippyshare.com/v/yoVphXkD/file.html
Word of caution : I did not purchase this got this from other website so i can not guarantee about safety (BTW virustotal shows it's clean) use it on your own risk.

How to Null
1) Find the folder \admin\partials
2) Edit main.php
3) Replace this (from line 36 to 60)
PHP Code:
<?php
        $tool
= (isset($_REQUEST["tool"])) ? sanitize_text_field($_REQUEST["tool"]) : '';
        if (
$tool == "add" and& $status !== false and& $status == 'valid'){
            include_once( 
'add.php' );
            return;    
        }
        elseif (
$tool == "" and& $status !== false and& $status == 'valid'){
            include_once( 
'list.php' );
            return;
        }
        elseif (
$tool == "license"){
            include_once( 
'license.php' );    
            return;
        }        
        elseif (
$tool == "support"){
            include_once( 
'support.php' );    
            return;
        }
        elseif (
$tool == "facebook"){
            include_once( 
'facebook.php' );            
        }
        else {        
            echo 
'<div class="metabox-holder"><div class="meta-box-sortables"><div class="postbox"><h3><a href="admin.php?page='.$pluginname.'&tool=license">Enter the license key to activate the plugin</a></h3></div></div></div>';
        }
    
?>

With this

PHP Code:
<?php
        $tool
= (isset($_REQUEST["tool"])) ? sanitize_text_field($_REQUEST["tool"]) : '';
        if (
$tool == "add"){
            include_once( 
'add.php' );
            return;    
        }
        elseif (
$tool == ""){
            include_once( 
'list.php' );
            return;
        }
        elseif (
$tool == "license"){
            include_once( 
'license.php' );    
            return;
        }        
        elseif (
$tool == "support"){
            include_once( 
'support.php' );    
            return;
        }
        elseif (
$tool == "facebook"){
            include_once( 
'facebook.php' );            
        }
        else {        
            echo 
'<div class="metabox-holder"><div class="meta-box-sortables"><div class="postbox"><h3><a href="admin.php?page='.$pluginname.'&tool=license">Enter the license key to activate the plugin</a></h3></div></div></div>';
        }
    
?>
4) rep+ and enjoy the full version.
Not working. When I enter license it shows error.
Not working??? You don't need to enter licence after making those modifications.
Hi ! I didn 't find the same code in the new version. Someone does ? Thank you !
Great Share thanks this will be very handy Thanks
Worthy of full reps..
Can anyone please reup.

Thanks!
Pages: 1 2 3 4
Reference URL's