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 / kurumsal3.snrsoft.com.tr / trex / | Server Ip : 172.67.216.244 |
Filename | /home/cuneytsener53/kurumsal3.snrsoft.com.tr/trex/seo.php |
Size | 2.19 kb |
Permission | rw-r--r-- |
Owner | |
Create time | 02-Mar-2025 05:46 |
Last modified | 02-Jun-2019 13:06 |
Last accessed | 05-Apr-2025 10:06 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
include 'header.php';
include 'topbar.php';
include 'sidebar.php';
$metakey=$db->prepare("SELECT * from meta order by meta_id DESC");
$metakey->execute(array(0));
?>
<!-- ============================================================== -->
<!-- Content Start -->
<!-- ============================================================== -->
<section class="main-content container">
<div class="page-header">
<h2>Seo İşlemleri</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-heading card-default">
Seo Meta Düzenle
</div>
<div class="card-block">
<?php while ($metakeyprint=$metakey->fetch(PDO::FETCH_ASSOC)) { ?>
<!-- AYAR -->
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<div class="row">
<input type="hidden" name="meta_id" value="<?php echo $metakeyprint['meta_id'] ?>" class="form-control">
<div class="col-md-2">
<label>Sayfa Adı</label>
<input type="text" placeholder="<?php echo $metakeyprint['meta_ad'] ?>" readonly class="form-control">
</div>
<div class="col-md-2">
<label>Title</label>
<input type="text" name="meta_title" value="<?php echo $metakeyprint['meta_title'] ?>" class="form-control">
</div>
<div class="col-md-3">
<label>Description</label>
<input type="text" name="meta_descr" value="<?php echo $metakeyprint['meta_descr'] ?>" class="form-control">
</div>
<div class="col-md-3">
<label>Keyword</label>
<input type="text" name="meta_keyword" value="<?php echo $metakeyprint['meta_keyword'] ?>" class="form-control">
</div>
<div class="col-md-2">
<label>İşlemler</label><br />
<button style="cursor: pointer;" type="submit" name="metaduzenle" class="btn btn-success btn-icon"><i class="fa fa-floppy-o "></i>Güncelle</button>
<div class="col-md-6">
</div>
</div>
</div>
</div>
</form>
<!--#AYAR -->
<?php } ?>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
include 'header.php';
include 'topbar.php';
include 'sidebar.php';
$metakey=$db->prepare("SELECT * from meta order by meta_id DESC");
$metakey->execute(array(0));
?>
<!-- ============================================================== -->
<!-- Content Start -->
<!-- ============================================================== -->
<section class="main-content container">
<div class="page-header">
<h2>Seo İşlemleri</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-heading card-default">
Seo Meta Düzenle
</div>
<div class="card-block">
<?php while ($metakeyprint=$metakey->fetch(PDO::FETCH_ASSOC)) { ?>
<!-- AYAR -->
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<div class="row">
<input type="hidden" name="meta_id" value="<?php echo $metakeyprint['meta_id'] ?>" class="form-control">
<div class="col-md-2">
<label>Sayfa Adı</label>
<input type="text" placeholder="<?php echo $metakeyprint['meta_ad'] ?>" readonly class="form-control">
</div>
<div class="col-md-2">
<label>Title</label>
<input type="text" name="meta_title" value="<?php echo $metakeyprint['meta_title'] ?>" class="form-control">
</div>
<div class="col-md-3">
<label>Description</label>
<input type="text" name="meta_descr" value="<?php echo $metakeyprint['meta_descr'] ?>" class="form-control">
</div>
<div class="col-md-3">
<label>Keyword</label>
<input type="text" name="meta_keyword" value="<?php echo $metakeyprint['meta_keyword'] ?>" class="form-control">
</div>
<div class="col-md-2">
<label>İşlemler</label><br />
<button style="cursor: pointer;" type="submit" name="metaduzenle" class="btn btn-success btn-icon"><i class="fa fa-floppy-o "></i>Güncelle</button>
<div class="col-md-6">
</div>
</div>
</div>
</div>
</form>
<!--#AYAR -->
<?php } ?>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>