hyPerdarKness adlı üyeden alıntı: mesajı görüntüle
do_sys.php içeriğini paylaşır mısınız? şifreyi girerken tırnaklarda hata yapmış olabilirsiniz.
<?php if(!defined("include")){ echo '<meta http-equiv="refresh" content="0;URL=../index.php">'; exit(); }
$dbhost = "localhost"; $dbuser = "root"; parkegec_takip11 $dbpass = ""; parkegec_takip22 $dbdata = "veritabani"; parkegec_takip
try { $db = new PDO("mysql:host=$dbhost;dbname=$dbdata", "$dbuser", "$dbpass", array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8")); } catch ( PDOException $e ){ print $e->getMessage(); exit(); }
function htmlclean($text){ $text = preg_replace("'<script[^>]*>.*?</script>'si", '', $text ); $text = preg_replace('/<a\s+.*?href="([^"]+)"[^>]*>([^<]+)<\/a>/is', '\2 (\1)',$text ); $text = preg_replace( '/<!--.+?-->/', '', $text ); $text = preg_replace( '/{.+?}/', '', $text ); $text = preg_replace( '/&nbsp;/', ' ', $text ); $text = preg_replace( '/&amp;/', ' ', $text ); $text = preg_replace( '/&quot;/', ' ', $text ); $text = strip_tags($text); $text = htmlspecialchars($text); return $text; }
?>

Fakat şöyle birşey de var ki sayfa hiç açılmadı, bembeyaz sanki birşey yok gibi
Hata verse derim bir yerde hata var ama hiç sayfa gelmedii