Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/jcboseedu.org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); if(isset($_SESSION["stuusername"]) && !empty($_SESSION["stuusername"])){ include("admin/include/config.inc.php"); $file_path=''; $page_title='J.C. Bose Institute Of Education And Research'; if(isset($_GET['utm_f'])){ $file_code=$_GET["utm_f"]; $data_found=mysqli_fetch_all(mysqli_query($con,"select * from studentcorner WHERE filecode='".$file_code."' LIMIT 1"),MYSQLI_ASSOC); if(!empty($data_found)){ $file_path='https://jcboseedu.org/admin/images/'.$data_found[0]['filename']; $page_title=$data_found[0]['papercode'].'('.$data_found[0]['title'].') - J.C. Bose Institute Of Education And Research'; } }else{ header('Location:https://jcboseedu.org/student_corner.php'); } }else{ header('Location:https://jcboseedu.org/student_corner.php'); } ?> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="google" content="notranslate"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><?php echo $page_title;?></title> <link rel="icon" href="images/favicon.ico"> <link rel="icon" sizes="192x192" href="images/icon-192x192.png"> </head> <body> <iframe width="100%" height="100%" src="https://jcboseedu.org/viewer/web/viewer.php?utm_f=<?php echo $file_path;?>" style="position: absolute; top: 0; right: 0; bottom: 0: left: 0;" frameborder="0" allowfullscreen></iframe> </body> </html>