Ziyaretçi Defteri [Yardım] PHP Anlayanlar
-
beyler bi Ziyaretçi defteri yapacağım yalnız PHP den fazla anlamıyorum nette bir tane buldum güzel yalnız nasıl editçiyim ama beceremedim :) birde işte localhostta denediğim zaman birşeyler falan yazıyorum yazı çıkıyor sonra tekrar okumak yazarken falan notice line 2 falan filan birkaç dosya ismi veriyor
http://dosyam.net/?id=vrgq4a acaba bir baksanız hocalar... nereleri düzeltmem lazm...
-
config php nin içinde
// Admin Interface Username ---------------------------------------------------------
$_Username = "admin";
$_Password = "admin";
bunları
// Flood protection setting ---------------------------------------------------------
$gbflood = 0; // Set "1" to prevent flooding, "0" to disable it
$referersKey = 0; // Set "1" to check to see where submitted guestbook
// messages are coming from or "0" to disable it
$referers = array (
'yourdomain.com', // Your domain name without WWW
'www.yourdomain.com', // Your domain name with WWW
'111.222.333.444'); // IP Address of your site
$gbIPLogKey = 1; // Set "1" to log IP of Visitor for each post "0" to disable
$banIPKey = 0; // Set "1" to block posting of banned IP or "0" to disable
Bunları
$notify_subject = "You have a new entry in your DigiOz Guestbook";
// Enter administrative email to receive notification
$notify_admin_email = "webmaster@yourdomain.com";
// Body of the notification message
$notify_message = "A new entry has been submitted to your DigiOz Guestbook.";
Kendine Göre ayarla dayı ama bunda host bilgilerini girecek bir yer bulamadım yok herhalde :)
// Bad word filter for guestbook -----------------------------------------------------
$gbBadWordsKey = 0; // Set "1" to filter bad words, "0" to not filter
$gbBadWords = array(
"ass",
"bitch",
"clit",
"cock",
"c0ck",
"cum",
"cunt",
"fucking",
"fuck",
"fuking",
"fuk");
Burdan da yasaklı kelimeleri ayarla Çalışırmı bilmem sanmıyorum ama olay bu
