Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <meta http-equiv="X-Frame-Options" content="deny">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>IPTV Server</title>
- <link rel="stylesheet" type="text/css" href="../templates/css/layout.css" type="text/css" media="screen" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jquery.datetimepicker.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jquery-te-1.4.0.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jqueryFileTree.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/bootstrap.min.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jquery-ui.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jquery.jOrgChart.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/w2ui-1.4.2.min.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jquery.multiselect.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/chosen.css" />
- <link rel="stylesheet" type="text/css" href="../templates/css/jquery.fancybox-1.3.1.css" />
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
- <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" />
- <script type="text/javascript" src="../templates/js/jquery.min.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
- <script type="text/javascript" src="../templates/js/jquery-ui.min.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.blockUI.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.datetimepicker.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.searchit.js"></script>
- <script type="text/javascript" src="../templates/js/jqueryFileTree.js"></script>
- <script type="text/javascript" src="../templates/js/jquery-te-1.4.0.min.js"></script>
- <script type="text/javascript" src="../templates/js/multiselect.js"></script>
- <script type="text/javascript" src="../templates/js/w2ui-1.4.2.min.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.multiselect.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.nestable.js"></script>
- <script type="text/javascript" src="../templates/js/chosen.jquery.min.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.fancybox-1.3.1.js"></script>
- <script type="text/javascript" src="../templates/js/custom.js"></script>
- <script type="text/javascript" src="../templates/js/jquery.multisortable.js"></script>
- <script type="text/javascript">
- function popitup(url) {
- newwindow = window.open(url, 'name', 'height=540,width=840');
- if (window.focus) {
- newwindow.focus()
- }
- return false;
- }
- function openfileDialog(idInput, ServerID) {
- $("#dialog-explorer").dialog({
- autoOpen: false,
- width: $(document).width() * 0.5,
- height: $(document).height() * 0.5,
- buttons: {
- "I'm Done": function() {
- $(this).dialog("close");
- }
- }
- });
- $("#dialog-explorer").dialog('open');
- $('#dialogContent').fileTree({
- root: '/',
- script: 'filexplorer.php',
- server: ServerID,
- multiFolder: false,
- loadMessage: 'Loading files...'
- },
- function(file) {
- $("#" + idInput).val(file).change();
- $("#dialog-explorer").dialog("close");
- },
- function(dire) {
- $("#" + idInput).val(dire).change();
- }
- );
- return false;
- }
- function loadAjax(url) {
- $.blockUI({
- message: "Please wait for this process to be completed. It can take a while. Do not close this window !",
- fadeIn: 700,
- fadeOut: 700,
- css: {
- border: 'none',
- padding: '15px',
- backgroundColor: '#000',
- '-webkit-border-radius': '10px',
- '-moz-border-radius': '10px',
- opacity: .5,
- color: '#fff'
- }
- });
- $.ajax({
- url: url,
- success: function(response) {
- $.unblockUI();
- window.location.href = window.location.href
- }
- });
- }
- function selectAll(selectBox, selectAll) {
- for (i = 0; i < selectBox.length; i++) {
- if (typeof selectBox[i] == "string") {
- selectBox_form = document.getElementById(selectBox[i]);
- }
- // is the select box a multiple select box?
- if (selectBox_form.type == "select-multiple") {
- for (var j = 0; j < selectBox_form.options.length; j++) {
- selectBox_form.options[j].selected = selectAll;
- }
- }
- }
- }
- function ajax_request_dialog(site_url, title, custom_background, custom_width, custom_height) {
- if (typeof(custom_background) === 'undefined') custom_background = 'white';
- if (typeof(custom_width) === 'undefined') custom_width = '1020';
- if (typeof(custom_height) === 'undefined') custom_height = '700';
- if (typeof(debug) === 'undefined') debug = '';
- $("#dialogDiv").dialog({
- autoOpen: false,
- modal: true,
- width: custom_width,
- height: custom_height,
- resizeable: true
- });
- $("#dialogDiv").dialog({
- title: title
- });
- $("#dialogDiv").dialog('open');
- $('.ui-widget-overlay').css('background', 'white');
- $('.ui-dialog-content').css('background', custom_background);
- $('#dialogDiv').html("<center><img src='../templates/images/big_load.GIF' /><br />Please wait while loading...</center>");
- $.ajax({
- url: site_url,
- success: function(response) {
- $('#dialogDiv').html(response);
- }
- });
- }
- </script>
- </head>
- <body>
- <div id="dialog-explorer" title="File Browser" style="display: none;">
- <div id="dialogContent"></div>
- </div><script>
- </script>
- <section id="secondary_bar">
- <div class="user">
- <p>ciwarafrance (<font color='orange'><u>66 Credits</u></font>) - <a href="index.php?action=logout"><u>Logout</u></a></p>
- </div>
- </section>
- <aside id="sidebar" class="column">
- <form class="logo">
- <img src="https://i.imgur.com/36mBzQv.png" width="70%" />
- </form>
- <hr />
- <h3 id="Main">Main</h3>
- <ul>
- <li class="icn_main_page"><a href="index.php">Main Page</a></li>
- </ul>
- <h3 id="StreamingLines">Streaming Lines</h3>
- <ul>
- <li class="icn_add_user"><a href="add_user.php">Create New Line</a></li><li class="icn_extend"><a href="extend.php">Extend Line</a></li><li class="icn_user_stats"><a href="user_stats.php">User Stats</a></li> <li class="icn_users"><a href="mnglines.php">Manage Lines</a></li>
- </ul>
- <h3 id="MAGDevices">MAG Devices</h3>
- <ul>
- <li class="icn_add_mag"><a href="add_mag.php">Add New MAG Device</a></li>
- <li class="icn_extend"><a href="extend_mag.php">Extend MAG</a></li>
- <li class="icn_manage_mag"><a href="manage_mag.php">Manage MAG Devices</a></li>
- </ul>
- <h3 id="Enigma2Devices">Enigma2 Devices</h3>
- <ul>
- <li class="icn_add_e2"><a href="add_e2.php">Add new E2 Box</a></li>
- <li class="icn_extend"><a href="extend_e2.php">Extend E2</a></li>
- <li class="icn_manage_e2"><a href="manage_e2.php">Manage E2 Devices</a></li>
- </ul>
- <h3 id="Profile">Profile</h3>
- <ul>
- <li class="icn_add_user"><a href="profile.php">Manage profile</a></li>
- </ul>
- <h3 id="TicketsSupport">Tickets Support</h3>
- <ul>
- <li class="icn_new_ticket"><a href="new_ticket.php">Create Support Ticket</a></li>
- <li class="icn_manage_tickets"><a href="manage_tickets.php">Manage Tickets</a></li>
- </ul>
- <h3 id="Tools">Tools</h3>
- <ul>
- </ul>
- <h3 id="Logs">Logs</h3>
- <ul>
- <li class="icn_reg_userlog"><a href="reg_userlog.php">Line Activity Log</a></li>
- </ul>
- <footer>
- <hr />
- <p>
- </p>
- </footer>
- </aside>
- <section id="main" class="column">
- <article class="module width_full">
- <header><h3 class="tabs_involved">Manage my streaming lines</h3>
- </header>
- <div id="dialogDiv" style="display: none;">Loading content... Please wait!</div>
- <div id="grid" style="text-align:center; width: 100%; height: 800px;"></div>
- <script>
- $(document).ready(function() {
- $('#grid').w2grid({
- name: 'grid',
- header: "Manage Lines",
- show: {
- header : true,
- lineNumbers : true,
- toolbar: true,
- footer: true
- },
- columns: [
- { field: 'online', caption: "Online", size: '15%', resizable: true, sortable: true },
- { field: 'status', caption: "Status", size: '25%', resizable: true, sortable: true },
- { field: 'owner', caption: "Owner", size: '30%', resizable: true, sortable: true },
- { field: 'username', caption: "Username", size: '35%', resizable: true, sortable: true },
- { field: 'password', caption: "Password", size: '35%', resizable: true, sortable: true },
- { field: 'expire', caption: "Expire Date", size: '40%', resizable: true, sortable: true },
- { field: 'max_cons', caption: "Connections", size: '120px', resizable: true, sortable: true },
- { field: 'con_info', caption: "Last Connection", size: '120px', resizable: true, sortable: true },
- { field: 'channel', caption: "Last Seen Channel", size: '120px', resizable: true, sortable: true },
- { field: 'notes', caption: "Notes", size: '20%', resizable: true, sortable: true },
- { field: 'statistics', caption: "Statistics", size: '20%', resizable: true, sortable: true },
- { field: 'download', caption: "Download", size: '15%', resizable: true, sortable: true },
- { field: 'options', caption: "Options", size: '50%', resizable: true, sortable: true }
- ],
- searches: [
- { type: 'text', field: 'status', caption: "Status" },
- { type: 'text', field: 'owner', caption: "Owner" },
- { type: 'text', field: 'username', caption: "Username" },
- { type: 'text', field: 'password', caption: "Password" },
- { type: 'text', field: 'notes', caption: "Notes" },
- { type: 'text', field: 'expire', caption: "Expire Date" },
- { type: 'text', field: 'channel', caption: "Last Seen Channel" }
- ]
- });
- w2ui['grid'].load('mnglines.php?action=load_users');
- });
- </script> <div class="spacer"></div>
- </section>
- </body>
- <script src="../templates/js/jquery.datetimepicker.js"></script>
- <script>
- $('#expire_date').datetimepicker();
- </script>
- </html>
Add Comment
Please, Sign In to add comment