eumesmo12345
New member
- Jul 19, 2020
- 10
- 0
- 1
It's not working in free host
I'm trying to put it on the host:
Home - AwardSpace.com

and : 000webhost
but not worked
It's not working in free host
LOL dont use free hosting it useless. some php has been lock due to securityI'm trying to put it on the host:
Home - AwardSpace.com
www.awardspace.com
and : 000webhost
but not worked
you can make pur_code by your self
add it in install - do_install
function valid_purchase_code($purchase_code =' put any code '){
return true;
}
dont chang this code
//validate purchase code
$verification = valid_purchase_code($purchase_code);
if (!$verification || $verification != "verified") {
echo json_encode(array("success" => false, "message" => "Please enter a valid purchase code."));
exit();
}
like the previous version
you can make pur_code by your self
add it in install - do_install
function valid_purchase_code($purchase_code =' put any code '){
return true;
}
dont chang this code
//validate purchase code
$verification = valid_purchase_code($purchase_code);
if (!$verification || $verification != "verified") {
echo json_encode(array("success" => false, "message" => "Please enter a valid purchase code."));
exit();
}
like the previous version
function get_movie_info($tmdb_id='')
{
$purchase_code = trim($this->db->get_where('config' , array('title'=>'purchase_code'))->row()->value);
if($purchase_code =='' || $purchase_code==NULL):
$purchase_code = '123456987123';
endif;
if($tmdb_id =='' || $tmdb_id==NULL):
$tmdb_id = '00000000';
endif;
$data = file_get_contents('http://ovoo.spagreen.net/scrapper/v20/get_movie_json/'.$purchase_code.'/'.$tmdb_id);
$data = json_decode($data, true);
if(isset($data['error_message'])){
$response['status'] = 'fail';
Kindly...share..the latest version...I have the oxoo license code but I don't have the latest version of oxoo, someone has the latest version of oxoo, I publish the license when they publish the latest version of oxoo
V1.2.6?I was able to remove the license and the application works normal.