Best Blackhat Forum

Full Version: Ultimate Product Catalogue (Cracked/ Nulled?)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Found an easy one.

Just changed the full upgrade code. Put anything in as a product key and it changes to full upgrade.


https://mega.co.nz/#!84pGnI5A!BPteZHvNAS...JUrUBzZiis
(Downloaded from wordpress and placed on Mega)

(Always scan files before opening them.. I mean, I'm awesome, but always scan anyway..) ;)


PHP Code:
$message = array("Message_Type" => "Update""Message" => $Response['Message']);                update_option("UPCP_Full_Version""Yes");                $Full_Version get_option("UPCP_Full_Version"); 
It has a lot of bugs that cause me to uninstall and install...buggy, sadly...
the solution is this :
FIRST DOWLOAD THE NEW VERSION THIRE IS MORE OPTION AND IT WORKS THEN

change the file Full_Upgrade.php in function folder of plugin
<?php
function Upgrade_To_Full() {
global $message, $Full_Version;

$Key = $_POST['Key'];
$opts = array('http'=>array('method'=>"GET"));
$context = stream_context_create($opts);
$Response = unserialize(file_get_contents("http://www.yourdomain.com/check.php" . $Key . "&Site=" . get_bloginfo('wpurl'), false, $context));
//$Response = file_get_contents("http://yourdomain.com/check.php" . $Key);

if ($Response['Message_Type'] == "Error") {
$message = array("Message_Type" => "Update", "Message" => $Response['Message']);
update_option("UPCP_Full_Version", "Yes");
$Full_Version = get_option("UPCP_Full_Version");
}
else {
$message = array("Message_Type" => "Update", "Message" => $Response['Message']);
update_option("UPCP_Full_Version", "Yes");
$Full_Version = get_option("UPCP_Full_Version");
}

}

?>

2/then creat a php file (yourdomain.com/check.php)

and put this :

a:2:{s:12:"Message_Type";s:5:"update";s:7:"Message";s:13:"Key found";}
that all after inter any key and give me a REPCool
it's work!
Thanks
THANKS !!!its working ...reps givenThanks
Reference URL's