Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
ynormedemos
/
smagent
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/.trash/ynormedemos/smagent/index.php
<?php include("inc/config.php"); $conn = connect_database(); session_start(); $admin = isset($_SESSION['agentlogin']) ? $_SESSION['agentlogin'] : NULL; if($admin != "") { header('Location: dashboard.php'); } ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <title>Market Agent Login - Satta Matka</title> <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet" type="text/css" /> <link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="fonts/material-design-icons/material-icon.css" rel="stylesheet" type="text/css" /> <!-- bootstrap --> <link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- style --> <link rel="stylesheet" href="assets/css/pages/extra_pages.css"> </head> <body> <div class="form-title"> <p align="center" style="font-size:40px; color:#fff; text-shadow:0px 0px 10px #333333; "> <strong>Satta Matka</strong> </p> </div> <!-- Login Form--> <div class="login-form text-center"> <div > </div> <div class="form formLogin"> <h2>Agent Panel</h2> <?php $login = isset($_GET['validate']) ? $_GET['validate'] : NULL; if($login == '1') { echo " <span style='color:#FF0000; font-size:13px;' align='center'> Incorrect Login Id and Password </span><br><br>"; } if($login == '10') { echo " <span style='color:#FF0000; font-size:13px;' align='center'> Your Plan has expired.<br>Please Renew it as soon as possible </span><br><br>"; } ?> <form action="pages/login_validation.php" method="post"> <input type="text" name="login" placeholder="Enter Login ID" required /> <input type="password" name="pass" placeholder="Enter Password" required /> <button>Login</button> <br><br> </form> </div> </div> <!--<p style="color:#FFFF00; text-align:center; margin-top:100px;">Software Design & Develop By Ynorme</p>--> <!-- start js include path --> <script src="assets/plugins/jquery/jquery.min.js" ></script> <script src="assets/js/pages/extra-pages/pages.js" ></script> <!-- end js include path --> </body> </html>