Knowledgebase
Portal Home > Knowledgebase > Web Hosting > ปัญหาภาษาไทยกับDatabase > IPB Version 2.1.4
IPB Version 2.1.4
| ที่เพิ่มเข้าไปคือ บรรทัดที่ 300ของไฟล์ ipsclass.php ในแฟ้ม sources โดยมีเนื้อหาว่า
//----------------------------------------- // Make a safe query string //----------------------------------------- mysql_query("SET NAMES 'tis620' "); $this->query_string_safe = str_replace( '&', '&', $this->parse_clean_value( urldecode($_SERVER['QUERY_STRING'] ? $_SERVER['QUERY_STRING'] : @getenv('QUERY_STRING') ) ) );
สีน้ำเงินคือที่เพิ่มเข้าไปครับ แล้วเซฟก็จะใช้งานได้ทันที และที่ไฟล์ index.php บรรทัดที่84
$ipsclass->init_db_connection(); mysql_query("SET NAMES 'tis620' ");
|
Add to Favourites
Print this Article
|
Also Read
PHP NUKE (Views: 177)
PHPBB (Views: 280)
Powered by WHMCompleteSolution