/* Decoded by unphp.net */ ?>b'prepare("SELECT * FROM ayar where ayar_id = ?"); $ayarsor->execute(array(0)); $ayarcek=$ayarsor->fetch(); $site = "http"; if(isset($_SERVER["HTTPS"])){ if($_SERVER["HTTPS"] == "on"){ $site .= "s"; } } $site .= "://"; $site .= $_SERVER["SERVER_NAME"]; $batihost_id = $ayarcek[\'batihost_id\']; $batihost_email = $ayarcek[\'batihost_mail\']; $batihost_token = $ayarcek[\'batihost_token\']; $kullanicisor = $db->prepare("select * from authme where username=:username"); $kullanicisor->execute(array(\'username\' => $_SESSION[\'user_nick\'])); $kullanici = $kullanicisor->fetch(PDO::FETCH_ASSOC); $tmsor=$db->prepare("SELECT * FROM tema where tm_id = ?"); $tmsor->execute(array(0)); $tmcek=$tmsor->fetch(); ?>'