29.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-05-2018, 08:53 PM
Post: #31
RE: [GET] Fake notifications creating effective herd effects
please share....thanks in advance
05-06-2018, 01:04 AM
Post: #32
RE: [GET] Fake notifications creating effective herd effects
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.
07-15-2018, 01:01 PM
Post: #33
RE: [GET] Fake notifications creating effective herd effects
(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.
Learn How To Earn $1000 in 5 MINUTES Just By Copy-Paste!!!
Magic Button :
Copy and send this to your mom: "Hey mom, can I borrow you $1000?"
It worked great for me.
07-15-2018, 05:04 PM
Post: #34
RE: [GET] Fake notifications creating effective herd effects
Not working??? You don't need to enter licence after making those modifications.
11-23-2018, 01:22 PM
Post: #35
RE: [GET] Fake notifications creating effective herd effects
Hi ! I didn 't find the same code in the new version. Someone does ? Thank you !
70.gif
11-24-2018, 12:27 AM
Post: #36
RE: [GET] Fake notifications creating effective herd effects
Great Share thanks this will be very handy Thanks
Worthy of full reps..
12-08-2018, 04:34 PM
Post: #37
RE: [GET] Fake notifications creating effective herd effects
Can anyone please reup.

Thanks!




35.gif