HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / home / cuneytsener53 / spor2.snrsoft.com.tr / include /

Server Ip : 104.21.78.54




Filename/home/cuneytsener53/spor2.snrsoft.com.tr/include/head.php
Size1.11 kb
Permissionrw-r--r--
Owner
Create time02-Mar-2025 05:46
Last modified14-Sep-2019 04:33
Last accessed04-Apr-2025 17:32
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
include 'trex/controller/config.php';
include 'trex/controller/seo.php';
date_default_timezone_set('Europe/Istanbul');
$settings=$db->prepare("SELECT * from ayar where ayar_id=?");
$settings->execute(array(0));
$settingsprint=$settings->fetch(PDO::FETCH_ASSOC);

$social=$db->prepare("SELECT * from sosyal");
$social->execute();

$socialf=$db->prepare("SELECT * from sosyal");
$socialf->execute();

$socials=$db->prepare("SELECT * from sosyal");
$socials->execute();

$motor=$db->prepare("SELECT * from motor where motor_id=1");
$motor->execute(array(0));
$motorprint=$motor->fetch(PDO::FETCH_ASSOC);

$widgets=$db->prepare("SELECT * from widget where widget_id=1");
$widgets->execute(array(0));
$widgetprint=$widgets->fetch(PDO::FETCH_ASSOC);
$ShareLink = $settingsprint['ayar_siteurl'].$_SERVER['REQUEST_URI'];
?>
<!DOCTYPE html>
<html lang="tr-TR">

<head>
<?php echo $motorprint['motor_yonay']; ?>
<?php echo $motorprint['motor_gonay']; ?>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="//cdn.jsdelivr.net/sweetalert2/6.5.6/sweetalert2.min.css">