v.1.2.5 – OXOO Nulled – Android Live TV & Movie Portal App with Powerful Admin Panel Free Download

Noweir

New member
Feb 7, 2019
10
0
1
i need help how to do it i can't i am stuck any couldn't find any tutorial can you help me do it
 

Steel

New member
Jun 22, 2020
25
2
3
Anyone knowing how to add a telegram tab in the app to join the telegram channel
 

ztudio

New member
Apr 29, 2020
6
0
1
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



Not work......Please enter a valid purchase code.
 

ztudio

New member
Apr 29, 2020
6
0
1
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



I already had the OXOO and the V 1.2.5 application activated working ...

The reason I searched here was because I was trying to activate OVOO 3.2.5 and it was not aborted.

In the end that code that you commented helped me and it seems that it was to change "unverified" to "verified" and put the code that is ...
But without
------- return true;

} -------


function valid_purchase_code ($ purchase_code = 'any code purchase') {
$ purchase_code = urlencode ($ purchase_code);
$ verified = "verified";
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
valid_purchase_code..it does not matter
Code:
 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';

//$data = file_get_contents('http://ovoo.spagreen.net/scrapper/v20/get_movie_json
i think!. works with real license key.
 

geliponda

New member
May 9, 2020
17
1
3
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
 

katalk

Well-known member
Trusted Uploader
Apr 26, 2020
380
414
63
New version - 1.2.6

@NullMaster
Please check if Nulled has been applied.
If not, please Nulled.
Thank you in advance. :)
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu