Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

DOWNLOAD 9Xtream Player V2

Jacob1976

Active member
VIP Member
Joined
Jun 21, 2024
Messages
62
Offline
9Xtream Player V2 on https://your host sleep there 2 posts and edit with your host

Panel9XTREAMV



9XTREAMV2.apk

 

Attachments

  • Screenshot_2025.07.03_12.08.45.518.png
    Screenshot_2025.07.03_12.08.45.518.png
    245.4 KB · Views: 370
  • Screenshot_2025.07.03_12.10.32.770.png
    Screenshot_2025.07.03_12.10.32.770.png
    568.2 KB · Views: 371
  • Screenshot_2025.07.03_12.10.40.621.png
    Screenshot_2025.07.03_12.10.40.621.png
    681.1 KB · Views: 352
  • Screenshot_2025.07.03_12.10.45.804.png
    Screenshot_2025.07.03_12.10.45.804.png
    145.2 KB · Views: 311
  • Screenshot_2025.07.03_12.10.57.688.png
    Screenshot_2025.07.03_12.10.57.688.png
    542.7 KB · Views: 355
Last edited:
9Xtream Player V2 su https://sue host dormi lá 2 posts e modifica con il tuo host[MI PIACE=100]Panel9XTREAMV https://www.mediafire.com/file_premium/vqt6s5yyjon5jbz/Panel9XTREAMV.zip/file [/MI PIACE][MI PIACE=100]9XTREAMV2.apk https://www.mediafire.com/file_premium/6lcw1ylwmjpenxu/9XTREAMV2.apk/file [/MI PIACE]
 
@Jacob1976

Thanks for sharing.
Please note that in the future, this forum will only be written in English.
I've translated your post and fixed your links.
 
@Jacob1976

Thanks for sharing.
Please note that in the future, this forum will only be written in English.
I've translated your post and fixed your links.
thanks for fixing the link I tried to modify it without success is there a guide to see how to do it thanks again
 
thanks for fixing the link I tried to modify it without success is there a guide to see how to do it thanks again
@1coolappdad

He's already posted the instructions for you. You just need to read the instructions 😅

 
/api/main_movies.php
on line 23,24,27 is a problem
Issue is its trying to call session_destroy with out even starting a session replace code like this

<?php
// Start session BEFORE destroying it
session_start();

// Read the JSON file
$jsonData = file_get_contents('page.json');
if ($jsonData === false) {
die('Error reading page.json');
}

// Decode the JSON data
$data = json_decode($jsonData, true);
if ($data === null) {
die('Error decoding page.json');
}

if (isset($data['app']['selected_option'])) {
$selectedOption = $data['app']['selected_option'];

// Clear session and cookie
session_destroy();
setcookie('auth', '', time() - 3600, '/'); // proper cookie removal

// Redirect to the selected option
header("Location: $selectedOption");
exit;
} else {
die('Selected option not found in page.json');
}
?>
 
One thing that catches my eye in that though is the redirect part not sure what that is needed for 🤔
 
i am out of practice :) been through the files in the api folder and changed es to en but still showing in spanish ? i must have missed something even changed to my own api key
 
Uhhh lol I made a few versions of this, dont remember there being a page.json. But I did one where it looked to the json to see if was manual or tmdb ads, was sort of a afterthought I tacked on
 
i am out of practice :) been through the files in the api folder and changed es to en but still showing in spanish ? i must have missed something even changed to my own api key
Thats All i did in each php for each theme and it changed.
 

Attachments

  • Screenshot_20250703_185123_9-Xtream.jpg
    Screenshot_20250703_185123_9-Xtream.jpg
    851.8 KB · Views: 71
Uhhh lol I made a few versions of this, dont remember there being a page.json. But I did one where it looked to the json to see if was manual or tmdb ads, was sort of a afterthought I tacked on
A few things dont make sense init. I cant see some files in the code.. It also trys to use a boxbr.php so guessing somone pulled tried to pull the code from his panel but never finished it or gave up with it😅
 
I can't tell you, I found it and had the pleasure of having fun with all of you, I'm still a beginner and would be happy to learn more
 
i am out of practice :) been through the files in the api folder and changed es to en but still showing in spanish ? i must have missed something even changed to my own api key
If i remember well i think this has to be edited too {API_KEY}&language=es-MX&page=1&region=MX` to {API_KEY}&language=en-US&page=1&region=US`
 
Back
Top