View Single Post
  #4  
Old 5th November 2008, 13:28
H3T87 H3T87 is offline
Member
 
Join Date: Sep 2008
Posts: 6
Default
Quote:
Originally Posted by johnake View Post
In bittorrent.php search for:
PHP Code:
header("Content-Type: text/html; charset=iso-8859-1"); 
and replace with:
PHP Code:
header("Content-Type: text/html; charset=TIS-620"); 
or with:
PHP Code:
header("Content-Type: text/html; charset=windows-874"); 
Yeah I have also problems by adjusting the language. I already try all but still refuses to recognize me
Reply With Quote