Dooo - Movie & Web Series Portal App For Android

Dooo - Movie & Web Series Portal App For Android v2.9.6a

No permission to download

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
  • Like
  • Love
Reactions: itsM and cyclope

cyclope

New member
Dec 3, 2020
6
0
1
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
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv

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
 

seanryze

New member
Oct 13, 2020
11
2
3
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)
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
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
 

hakimmastour

Active member
Apr 27, 2019
215
193
43
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
 

stark33

New member
May 24, 2022
16
1
3
Hey guys my older app stucks at loading page after install new 2.0 admin panel anybody have the solution?
 

itsM

Well-known member
Babiato Lover
GiveAway Master
Dec 31, 2020
253
926
93
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...
 

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