05-05-2018, 08:53 PM
05-06-2018, 01:04 AM
Here is the latest version
How to Null
1) Find the folder \admin\partials
2) Edit main.php
3) Replace this (from line 36 to 60)
With this
4) rep+ and enjoy the full version.
Quote:https://www101.zippyshare.com/v/yoVphXkD/file.htmlWord 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>';
}
?>
07-15-2018, 01:01 PM
(05-06-2018 01:04 AM)nishantk Wrote: [ -> ]Here is the latest versionNot working. When I enter license it shows error.
Quote:https://www101.zippyshare.com/v/yoVphXkD/file.htmlWord 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
4) rep+ and enjoy the full version.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>';
}
?>
07-15-2018, 05:04 PM
Not working??? You don't need to enter licence after making those modifications.
11-23-2018, 01:22 PM
Hi ! I didn 't find the same code in the new version. Someone does ? Thank you !
11-24-2018, 12:27 AM
Great Share thanks this will be very handy
Worthy of full reps..
Worthy of full reps..
12-08-2018, 04:34 PM
Can anyone please reup.
Thanks!
Thanks!