Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download
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 @changglobize
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Drewey73

Extended Member
Ext. Member
Joined
Aug 15, 2019
Messages
256
Reaction score
2,095
Points
104
Location
Bolloks
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

jafo666

Extended Member
Ext. Member
Joined
Oct 28, 2019
Messages
196
Reaction score
1,784
Points
104
Location
Uk
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....
 

jafo666

Extended Member
Ext. Member
Joined
Oct 28, 2019
Messages
196
Reaction score
1,784
Points
104
Location
Uk
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

pcpaul

Extended Member
Ext. Member
Joined
Oct 26, 2019
Messages
347
Reaction score
1,790
Points
104
Location
Earth
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
5

5h4rk

Guest
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.
 

pcpaul

Extended Member
Ext. Member
Joined
Oct 26, 2019
Messages
347
Reaction score
1,790
Points
104
Location
Earth
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.
 

jafo666

Extended Member
Ext. Member
Joined
Oct 28, 2019
Messages
196
Reaction score
1,784
Points
104
Location
Uk
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock