• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Dooo - Movie & Web Series Portal App For Android

Dooo - Movie & Web Series Portal App For Android 2.8.0

No permission to download
  • Like
  • Love
Reactions: itsM and cyclope
From where?

A PHP Error was encountered​

Severity: Notice
Message: Trying to get property 'admin_panel_language' of non-object
Filename: controllers/Admin.php
Line Number: 61
Backtrace:
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 61
Function: _error_handler
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 15
Function: language
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 11
Function: onLoad
File: /home/cyclopex/public_html/doo/index.php
Line: 315
Function: require_once

A PHP Error was encountered​

Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/cyclopex/public_html/doo/system/core/Exceptions.php:272)
Filename: Session/Session_driver.php
Line Number: 163
Backtrace:
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 46
Function: sess_destroy
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 39
Function: logout
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 11
Function: onLoad
File: /home/cyclopex/public_html/doo/index.php
Line: 315
Function: require_once

A PHP Error was encountered​

Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/cyclopex/public_html/doo/system/core/Exceptions.php:272)
Filename: helpers/url_helper.php
Line Number: 565
Backtrace:
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 47
Function: redirect
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 39
Function: logout
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 11
Function: onLoad
File: /home/cyclopex/public_html/doo/index.php
Line: 315
Function: require_once
 

A PHP Error was encountered​

Severity: Notice
Message: Trying to get property 'admin_panel_language' of non-object
Filename: controllers/Admin.php
Line Number: 61
Backtrace:
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 61
Function: _error_handler
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 15
Function: language
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 11
Function: onLoad
File: /home/cyclopex/public_html/doo/index.php
Line: 315
Function: require_once

A PHP Error was encountered​

Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/cyclopex/public_html/doo/system/core/Exceptions.php:272)
Filename: Session/Session_driver.php
Line Number: 163
Backtrace:
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 46
Function: sess_destroy
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 39
Function: logout
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 11
Function: onLoad
File: /home/cyclopex/public_html/doo/index.php
Line: 315
Function: require_once

A PHP Error was encountered​

Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/cyclopex/public_html/doo/system/core/Exceptions.php:272)
Filename: helpers/url_helper.php
Line Number: 565
Backtrace:
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 47
Function: redirect
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 39
Function: logout
File: /home/cyclopex/public_html/doo/application/controllers/Admin.php
Line: 11
Function: onLoad
File: /home/cyclopex/public_html/doo/index.php
Line: 315
Function: require_once
You did not follow the instructions then

I said immediately after installing normally, Import the DBDump
 
DOOO 2.0.5 NULLED (Test)

Please test and let me know how it works
I download and i look some code, in android api, maybe you can check this bro..


public function dmVyaWZ5_get() {
$license_code = $this->AppConfig()['license_code'];
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://cloud.team-dooo.com/Dooo/verify/?code=$license_code",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => array(
"cache-control: no-cache"
),
));

$response = curl_exec($curl);
$httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
echo "false";
} else {
echo $response;
}
}


I not installed or test it, but hopefully it will be input (sorry my english bad)
 
  • Like
Reactions: deliruzgar5454
I download and i look some code, in android api, maybe you can check this bro..


public function dmVyaWZ5_get() {
$license_code = $this->AppConfig()['license_code'];
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://cloud.team-dooo.com/Dooo/verify/?code=$license_code",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => array(
"cache-control: no-cache"
),
));

$response = curl_exec($curl);
$httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
echo "false";
} else {
echo $response;
}
}


I not installed or test it, but hopefully it will be input (sorry my english bad)
My time to test Android is currently limited but I will check the code out
 
I download and i look some code, in android api, maybe you can check this bro..


public function dmVyaWZ5_get() {
$license_code = $this->AppConfig()['license_code'];
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://cloud.team-dooo.com/Dooo/verify/?code=$license_code",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => array(
"cache-control: no-cache"
),
));

$response = curl_exec($curl);
$httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
echo "false";
} else {
echo $response;
}
}


I not installed or test it, but hopefully it will be input (sorry my english bad)
He store licence in his cloud, i think its hard to null it
 
Hey guys my older app stucks at loading page after install new 2.0 admin panel anybody have the solution?
 
itsM updated Dooo - Movie & Web Series Portal App For Android with a new update entry:

Dooo - Movie & Web Series Portal App V1.5.0a Untouched 2.1.0

CHANGELOG :

VERSION 2.1.0 (Current Version)
- [FIXED] Episode Download Option
- [ADDED] AD Networks
-- AppLovin
-- IronSource
- [ADDED] New Episode Item Desgin Which Can Be Controlled From Admin Panel. (Vertical View)
- [IMPROVED] Auto Fetch Seasons
- [IMPROVED] Auto Fetch Episodes
- [ADDED] Payment Gateway
-- PayPal
- [ADDED] Google Play in-app update (Support flexible and immediate both and can be...

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock