Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ aifatradebd.com/ Wp-Administrator/ |
|
<?php session_start(); // require_once 'classes/DB.class.php'; $p_class_link='classes/class.MenuAndContent.php'; require_once $p_class_link; if(isset($_SESSION['UserId'])==false && $_SESSION['UserId']=="") echo "<script>location.replace('index.php?msg=1')</script>"; ///////////////////////// $admin_ID=$_SESSION['UserId']; $function_file = new MenuAndContent(); error_reporting(E_ERROR | E_PARSE); $befor="← আগে"; $after="পরে →"; $page_name=$_GET['cid']; $main_page = "dashboard.php?cid="; $Pages="View_Pages"; $ins_Pages="ins_Pages_Content"; $Cat="Categories"; $Sett="Settings"; $ins_Cat="ins_Categories"; $Settings="Settings"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Admin Panel</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link href="http://newsi24.com/favicon.ico" type="image/x-icon" rel="shortcut icon"> <link href="_files/login.css" rel="stylesheet" type="text/css"> <link href="_files/menu_style.css" rel="stylesheet" type="text/css"> <!--bootstrap--> <script type="text/javascript" src="_files/jquery-1.js"></script> <script type="text/javascript" src="_files/bootstrap.js"></script> <link rel="stylesheet" type="text/css" href="_files/bootstrap.css"> <!--bootstrap end--> <script type='text/javascript' src='js/jquery-1.4.2.min.js'></script> <!-- jquery library --> <script type='text/javascript' src='js/jquery-ui-1.8.5.custom.min.js'></script> <!-- jquery UI --> <script type='text/javascript' src='js/cufon-yui.js'></script> <!-- Cufon font replacement --> <script type='text/javascript' src='js/ColaborateLight_400.font.js'></script> <!-- the Colaborate Light font --> <script type='text/javascript' src='js/easyTooltip.js'></script> <!-- element tooltips --> <script type='text/javascript' src='js/jquery.tablesorter.min.js'></script> <!-- tablesorter --> <link type="text/css" href="css/jquery.cleditor.css" rel="stylesheet" /> <script type='text/javascript' src='js/visualize.jQuery.js'></script> <!-- visualize plugin for graphs / statistics --> <script type='text/javascript' src='js/iphone-style-checkboxes.js'></script> <!-- iphone like checkboxes --> <script type='text/javascript' src='js/jquery.cleditor.min.js'></script> <!-- wysiwyg editor --> <script type='text/javascript' src='js/custom.js'></script> <!-- the "make them work" script --> <script type="text/javascript" src="_files/tinymce.min.js"></script> // <script type="text/javascript"> // tinymce.init({ // selector: "textarea", // theme: "modern", // plugins: [ // "advlist autolink lists link image charmap print preview hr anchor pagebreak", // "searchreplace wordcount visualblocks visualchars code fullscreen", // "insertdatetime media nonbreaking save table contextmenu directionality", // "emoticons template paste textcolor colorpicker textpattern" // ], // toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image", // toolbar2: "print preview media | forecolor backcolor emoticons", // image_advtab: true, // templates: [ // {title: 'Test template 1', content: 'Test 1'}, // {title: 'Test template 2', content: 'Test 2'} // ] // }); // </script> <!--calender--> <link href="_files/CalendarControl.css" rel="stylesheet" type="text/css"> <script src="_files/CalendarControl.js" language="javascript"></script><link href="_files/ui.css" rel="stylesheet"><link href="_files/window.css" rel="stylesheet"></head> <body> <script src="_files/settings.js" type="text/javascript"></script> <!--user name validation --> <script type="text/javascript"> pic1 = new Image(16, 16); pic1.src = "loader.gif"; $(document).ready(function(){ $("#username").change(function() { var usr = $("#username").val(); if(usr.length >= 3) { $("#status").html('<img src="images/loader.gif" align="absmiddle"> Checking availability...'); $.ajax({ type: "POST", url: "check.php", data: "username="+ usr, success: function(msg){ $("#status").ajaxComplete(function(event, request, settings){ if(msg == 'OK') { $("#username").removeClass('object_error'); // if necessary $("#username").addClass("object_ok"); $(this).html(' <img src="accepted.png" align="absmiddle"> <font color="Green"> Available </font> '); } else { $("#username").removeClass('object_ok'); // if necessary $("#username").addClass("object_error"); $(this).html(msg); } }); } }); } else { $("#status").html('<font color="red">The username should have at least <strong>3</strong> characters.</font>'); $("#username").removeClass('object_ok'); // if necessary $("#username").addClass("object_error"); } }); }); //--> </script>