Page 1 of 1

Thai Language Pack(UTF-8) - ชุดไฟล์ภาษาไทย(UTF-8) (DFH v1.1)

PostPosted: Sat Jun 04, 2011 4:44 pm
by jaideejung007
Now, the language pack has been added to the Daddy's File Host v1.1. You need to modify some files.
(ขณะนี้ ชุดไฟล์ภาษาไทย ได้เพิ่มเข้าไปยังสคริปต์ Daddy's File Host v1.1 คุณสามารถแก้ไขไฟล์บางไฟล์ได้ดังด้านล่างนี้ เพื่อให้ใช้งานได้สมบูรณ์)

Important!!!
This mod below files, is support to UTF-8 encoding only!
(ขั้นตอนการโมไฟล์นี้ จะเป็นการเข้ารหัสแบบ UTF-8 เท่านั้น)

SS
(ภาพตัวอย่าง)
Image

How to?
(จะทำอย่างไร?)
Upload thai-utf8.php file, to DFH_ROOT/lang/ directory. And config the files following:
(อัพโหลดไฟล์ thai-utf8.php ไปยังโฟลเดอร์ DFH_ROOT/lang/ และทำการแก้ไขค่าดังด้านล่างนี้:)

Modify DFH_ROOT/config.php
(แก้ไขไฟล์ DFH_ROOT/config.php)
Find sourcecode:
(ค้นหาโค๊ด:)
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian"
);
//// list of accectable languages

Replace to:
(เปลี่ยนเป็น:)
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"thai-utf8"
);
//// list of accectable languages


Modify DFH_ROOT/settings.php
(แก้ไขไฟล์ DFH_ROOT/settings.php)
Find sourcecode:
(ค้นหาโค๊ด:)
Code: Select all
    <td bgcolor=#F2F2F2>&nbsp;English:<input<?php if($content[15] == "english"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="english" />
   <br />German:<input<?php if($content[15] == "german"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="german" />
   <br />Italian:<input<?php if($content[15] == "italian"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="italian" />

Replace to:
(เปลี่ยนเป็น:)
Code: Select all
    <td bgcolor=#F2F2F2>&nbsp;English:<input<?php if($content[15] == "english"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="english" />
   <br />German:<input<?php if($content[15] == "german"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="german" />
   <br />Italian:<input<?php if($content[15] == "italian"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="italian" />
   <br />Thai:<input<?php if($content[15] == "thai-utf8"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="thai-utf8" />


Modify DFH_ROOT/styles/Indigo/header.php
(แก้ไขไฟล์เทมเพลท DFH_ROOT/styles/Indigo/header.php)
Find sourcecode:
(ค้นหาโค๊ด:)
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>

Replace to:
(เปลี่ยนเป็น:)
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>


Modify these tree files, Daddy's File Host v1.1 will support Thai.
(การแก้ไขไฟล์ทั้ง 3 ไฟล์นี้, คุณจะสามารถใช้งาน Daddy's File Host v1.1 ได้อย่างเต็มประสิทธิภาพ)

Jaideejung007
Thai Translator
(ทีมแปลภาษาไทย)

Re: Thai Language Pack

PostPosted: Sat Jun 04, 2011 4:49 pm
by SamEA
jaideejung007 wrote:Now, the language pack has been added to the Daddy's File Host v1.1. You need to modify some files.

How to?
Upload thai-utf8.php file, to DFH_ROOT/lang/ directory. And config the files following:

Modify DFH_ROOT/config.php
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"thai-utf8"
);
//// list of accectable languages


Modify DFH_ROOT/settings.php
Code: Select all
    <td bgcolor=#F2F2F2>&nbsp;English:<input<?php if($content[15] == "english"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="english" />
   <br />German:<input<?php if($content[15] == "german"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="german" />
   <br />Italian:<input<?php if($content[15] == "italian"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="italian" />
   <br />Thai:<input<?php if($content[15] == "thai-utf8"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="thai-utf8" />


Modify DFH_ROOT/styles/Indigo/header.php
Find sourecode:
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>


Replace to:
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>


Modify these tree files, Daddy's File Host v1.1 will support Thai.

Jaideejung007
Thai Translator

Attachments
thai-utf8.php (29.85 KiB)


Excellent, I am going to assign you for the Thai pack for DFH v1.2 :).