- Aug 9, 2020
- 6
- 0
- 1
Stay Happy Everyone and Happy Diwali I have Solved Most of the issues but if you found something please tag me. Remember Don't Forget to Support JAVI.
Stay Happy Everyone and Happy Diwali I have Solved Most of the issues but if you found something please tag me. Remember Don't Forget to Support JAVI.
Download Link of Patch File
Go to otp section, error 505 apears!
Can you explain Process you used to install and Run Addon that will help me to Patch Issue
public static function initializeCache() {
foreach(Addon::all() as $addon){
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
/*
if ($addon->purchase_code == null) {
self::finalizeCache($addon);
}
if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
try {
$gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code;
$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $gate);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
$rn = curl_exec($stream);
curl_close($stream);
if($rn == 'no') {
self::finalizeCache($addon);
}
else{
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
} catch (\Exception $e) {
}
}
*/
}
}
Thank You For Helping Let me Try this and Update Patch FilePHP:public static function initializeCache() { foreach(Addon::all() as $addon){ Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); /* if ($addon->purchase_code == null) { self::finalizeCache($addon); } if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){ try { $gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code; $stream = curl_init(); curl_setopt($stream, CURLOPT_URL, $gate); curl_setopt($stream, CURLOPT_HEADER, 0); curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); $rn = curl_exec($stream); curl_close($stream); if($rn == 'no') { self::finalizeCache($addon); } else{ Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } } catch (\Exception $e) { } } */ } }
Many Many Thanks . But can you install All addon ?? i need all addon in nulledStay Happy Everyone and Happy Diwali I have Solved Most of the issues but if you found something please tag me. Remember Don't Forget to Support JAVI.
Download Link of Patch File
We are waiting for your update brotherThank You For Helping Let me Try this and Update Patch File
You are awesome, the code runs fine and there are no 500 errors. Thanks a lot.Stay Happy Everyone and Happy Diwali I have Solved Most of the issues but if you found something please tag me. Remember Don't Forget to Support JAVI.
Download Link of Patch File
Sure I Will provide all addon in Update patchMany Many Thanks . But can you install All addon ?? i need all addon in nulled
I am Patching All Addon Issues uploading the Patch within 1 hour
My brother i appreciate all your effort. Thank you very much. Thanks again to all contributor HereSure I Will provide all addon in Update patch