Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
Resource icon

Resource All Picture Managers With Dns / Notifications / Store (Beta wip) XCIPTV 3.1.2

Register & Get access to index
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
hmm so all i need to do is sniff the app that leads me straight to the manager then i can do what ever i like slight security issue here good effort though
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
For anyone wanting to use a picture as the background instead of a plain color remove the line saying bg colour and instead copy this:

<body background="managerbg.jpg">

then upload an image named managerbg to the same folder the index is in....
 
added Login Screen requiring user/pass that can be added if the end user feels its required.

Literally just done this myself and was about to share haha! Good work buddy! :)

There are various ways of doing this and although this isn't the most secure its pretty easy as it doesn't involve using additional files etc. It just modifies the original script to have a login screen! You can either copy the whole text and insert your chosen script manager inside where is says copy.
Or just copy the text above that line above your existing script text and everything below it at the end of the file!

COPY ALL THIS TEXT BELOW INTO A PHP FILE, EDIT THE USERNAME AND PASSWORD THEN COPY YOUR SCRIPT INTO THE FILE


<?php
$username = "TYPE_YOUR_USERNAME_HERE";
$password = "TYPE_YOUR_PASSWORD_HERE";
$nonsense = "supercalifragilisticexpialidocious";

if (isset($_COOKIE['PrivatePageLogin'])) {
if ($_COOKIE['PrivatePageLogin'] == md5($password.$nonsense)) {
?>

COPY THE WHOLE TEXT FROM THE PHP FILE HERE!


<?php
exit;
} else {
echo "Bad Cookie. Clear internet cache and try again";
exit;
}
}

if (isset($_GET['p']) && $_GET['p'] == "login") {
if ($_POST['user'] != $username) {
echo "Sorry, that username does not match.";
exit;
} else if ($_POST['keypass'] != $password) {
echo "Sorry, that password does not match.";
exit;
} else if ($_POST['user'] == $username && $_POST['keypass'] == $password) {
setcookie('PrivatePageLogin', md5($_POST['keypass'].$nonsense));
header("Location: $_SERVER[PHP_SELF]");
} else {
echo "Sorry, you could not be logged in at this time.";
}
}
?>
<body bgcolor="#454547">
<div align="center"><form action="<?php echo $_SERVER['PHP_SELF']; ?>?p=login" method="post">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><label> Username <input type="text" name="user" id="user" /></label><br />
<br>
<label> Password <input type="password" name="keypass" id="keypass" /></label><br />
<br>
<input type="submit" id="submit" value="Login to app manager" />
</form>
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
i coulnt get yours to work mate wont let me login after i change the user/pass , can you take a look as id be happy to put this in the managers to save having sepearte php`s
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Drop the index.php file into the same directory as the other php and picture files (rename to manager.php if using the login screen).
Works best with everything is one directory so you may have edit the app php file to point to a single directory.

Added Login screen requiring a user/pass to be able to access manager screen - add the 2 files (index.html & login.php) that are in the Login Screen link below to the same location as all the other files
default is admin/admin but can be changed in login.php
$credentials = [
'username' => 'admin',
'password' => 'admin'

rename the manager index.php to manager.php to stop people being able to get straight to the manager without loging in.


Feel free to comment with anything i may have missed or got wrong or any thing you feel can be improved.

Updated Cinema Lite & SupaSTBMulti 23/01/20 20:30 - fix for submit buttons.
Added LegazyMultiDns 27/01/20 11:10
Added Login Screen 28/01/20 13:26
Added Xciptv v3.1.2 29/01/20 13:37

No quote

Credits to all those who assited me in making these , you know who you are.
///
Magnificent work, congratulations to @pcpaul and everyone who worked on this solution. That said, I would like to know, when you mention sending the index.php file to the server ... I didn't find this file, I only have the index.html and login.php, when you talk about sending the index file. php, do you refer to the script for each application? I'm already apologizing if it's a stupid question, I'm still learning. Thanks.
 
Magnificent work, congratulations to @pcpaul and everyone who worked on this solution. That said, I would like to know, when you mention sending the index.php file to the server ... I didn't find this file, I only have the index.html and login.php, when you talk about sending the index file. php, do you refer to the script for each application? I'm already apologizing if it's a stupid question, I'm still learning. Thanks.
yes index being refered to is the file for each manager so Legazymanagerindex.php for example.
 
i coulnt get yours to work mate wont let me login after i change the user/pass , can you take a look as id be happy to put this in the managers to save having sepearte php`s

Strange, yeah i will double check it now mate....
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top