Gestionnaire de fichiers - Editer - /home/par6413/public_html/images/upload/header.php.tar
Arrière
home/par6413/public_html/header.php 0000666 00000010066 15060461723 0013052 0 ustar 00 <?php require_once 'include/connection.php'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr"> <head> <!-- Meta Tag –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <?php $url = "http://".$_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'].""; $bilesenler = parse_url($url); $urlparca=$bilesenler[path]; function seo($s) { $tr = array('ş','Ş','ı','I','İ','ğ','Ğ','ü','Ü','ö','Ö','Ç','ç','(',')','/',':',','); $eng = array('s','s','i','i','i','g','g','u','u','o','o','c','c','','','-','-',''); $s = str_replace($tr,$eng,$s); $s = strtolower($s); $s = preg_replace('/&amp;amp;amp;amp;amp;amp;amp;amp;.+?;/', '', $s); $s = preg_replace('/\s+/', '-', $s); $s = preg_replace('|-+|', '-', $s); $s = preg_replace('/#/', '', $s); $s = str_replace('.', '', $s); $s = trim($s, '-'); return $s; } $seourl = seo($urlparca); if (empty($seourl)) {$seourl = "bos";} $mett = $conn->query("SELECT * FROM Metalar_v1 WHERE url='".$seourl."'")->fetch_object(); if($mett){ $title = $mett -> sayfa; $keyword = $mett -> keywords; $descript =$mett -> description; } else { $seoinsert = $conn->prepare("INSERT INTO Metalar_v1 (url) VALUES(?)"); $seoinsert->bind_param('s',$seourl); if($seoinsert->execute()){ echo "Kayıt yapıldı."; }else{ echo "Kayıt Yapılamadı".$baslik,$keyword,$desc,$durum,$sira; } } ?> <title><?=$title?></title> <meta name="description" content="<?=$descript?>"> <meta name="keywords" content="<?=$keyword?>"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="cleartype" content="on"> <!-- İcon –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="shortcut icon" href=""> <link rel="shortcut icon" href=""> <!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link href="https://fonts.googleapis.com/css?family=Merienda:400,700&subset=latin-ext" rel="stylesheet"> <link rel="stylesheet" href="/css/style.css" type="text/css" /> <link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css" /> <!-- Analytics –––––––––––––––––––––––––––––––––––––––––––––––––– --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-109199984-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109199984-1'); </script> </head> <body> <div class="header"> <div class="container"> <div class="sosyal" style="float: right; margin-right: 56px; font-size: 24px; margin-top: 20px;"> <a style="color: #333;" target="_blank" href="https://www.facebook.com/parklamore/?fref=ts"><i class="fa fa-facebook-square" aria-hidden="true"></i></a> <a style="color: #333;" target="_blank" href="https://twitter.com/park_lamore"><i class="fa fa-twitter-square" aria-hidden="true"></i></a> <a style="color: #333;" target="_blank" href="https://www.instagram.com/parklamore/"><i class="fa fa-instagram" aria-hidden="true"></i></a> </div> <div class="menu"> <ul> <li><a href="/hakkimizda/">HAKKIMIZDA</a></li> <li><a href="/salonlarimiz/">SALONLARIMIZ</a></li> <li><a href="/organizasyonlar/">ORGANİZASYON</a></li> <li><a href="/iletisim/">İLETİŞİM</a></li> </ul> </div> <a href="http://parklamore.com/"><div class="logo"></div></a> </div> </div> home/par6413/jnfhgf/header.php 0000666 00000012641 15063134440 0012007 0 ustar 00 <?php require_once 'include/connection.php'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr"> <head> <!-- Meta Tag –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <?php $url = "http://".$_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'].""; $bilesenler = parse_url($url); $urlparca=$bilesenler[path]; function seo($s) { $tr = array('ÅŸ','Åž','ı','I','İ','ÄŸ','Äž','ü','Ü','ö','Ö','Ç','ç','(',')','/',':',','); $eng = array('s','s','i','i','i','g','g','u','u','o','o','c','c','','','-','-',''); $s = str_replace($tr,$eng,$s); $s = strtolower($s); $s = preg_replace('/&amp;amp;amp;amp;amp;amp;amp;amp;.+?;/', '', $s); $s = preg_replace('/\s+/', '-', $s); $s = preg_replace('|-+|', '-', $s); $s = preg_replace('/#/', '', $s); $s = str_replace('.', '', $s); $s = trim($s, '-'); return $s; } $seourl = seo($urlparca); if (empty($seourl)) {$seourl = "bos";} $mett = $conn->query("SELECT * FROM Metalar_v1 WHERE url='".$seourl."'")->fetch_object(); if($mett){ $title = $mett -> sayfa; $keyword = $mett -> keywords; $descript =$mett -> description; } else { $seoinsert = $conn->prepare("INSERT INTO Metalar_v1 (url) VALUES(?)"); $seoinsert->bind_param('s',$seourl); if($seoinsert->execute()){ echo "Kayıt yapıldı."; }else{ echo "Kayıt Yapılamadı".$baslik,$keyword,$desc,$durum,$sira; } } ?> <title><?=$title?></title> <meta name="description" content="<?=$descript?>"> <meta name="keywords" content="<?=$keyword?>"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="cleartype" content="on"> <!-- İcon –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="shortcut icon" href=""> <link rel="shortcut icon" href=""> <!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link href="https://fonts.googleapis.com/css?family=Merienda:400,700&subset=latin-ext" rel="stylesheet"> <link rel="stylesheet" href="/css/style.css" type="text/css" /> <link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css" /> <!-- Analytics –––––––––––––––––––––––––––––––––––––––––––––––––– --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-109199984-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109199984-1'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8927192331839752" crossorigin="anonymous"></script> <meta name="google-adsense-account" content="ca-pub-8927192331839752"> </head> <body> <div class="header"> <div class="container"> <div class="sosyal" style="float: right; margin-right: 56px; font-size: 24px; margin-top: 20px;"> <a style="color: #333;" target="_blank" href="https://www.facebook.com/parklamore/?fref=ts"><i class="fa fa-facebook-square" aria-hidden="true"></i></a> <a style="color: #333;" target="_blank" href="https://twitter.com/park_lamore"><i class="fa fa-twitter-square" aria-hidden="true"></i></a> <a style="color: #333;" target="_blank" href="https://www.instagram.com/parklamore/"><i class="fa fa-instagram" aria-hidden="true"></i></a> </div> <div class="menu"> <ul> <li><a href="/hakkimizda/">HAKKIMIZDA</a></li> <li><a href="/salonlarimiz/">SALONLARIMIZ</a></li> <li><a href="/organizasyonlar/">ORGANİZASYON</a></li> <li><a href="/iletisim/">İLETİŞİM</a></li> </ul> </div> <a href="http://parklamore.com/"><div class="logo"></div></a> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 5.5.38 | Génération de la page: 0 |
proxy
|
phpinfo
|
Réglages