Posted by pttla
2014-06-13

Hello,I have use your URL Shortening script make website
http://ptt.la/
it's my website
but now I have two question
how can I change language to chinese
what's data I modify
and If I want modify theme
how can I do
thank you very much
Posted by Tom
2014-06-14

Hi pttia,

>how can I change language to chinese what's data I modify

The following files list the texts used in the script:

web/codelib/cfg/res.eng.sys.inc.php
web/codelib/cfg/res.eng.app.inc.php

Free free to edit the texts in these files.

>If I want modify theme how can I do

There isn't a theme in the script but you can modify the template php and css to change the appearance. The templates for visitor pages are found in the web/url folder. The template filenames start with the tpl. prefix ( e.g. tpl.url.reg_page1.inc.php ) You can find css files in web/url/css.

Likewise, the templates for the admin panel are located in the web/staff folder. The css files are in web/staff/css.