Mini Shell

Direktori : /var/www/vhosts/nezakettasbeautycenter.com.tr/httpdocs/admin/include/
Upload File :
Current File : /var/www/vhosts/nezakettasbeautycenter.com.tr/httpdocs/admin/include/baglan.php

<?php
// veritabanı bağlantısı için gerekli parametreler






$site = 'http://kurumsal1.halilibrahimaslan.com.tr/';

//upload dosya yolu
$targetFolder = '/resimler/';





$host = "localhost";
$vt_adi = "nezaketdb_db";
$kullanici_adi = "nezaketdb_db";
$sifre = "u9u*8h89R";
try {
 $db = new PDO("mysql:host={$host};dbname={$vt_adi}", $kullanici_adi, $sifre,
array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"));
}
// hatayı göster
catch(PDOException $exception){
 echo "Bağlantı hatası: " . $exception->getMessage();
}
error_reporting(0);
?>