05-16-2014, 06:16 AM
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..) ;)
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");