siteme uzun zamandır vbseo kurulu üyeliklerde members/uyeismi.html şeklinde ama bu aralar }\}\#£$£#½ gibi üyelikler çogaldı bunlarıda modlar banlayamıyor.
bu tür harflerle üyelik alınmasını kapatmak istiyorum nasıl 1 şey yapmalıyım?
Türkçe karakterleri Engellemek istiyorum,,
3
●378
- 10-07-2010, 13:11:07includes/config_vbseo.php 'i açın... [ Dreamweaver'da AÇMAYIN. ]
BuLun;
// ****** CUSTOM CHARACTER REPLACEMENTS ****** // The following array enables you to select a replacement for characters other than the ones replaced // by default. $vbseo_custom_char_replacement = array();Değiştirin;
// ****** CUSTOM CHARACTER REPLACEMENTS ****** // The following array enables you to select a replacement for characters other than the ones replaced // by default. $vbseo_custom_char_replacement = array( 'Č' => 'c', 'č' => 'c', 'Ğ' => 'g', 'Ğ' => 'g', 'ğ' => 'g', 'Ş' => 's', 'ş' => 's', 'Ö' => 'o', 'ö' => 'o', 'Ü' => 'u', 'ü' => 'u', '"' => '', 'ğ' => 'g', 'Ş' => 's', 'ş' => 's', 'İ' => 'i', 'ı' => 'i', 'Ç' => 'c', 'ç' => 'c', 'Ü' => 'u', 'ü' => 'u', 'Ö' => 'o', 'ö' => 'o', 'ı' => 'i', 'İ' => 'i', 'é' => 'i', 'â' => 'a', 'Ê' => 'e', 'Â' => 'a', '?' => '', '*' => '', '.' => '', ',' => '', ';' => '', ')' => '', '(' => '', '{' => '', '}' => '', '[' => '', ']' => '', '!' => '', '+' => '', '"' => '', '%' => '', '&' => '', '#' => '', '$' => '', '=' => '', 'ê' => 'e');