Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
05-16-2014, 06:16 AM
(This post was last modified: 05-16-2014 10:27 AM by giminar.)
Post: #1
|
|||
|
|||
Ultimate Product Catalogue (Cracked/ Nulled?)
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"); |
|||
03-25-2015, 10:24 AM
(This post was last modified: 03-26-2015 04:02 AM by rikkiblakk.)
Post: #2
|
|||
|
|||
RE:
It has a lot of bugs that cause me to uninstall and install...buggy, sadly...
|
|||
04-30-2015, 09:59 AM
(This post was last modified: 04-30-2015 10:31 AM by smoothpocker.)
Post: #3
|
|||
|
|||
RE: Ultimate Product Catalogue (Cracked/ Nulled?)
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 REP |
|||
12-04-2015, 07:31 AM
Post: #4
|
|||
|
|||
RE: Ultimate Product Catalogue (Cracked/ Nulled?)
it's work!
|
|||
04-17-2017, 05:42 PM
Post: #5
|
|||
|
|||
RE: Ultimate Product Catalogue (Cracked/ Nulled?) | |||