diff --git a/upload/api/db/dbbak.php b/upload/api/db/dbbak.php index 60e6c876..201223f4 100644 --- a/upload/api/db/dbbak.php +++ b/upload/api/db/dbbak.php @@ -218,16 +218,13 @@ function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset, $pconnect = $this->halt('Can not connect to MySQL server'); } - if($this->version() > '4.1') { - if($dbcharset) { - $this->link->set_charset($dbcharset); - } - - if($this->version() > '5.0.1') { - $this->query("SET sql_mode=''"); - } + if($dbcharset) { + $this->link->set_charset($dbcharset); } + $this->link->query("SET sql_mode=''"); + + $this->link->query("SET character_set_client=binary"); } diff --git a/upload/config/config_global_default.php b/upload/config/config_global_default.php index 343840b9..d182c7e5 100644 --- a/upload/config/config_global_default.php +++ b/upload/config/config_global_default.php @@ -9,6 +9,8 @@ $_config = array(); +// 提示:自当前版本起,本文件不支持调用系统内任何变量或函数,请依赖此行为的站点修正实现 // + // ---------------------------- CONFIG DB ----------------------------- // // ---------------------------- 数据库相关设置---------------------------- // diff --git a/upload/install/include/install_function.php b/upload/install/include/install_function.php index 774ef73e..16389b5e 100644 --- a/upload/install/include/install_function.php +++ b/upload/install/include/install_function.php @@ -622,6 +622,7 @@ function show_header() { global $step; $version = DISCUZ_VERSION; $release = DISCUZ_RELEASE; + $th_revision = DISCUZ_TH_REVISION; /*jaideejung007*/ $install_lang = lang(INSTALL_LANG); $title = lang('title_install'); $charset = CHARSET; @@ -646,7 +647,7 @@ function showmessage(message) {

$title

- Discuz!$version $install_lang $release + Discuz!$version $install_lang $release Rev.$th_revision EOT; $step > 0 && show_step($step); diff --git a/upload/install/include/install_mysqli.php b/upload/install/include/install_mysqli.php index 2a4c70bc..084cec88 100644 --- a/upload/install/include/install_mysqli.php +++ b/upload/install/include/install_mysqli.php @@ -26,15 +26,14 @@ function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset, $pconnect = $this->halt('Can not connect to MySQL server'); } - if($this->version() > '4.1') { - if($dbcharset) { - $this->link->set_charset($dbcharset); - } - - if($this->version() > '5.0.1') { - $this->query("SET sql_mode=''"); - } + if($dbcharset) { + $this->link->set_charset($dbcharset); } + + $this->link->query("SET sql_mode=''"); + + $this->link->query("SET character_set_client=binary"); + } function fetch_array($query, $result_type = MYSQLI_ASSOC) { diff --git a/upload/source/admincp/admincp_setting.php b/upload/source/admincp/admincp_setting.php index a586515b..5a3a37f9 100644 --- a/upload/source/admincp/admincp_setting.php +++ b/upload/source/admincp/admincp_setting.php @@ -2551,6 +2551,10 @@ function setrowtypedata(sendtype) { cpmsg('uc_config_appid_error', '', 'error'); } + if(!empty($settingnew['uc']['ip']) && !filter_var($settingnew['uc']['ip'], FILTER_VALIDATE_IP)) { + cpmsg('uc_config_ip_error', '', 'error'); + } + if(function_exists("mysql_connect") && ini_get("mysql.allow_local_infile")=="1" && constant("UC_DBHOST") != $settingnew['uc']['dbhost']){ cpmsg('uc_config_load_data_local_infile_error', '', 'error'); } @@ -2568,6 +2572,8 @@ function setrowtypedata(sendtype) { } } + $settingnew['uc']['api'] = str_replace(array('\'', '"', '\\', "\0", "\n", "\r"), '', $settingnew['uc']['api']); + $fp = fopen('./config/config_ucenter.php', 'r'); $configfile = fread($fp, filesize('./config/config_ucenter.php')); $configfile = trim($configfile); diff --git a/upload/source/admincp/discuzfiles.md5 b/upload/source/admincp/discuzfiles.md5 index fd0661c1..fa786bf5 100644 --- a/upload/source/admincp/discuzfiles.md5 +++ b/upload/source/admincp/discuzfiles.md5 @@ -25,14 +25,14 @@ f71d20f81e943da1731e6f21f7b87b93 *./search.php b9b6db2a5893eb3f77d3243f7bbda747 *./template 37a55b38a5583c8e15ef1857df3fce4e *./uc_client 738de81bece8761e42d0590c2423208e *./uc_server -dcfe38615bce417dc8a0c3cb1ad89ffd *config/config_global_default.php +016d524feba187dbd30ca70925654279 *config/config_global_default.php f5b7198f12766f6e6c047f01898a4bc5 *config/config_ucenter_default.php 7215ee9c7d9dc229d2921a40e899ec5f *config/index.htm d41d8cd98f00b204e9800998ecf8427e *data/index.htm d41d8cd98f00b204e9800998ecf8427e *data/avatar/index.htm d41d8cd98f00b204e9800998ecf8427e *data/log/index.htm d41d8cd98f00b204e9800998ecf8427e *data/cache/index.htm -05d7787a7c69144f496b3c0e7410b7a8 *data/ipdata/geoiploc.php +b897a7f9a22875ece461b379289a53e1 *data/ipdata/geoiploc.php 7215ee9c7d9dc229d2921a40e899ec5f *data/ipdata/index.htm b21eeb904d9bcb604ed682343661bcc2 *data/ipdata/tinyipdata.dat d41d8cd98f00b204e9800998ecf8427e *data/template/index.htm @@ -66,7 +66,7 @@ b4bc857369759e98d5a1243d4400f2c8 *template/default/common/header_common.htm 30e8ae1dc35bc51162e84b1f12b44e88 *template/default/common/header_diy.htm 1ae0483740c9e37416bd07c068bdda1e *template/default/common/header_diynav.htm 19c62212d41889dca71ee8239cdbb654 *template/default/common/header_qmenu.htm -62bcd878979921f622968c848597bc6a *template/default/common/header_userstatus.htm +04a4cf4f39c8d5744b3165090351ba5a *template/default/common/header_userstatus.htm d41d8cd98f00b204e9800998ecf8427e *template/default/common/index.htm a3fa81ef3ad7b3aa6599a423d3f68c49 *template/default/common/invite.htm 8d18332c488ef29b14efb05a9565496d *template/default/common/ipnotice.htm @@ -119,7 +119,7 @@ f62503edf12f2e2dc55a5c8fa88575c2 *template/default/forum/collection_view.htm 4a60181a938977264a4622cda680edd0 *template/default/forum/darkroom.htm 41b08a5816dcc4680fa07ae103cf6c61 *template/default/forum/debate_umpire.htm e3c16c258c373dd765e705c94235018e *template/default/forum/discuz.htm -2cc9dccb36440454bc822d0beb3dcf53 *template/default/forum/discuzcode.htm +d308e01628cb218b97b0dd036a6858bc *template/default/forum/discuzcode.htm 75c9cafa056518d8ec7f43066ebeed75 *template/default/forum/editor_menu_forum.htm aaf4e500dede81ea68286da2061b2c42 *template/default/forum/forumdisplay.htm da788356bc3bf1d33c263dcbb492b1ff *template/default/forum/forumdisplay_fastpost.htm @@ -129,7 +129,7 @@ da788356bc3bf1d33c263dcbb492b1ff *template/default/forum/forumdisplay_fastpost.h 8e3a24898257c4afac88594c8f411e1a *template/default/forum/forumdisplay_pay.htm bd55f788f5954a153a69497971d0e841 *template/default/forum/forumdisplay_sort.htm 6b226a0197b30d5ea628f7df57b2b182 *template/default/forum/forumdisplay_subforum.htm -a1197ed664e184a30a80c931580e55bb *template/default/forum/guide.htm +8878362243021a93fcf05d3b13676ec6 *template/default/forum/guide.htm 8f34f90145510799afa84a65df057ebc *template/default/forum/guide_list_row.htm 5fc89c347d01826e27850867948bf2c8 *template/default/forum/hiderecover.htm 7215ee9c7d9dc229d2921a40e899ec5f *template/default/forum/index.htm @@ -191,13 +191,13 @@ de65a64c1cf31c59bcac4e2a1d28ef0c *template/default/forum/trade_displayorder.htm 1c23cab2676059d53ec2661ccec32cc9 *template/default/forum/viewthread.htm a965c5bc0a221e19a471c878b78cb6b5 *template/default/forum/viewthread_activity.htm f72d39bd02596051cf2241e15566d748 *template/default/forum/viewthread_album.htm -a810913cfcdbe58c90a03db2cf3d0c1c *template/default/forum/viewthread_debate.htm +8715e7faf2fafecc5972cc8e06a3c962 *template/default/forum/viewthread_debate.htm 6fecd3b135e9f8862fed96923d14cb83 *template/default/forum/viewthread_fastpost.htm bc0c6a59e995a81e693803bf4bc44f0f *template/default/forum/viewthread_from_node.htm a3e361a10cec8abbd6bc4ee407d170b7 *template/default/forum/viewthread_mod.htm ede94b1710bd3e1d626becfaf821381a *template/default/forum/viewthread_node.htm 65e5539560714ebd53f2b04713a6ecc0 *template/default/forum/viewthread_node_body.htm -9c600ab22287fbd32e9ab203eda45fc9 *template/default/forum/viewthread_pay.htm +9278c85e5c2e06fb5f450f39edf4f17c *template/default/forum/viewthread_pay.htm cb157ea840609cdfb21442902a2dae98 *template/default/forum/viewthread_poll.htm 531d1b15f0fc510bf592bfc6ceba8bd8 *template/default/forum/viewthread_poll_voter.htm 122655ab97b8da643eff1edbfb2981d4 *template/default/forum/viewthread_portal.htm @@ -240,7 +240,7 @@ a2ef6c8789cd6ddf0e36e724861f67a0 *template/default/home/misc_inputpwd.htm 9fd97473360fe8cd42201fb632ba537d *template/default/home/sendmail.htm 5df4d255563a355f3cfe3f138f88607f *template/default/home/spacecp_album.htm f540355e7d137879280722680bf6fe01 *template/default/home/spacecp_avatar.htm -a4d7ccdca03294f59acd8506ee7e816c *template/default/home/spacecp_avatar_body.htm +7cb5637283fed87874592a2a6ee1a45c *template/default/home/spacecp_avatar_body.htm f779540374fdebce5ac6d3d30000cebc *template/default/home/spacecp_blog.htm ba5dd21681d916d53a6e92db12275f3b *template/default/home/spacecp_class.htm 6c6f7c62e245db11742e4608b56577a7 *template/default/home/spacecp_click.htm @@ -286,7 +286,7 @@ d7c6e2cd964f758d5e8904a39fc2717f *template/default/home/spacecp_usergroup.htm d1a52d7bb45ce632f4b38e601ac06de9 *template/default/home/space_album_pic.htm 8c74d129d08a09b02ca5812b6590762e *template/default/home/space_album_view.htm b17a0bc94675017bd4c54dd6a57a6af9 *template/default/home/space_blog_list.htm -1d703e9350e8fac7abef54ad8136e313 *template/default/home/space_blog_view.htm +0bf9fa2ae8f478ada0e9e12b4332823f *template/default/home/space_blog_view.htm c81cdadbdebc7f6c72e99001ff2c6cb2 *template/default/home/space_card.htm 194f16fa78af5426f5c96419b5375124 *template/default/home/space_click.htm 9e263e2f0714d86a63495c090882f733 *template/default/home/space_comment_li.htm @@ -333,27 +333,27 @@ f11705f9f30d402dc14dca5d908a6198 *template/default/home/space_status.htm db9b21c491b406291b33f5ec399b5955 *template/default/home/space_task_detail.htm 78a25ca9f00dfce67c545e1c543d35bc *template/default/home/space_task_list.htm 9ce3c04869aca7db916acd472ddbe2af *template/default/home/space_task_parter.htm -d0a1ebbfa0da0b74b357a241bb003e96 *template/default/home/space_thread.htm +41da86abbb543353a339ed3b68f8cb48 *template/default/home/space_thread.htm cb32aff57eb5436ad080f2ded396a13d *template/default/home/space_thread_nav.htm 3574221056da3399dc7ff2774103e79d *template/default/home/space_trade.htm -786326511657e4d5ded3b335c9b7fb8a *template/default/home/space_userabout.htm +cbbdfc99b13b78bb124c58c93ccf6b94 *template/default/home/space_userabout.htm 4d6e6f1ce253b7a51d9f827f5f4b9d8b *template/default/home/space_videophoto.htm ed337fd01fb8d1e75396547a17c62b77 *template/default/home/space_wall.htm 7215ee9c7d9dc229d2921a40e899ec5f *template/default/index.htm -c8def757dc775d3fa95f5a7f788b31ac *template/default/m/css/activity.css -47286c1eda70027c05543fe2e63d823b *template/default/m/css/comm.css +fea55003719da65a6901cc010100b362 *template/default/m/css/activity.css +57ce4f7c834005d85237a3788721b88d *template/default/m/css/comm.css d41d8cd98f00b204e9800998ecf8427e *template/default/m/css/index.htm -9c07c9429a5ad27482fbd8fc317d2fcd *template/default/m/css/login.css -89d825dac7e8a1d155b2e450c2e43536 *template/default/m/css/pm.css -dc21c5b57798f7456a64f5ca60a4dde1 *template/default/m/css/vote.css +9662e9ce176f7755f249c1e21ae1583a *template/default/m/css/login.css +481b394401b4c06ecb0a485d939d2d9d *template/default/m/css/pm.css +1293ece5425bfd697ee945e87cd02124 *template/default/m/css/vote.css 510c2844b4a60cecdb16b792e03f82f3 *template/default/m/fonts/icomoon.eot -ed323af990ce539e60696c0a269033b3 *template/default/m/fonts/icomoon.svg +1c950ba335b4611e3cc04a5f778178f3 *template/default/m/fonts/icomoon.svg eb67b9bfb98b3e7f046c9d03ff7fc858 *template/default/m/fonts/icomoon.ttf 6d4bf0e3a696c4b7cec2143e79d390ca *template/default/m/fonts/icomoon.woff d41d8cd98f00b204e9800998ecf8427e *template/default/m/fonts/index.htm -1fff66eff9242eee8ec3324428e15032 *template/default/m/footer.htm -52aaf0f4353d74dfe68805b35e367a07 *template/default/m/forumlist.htm -0ca006b2f6a331ac69523914e4e45172 *template/default/m/header.htm +9aca73d28649b755b4a8b75e87fcd8aa *template/default/m/footer.htm +60a13b3b1b77bf33240abb701ad52394 *template/default/m/forumlist.htm +3d760f4e7268ce82c11de0f926c043e0 *template/default/m/header.htm 4e9e9be0541471b7041748264d0d7ce8 *template/default/m/images/36Kr_logo.png bf461c79fb6875a2240a6ac5fe7f6d8c *template/default/m/images/addBtn.png 5780060fa4bc0e968c9f1410e2cfc0f2 *template/default/m/images/apitest_qr.jpg @@ -385,89 +385,89 @@ b5848cc98144638030ca0b02b6226f8c *template/default/m/images/sprNewBg.png 8b244d2b8884be6879e8a3e8744c48f7 *template/default/m/images/u1p_arrow.png a94e463e98ae4bfa2018627c045f5b7d *template/default/m/images/up_arrow.png d4867323652757e4e51a1c252f8de92f *template/default/m/images/wxlogin_on.png -10c2927454d7fd2f969dca6d9e0911fe *template/default/m/index.htm -f4ac7f8e113e66499b0f705f0b96e14a *template/default/m/info_center.htm -2d8a4853684d0be9213517c93692f4d0 *template/default/m/js/account.js -6ea13d9698b7e3f5432dc39e3c7e2d0f *template/default/m/js/commfuncs.js -938f7f2f3e19ca979f93220bda37875f *template/default/m/js/commtools.js -2a388978233e8ab998b20434e309aab5 *template/default/m/js/emotion.js -c3f85e2f41517bebb51dc0d8a844cf38 *template/default/m/js/fastclick.js -c70683923b05eeda4464b81f92e753c8 *template/default/m/js/forumdisplay.js -a676531ea7c2194ffa014d082776cfee *template/default/m/js/forumlist.js -4f62f6bfbbcc46ba625a32f84b274f79 *template/default/m/js/imageview.js -482a79aae256fb806870cd65e2691dd6 *template/default/m/js/image_compress.js +b5e76e4e27ccd07c2fc1b92aabb9c3c4 *template/default/m/index.htm +b21dcd65538c742262793813759dbff4 *template/default/m/info_center.htm +40b29f91bc85ac0ce3f0923f8eb2f818 *template/default/m/js/account.js +b286ec3b31ec4f82dab82e5938f4c25f *template/default/m/js/commfuncs.js +951d2542dd5531400bf896acaef834fe *template/default/m/js/commtools.js +d1ed5db1cdd5119dd5ad1e3310e59e36 *template/default/m/js/emotion.js +70aeef0a11e77d5e9dbd6b2aae672488 *template/default/m/js/fastclick.js +34c0ae569b087d907a96f38b40af4d71 *template/default/m/js/forumdisplay.js +3af4ea7fe38b7cca8c7657be0264a35d *template/default/m/js/forumlist.js +b1db49e97c3ebbd1b6d11b4f5169b432 *template/default/m/js/imageview.js +7a94950cb5a50b21d5ca33d69d87db61 *template/default/m/js/image_compress.js d41d8cd98f00b204e9800998ecf8427e *template/default/m/js/index.htm -eb67ea2d0ea5f4d8bf9b86ea97a97c3b *template/default/m/js/index.js -c8f3d04d406dd75013bca437712c11e2 *template/default/m/js/info_center.js -49b1460a983f0c8a14494f8dac3425c4 *template/default/m/js/jpeg.encoder.basic.js -80a19f17c3cb5f31806179b0274d0b32 *template/default/m/js/jpegmeta.js -d70db2328d8cfd4b22dfb1a34cb8ea26 *template/default/m/js/jquery.min.js -08a84395893adba44b3d7411930a1fee *template/default/m/js/jscache.js -04d170b61e4f39e5331c772286da4984 *template/default/m/js/loadingmore.js -2d4fc59407b370af95f49932137122b5 *template/default/m/js/login.js -6461cb355abb1bf0b7d73b291824da6a *template/default/m/js/media.js -797c09c8f6e53786dfdbde5fc404ae29 *template/default/m/js/mynotice.js -d1df518c6b446b709d451ca28fe58943 *template/default/m/js/mypm.js -3d2d0bf2ce566004fe8f52eb58cc7b3d *template/default/m/js/mythread.js -29a07e51a7a85feb2598e2cdeb90c082 *template/default/m/js/navmenu.js -14b4e7ab1992de935eb80fac48dd2f5d *template/default/m/js/newreply.js -750c5ed5aee4c95a213befeeb6f9478b *template/default/m/js/newthread.js -7994aa7762613cb81dc84f0edf805c09 *template/default/m/js/pagebase.js -fa08e3643052614fee26879372f58a44 *template/default/m/js/profile.js +eabf9acafa76aeac3cd22bc32697bbb8 *template/default/m/js/index.js +0abd63884ae9caf7bb6de8613967922a *template/default/m/js/info_center.js +18352aaea942aaba640cac8ad602c837 *template/default/m/js/jpeg.encoder.basic.js +073d5ba085da576de3eb84b0da0144dd *template/default/m/js/jpegmeta.js +00eb501df470e62ee14bde91f787b4c3 *template/default/m/js/jquery.min.js +9926ad90401970187ab10623505660c6 *template/default/m/js/jscache.js +c575a123247ec0dc739816e98ab7714f *template/default/m/js/loadingmore.js +db480afac14c892ee4e2816f8e3701bc *template/default/m/js/login.js +4da1964ab940a3e163ef02b626e7b84d *template/default/m/js/media.js +4b89f25db4e73aba0ab6c7c3c8a0dc77 *template/default/m/js/mynotice.js +737c992c8a0b4a9f631220a664439cff *template/default/m/js/mypm.js +9e717f2c7c5a7729bb9162cbf598e3bf *template/default/m/js/mythread.js +fcfc56585c426403f16850995048e622 *template/default/m/js/navmenu.js +2bb1e27e2e13dd3c62a4666c4c27d5a1 *template/default/m/js/newreply.js +03518e3f7ebeab6754a7b946631dd021 *template/default/m/js/newthread.js +cd39d542ef7747d19bf0b242dcc545c7 *template/default/m/js/pagebase.js +30c346d29b028b518a0447d70812dd18 *template/default/m/js/profile.js bd637ef806ccfc537a35c619bef0d4bd *template/default/m/js/qb.js 07eda015d7bdaaca6201a4dc7c857c54 *template/default/m/js/qqapi.custom.js -35cb9697ce8f22f6436bff7474db5874 *template/default/m/js/quickreply.js -96b67782b002110b9ba1a7f39b003cee *template/default/m/js/secure.js -3397b359eac5bdd594e3785b896ff9cd *template/default/m/js/showactivity.js +e0e7faa16d30211d95a40e54ccdc4e79 *template/default/m/js/quickreply.js +08e9be171ce5ddd1b455269b7d802656 *template/default/m/js/secure.js +d11385e5681d7c4d9bf378965d90581f *template/default/m/js/showactivity.js 3154341648d675ec06e77148451b41f7 *template/default/m/js/template.min.js -319ec9e037569d24ae3608fb9f678246 *template/default/m/js/topicadmin.js -564e16da67c368a50fffd48d757bfce1 *template/default/m/js/viewcomment.js -9f7cf353532e45bd2c7bd0e0a5355cda *template/default/m/js/viewthread.js -76decfec70f05f3da65787678645d228 *template/default/m/js/viewthread_activity.js -87308fd85cda76ca73fd3d825404782a *template/default/m/js/viewthread_poll.js -12938f32741df9b5a93cd2dbc9887219 *template/default/m/js/viewthread_reward.js -3190eb944dc50ebab8289f3c59a564f4 *template/default/m/login.htm -02d4115ab5d40cd936e3fdbc1b493985 *template/default/m/mynotice.htm -4005403114b16bf3588fa03ce6b19c1a *template/default/m/mypm.htm -63c927db88cc7da9362262dd1614e93f *template/default/m/mythread.htm -5290f655e8db6ce83aa64b31f9b8aabb *template/default/m/newthread.htm -9e9fa1c588664f761a498d566508e4a1 *template/default/m/profile.htm -d8eae49738de8cad8a931adea95f7964 *template/default/m/showactivity.htm -54780bfb695266ea695a53159b544b6c *template/default/m/tmpl/common.htm -34be6a7f69fcf78e0525419be054293f *template/default/m/tmpl/error.htm -765b5ffc9948407be987ba9878a3d2fa *template/default/m/tmpl/forumdisplay.htm -ffc5575036dca79c51bf4fbcef1cfc2a *template/default/m/tmpl/forumdisplay_picbox.htm -5a096ec739862a03c6f260f3dd2a7361 *template/default/m/tmpl/forumdisplay_showactivity.htm -2d49234c98d516b44f73813116b6736e *template/default/m/tmpl/forumdisplay_wsq.htm -16352d0cca1911bee3ee75be62c7780a *template/default/m/tmpl/forumlist.htm +5daa9dcc63d95f9c89adf2345551df91 *template/default/m/js/topicadmin.js +2cce8b129d8f044f35a73e433aea783a *template/default/m/js/viewcomment.js +c7bf1f6552697bf25846e7966b173085 *template/default/m/js/viewthread.js +0f9dbb57da943a0c6f4f0c42617791ed *template/default/m/js/viewthread_activity.js +f75ec3147fefd099f4cc720650a2d409 *template/default/m/js/viewthread_poll.js +14610105bd5a886ea41d1801c44cd85c *template/default/m/js/viewthread_reward.js +d0eb97a2c7be38c008c9883ada9bcdd0 *template/default/m/login.htm +1fe6716d71d22cf2087080009f6211be *template/default/m/mynotice.htm +0a931fe3751adbea240a2b384d294b44 *template/default/m/mypm.htm +46a15df9ecf2d5088dd36121a539b3a1 *template/default/m/mythread.htm +e6434b175bc7d818cbe8d3db4313d602 *template/default/m/newthread.htm +32cace47e634f0f27b46e6c5feed3173 *template/default/m/profile.htm +8d6d80c60dd496d5ba275bd38e900324 *template/default/m/showactivity.htm +3c4e6c57a978dd5b9a978dbe719ae28f *template/default/m/tmpl/common.htm +762d00a6695c37c91cdba6958f03b684 *template/default/m/tmpl/error.htm +82c47cfbbde3291422ad7f61b31e43e5 *template/default/m/tmpl/forumdisplay.htm +7d7c36ba8525beafd5538c731c7ff5d6 *template/default/m/tmpl/forumdisplay_picbox.htm +30bce639a3f486e307f0a11cd37a977a *template/default/m/tmpl/forumdisplay_showactivity.htm +68d58c6a91ff7cbfa44cd90535220aee *template/default/m/tmpl/forumdisplay_wsq.htm +bff04db64f098e0dd329264d5c7f56ef *template/default/m/tmpl/forumlist.htm d41d8cd98f00b204e9800998ecf8427e *template/default/m/tmpl/index.htm -1092281426422f3af8aae1c31ec059fc *template/default/m/tmpl/infocenter.htm -df92493e2c0b2148ac3f95b0cf8db836 *template/default/m/tmpl/login.htm -f9b295f39780539110626507073adce3 *template/default/m/tmpl/menu_index.htm -81f67f30f2c73cf5c47bdec91a10f727 *template/default/m/tmpl/menu_nav.htm -2cab16b430ad4f1f0e2d9fa7c1390321 *template/default/m/tmpl/myfavorite.htm -ea6070b2401999b65a91ec27fe00afb9 *template/default/m/tmpl/mynotice.htm -788b6f14b782e7a48a43b568caa54385 *template/default/m/tmpl/mypm.htm -028a067953ca55927154e6fb1b780cb8 *template/default/m/tmpl/mythread.htm -df6542d4c3ed578b29a1e5b724b1d3b1 *template/default/m/tmpl/myviewedsite.htm -6c2aaa165443592acd9c6dee7886ac5a *template/default/m/tmpl/profile.htm -d57cfc22a3365b06fd864db8327c26f4 *template/default/m/tmpl/reply.htm -fbffedf33a84f7b9f043d14e4b50d3f8 *template/default/m/tmpl/secure.htm -795cf57aa4bf65f2e2719dc7e33ac29f *template/default/m/tmpl/secure_dialog.htm -55b30f1d6e847ce8b933317bc983c180 *template/default/m/tmpl/showactivity.htm -68d49b43c638f6a92d5c6ef62725ca4b *template/default/m/tmpl/sidebar.htm -6d6ee95a41f331f1f74b1775883eb852 *template/default/m/tmpl/tmpl_quickreply.htm -09b9ebc06407fed09e72dfbee42663f5 *template/default/m/tmpl/topicadmin.htm -76692465a6dc366108bd1f951a022c53 *template/default/m/tmpl/viewcomment.htm -3fa9b60921365250c6e4102f0fc8e888 *template/default/m/tmpl/viewthread.htm -3e1231d4d91148e91a803be710db57a3 *template/default/m/tmpl/viewthread_activity.htm -dc4986227d38f96d28a290164baaa6a8 *template/default/m/tmpl/viewthread_picbox.htm -df8affe911fc73bff0ecf94e304d25bf *template/default/m/tmpl/viewthread_poll.htm -ed7e08c53eed492c1097958f10b680dd *template/default/m/tmpl/viewthread_reward.htm -62403a9fe20b7eb17648504d9eef481b *template/default/m/tmpl/viewthread_thread.htm -8e3ba08538a2b1d65ebb789a5b7aee62 *template/default/m/toplist.htm -534a0513be1bd381fa36fd2d470a4557 *template/default/m/viewcomment.htm -79cff0e230db64a3199a4e38f2658f6e *template/default/m/viewthread.htm +11e26a1c9e48a5c2e44fd2bd1aa44d8b *template/default/m/tmpl/infocenter.htm +aaf389aef016f30840dfd7900d1a2d8b *template/default/m/tmpl/login.htm +608e38be2674399c995dcf4d583c00c1 *template/default/m/tmpl/menu_index.htm +07635dd9e4dfe539c089dc29d5c01a76 *template/default/m/tmpl/menu_nav.htm +49d16b60746b7e93115aee8a21f748d3 *template/default/m/tmpl/myfavorite.htm +c78fad878243766dc3f9d5f47ae104b8 *template/default/m/tmpl/mynotice.htm +7cc59d3d8d7aaf6cdca014598faec325 *template/default/m/tmpl/mypm.htm +4f8955f19aa622b6417caf5805d779e3 *template/default/m/tmpl/mythread.htm +70606d4dae074dbd6de7f6e49cf973f6 *template/default/m/tmpl/myviewedsite.htm +e6fd4fc16a7f47c8742101857c9d03c5 *template/default/m/tmpl/profile.htm +373dfead760b8d0f7f737268a156351a *template/default/m/tmpl/reply.htm +dc6e7fe6b7d03e29790d4329bd7ae56f *template/default/m/tmpl/secure.htm +86e8719526f92303787e53f2e601bb66 *template/default/m/tmpl/secure_dialog.htm +bec4d0768a97c73bc0cc31adc8efea79 *template/default/m/tmpl/showactivity.htm +228d324a1df41c91c04fa0475ec6dd2d *template/default/m/tmpl/sidebar.htm +05dc2e234fd766eb3fc57cdc45b1ca69 *template/default/m/tmpl/tmpl_quickreply.htm +bc6183ed3e6ca0c146394b5af8704f2d *template/default/m/tmpl/topicadmin.htm +b9af3dbef3d995c8c274ee15f54e10e2 *template/default/m/tmpl/viewcomment.htm +203a3b750604d79841ef497a4a9949a9 *template/default/m/tmpl/viewthread.htm +9a93ce6244f99d75346fd68ce8b450ad *template/default/m/tmpl/viewthread_activity.htm +276453fad5adc1bdb54b10a2ebea3217 *template/default/m/tmpl/viewthread_picbox.htm +43db9ef13ded5b95f7587d5fbb220230 *template/default/m/tmpl/viewthread_poll.htm +8138a8c631ce426be9dedad0ef9ac9aa *template/default/m/tmpl/viewthread_reward.htm +a6f897b6d74613f18e04515c547e4aea *template/default/m/tmpl/viewthread_thread.htm +bccc22258e6fdf3b6125191a2ed4aca1 *template/default/m/toplist.htm +02517fe63c75c86c30832297922170fe *template/default/m/viewcomment.htm +862bb1118eb253f637a3a69d7cdc77da *template/default/m/viewthread.htm f394c231919ab6411cc6a4dbb06ca91a *template/default/member/getpasswd.htm d41d8cd98f00b204e9800998ecf8427e *template/default/member/index.htm a20d9f104f2f11a391a69eeea5ceb51a *template/default/member/login.htm @@ -668,7 +668,7 @@ d41d8cd98f00b204e9800998ecf8427e *template/default/style/t5/index.htm e861e5ec7ed902f8b8e7ad91de22be3d *template/default/style/t5/style.css d41d8cd98f00b204e9800998ecf8427e *template/default/tag/index.htm 6e037fd66dc354cb095de43b250f632a *template/default/tag/tag.htm -e95a557476eddcffb8b6ea0e8f0a5da2 *template/default/tag/tagitem.htm +80f6365f2fb9c81fba165daf241180f7 *template/default/tag/tagitem.htm 649af6bba50046d29880c7861a17434a *template/default/touch/common/footer.htm dcecf9502c1ceadebea0ae4c229d3364 *template/default/touch/common/footer_ajax.htm 7ef00b0d1edead1f5bff84488b72cd37 *template/default/touch/common/header.htm @@ -677,20 +677,20 @@ d41d8cd98f00b204e9800998ecf8427e *template/default/touch/common/index.htm 0dfeae05e3eafab366484372b3e6b218 *template/default/touch/common/preview.htm a4eb5f496d1379c218275582b2ed3b91 *template/default/touch/common/seccheck.htm 9b743da3dba6b87c1a77610128e44f75 *template/default/touch/common/showmessage.htm -afef1ae4320566d00b51c7a8b879e610 *template/default/touch/forum/attachpay.htm +aa32d202a12da205746b105d67bcc0b2 *template/default/touch/forum/attachpay.htm 57f128808483a3b4cb281f0eb5bd53df *template/default/touch/forum/discuz.htm 4e10fcc4ff2d80b81082f88abc8b3c54 *template/default/touch/forum/discuzcode.htm ce3ea576ef65488b4c30d9204485a949 *template/default/touch/forum/forumdisplay.htm e0c9aabe1806a29af15cca9ee5dd6aaf *template/default/touch/forum/forumdisplay_fastpost.htm -66f4e0d22d080377b79781fb1a8e0236 *template/default/touch/forum/guide.htm +9a20b12303f43913ec262cf824f937e2 *template/default/touch/forum/guide.htm dd7131d0f695b75f3a164438b201b086 *template/default/touch/forum/guide_list_row.htm d41d8cd98f00b204e9800998ecf8427e *template/default/touch/forum/index.htm 5f8c09a7f6691cbcca41cf9f3301889f *template/default/touch/forum/modcp.htm ff4c1729e4f7919d45676f185c07d83c *template/default/touch/forum/modcp_login.htm 1dbda5c2c5db5baa8b2884957070e5eb *template/default/touch/forum/modcp_member.htm -c1bf6022bf9893d818235902ffbb19f9 *template/default/touch/forum/pay.htm +66778891d779059ff80cb4d3c2f01591 *template/default/touch/forum/pay.htm a0a5d30c728b3cf5f1223e3de0ef129e *template/default/touch/forum/post.htm -f8a2bf7fd185283b8900bd259e6fa538 *template/default/touch/forum/post_editor_attribute.htm +64fed2750a252e37df88d6b377ba08bf *template/default/touch/forum/post_editor_attribute.htm a8aa894029d40650aa514c474796c30d *template/default/touch/forum/topicadmin.htm 4f536e3552c37d67cc956bca23d71dfe *template/default/touch/forum/topicadmin_action.htm 59389c483d245d5bced395b7fa29e5a8 *template/default/touch/forum/viewthread.htm @@ -708,12 +708,12 @@ ee2db39a898de172f7522b9ccc882342 *template/default/touch/home/spacecp_pm.htm 4d2f6eee04061b132fd59b8c47e688f0 *template/default/touch/home/space_pm.htm 21f045320dec9b1b1bf38e8bc081255f *template/default/touch/home/space_pm_node.htm a0723fe8d11b3d6b4963610b175d808d *template/default/touch/home/space_profile.htm -7bac8d58995eff9defefdec9ebf48b08 *template/default/touch/home/space_thread.htm +f106a3cfa0b8a62d24345b7457f9f891 *template/default/touch/home/space_thread.htm d41d8cd98f00b204e9800998ecf8427e *template/default/touch/index.htm d41d8cd98f00b204e9800998ecf8427e *template/default/touch/member/index.htm 3db150e94816bca0c666867457737d37 *template/default/touch/member/login.htm 8809cd233b09d0e559610a5639aef2ac *template/default/touch/member/register.htm -1f10c1111de702cd4bd5592df32da1dd *template/default/touch/search/forum.htm +624b509727c7d94335e7102aaab670ed *template/default/touch/search/forum.htm d41d8cd98f00b204e9800998ecf8427e *template/default/touch/search/index.htm e2bfd963180479b2a2e8921466e6c207 *template/default/touch/search/pubsearch.htm 6115864494c807bf0b479fe80e185fbb *template/default/touch/search/thread_list.htm @@ -742,7 +742,7 @@ b823337680526406af4471db0c89644b *api/addons/zendcheck52.php 32e1277439930433e7205f3d3b711226 *api/addons/zendcheck53.php 7215ee9c7d9dc229d2921a40e899ec5f *api/connect/index.htm d41d8cd98f00b204e9800998ecf8427e *api/connect/like.php -18ccaeb1a8fc175c76fa32d2242c2edb *api/db/dbbak.php +ccfad6b4ce39e31dfa1cb91a1f03a3c6 *api/db/dbbak.php d41d8cd98f00b204e9800998ecf8427e *api/db/index.htm 7215ee9c7d9dc229d2921a40e899ec5f *api/index.htm b8ffc3a164a636060e034ecd5ebcb28b *api/javascript/advertisement.php @@ -761,8 +761,8 @@ aab6115d6da094789d9fab9920c0848d *api/trade/notify_credit.php 9f8cdad894a67ca729e3f36a27121f3a *api/trade/notify_invite.php a014963f4ea09d3a9389b9100f9512e8 *api/trade/notify_trade.php d4eab86918808b578d08edaab073ac8e *api/uc.php -586ed46d5def99dd346dce86077461af *m/index.php -63c74fe088c84e0ed2cc83d826178e6c *source/discuz_version.php +fa24c93c4e4751d52e3e8b9e8e2e6fea *m/index.php +fc96a9c3bb30d9ab1abcab2c61b992c2 *source/discuz_version.php 7215ee9c7d9dc229d2921a40e899ec5f *source/index.htm 0a7896849dd83bbf64a31ccf11e58a17 *source/admincp/admincp_admingroup.php d4644aa3ec2ad361b9cd1d2e1ca544e5 *source/admincp/admincp_adv.php @@ -822,10 +822,10 @@ ce933a5125e40603d639e0699ad6f11d *source/admincp/admincp_postsplit.php 05f8a7fdbc5d1ae3d6982d01fbbccc64 *source/admincp/admincp_quickquery.php 5dcf4442b5b9bcf42ef779844dd0778f *source/admincp/admincp_recyclebin.php d78b5fa0a0d8c1207ff7273bfee88029 *source/admincp/admincp_recyclebinpost.php -4b19666e38ddc1b75f35f48589b3654f *source/admincp/admincp_remoderate.php +cd00baf2f12c792e6139924bdc4e6a2f *source/admincp/admincp_remoderate.php 693cf16a043646e6a1c1d885c1ede9a0 *source/admincp/admincp_report.php 515969363b1f35bf2523b4db88447ab8 *source/admincp/admincp_search.php -0cf69dc7fa261f4c3e23c0b19b8b3427 *source/admincp/admincp_setting.php +29da15cee27537ac863505db4ae62f4d *source/admincp/admincp_setting.php 99faaf0fbd0645ac3baf1889629787bd *source/admincp/admincp_share.php c5bcf7715bc4bc3a614574152e41120f *source/admincp/admincp_smilies.php 007a086e911f690b1ae821a31bf53eaf *source/admincp/admincp_specialuser.php @@ -990,7 +990,7 @@ d41d8cd98f00b204e9800998ecf8427e *source/class/cache/index.htm 097d57aed4c14135dddfa9e0654df28c *source/class/class_dbexception.php eb8fcd8cf858498235cb8f9fa5532642 *source/class/class_gifmerge.php 85280e530e1bdbc959ccdb820d448431 *source/class/class_image.php -84d9b78dc19616b1604ba23f19940b4b *source/class/class_member.php +515960e757c2b2feab64f76aaf24c9ed *source/class/class_member.php 5cb482684c447569d9d8b8e7c36659bf *source/class/class_membersearch.php f586ad9557c88be3630b8263da72ec19 *source/class/class_optimizer.php 96b880167956e7190b9b033ee421c6a5 *source/class/class_portalcategory.php @@ -1007,7 +1007,7 @@ fb05c4f082d4098a9e567b2d56cb8344 *source/class/db/db_driver_mysqli_slave.php e28eb546c80966c63d5cca19063b7d53 *source/class/db/db_driver_mysql_slave.php d41d8cd98f00b204e9800998ecf8427e *source/class/db/index.htm 669d659178bf3a85a791deabbbb8d311 *source/class/discuz/discuz_admincp.php -54cce1132a1f32c6bd4372af8623725b *source/class/discuz/discuz_application.php +c516d2b7f54e45883e6d2dcbdb858b81 *source/class/discuz/discuz_application.php 5bb1ba4480bcfd862809bf5f5951d5cf *source/class/discuz/discuz_base.php b0b7df7926c2cdd89957cca31ba54c41 *source/class/discuz/discuz_block.php 70a91a45e71b11974c678de26118dea8 *source/class/discuz/discuz_censor.php @@ -1114,12 +1114,12 @@ bbb7b9348becfc1bda0b510faf533948 *source/class/optimizer/optimizer_aggid.php 9fce3e9b01008cca2b841b6b439ba86f *source/class/optimizer/optimizer_attachrefcheck.php 5205232550520170c438d21461eff292 *source/class/optimizer/optimizer_dbbackup.php d89478f52c55b4bef37b4e7d4e74d3bf *source/class/optimizer/optimizer_dbbackup_clean.php -63c47b0ff11e5bc2151ac5b8e0650e62 *source/class/optimizer/optimizer_dos8p3.php +26336cf1c4a314d0a2de74a0eeae2eff *source/class/optimizer/optimizer_dos8p3.php 21146601b3c3cdc9c96903535d13f249 *source/class/optimizer/optimizer_editperdel.php 8f8cd7d59ed7f118862ff67906effd4c *source/class/optimizer/optimizer_emailregister.php 2b7831dc19515b007fae5c6fa575ef02 *source/class/optimizer/optimizer_filecheck.php 7fe2cf8e749bf2fa4c18528167ef56f8 *source/class/optimizer/optimizer_forumstatus.php -453a8873c5a5a3774aee3a27d1fd1bf4 *source/class/optimizer/optimizer_httphost.php +29d92d6498b3fde3276efef44f907322 *source/class/optimizer/optimizer_httphost.php d329a53c7a7b1971d8226ba9bc793014 *source/class/optimizer/optimizer_inviteregister.php 932bc655629e1eebf6ddc56ed076d69e *source/class/optimizer/optimizer_ipregctrl.php 7a7a64004bb7a42f3d4db87511d55c99 *source/class/optimizer/optimizer_log.php @@ -1454,7 +1454,7 @@ d41d8cd98f00b204e9800998ecf8427e *source/function/cache/index.htm 579f4ce43abe7a920ba173fbcdf7bbf4 *source/function/function_block.php 0846557fec0225ed09a8c5647a58665b *source/function/function_blog.php 10152e216afcc2730c7961778fd2d36a *source/function/function_cache.php -5bd7b90eb6f72c4334a79fead764a710 *source/function/function_cloudaddons.php +56d2e09f9a98e1e34eb6bdebcf2059be *source/function/function_cloudaddons.php 77f06f33b827d1155c5c3c2f28bc7909 *source/function/function_collection.php c7085897146b34fa0c94d3c08f77f2a9 *source/function/function_comment.php f45845c5d558bf050a0f9ad401060049 *source/function/function_core.php @@ -1496,19 +1496,19 @@ c270132d0780cb2682b431cd47897e9c *source/function/function_trade.php 405ba354a201677e9cd76cf0e2314a44 *source/function/function_upload.php d41d8cd98f00b204e9800998ecf8427e *source/function/index.htm d41d8cd98f00b204e9800998ecf8427e *source/function/media/index.htm -2c2e756901195f6e9f1d6591ec6fcf3f *source/function/media/media_56.php -b45ea22f19e972b45b2ea58392b0c199 *source/function/media/media_acfun.php -6870be8e02d0741a85032799300cdaf3 *source/function/media/media_bilibili.php -a8a62c96f9ffc6e7f3943a4a1d020609 *source/function/media/media_ixigua.php -fa6c365f3f764f271e0c63b142e4ccde *source/function/media/media_ku6.php -f1fe8b7202a629d8a9dcb0bc6673991b *source/function/media/media_mgtv.php -210dc5120a3d00888fdeb11c23027537 *source/function/media/media_qq.php -3852347aeff7aedd48666479cda193b1 *source/function/media/media_sina.php -ad5a45fdf53841191e6fce4a9a9532c0 *source/function/media/media_sohu.php -f7719879f013401b3e59b4d44d9406ab *source/function/media/media_tudou.php -fe99e6cf69bb51f57bc80831035cad6e *source/function/media/media_wasu.php -cfa9a380c166cd6b6a87700f6dfc33ba *source/function/media/media_youku.php -05fbfc38ade5809475c3c1e6d1680f61 *source/function/media/media_youtube.php +dbf1ae5e22496740c26a9f0d5b11de9d *source/function/media/media_56.php +86352baae10e0ae033a15c32bad0b045 *source/function/media/media_acfun.php +8ee1482a98edb5fff23ae528644a74f2 *source/function/media/media_bilibili.php +82e3a711eb6a70cbab558ccde9260776 *source/function/media/media_ixigua.php +faaade06b97700dc9eae748321b647dc *source/function/media/media_ku6.php +04bb0e6a2efb70f6a1444309c948a29d *source/function/media/media_mgtv.php +5b7387ec6fd5e0e395cd9d45d72f3c15 *source/function/media/media_qq.php +3ad5a70e973b0a822530cef55f1682f8 *source/function/media/media_sina.php +196bd2fa34ad901f4a86564434183166 *source/function/media/media_sohu.php +ca7112b3ca1360418bfacbcc067b4f88 *source/function/media/media_tudou.php +07782c6c51233ffaa4008447fa589ed4 *source/function/media/media_wasu.php +e16c51f5d1964856c494e2f56338c0ce *source/function/media/media_youku.php +730ef77b07c612ec08679e7f533e480b *source/function/media/media_youtube.php 8ed1be38bb3de1aa5a1fee832e2dae22 *source/include/collection/collection_comment.php 3708e215a1f193e93b0c0e94a9610ea4 *source/include/collection/collection_edit.php ce22900c4f828025ddec6f2e30351faf *source/include/collection/collection_follow.php @@ -1675,7 +1675,7 @@ fce54ad1b0b70b51280547fd14443ad3 *source/include/topicadmin/topicadmin_restore.p 174b47ae20b97479de48d79947f914b7 *source/include/topicadmin/topicadmin_split.php 94a9c84884a37189a15fc589665bc350 *source/include/topicadmin/topicadmin_stamp.php 9e116369faecbda7fbce152fb4749593 *source/include/topicadmin/topicadmin_stamplist.php -486e258c30035abc231fb9206c2c46ef *source/include/topicadmin/topicadmin_stickreply.php +74a1a0de0fc8d2cd3c51c0dd9dfee670 *source/include/topicadmin/topicadmin_stickreply.php c2793b32f46424115ca56211484d428c *source/include/topicadmin/topicadmin_warn.php d41d8cd98f00b204e9800998ecf8427e *source/language/adv/index.htm f5f29109c2635b525db73a6babcf6f1e *source/language/adv/lang_article.php @@ -1746,10 +1746,10 @@ d41d8cd98f00b204e9800998ecf8427e *source/language/group/index.htm aa5afac8d3be08eb2eeee0cbcaee5d68 *source/language/home/lang_template.php d41d8cd98f00b204e9800998ecf8427e *source/language/index.htm c912d218c2e9bb4c313190fc0f4a7339 *source/language/lang_action.php -f2621ff1851057b43c07b8c7c3669f00 *source/language/lang_admincp.php +c4653226b48baff4778d30892e1bf49e *source/language/lang_admincp.php bb079def9d0446b4938108c706c529dd *source/language/lang_admincp_login.php 40fd9d1bec40b807273bef83c67c9ab6 *source/language/lang_admincp_menu.php -db494e7b79ea8810969e2f1cd92a4cc9 *source/language/lang_admincp_msg.php +2e81ddbb58da84105a5f6b91b4ebb730 *source/language/lang_admincp_msg.php 7f1c9c8219c1b8c19966f678e6443914 *source/language/lang_admincp_searchindex.php 85b48ebd58cbbca013cf830d7890506e *source/language/lang_blockclass.php 6bfd66db7ef1ddb8c49326f92f2ed710 *source/language/lang_cloud_register.php @@ -1764,7 +1764,7 @@ f1e320d5eceb22226759968178a75491 *source/language/lang_friend.php c51c27628c378b986ffd947e90a2f909 *source/language/lang_optimizer.php b22dda0c98c10eaec346b3c70b30059d *source/language/lang_portalcp.php 6aacd40bbd48bc31cdf081dd610f0c26 *source/language/lang_seccode.php -fed9efc14e7eb0cd4fe9746d29d3c288 *source/language/lang_security.php +b81203d2936bc280891894a3f179ead7 *source/language/lang_security.php 79ab02469b057aa44903b89a5471ea79 *source/language/lang_space.php daca4c0180d9d88287a3f9011a593b94 *source/language/lang_spacecp.php 59f5082fef968039371c5247dda59e14 *source/language/lang_template.php @@ -1908,8 +1908,8 @@ c4ad9c58ee1c98c90158a936139e70f3 *source/module/search/search_group.php fb7ea5226a204a93e5bcde2a892cac85 *source/module/search/search_portal.php 29aa3a7fc9ffac315adf350e760f1880 *source/module/search/search_user.php bc3876c0904d9f3f51136effb2fb4c3d *static/avatar/arrow_down_big.gif -a221a06ac491aa71c92e759e6ac4963f *static/avatar/avatar.css -fc2a81abf70e210684bc9c5cd0359e5b *static/avatar/avatar.js +86b5835383d0647e1774a8897b1760bb *static/avatar/avatar.css +ee21d98890b2bf7849453744192b66cb *static/avatar/avatar.js cd79a9260b562084bef086f68a202585 *static/avatar/avatar_back.gif 24e97b340ec9e9d72535db8e1f8087c5 *static/avatar/avatar_blank.gif ba59ae3abc3a75b97fb6186cfe9115ea *static/avatar/avatar_finishback.png @@ -1918,7 +1918,7 @@ ba59ae3abc3a75b97fb6186cfe9115ea *static/avatar/avatar_finishback.png a5e287491d3a1724b04d33b01dbbf70b *static/avatar/avatar_save.gif 42656cdf1b30696f3e6dd544a01ba0a3 *static/avatar/avatar_upload.gif d41d8cd98f00b204e9800998ecf8427e *static/avatar/index.htm -d935d506ae9c8dd9e0f96706fbb91f65 *static/avatar/jquery-ui.min.js +6a8d2ad2b8a68c521fa71d81dfea6142 *static/avatar/jquery-ui.min.js 18e2222cdf584db09ad3d83a1c9cb686 *static/avatar/ui-bg_flat_0_aaaaaa_40x100.png 3c739f0850728b9d2b21fabce555c8bf *static/avatar/ui-bg_flat_75_ffffff_40x100.png 3f439c206bd6e523e0075ee3e82cc5e2 *static/avatar/ui-bg_glass_55_fbf9ee_1x400.png @@ -2862,7 +2862,7 @@ d41d8cd98f00b204e9800998ecf8427e *static/image/mobile/index.htm bf5fc406bbbbf9f46e81f72240443cb5 *static/image/mobile/input_bg.gif adb137d7cf21ab51c034554459b01a5f *static/image/mobile/logo.gif f0005569231ece081860bf27bcd22412 *static/image/mobile/preview.png -8c6c5b00d6c03411d39e406c2f7bfde0 *static/image/mobile/style.css +2b240a4582ae93149d9dd04fd2dfbdda *static/image/mobile/style.css 88e410a5c22851c99e7a1f7ad1501b10 *static/image/poke/cyx.gif cdf45371d07da97e82a328367bb283b1 *static/image/poke/dyx.gif 00bba926759783c4db085b3c0d35d37a *static/image/poke/fw.gif @@ -3203,14 +3203,14 @@ d41d8cd98f00b204e9800998ecf8427e *static/image/upgrade/index.htm 7215ee9c7d9dc229d2921a40e899ec5f *static/index.htm b7d9174d54261a48fb7854d55fcb7852 *static/js/admincp.js 554019a035311ef2e0f2ea18d748c375 *static/js/ajax.js -9f6b49a6a36f26428f94687ccaaa4bd6 *static/js/at.js +22aaa981277e8b1807c15077d17839c5 *static/js/at.js 822fde5d8f71ba4b92f154ff9629a9d4 *static/js/autoloadpage.js 170a6b851eb3db392c59b77deed0f066 *static/js/bbcode.js c1f1ddfd4e953966a03e5091b7bfe339 *static/js/calendar.js 7ec647d946f03b500dddfd709ee00d52 *static/js/common.js 76075a8972349994f4f7179b647a47f5 *static/js/common_diy.js 524808861a77530e5c19756e86b7dafd *static/js/common_extra.js -08c70f0d2dd5500a6d6b4d073a213181 *static/js/echarts/echarts.common.min.js +a59aca1db84fa583cb66d2bf2324ddf0 *static/js/echarts/echarts.common.min.js d41d8cd98f00b204e9800998ecf8427e *static/js/echarts/index.htm 07db90c563300d70092466ad525cd5c0 *static/js/editor.js acb49f3a33a469c6b8bfaf3760d6c71b *static/js/fileprogress.js @@ -3238,15 +3238,15 @@ ff352f0645ea7e926caaa3ef2c48da02 *static/js/mobile/buildfileupload.js 468e95f1e00eee8c9f86dcc583be020a *static/js/mobile/common.js d41d8cd98f00b204e9800998ecf8427e *static/js/mobile/index.htm e1288116312e4728f98923c79b034b67 *static/js/mobile/jquery.min.js -c7a06100ded36c16acd06454e6932de0 *static/js/player/aplayer.min.css +83adba7b024728039d7cd7080f10e270 *static/js/player/aplayer.min.css 45e6c849cb21cc7c5271e0e794bae1ca *static/js/player/aplayer.min.css.map 9ebf5963ef3fe6ce1f2f8c650c4eae0b *static/js/player/aplayer.min.js 85f312528e8e0543a0c2ae8d3b3109e0 *static/js/player/aplayer.min.js.map -e11f7de2d961c9966b6b6b010a1ac79b *static/js/player/dplayer.min.css +e8021f4a7146d3691efbcf9dbf8f276f *static/js/player/dplayer.min.css 47beb0074d8580f7969bb26dd71257f8 *static/js/player/dplayer.min.css.map 6861fe0921f0c3c512223413d00735d8 *static/js/player/dplayer.min.js 48c9558e19771531b7b375459818e0e4 *static/js/player/dplayer.min.js.map -ac66b3439c4eb065c80223543aba7a9d *static/js/player/flv.min.js +e7fbfbc5e77678a9b6196e101af0e631 *static/js/player/flv.min.js c13b478729fb303e032eb569fd09c550 *static/js/player/flv.min.js.map d41d8cd98f00b204e9800998ecf8427e *static/js/player/index.htm 0a0674374ec370c74a3517e9d1417aca *static/js/portal.js @@ -3259,7 +3259,7 @@ a199c05d7af8f06ed95151b9131edde2 *static/js/portal_upload.js c2816a3c0136b30f2672183ad6344287 *static/js/seditor.js 11a6b9be27da3f9a88286496982e146c *static/js/smilies.js 776a7c901220a486ff54162b880cf482 *static/js/space_diy.js -2aa1c3c6e61a6c5d4ec0e8e9fc582504 *static/js/stat.js +2b9a6a9fbc631092a45f496ecb28fcbc *static/js/stat.js 218d23eb1d5b41d04e654e912c846c03 *static/js/swfupload.js c6f707b6fa8f4a71e8c9ba65a33375e8 *static/js/swfupload.queue.js ab762cadf0e93c5432970c544b4431bf *static/js/threadsort.js @@ -3268,9 +3268,9 @@ ab762cadf0e93c5432970c544b4431bf *static/js/threadsort.js 2a540d00a7be9c4f0072cdb560ccb739 *static/js/userapp_swfobject.js d41d8cd98f00b204e9800998ecf8427e *static/js/webuploader/index.htm 10d57044c2894969e68235057ff812eb *static/js/webuploader/Uploader.swf -14d6f3cb791b4e67484f4bd0df109b95 *static/js/webuploader/webuploader.css -f286c5f678c703e21bc72e82040eaa2b *static/js/webuploader/webuploader.min.js -a9dc2a1dc91717b4ca7883218ca6a884 *static/js/webuploader.js +83d2bd49f87c3615b4d458e6ec16bd9d *static/js/webuploader/webuploader.css +d11856811f60dfbd01566a4e67d864b6 *static/js/webuploader/webuploader.min.js +1a4f5aae57b29f4e041e97c27ae07a74 *static/js/webuploader.js d41d8cd98f00b204e9800998ecf8427e *static/space/index.htm f98fce0a9306b4d0778354c5043b06b7 *static/space/t1/images/header.jpg d41d8cd98f00b204e9800998ecf8427e *static/space/t1/images/index.htm @@ -3432,7 +3432,7 @@ a49b59974c5b9465a21c4f33ee1eca28 *uc_client/model/note.php d7b379d38fbc0e8a120454a334a54499 *uc_client/model/tag.php a0c96b598bfe80cb1f92628dfedac2cf *uc_client/model/user.php b4f18891acfa08c72be093196198adce *uc_client/lib/db.class.php -7efb90e1f9cff5722970f9bcf28ed6d8 *uc_client/lib/dbi.class.php +4a999e37f7c512c30d3024499abee185 *uc_client/lib/dbi.class.php 7215ee9c7d9dc229d2921a40e899ec5f *uc_client/lib/index.htm d4fbe5acd2ebfd7d4fd42ecaaccdcdf0 *uc_client/lib/sendmail.inc.php c0bca546a408c7db1fadd9abce4d8e9f *uc_client/lib/uccode.class.php @@ -3449,7 +3449,7 @@ d41d8cd98f00b204e9800998ecf8427e *uc_server/data/cache/index.htm 7215ee9c7d9dc229d2921a40e899ec5f *uc_server/data/logs/index.htm d41d8cd98f00b204e9800998ecf8427e *uc_server/data/tmp/index.htm d41d8cd98f00b204e9800998ecf8427e *uc_server/data/view/index.htm -7265d05db3ce3f4bb3504f7a61a59fc3 *uc_server/api/dbbak.php +3c85f10655ccd54a2e5905046966a422 *uc_server/api/dbbak.php d41d8cd98f00b204e9800998ecf8427e *uc_server/api/index.htm 90b101dd0e881816c7587f04df2c3db0 *uc_server/control/admin/admin.php 7aa86ce6075f58f5afdd5b119cd662c9 *uc_server/control/admin/app.php @@ -3468,7 +3468,7 @@ dea62a81dcb69b255a4deaac38602e0d *uc_server/control/admin/plugin.php 9b0a32b21c13acbccdf36087e5dad5bc *uc_server/control/admin/pm.php 0e9c93d9204b5f232eea6617ca594979 *uc_server/control/admin/seccode.php 95add7a1e35b9abde44db45d5c95fc8d *uc_server/control/admin/setting.php -07d171486604c06d260b882e9a888199 *uc_server/control/admin/ucfiles.md5 +33123ac0a4edabf240b51033ce1bb3df *uc_server/control/admin/ucfiles.md5 d7b3b665ae3fe33c1cfa906df9d3ebac *uc_server/control/admin/user.php 73848d3c004bbf8341138005fc58865f *uc_server/control/app.php 45f65148d59e61a608d57af8544ff5e5 *uc_server/control/credit.php @@ -3502,7 +3502,7 @@ d7b379d38fbc0e8a120454a334a54499 *uc_server/model/tag.php 62f82ccfc82cf4c3bf50e0144eeb6420 *uc_server/model/user.php cdc453e23980b4f7f894a3b15042a76c *uc_server/model/version.php 5a6917878f5796f3b1aa2d187275ab01 *uc_server/lib/db.class.php -3447cd9f54a06b5cbcd535e24667db3b *uc_server/lib/dbi.class.php +10427c5821be21ffea3129035acab8d5 *uc_server/lib/dbi.class.php 7215ee9c7d9dc229d2921a40e899ec5f *uc_server/lib/index.htm af8a06b22ccba3bf90c4cc3d68b08975 *uc_server/lib/seccode.class.php d4fbe5acd2ebfd7d4fd42ecaaccdcdf0 *uc_server/lib/sendmail.inc.php @@ -3516,8 +3516,8 @@ c46605109aaaccfd8fc1665bd45cfb40 *uc_server/plugin/filecheck/plugin.xml 5259f76ce41387e0218eb54c38a616c9 *uc_server/plugin/filecheck/plugin_filecheck.htm d41d8cd98f00b204e9800998ecf8427e *uc_server/plugin/index.htm d41d8cd98f00b204e9800998ecf8427e *uc_server/upgrade/index.htm -87efaf11caa71f38ca8a8a70d76d5f99 *uc_server/upgrade/upgrade2.php -ac20b2efc715c63d24c7da9eea10a568 *uc_server/upgrade/upgrade3.php +9d3ba8344868d0f6e58871621c03ddcb *uc_server/upgrade/upgrade2.php +26c906c69296743b2fdf9a128799c52b *uc_server/upgrade/upgrade3.php 33b23d0c676f17d2b76a35ce0f0a2391 *uc_server/images/admincp.css d3af6beed6f4c5941d8474d8c30de6ab *uc_server/images/bg_login.gif 4fbf05bd615747043ff441b3be626935 *uc_server/images/bg_repno.gif @@ -3614,12 +3614,12 @@ c8323955b8b6a4393372de9e122853a3 *uc_server/js/calendar.js 7215ee9c7d9dc229d2921a40e899ec5f *uc_server/js/index.htm 904fbd9ee2c415bbee0fa4f9ccce4f83 *uc_server/js/pm_editor.js d41d8cd98f00b204e9800998ecf8427e *uc_server/release/20080429/control/index.htm -ee45b6ff69aeef7dc2b10c2cb6d0056e *uc_server/release/20080429/control/pm.php +558a63b8f3215be4dd5f922d69c4e7b2 *uc_server/release/20080429/control/pm.php d41d8cd98f00b204e9800998ecf8427e *uc_server/release/20080429/index.htm d41d8cd98f00b204e9800998ecf8427e *uc_server/release/20080429/lib/index.htm -d21fde09a75937bc315f2fb6f654e9c0 *uc_server/release/20080429/lib/xml.class.php +da658b223bf8d5f0d09129a29727671d *uc_server/release/20080429/lib/xml.class.php d41d8cd98f00b204e9800998ecf8427e *uc_server/release/20080429/model/index.htm -2cd85b23d4d84c4d1c05bc797d9601e7 *uc_server/release/20080429/model/pm.php +8c0cc77da2f07314561f8270599d59b5 *uc_server/release/20080429/model/pm.php d41d8cd98f00b204e9800998ecf8427e *uc_server/release/index.htm 0ab45bb9ded2cfd294563e3724b8f0be *uc_server/release/release.php 45ceb71c18375a9b987e05a02feae578 *uc_server/view/default/admin.lang.php diff --git a/upload/source/class/class_member.php b/upload/source/class/class_member.php index 76286b9b..88cb311a 100644 --- a/upload/source/class/class_member.php +++ b/upload/source/class/class_member.php @@ -126,7 +126,7 @@ function on_login() { if($_G['group']['forcelogin'] == 1) { clearcookies(); showmessage('location_login_force_qq'); - } elseif($_G['group']['forcelogin'] == 2 && $_GET['loginfield'] != 'email') { + } elseif($_G['group']['forcelogin'] == 2 && $_GET['loginfield'] != 'email' && $_GET['username'] !== $result['ucresult']['email']) { clearcookies(); showmessage('location_login_force_mail'); } diff --git a/upload/source/class/discuz/discuz_application.php b/upload/source/class/discuz/discuz_application.php index 2f35c934..6cb5104b 100644 --- a/upload/source/class/discuz/discuz_application.php +++ b/upload/source/class/discuz/discuz_application.php @@ -54,6 +54,7 @@ static function &instance() { } public function __construct() { + $this->_init_cnf(); $this->_init_env(); $this->_init_config(); $this->_init_input(); @@ -135,7 +136,7 @@ private function _init_env() { 'pluginrunlist' => !defined('PLUGINRUNLIST') ? array() : explode(',', PLUGINRUNLIST), - 'config' => array(), + 'config' => & $this->config, 'setting' => array(), 'member' => array(), 'group' => array(), @@ -275,7 +276,7 @@ private function _init_input() { } - private function _init_config() { + private function _init_cnf() { $_config = array(); @include DISCUZ_ROOT.'./config/config_global.php'; @@ -288,30 +289,33 @@ private function _init_config() { } } - if(empty($_config['security']['authkey'])) { - $_config['security']['authkey'] = md5($_config['cookie']['cookiepre'].$_config['db'][1]['dbname']); + $this->config = & $_config; + + } + + private function _init_config() { + + if(empty($this->var['config']['security']['authkey'])) { + $this->var['config']['security']['authkey'] = md5($this->var['config']['cookie']['cookiepre'].$this->var['config']['db'][1]['dbname']); } - if(empty($_config['debug']) || !file_exists(libfile('function/debug'))) { + if(empty($this->var['config']['debug']) || !file_exists(libfile('function/debug'))) { define('DISCUZ_DEBUG', false); error_reporting(0); - } elseif($_config['debug'] === 1 || $_config['debug'] === 2 || !empty($_REQUEST['debug']) && $_REQUEST['debug'] === $_config['debug']) { + } elseif($this->var['config']['debug'] === 1 || $this->var['config']['debug'] === 2 || !empty($_REQUEST['debug']) && $_REQUEST['debug'] === $this->var['config']['debug']) { define('DISCUZ_DEBUG', true); error_reporting(E_ERROR); - if($_config['debug'] === 2) { + if($this->var['config']['debug'] === 2) { error_reporting(E_ALL); } } else { define('DISCUZ_DEBUG', false); error_reporting(0); } - define('STATICURL', !empty($_config['output']['staticurl']) ? $_config['output']['staticurl'] : 'static/'); + define('STATICURL', !empty($this->var['config']['output']['staticurl']) ? $this->var['config']['output']['staticurl'] : 'static/'); $this->var['staticurl'] = STATICURL; - $this->config = & $_config; - $this->var['config'] = & $_config; - - if(substr($_config['cookie']['cookiepath'], 0, 1) != '/') { + if(substr($this->var['config']['cookie']['cookiepath'], 0, 1) != '/') { $this->var['config']['cookie']['cookiepath'] = '/'.$this->var['config']['cookie']['cookiepath']; } $this->var['config']['cookie']['cookiepre'] = $this->var['config']['cookie']['cookiepre'].substr(md5($this->var['config']['cookie']['cookiepath'].'|'.$this->var['config']['cookie']['cookiedomain']), 0, 4).'_'; diff --git a/upload/source/discuz_version.php b/upload/source/discuz_version.php index 0e5e7d81..88038cb1 100644 --- a/upload/source/discuz_version.php +++ b/upload/source/discuz_version.php @@ -13,9 +13,9 @@ if(!defined('DISCUZ_VERSION')) { define('DISCUZ_VERSION', 'X3.4'); - define('DISCUZ_RELEASE', '20211022'); + define('DISCUZ_RELEASE', '20211124'); define('DISCUZ_FIXBUG', '34000000'); - define('DISCUZ_TH_REVISION', '70'); /*jaideejung007*/ + define('DISCUZ_TH_REVISION', '71'); /*jaideejung007*/ } ?> \ No newline at end of file diff --git a/upload/source/function/function_cloudaddons.php b/upload/source/function/function_cloudaddons.php index 51b6c925..eb27d6fc 100644 --- a/upload/source/function/function_cloudaddons.php +++ b/upload/source/function/function_cloudaddons.php @@ -92,21 +92,21 @@ function cloudaddons_pluginlogo_url($id) { function cloudaddons_installlog($addonid) { $array = cloudaddons_getmd5($addonid); if($array['RevisionID']) { - cloudaddons_open('&mod=app&ac=installlog&rid='.$array['RevisionID']); +/*jaideejung007*/ /*cloudaddons_open('&mod=app&ac=installlog&rid='.$array['RevisionID']);*/ } } function cloudaddons_downloadlog($addonid) { $array = cloudaddons_getmd5($addonid); if($array['RevisionID']) { - cloudaddons_open('&mod=app&ac=downloadlog&rid='.$array['RevisionID']); +/*jaideejung007*/ /*cloudaddons_open('&mod=app&ac=downloadlog&rid='.$array['RevisionID']);*/ } } function cloudaddons_faillog($rid, $type) { $rid = intval($rid); $type = intval($type); - cloudaddons_open('&mod=app&ac=faillog&rid='.$rid.'&type='.$type.'&serverinfo='.urlencode($_SERVER['SERVER_SOFTWARE'])); +/*jaideejung007*/ /*cloudaddons_open('&mod=app&ac=faillog&rid='.$rid.'&type='.$type.'&serverinfo='.urlencode($_SERVER['SERVER_SOFTWARE']));*/ } function cloudaddons_removelog($rid) { diff --git a/upload/source/include/topicadmin/topicadmin_stickreply.php b/upload/source/include/topicadmin/topicadmin_stickreply.php index 931b7943..4d5d0e47 100644 --- a/upload/source/include/topicadmin/topicadmin_stickreply.php +++ b/upload/source/include/topicadmin/topicadmin_stickreply.php @@ -23,8 +23,10 @@ showmessage('admin_nopermission', NULL); } $sticktopiclist = $posts = array(); +$authorids = array(); foreach($topiclist as $pid) { $post = C::t('forum_post')->fetch('tid:'.$_G['tid'], $pid, false); + $authorids[] = array('authorid' => $post['authorid']); $sticktopiclist[$pid] = $post['position']; } @@ -70,7 +72,7 @@ $resultarray = array( 'redirect' => "forum.php?mod=viewthread&tid=$_G[tid]&page=$page", - 'reasonpm' => ($sendreasonpm ? array('data' => array(array('authorid' => $post['authorid'])), 'var' => 'post', 'notictype' => 'post', 'item' => $_GET['stickreply'] ? 'reason_stickreply': 'reason_stickdeletereply') : array()), + 'reasonpm' => ($sendreasonpm ? array('data' => $authorids, 'var' => 'post', 'notictype' => 'post', 'item' => $_GET['stickreply'] ? 'reason_stickreply': 'reason_stickdeletereply') : array()), 'reasonvar' => array('tid' => $thread['tid'], 'subject' => $thread['subject'], 'modaction' => $modaction, 'reason' => $reason), 'modlog' => $thread ); diff --git a/upload/source/language/lang_admincp.php b/upload/source/language/lang_admincp.php index d19ba542..930b3570 100644 --- a/upload/source/language/lang_admincp.php +++ b/upload/source/language/lang_admincp.php @@ -1363,11 +1363,11 @@ 'setting_profile_time_zone' => 'Time Zone', 'setting_profile_tips'=> '
  • Must enable at least part of users groups. If not enabled, the default is all enabled
  • ', - 'setting_threadprofile_tpl_tpls' => '
  • {Tag} Excluding Parameter Posted within User Information Tag called.
  • {tag=parameter} Paste parameters, user information tag called. Separate Multiple parameters with a comma ",".
  • {tag} HTML {*} HTML {/tag} When call the content value {*} Before and after HTML content
  • "plugin:plugin_ID" format tag paste plugin adds user information tag call. For plugin developers: Read the «Discuz Technical Document!» carefully before designing a new paste user information tag.
  • ', + 'setting_threadprofile_tpl_tpls' => '
  • {tag} Use a TAG without parameters.
  • {tag=parameter} Use a TAG with parameters. Separate multiple parameters with a comma ",".
  • {tag}HTML{*}HTML{/tag} Display HTML content before and after {*} when there is a value for the calling content
  • "plugin:Plugin_ID" this format of a tag is used to display the info from a plugin. Plug-in developers must read carefully the «Discuz! Technical Documentation» before designing a new user defined tag.
  • ', - 'setting_numbercard' => 'User attributes buiseness card', + 'setting_numbercard' => 'User attributes business card', 'setting_numbercard_row' => 'First {i} rows', - 'setting_numbercard_type_threads' => 'Threads threads', + 'setting_numbercard_type_threads' => 'Threads', 'setting_numbercard_type_posts' => 'Posts', 'setting_numbercard_type_digestposts' => 'Digests', 'setting_numbercard_type_credits' => 'Credits', @@ -1892,18 +1892,18 @@ 'setting_permissions_allowviewuserthread_forum_group' => 'All forums and groups', 'setting_permissions_allowviewuserthread_fids' => 'อนุญาตให้ดูกระทู้เฉพาะในบอร์ด', 'setting_permissions_allowviewuserthread_fids_comment' => 'ตั้งค่าให้สามารถดูหัวข้อและโพสต์ของผู้ใช้รายอื่นได้ คุณสามารถกด CTRL ค้างไว้เพื่อเลือกหลายรายการได้', - 'setting_permissions_allowmoderatingthread' => 'Notice Moderator if not Reviewed Thread or Post', + 'setting_permissions_allowmoderatingthread' => 'Prompt the moderator if he have not reviewed thread or post', 'setting_permissions_allowmoderatingthread_comment' => 'Select "Yes" for notify a moderator to review the pending posts, so he will be able to see the tips in the post list page.', 'setting_permissions_memliststatus' => 'อนุญาตให้ดูรายชื่อสมาชิก', - 'setting_permissions_modratelimit' => 'Moderator Rate Limit', + 'setting_permissions_modratelimit' => 'Moderator rate limit', 'setting_permissions_modratelimit_comment' => 'Moderators can rate ordinary users and Super Moderators only in own moderated forums. Administrators not affected by this restriction, so if they have rating permissions, they can rate in all the forums.', - 'setting_permissions_dupkarmarate' => 'Enable Duplicated Rates', + 'setting_permissions_dupkarmarate' => 'เปิดใช้งานการให้เครคิตช้ำ', 'setting_permissions_dupkarmarate_comment' => 'Select "Yes" to allow users to rate the same post several times, the default is "no"', - 'setting_permissions_editperdel' => 'Allow Users Edit Post Marked to Delete', + 'setting_permissions_editperdel' => 'อนุญาตให้สมาชิกลบโพสต์ด้วยตัวเองได้', 'setting_permissions_editperdel_comment' => 'Select "Yes" will allow users to edit the post marked to delete, default is "No"', 'setting_permissions_hideexpiration' => 'Maximum effective time for the post [hide] tag', 'setting_permissions_hideexpiration_comment' => 'Number of days from posting time after which the hide tag is expired automatically. Set to or empty for not restrict', - 'setting_permissions_reportpost' => 'Enable Abuse Reports', + 'setting_permissions_reportpost' => 'Enable abuse reports', 'setting_permissions_minpostsize' => 'จำนวนตัวอักษรแต่ละโพสต์ต้องไม่น้อยกว่า(ตัวอักษร/ไบต์)', 'setting_permissions_minpostsize_comment' => 'Set 0 for no limit. Note: This setting not affected for Management Groups.', 'setting_permissions_minpostsize_mobile' => 'Minimum post size for Mobile client (bytes)', @@ -1917,8 +1917,8 @@ 'setting_permissions_favorite_storage_comment' => 'Maximum number of threads may be added to Favorites, default is 100.', 'setting_permissions_karmaratelimit' => 'Rate Time Limit (hours)', 'setting_permissions_karmaratelimit_comment' => 'Other users can not rate after specified time of thread published. This limit is not affect for Moderators and administrators. Set to 0 for no limit.', - 'setting_permissions_editby' => 'Enable "Edited by" remark', - 'setting_permissions_editby_comment' => 'Editing after 60 seconds from created time will add a remark "Post edited by xxx at xxxx-xx-xx". Administrators can avoid this restriction.', + 'setting_permissions_editby' => 'เปิดใช้งาน "แก้ไขครั้งสุดท้ายโดย" ทุกครั้งที่แก้ไขโพสต์', + 'setting_permissions_editby_comment' => 'เมื่อมีการแก้ไขโพสต์หลังจากที่สร้างไปแล้ว 60 วินาที ระบบจะเพิ่มหมายเหตุด้านบนโพสต์ "แก้ไขครั้งสุดท้ายโดย xxx เมื่อ xxxx-xx-xx" ทุกครั้ง ยกเว้นผู้ดูแลระบบจะไม่ปรากฎข้อความส่วนนี้', 'setting_permissions_post_append' => 'Enable Post append function', 'setting_permissions_post_append_comment' => 'When enabled, users can not edit their posts, but can add content', 'setting_permissions_nsprofiles' => 'ข้อมูลส่วนบุคคลจะไม่ปรากฏในหน้าโปรไฟล์', @@ -2001,36 +2001,36 @@ 'setting_credits_trans_comment' => 'Transaction is transferring of points between users, such as sale transaction or publishing a reward points thread. You can specify such points as trading points. If you do not specify the trading points, a feature of transfer points between users will not be used. Note: Do not change once enabled and set a transaction points. Otherwise, may cause problems while tracking transaction records.', 'setting_credits_trans_credits' => 'Use Total Points', 'setting_credits_trans_used' => 'Use the transaction points', - 'setting_credits_trans1' => 'Thread Attachments points', + 'setting_credits_trans1' => 'ใช้เครดิตในการแนบไฟล์', 'setting_credits_trans1_comment' => 'Thread Attachments transactions', - 'setting_credits_trans2' => 'Reward points', + 'setting_credits_trans2' => 'รางวัลเครดิต', 'setting_credits_trans2_comment' => 'Set to use Reward points', 'setting_credits_trans3' => 'Magic, decoration usin points', 'setting_credits_trans3_comment' => 'Set the magic that use points for decoration', 'setting_credits_trans4' => 'Invitation points', 'setting_credits_trans4_comment' => 'Set for use points for registration by invitation code', - 'setting_credits_trans5' => 'Products points', + 'setting_credits_trans5' => 'ใช้เครดิตเพื่อซื้อสินค้า', 'setting_credits_trans5_comment' => 'Set to use points for product threads', 'setting_credits_trans5_none' => 'Do not use points', - 'setting_credits_trans6' => 'Space consumption points', + 'setting_credits_trans6' => 'ใช้เครดิตซื้อพิ้นที่เก็บข้อมูล', 'setting_credits_trans6_comment' => 'Set to use points in space consumtion', 'setting_credits_trans7' => 'Application points', 'setting_credits_trans7_comment' => 'Set to use points in applications', - 'setting_credits_trans8' => 'Notify users about points', + 'setting_credits_trans8' => 'แจ้งเตือนผู้ใช้งานเกี่ยวกับเครดิต', 'setting_credits_trans8_comment' => 'Set to notify users about any points changing on the user account', - 'setting_credits_trans9' => 'Use Points Transfer', - 'setting_credits_trans9_comment' => 'Set to enable points transfer', - 'setting_credits_trans10' => 'Replies bonus', + 'setting_credits_trans9' => 'ใช้เครดิตในการแปลกเปลี่ยน', + 'setting_credits_trans9_comment' => 'ตั้งค่าตัวเลขเพื่อเปิดใช้งาน', + 'setting_credits_trans10' => 'ได้รับเครดิตเป็นรางวัลตอบกลับ', 'setting_credits_trans10_comment' => 'This reward used when a user replied a thread', - 'setting_credits_trans11' => 'Grab floor points limit', + 'setting_credits_trans11' => 'ขีดจำกัดในการใช้เครดิต', 'setting_credits_trans11_comment' => 'Minimum number of points for participate in grab floor post', - 'setting_credits_trans12' => 'Consume Credits for group creation', + 'setting_credits_trans12' => 'ใช้เครดิตสำหรับการสร้างกลุ่ม', 'setting_credits_trans12_comment' => 'How many credits decreased when a group created', 'setting_credits_tax' => 'ภาษีการทำธุรกรรม', 'setting_credits_tax_comment' => 'เมื่อมีการกำหนดค่านี้ ทุก ๆ การขายหรือแลกเปลี่ยนเครดิตจะถูกหักจากจำนวนที่ระบุไว้ ให้กำหนดค่าในลักษณะจุดทศนิยมระหว่าง 0 ถึง 1 ยกตัวอย่าง ถ้ากำหนด 0.2 หมายความว่า เมื่อมีการขายในเว็บ จะถูกหักภาษีจำนวน 20% เช่น กำหนดราคาไฟล์ 30 Money (กรณีตั้งชื่อเครดิตเป็น Money) คนขายจะได้ Money แค่ 24 Money เท่านั้น เพราะถูกหักภาษีไป 20% นั่นเอง ถ้ากำหนดค่าเป็น 0 จะหมายถึงปิดการใช้งาน (คนขายได้ราคาเต็ม)', - 'setting_credits_mintransfer' => 'Minimum transfer summ', + 'setting_credits_mintransfer' => 'การโอนเครดิตขั้นตํ่า', 'setting_credits_mintransfer_comment' => 'Requires a user to have this minimum balance value (points) after comleting a transfer. Using this feature, you can set restrict users to make transactions if a balance is less than this value. Also you can set a negative balance limit, so transfers within this limit can be overdrawn (credited).', - 'setting_credits_minexchange' => 'Minimum exchange balance', + 'setting_credits_minexchange' => 'การแลกเปลี่ยนเครดิตขั้นตํ่า', 'setting_credits_minexchange_comment' => 'The minimum value of user balance after the required points be redeemed. Using this feature, you can set restrictions for a user balance, so that the user points less than this value can not be converted. Also you can set a negative balance limit, so a user can exchange within the quota overdraft (credited).', 'setting_credits_maxincperthread' => 'Single thread (Attach) maximum income tax', 'setting_credits_maxincperthread_comment' => 'Set the maximum tax for a single sale thread (attach) income points. If a purchase exceeds this limit, it will still deduct a buyer points, but the thread (Attach) income points will not rise. The restrictions applied only for a thread (Attach) buying/selling. Set to 0 for no limit.', @@ -2039,45 +2039,45 @@ 'setting_mail' => 'จัดการ/ตั้งค่าอีเมล', 'setting_mail_setting' => 'ตั้งค่า', - 'setting_mail_setting_silent' => 'ข้อความรายงานข้อผิดพลาดทั้งหมดจะส่งไปยังอีเมล', - 'setting_mail_setting_send' => 'ส่งเป็นอีเมล', + 'setting_mail_setting_silent' => 'บล็อกข้อความที่แสดงข้อผิดพลาดทั้งหมดในการส่งอีเมล', + 'setting_mail_setting_send' => 'เลือกวิธีการส่งอีเมล', 'setting_mail_setting_send_comment' => 'หากคุณต้องการใช้การส่ง SMTP ที่เข้ารหัส SSL กรุณาเพิ่ม ssl:// ก่อนที่อยู่เซิร์ฟเวอร์และหมายเลขพอร์ต', - 'setting_mail_setting_send_1' => 'ส่งผ่านฟังก์ชัน sendmail PHP (แนะนำวิธีนี้)', + 'setting_mail_setting_send_1' => 'ส่งผ่านฟังก์ชัน sendmail ของ PHP (แนะนำวิธีนี้)', 'setting_mail_setting_send_2' => 'ส่งผ่านการเชื่อมต่อ SOCKET ไปยังเซิร์ฟเวอร์ SMTP (สนับสนุน ESMTP)', 'setting_mail_setting_send_3' => 'ใช้ PHP ส่งอีเมลผ่านฟังก์ชัน SMTP (เฉพาะโฮสต์ Windows, ESMTP ไม่สนับสนุน)', - 'setting_mail_setting_server' => 'SMTP เซิร์ฟเวอร์', - 'setting_mail_setting_port' => 'SMTP พอร์ต', - 'setting_mail_setting_validate' => 'ตรวจสอบ', - 'setting_mail_setting_auth' => 'ตรวจสอบเซิร์ฟเวอร์ SMTP', + 'setting_mail_setting_server' => 'เซิร์ฟเวอร์ SMTP', + 'setting_mail_setting_port' => 'พอร์ต', + 'setting_mail_setting_validate' => 'ยืนยันตัวตน', + 'setting_mail_setting_auth' => 'ยืนยันตัวตนการใช้เซิร์ฟเวอร์ SMTP', 'setting_mail_setting_from' => 'อีเมลของผู้ส่ง', - 'setting_mail_setting_username' => 'ชื่อผู้ใช้ในการตรวจสอบสิทธิ์ SMTP ', - 'setting_mail_setting_password' => 'รหัสผ่านสำหรับตรวจสอบสิทธิ์ SMTP ', - 'setting_mail_setting_delimiter' => 'Message header separator (only valid for PHP sendmail)', - 'setting_mail_setting_delimiter_comment' => 'Please set your mail server to additional parameters', - 'setting_mail_setting_delimiter_crlf' => 'Use CRLF as a delimiter (usually in a Windows hosts)', - 'setting_mail_setting_delimiter_lf' => 'Use LF as a delimiter (usually in Unix/Linux hosts)', - 'setting_mail_setting_delimiter_cr' => 'Use CR as a delimiter (usually in Mac hosts)', - 'setting_mail_setting_includeuser' => 'Recipient address contains a user name', - 'setting_mail_setting_includeuser_comment' => 'Select "Yes" if the recipient e-mail address contains the user name', - 'setting_mail_setting_edit_addnew' => 'Add a new SMTP server', - - 'setting_mail_check' => 'ทดสอบส่งเมล', - 'setting_mail_check_test_from' => 'จาก', - 'setting_mail_check_test_to' => 'ถึง', + 'setting_mail_setting_username' => 'ชื่อผู้ใช้ในการยืนยันตัวตน SMTP', + 'setting_mail_setting_password' => 'รหัสผ่านในการยืนยันตัวตน SMTP', + 'setting_mail_setting_delimiter' => 'ตัวคั่นส่วนหัวของอีเมล (ใช้ได้เฉพาะฟังก์ชัน PHP sendmail เท่านั้น)', + 'setting_mail_setting_delimiter_comment' => 'กรุณาปรับพารามิเตอร์นี้ตามการตั้งค่าเซิร์ฟเวอร์เมลของคุณ', + 'setting_mail_setting_delimiter_crlf' => 'ใช้ CRLF เป็นตัวคั่น (โดยปกติคือโฮสต์ Windows)', + 'setting_mail_setting_delimiter_lf' => 'ใช้ LF เป็นตัวคั่น (โดยปกติคือโฮสต์ Unix/Linux)', + 'setting_mail_setting_delimiter_cr' => 'ใช้ CR เป็นตัวคั่น (โดยปกติคือโฮสต์ Mac)', + 'setting_mail_setting_includeuser' => 'ที่อยู่อีเมลของผู้รับให้มีชื่อผู้ใช้งาน', + 'setting_mail_setting_includeuser_comment' => 'เลือก "ใช่" จะรวมชื่อผู้ใช้งานของเว็บไซต์ ลงในที่อยู่อีเมลของผู้รับด้วย', + 'setting_mail_setting_edit_addnew' => 'เพิ่มเซิร์ฟเวอร์ SMTP ใหม่', + + 'setting_mail_check' => 'ทดสอบส่งอีเมล', + 'setting_mail_check_test_from' => 'อีเมลผู้ส่ง', + 'setting_mail_check_test_to' => 'อีเมลผู้รับ', 'setting_mail_check_test_to_comment' => 'ถ้าคุณต้องการทดสอบเมลแบบที่มีชื่อผู้ใช้และอีเมล ตัวอย่างผู้รับ [username <user@domain.com>] ถ้าหากมีหลายอีเมลให้ใช้สัญญาลักษณ์ คอมม่า(,) เป็นตัวคั่นระหว่างเมล', 'setting_mail_check_submit' => 'ทดสอบการตั้งค่าการส่งอีเมล', - 'setting_mail_check_title_1' => 'วิธีการมาตรฐานในการส่งอีเมล', - 'setting_mail_check_message_1' => "Use PHP function and the Unix sendmail by sending \n\n in From", - 'setting_mail_check_title_2' => 'Use SMTP server (SOCKET) for send Email', - 'setting_mail_check_message_2' => "Connect to SMTP server via SOCKET to send \n\n in from", - 'setting_mail_check_title_3' => 'Use PHP SMTP functions to send Email', - 'setting_mail_check_message_3' => "Use PHP SMTP functions to send Email to send \n\n in from", - 'setting_mail_check_date' => "\n\nส่งเวลา", - 'setting_mail_check_method_1' => 'ทดสอบส่งอีเมลเดียว', - 'setting_mail_check_method_2' => 'ทดสอบส่งอีเมลจำนวนมาก', - 'setting_mail_check_success_1' => 'ส่งอีเมลเรียบร้อย:\n2 ข้อความทดสอบได้ถูกส่งไปที่ [', + 'setting_mail_check_title_1' => 'ส่งอีเมลด้วยวิธีมาตรฐาน', + 'setting_mail_check_message_1' => "ส่งอีเมลผ่านฟังก์ชัน PHP และ Unix sendmail\n\nจาก", + 'setting_mail_check_title_2' => 'ส่งอีเมลผ่านเซิร์ฟเวอร์ SMTP (SOCKET)', + 'setting_mail_check_message_2' => "ส่งผ่าน SOCKET ไปยังเซิร์ฟเวอร์ SMTP\n\nจาก", + 'setting_mail_check_title_3' => 'ส่งอีเมลผ่านฟังก์ชัน PHP SMTP', + 'setting_mail_check_message_3' => "ส่งอีเมลผ่านฟังก์ชัน PHP SMTP\n\nจาก", + 'setting_mail_check_date' => "\n\nส่งเมื่อ", + 'setting_mail_check_method_1' => 'ทดสอบส่งอีเมล', + 'setting_mail_check_method_2' => 'ทดสอบส่งอีเมลเป็นกลุ่ม', + 'setting_mail_check_success_1' => 'ส่งอีเมลเรียบร้อยแล้ว:\nทดสอบส่งอีเมลจำนวน 2 ฉบับ ชื่อเรื่องคือ [', 'setting_mail_check_success_2' => '] กรุณาตรวจสอบ', - 'setting_mail_check_error' => 'การส่งอีเมลเกิดข้อผิดพลาด:\n', + 'setting_mail_check_error' => 'การส่งอีเมลถูกตีกลับว่า พบข้อผิดพลาด:\n', 'setting_sec' => 'ตั้งค่าพื้นฐาน', 'setting_seccheck' => 'ตั้งค่าการยืนยัน', @@ -2156,20 +2156,20 @@ 'setting_sec_seccode_cloudip_comment' => 'If a user IP is found in the cloud suspicious IP library, then the cloud captcha will be automatically turned on for all the login/register/post operations of this user', 'setting_sec_seccode_rule_min' => 'Minute', 'setting_sec_seccode_rule_hour' => 'Hour', - 'setting_sec_seccode_rule_register' => 'Registration Captcha', - 'setting_sec_seccode_rule_register_comment' => 'Set the rule for enable verification code on registration', - 'setting_sec_seccode_rule_register_auto' => 'Smart enabled', - 'setting_sec_seccode_rule_register_on' => 'Enable', - 'setting_sec_seccode_rule_register_off' => 'Disable', + 'setting_sec_seccode_rule_register' => 'เปิดใช้งานรหัสยืนยันหน้าลงทะเบียน', + 'setting_sec_seccode_rule_register_comment' => 'ตั้งค่าว่าจะเปิดใช้งานรหัสยืนยันเมื่อลงทะเบียน', + 'setting_sec_seccode_rule_register_auto' => 'เปิดใช้งานแบบสมาร์ท', + 'setting_sec_seccode_rule_register_on' => 'เปิดใช้งาน', + 'setting_sec_seccode_rule_register_off' => 'ปิดการใช้งาน', 'setting_sec_seccode_rule_register_numlimit' => 'Limit registrations in the time period', 'setting_sec_seccode_rule_register_numlimit_comment' => 'When a user exceeds a number of registrations in the selected time period, the verification code (captcha) will be turned on. Set to 0 for disable this feture.', 'setting_sec_seccode_rule_register_timelimit' => 'Choose the time period', - 'setting_sec_seccode_rule_login' => 'Use Captcha on Login', - 'setting_sec_seccode_rule_login_comment' => 'Set the rule for enable verification code on login', - 'setting_sec_seccode_rule_login_auto' => 'Smart enabled', - 'setting_sec_seccode_rule_login_on' => 'Enable', - 'setting_sec_seccode_rule_login_off' => 'Disable', + 'setting_sec_seccode_rule_login' => 'เปิดใช้งานรหัสยืนยัน ในการเข้าสู่ระบบ', + 'setting_sec_seccode_rule_login_comment' => 'ตั้งค่าว่าจะการเปิดใช้งานรหัสยืนยันเมื่อเข้าสู่ระบบ', + 'setting_sec_seccode_rule_login_auto' => 'เปิดใช้งานแบบสมาร์ท', + 'setting_sec_seccode_rule_login_on' => 'เปิดใช้งาน', + 'setting_sec_seccode_rule_login_off' => 'ปิดการใช้งาน', 'setting_sec_seccode_rule_login_nolocal' => 'Enable remote login', 'setting_sec_seccode_rule_login_nolocal_comment' => 'Enable verification code if a user is logging from non-locally IP', 'setting_sec_seccode_rule_login_pwsimple' => 'Enable for simple password', @@ -2181,11 +2181,11 @@ 'setting_sec_seccode_rule_login_outofday' => 'Not logged time (days)', 'setting_sec_seccode_rule_login_outofday_comment' => 'If a timeout between last and current login exceeds this value, then the verification code is turned on. Set to 0 for disable this rule.', - 'setting_sec_seccode_rule_post' => 'Use Captcha on Post', - 'setting_sec_seccode_rule_post_comment' => 'This rule enables a verification code when publishing any post', - 'setting_sec_seccode_rule_post_auto' => 'Smart enabled', - 'setting_sec_seccode_rule_post_on' => 'Enable', - 'setting_sec_seccode_rule_post_off' => 'Disable', + 'setting_sec_seccode_rule_post' => 'เปิดใช้งานรหัสยืนยันเมื่อโพสต์กระทู้', + 'setting_sec_seccode_rule_post_comment' => 'ตั้งค่าเปิดใช้งานรหัสยืนยันเมื่อมีการเผยแพร่โพสต์/กระทู้', + 'setting_sec_seccode_rule_post_auto' => 'เปิดใช้งานแบบสมาร์ท', + 'setting_sec_seccode_rule_post_on' => 'เปิดใช้งาน', + 'setting_sec_seccode_rule_post_off' => 'ปิดการใช้งาน', 'setting_sec_seccode_rule_post_numlimit' => 'Limit number of posts in a time period', 'setting_sec_seccode_rule_post_numlimit_comment' => 'If a user in that time period tried to publish more posts than this limit, the verification code will be turned on. Set to 0 for disable this rule.', 'setting_sec_seccode_rule_post_timelimit' => 'Choose time period', @@ -2194,8 +2194,8 @@ 'setting_sec_seccode_rule_post_vplimit' => 'Reply flood time (seconds)', 'setting_sec_seccode_rule_post_vplimit_comment' => 'If a time between two user replies is less than this limit, then the verification code will be turned on. Set to 0 for disable this rule.', - 'setting_sec_seccode_rule_password' => 'Use Captcha on Change Password', - 'setting_sec_seccode_rule_password_comment' => 'Set whether to enable verification code on password changing', + 'setting_sec_seccode_rule_password' => 'เปิดใช้งานรหัสยืนยัน ในการเปลี่ยนรหัสผ่าน', + 'setting_sec_seccode_rule_password_comment' => 'ตั้งค่าว่าจะเปิดใช้งานรหัสยืนยันในการเปลี่ยนรหัสผ่านหรือไม่', 'setting_sec_seccode_rule_card' => 'Use Captcha on prepaid card closed', 'setting_sec_seccode_rule_card_comment' => 'Set whether to enable verification code secret prepaid card (It is recommended to enable)', @@ -2500,10 +2500,10 @@ 'settings_sphinx_sphinxhost_comment' => 'Enter the complete sphinx Host Name: i.e. "localhost", or fill out the sphinx service socket address as the absolute address: i.e. /tmp/sphinx.sock.', 'settings_sphinx_sphinxport' => 'Sphinx host port', 'settings_sphinx_sphinxport_comment' => 'Enter the sphinx host port: i.e. 3312 if host name used. Leave empty if socket address used.', - 'settings_sphinx_sphinxsubindex' => 'Index name title', - 'settings_sphinx_sphinxsubindex_comment' => 'Enter the title of sphinx configuration name and a title of the main index name increment. For example, "threads, threads_minute".
    Note: The index symbols must be separated by comma ",". The index must be completed in accordance with the sphinx configuration file.', - 'settings_sphinx_sphinxmsgindex' => 'Full-text index name', - 'settings_sphinx_sphinxmsgindex_comment' => 'Enter the title of sphinx configuration name and a title of the main index name increment. For example, "posts, posts_mintue".
    Note: The index symbols must be separated by comma ",". The index must be completed in accordance with the sphinx configuration file.', + 'settings_sphinx_sphinxsubindex' => 'ชื่อดัชนีค้นหาชื่อกระทู้', + 'settings_sphinx_sphinxsubindex_comment' => 'กำหนดค่าสฟิงซ์และชื่อของดัชนีหลัก ตัวอย่าง "threads, threads_minute"
    หมายเหตุ: แต่ละดัชนีต้องคั่นด้วยเครื่องหมายคอมม่า "," ดัชนีที่กรอกจะต้องอ้างอิงตามไฟล์ที่กำหนดค่าสฟิงซ์', + 'settings_sphinx_sphinxmsgindex' => 'ชื่อดัชนีการค้นหาทั้งหมดในเว็บ', + 'settings_sphinx_sphinxmsgindex_comment' => 'กำหนดค่าสฟิงซ์และชื่อของดัชนีหลัก ตัวอย่าง "posts, posts_mintue".
    หมายเหตุ: แต่ละดัชนีต้องคั่นด้วยเครื่องหมายคอมม่า "," ดัชนีที่กรอกจะต้องอ้างอิงตามไฟล์ที่กำหนดค่าสฟิงซ์', 'settings_sphinx_sphinxmaxquerytime' => 'Maximum search query time', 'settings_sphinx_sphinxmaxquerytime_comment' => 'Enter a maximum search time in milliseconds. Parameter must be non-negative integer. The default value is 0, that means no restriction.', 'settings_sphinx_sphinxlimit' => 'Maximum number of search results', @@ -2549,7 +2549,7 @@ 'tag' => 'จัดการแท็ก', 'tag_set' => 'Set', - 'tag_enable' => 'Enabled', + 'tag_enable' => 'Enable Tags', 'tag_tagitem_num' => 'Number of tags for a thread', 'tag_tagitem_num_comment' => 'Set the max number of tags related to a thread, 0 for disable tag association. Note: too large tag amount will consume a lot of server resources. Recommended number is 10.', 'tag_index_num' => 'Number of tags shown at Home', @@ -2558,7 +2558,7 @@ 'tag_thread_link_num_comment' => 'Set the number of tags in recommended threads, 0 to disable. Note: too large tag amount will consume a lot of server resources. Recommended number is 100.', 'tag_recommend' => 'Recommended Tags', 'tagname' => 'Tag name', - 'tag_status' => 'Whether to enable the label', + 'tag_status' => 'Tag Status', 'tag_recommend_comment' => 'Recommended tags per line, with length of 3-20 characters for each tag', 'tag_admin' => 'Tag Management', 'tag_result' => 'The number of related tags', @@ -2623,7 +2623,7 @@ 'setting_mobile_hotthread_comment' => 'If enabled then hot threads displayed at the Home page', 'setting_mobile_displayorder3' => 'Show sticky threads', 'setting_mobile_displayorder3_comment' => 'If enabled then sticky threads displayed at the Home page', - 'setting_mobile_simpletype' => 'Do not display photos', + 'setting_mobile_simpletype' => 'Enable no-images mode', 'setting_mobile_simpletype_comment' => 'The default display pictures. Is turned on, "Touch-screen version" Do not post pictures, "Standard Edition" Do not post pictures, Small icons, topic date and other such type page elements', 'setting_mobile_simpletype_yes' => 'แบบที่ 2 (โลโก้เป็นข้อความ)', 'setting_mobile_simpletype_no' => 'แบบที่ 1 (โลโก้เป็นรูปภาพ)', @@ -2702,9 +2702,9 @@ 'setting_ec_goodstrade' => 'Product-related settings', 'setting_ec_ratio' => 'Cash/points exchange ratio', 'setting_ec_ratio_comment' => 'Set an exchange ratio between the real money cash (in USD) and intenal points. For example, if is set to 10, 1 USD can be exchanged to 10 points. This feature is required to enable sale operations with points, and an access to the related external paymet system (i.e. Alipay). Set to 0 for prohibit the use of cash and a conversion to points.', - 'setting_ec_mincredits' => 'Minimal amount of points for single purchase', + 'setting_ec_mincredits' => 'Minimal amount of credits for single purchase', 'setting_ec_mincredits_comment' => 'Set the user minimal summ to pay in points for buy the smallest transaction. Set to 0 for no limit.', - 'setting_ec_maxcredits' => 'Maximal amount of points to single purchase', + 'setting_ec_maxcredits' => 'Maximal amount of credits to single purchase', 'setting_ec_maxcredits_comment' => 'Set the user maximum summ to pay in points for a single transaction. Set to 0 for no limit.', 'setting_ec_maxcreditspermonth' => 'Largest amount of points to buy per month', 'setting_ec_maxcreditspermonth_comment' => 'Set a maximum summ the user can spent to pay per each month. Set to 0 for no limit.', @@ -2776,12 +2776,12 @@ 'forums_edit_basic_scheme_comment' => 'ถ้าคุณเลือกการตั้งค่าบอร์ด นอกเหนื่อจากการตั้งค่าพื้นฐานของบอร์ดนี้ การตั้งค่าอื่นๆจะต้องขึ้นอยู่กับโปรแกรมที่เลือก', 'forums_edit_basic_display' => 'แสดงบอร์ด', 'forums_edit_basic_display_comment' => 'เลือก [ไม่แสดง] บอร์ดนี้จะถูกซ่อนไว้ชั่วคราวจะไม่แสดง เนื้อหาต่างๆภายในบอร์ดนี้ยังคงอยู่ และสมาชิกสามารถเข้าชมบอร์ดนี้ได้โดยเข้าผ่านทาง fid หรือ URL ของบอร์ดนี้ เลือก [แสดงในหน้าหลัก] บอร์ดนี้จะไม่แสดงในแสดงเมนูการข้ามไปยังรายการบอร์ด แต่จะแสดงในหน้าหลักและสามารถเข้าใช้งานได้ตามปกติ', - 'forums_edit_basic_shownav' => 'Show in navigation', + 'forums_edit_basic_shownav' => 'แสดงผลบอร์ดหน้าหลัก', 'forums_edit_basic_shownav_comment' => 'Choose whether to display in the main navigation', 'forums_edit_basic_up' => 'บอร์ดหลัก/หมวดหมู่', 'forums_edit_basic_up_comment' => 'ย้ายบอร์ดนี้ไปไว้ในหมวดหมู่อื่น', 'forums_edit_basic_redirect' => 'URL ถายใน/ภายนอก สำหรับบอร์ด', - 'forums_edit_basic_redirect_comment' => 'URL ถายใน / ภายนอก สำหรับบอร์ด (ตัวอย่าง เช่น http://www.discuz.com) เมื่อผู้ใช้คลิกที่บอร์ดนี้ จะลิงก์ไปยัง URL ที่ระบุ หากคุณตั้งค่านี้จะไม่สามารถเข้าสู่ลิงก์ปกติของบอร์ดนี้ได้ ให้แน่ใจว่าคุณจำเป็นต้องใช้คุณลักษณะนี้ ปล่อยว่างไว้หากไม่ต้องการตั้งค่า', + 'forums_edit_basic_redirect_comment' => 'URL ภายใน / ภายนอก สำหรับบอร์ด (ตัวอย่าง เช่น http://www.discuz.com) เมื่อผู้ใช้คลิกที่บอร์ดนี้ จะลิงก์ไปยัง URL ที่ระบุ หากคุณตั้งค่านี้จะไม่สามารถเข้าสู่ลิงก์ปกติของบอร์ดนี้ได้ ให้แน่ใจว่าคุณจำเป็นต้องใช้คุณลักษณะนี้ ปล่อยว่างไว้หากไม่ต้องการตั้งค่า', 'forums_edit_basic_icon' => 'ไอคอนของบอร์ด', 'forums_edit_basic_icon_width' => 'ความกว้างของไอคอน (หน่วยเป็น: px)', 'forums_edit_basic_banner' => 'รูปภาพด้านบนบอร์ด', @@ -2808,12 +2808,12 @@ 'forums_edit_extend_style_comment' => 'เลือกรูปแบบสไตล์สำหรับบอร์ดนี้', 'forums_edit_extend_domain' => 'เชื่อมต่อชื่อโดเมน', 'forums_edit_extend_domain_comment' => 'Forum sub-domain will be effective only after you have set the root domain name. Set the root domain name', - 'forums_edit_extend_forum_horizontal' => 'Show sub-forums horizontally', - 'forums_edit_extend_forum_horizontal_comment' => 'If set, the sub-forums will be shown in a single line horizontally. If set to 0, sub-forums will be arranged as ususal.', - 'forums_edit_extend_sub_horizontal' => 'Show sub-Forums horizontally', - 'forums_edit_extend_sub_horizontal_comment' => 'If set, the sub-Forums will be shown in horizontal line, if set to 0, arranged according to the normal way.', - 'forums_edit_extend_cat_sub_horizontal' => 'Category sub-forums horizontally', - 'forums_edit_extend_cat_sub_horizontal_comment' => 'If set, the sub-Forums will be shown in a single line horizontally. If set to 0, it will be arranged as usual.', + 'forums_edit_extend_forum_horizontal' => 'แสดงบอร์ดหลักแนวนอน', + 'forums_edit_extend_forum_horizontal_comment' => 'Set this value to a number of forums you want to be displayed horizontally per line at the forum home. I.e. If you have 9 forum in a category and set the value to 3, then your forums will be shown in 3 rows by 3 forums per row. If set to 0, forums will be shown vertically.', + 'forums_edit_extend_sub_horizontal' => 'Show sub-Forums horizontally at the forum page', + 'forums_edit_extend_sub_horizontal_comment' => 'Set this value to a number of subforums you want to be displayed horizontally per line at the forum page. I.e. If you have 9 subforums and set the value to 3, then your subforums will be shown in 3 rows by 3 forums per row. If set to 0, subforums will be shown vertically.', + 'forums_edit_extend_cat_sub_horizontal' => 'Show sub-forums horizontally at the category page', + 'forums_edit_extend_cat_sub_horizontal_comment' => 'Set this value to a number of forums you want to be displayed horizontally per line at the category page. I.e. If you have 9 forums and set the value to 3, then your forums will be shown in 3 rows by 3 forums per row. If set to 0, forums will be shown vertically.', 'forums_edit_extend_subforumsindex' => 'แสดงบอร์ดย่อยในหน้าแรก', 'forums_edit_extend_subforumsindex_comment' => 'แสดงบอร์ดย่อยที่อยู่ในบอร์ดนนี้ บอร์ดย่อยนี้จะถูดแสดงที่ด้านล่างของชื่อบอร์ดนี้ (ถ้ามี) หมายเหตุ: ชื่อบอร์ดย่อยนี้จะถูกแสดงให้กับทุกคนไม่สามารถกำหนดสิทธิเฉพาะ เท่าที่แสดง เลือก[ค่าเริ่มต้น] จะใช้การตั้งค่าทั่วไป', 'forums_edit_extend_simple' => 'แสดงเฉพาะบอร์ดย่อยเท่านั้น', @@ -2897,14 +2897,14 @@ 'forums_edit_posts_mediacode_comment' => 'Allow users to use multimedia code [audio],[video],[flash] for insert multimedia content in their posts.', 'forums_edit_posts_smilies' => 'อนุญาตให้ใช้อีโมชัน', 'forums_edit_posts_smilies_comment' => 'This feature enable to conver textual smile expressions, such as ":)" to smile images.', - 'forums_edit_posts_jammer' => 'Enable content jammer', - 'forums_edit_posts_jammer_comment' => 'Select "Yes" for add a disturbance random string into the post content, so the visitor can not copy the original content. Note: This feature will slightly increase the server loading.', + 'forums_edit_posts_jammer' => 'เปิดใช้งานการแทรกข้อความขยะลงในโพสต์', + 'forums_edit_posts_jammer_comment' => 'เลือก "ใช่" ระบบจะเพิ่มข้อความขยะแบบสุ่มลงในเนื้อหาโพสต์ (หากมองด้วยตาเปล่าจะไม่เห็น จะเห็นก็ต่อเมื่อมีการคลุมดำข้อความ) ดังนั้น เมื่อผู้เข้าชมคัดลอกเนื้อหาจะมีข้อความขยะติดมาด้วย หมายเหตุ: คุณลักษณะนี้จะใช้ทรัพยากรเซิร์ฟเวอร์เล็กน้อย', 'forums_edit_posts_anonymous' => 'Allow anonymous posting', 'forums_edit_posts_anonymous_comment' => 'Whether to allow users to publish threads and replies as anonymous. Anonymous posting is different from the guests posted, anonymous users need to log in before posting, and moderators and administrators can view the real author.', 'forums_edit_posts_disablethumb' => 'Disable to add attachment image thumbnail', 'forums_edit_posts_disablethumb_comment' => 'If select "Yes", uploaded images to this forum will not auto-create thumbnails, even if the global setting for this feature is turned on. If "No" - the thumbnail decision will be in accordance with the default system settings.', - 'forums_edit_posts_disablewatermark' => 'Disable watermark', + 'forums_edit_posts_disablewatermark' => 'ปิดการใช้งานลายน้ำ', 'forums_edit_posts_disablewatermark_comment' => 'Select "Yes" for disable tu use watermark even if it is enabled by global settings. Select "No" for use the system default watermark settings.', 'forums_edit_posts_tagstatus' => 'Enable to use TAGs', 'forums_edit_posts_tagstatus_comment' => 'Set if the current Forum can use the topic tag functionality', @@ -2947,8 +2947,8 @@ 'forums_edit_attachtype_tips' => '
  • This feature can limit the maximum size of a particular type of attachments in this forum. When set here value is less than a user group the maximum size allowed, The attachment size limit of the specified type will be set to this limit.
  • You can overall disable some type attachments to be uploaded by setting the maximum size of certain types to 0.
  • Leave empty for use the global settings for attachment type size.
  • ', 'forums_edit_credits' => 'เครดิต', - 'forums_edit_credits_policy' => 'Extended points change strategy', - 'forums_edit_credits_comment' => 'Points changes permitted in a range from -99 to +99. Figures in parentheses means the global settings value. View an explanation of points change strategy', + 'forums_edit_credits_policy' => 'Extended credits change strategy', + 'forums_edit_credits_comment' => 'Credits changes permitted in a range from -99 to +99. Figures in parentheses means the global settings value. View an explanation of points change strategy', 'forums_edit_threadtypes' => 'หมวดหมู่กระทู้', 'forums_edit_threadtypes_comment' => 'You can enable a thread categories used in the Forum, that will be used in many cases. The proposed categories are important only if used a "flat panel" approach. For more categories used a "Drop down" approach.', @@ -3581,15 +3581,15 @@ 'members_ban_validity' => 'Ban expiration', 'members_ban_validity_comment' => 'After the specified time period the banned user can automatically become a regular user.', 'members_ban_delpost' => 'Posts', - 'members_ban_delfollow' => 'Follows', - 'members_ban_delothers' => 'Miscellaneous', + 'members_ban_delfollow' => 'Followings', + 'members_ban_delothers' => 'Other', 'members_ban_delblog' => 'Blogs', 'members_ban_delalbum' => 'Albums', 'members_ban_deldoing' => 'Doings', 'members_ban_delshare' => 'Shares', 'members_ban_postcomment' => 'Comments', 'members_ban_delcomment' => 'Wall', - 'members_ban_delprofile' => 'User Profile', + 'members_ban_delprofile' => 'User Info', 'members_ban_delavatar' => 'Avatar', 'members_ban_reason' => 'Reason', 'members_ban_reason_comment' => 'A reason of ban/unban the user', @@ -3769,7 +3769,7 @@ 'members_ipban_tips' => '
  • IP Ban management needs to enable the relevant permissions.
  • If you are the site administrator, you can use "*" as a wildcard for add IP addresses.
  • If you are not the site administrator, you can not use the "*", and can add only full items and edit or delete records added by yourself.
  • ', 'members_ipban_location' => 'IP location', 'members_ipban_input' => 'Import Banned IP list', - 'members_ipban_input_tips' => '
  • This operation requires the corresponding management group permission, Only site administrators can use it.
  • You can use a previously exported Baned IP list, or write the disbled IP list manually.
  • You can Export existing Banned IP list
  • ', + 'members_ipban_input_tips' => '
  • This operation needs to enable related permissions in the management group, which can only be used by site administrators.
  • You can use the previously exported banned IP list, or you can write it manually to ban IP in batches.
  • You can export the existing IP banned library
  • ', 'members_ipban_input_comment' => 'The format of imported Ban IP List: "IP_address;Number_of_days" or simple "IP_address" (valid for 30 days by default). Enter one IP per line. You can use a previously exported Baned IP list.', 'members_profile' => 'โปรไฟล์สมาชิก', @@ -3857,7 +3857,7 @@ 'admingroup_edit_edit_trade' => 'Allow edit products', 'admingroup_edit_edit_trade_comment' => 'Whether to allow edit products', 'admingroup_edit_usertag' => 'Allow users to add tags', - 'admingroup_edit_usertag_comment' => 'Set whether to allow users to edit/manageme thread tags', + 'admingroup_edit_usertag_comment' => 'Set whether to allow users to edit/manage thread tags', 'admingroup_edit_edit_activity' => 'Allow to manage event members', 'admingroup_edit_edit_activity_comment' => 'Whether to allow the management of an event members', 'admingroup_edit_remove_reward' => 'Allow remove rewards', @@ -3979,7 +3979,7 @@ 'report_newreport_resolve' => 'Mark selected as processed', 'report_newreport_time' => 'Report Time:', 'report_resolved_result' => 'Management Results', - 'report_reward_min' => 'Reward minimum', + 'report_reward_min' => 'เครดิตขั้นตํ่า', 'report_reward_max' => 'Reward maximum', 'report_reward_comment' => 'If both values are empty or zero, the Rewards and Punishments Report will be disabled', @@ -4143,8 +4143,8 @@ 'usergroups_edit_basic_search' => 'Allow use search', 'usergroups_edit_basic_search_disable' => 'Disable search', 'usergroups_edit_basic_search_thread' => 'Allow search in titles only', - 'usergroups_edit_basic_search_post' => 'Allow full text search', - 'usergroups_edit_basic_search_post_comment' => 'This setting is effective only on the search forums. Note: When the volume of data is large, the full-text search would be very expensive to the server resources, so use with caution.', + 'usergroups_edit_basic_search_post' => 'อนุญาตใช้การค้นหาเต็มรูปแบบ', + 'usergroups_edit_basic_search_post_comment' => 'การตั้งค่านี้จะมีผลเฉพาะการค้นหาในเว็บบอร์ด โดยจะแสดงผลตามคีย์เวิร์ดที่ใช้ค้นหา สามารถค้นหาทั้งหมดภายในเว็บได้ โดยไม่ต้องเจาะจงชื่อกระทู้ ทุก ๆ คำที่ปรากฎในโพสต์ของกระทู้จะสามารถหาเจอได้ หมายเหตุ: เมื่อปริมาณข้อมูลมีขนาดใหญ่ การค้นหาข้อความเต็มรูปแบบจะใช้ทรัพยากรเซิร์ฟเวอร์เป็นอย่างมาก กรุณาตั้งค่าอย่างความระมัดระวัง', 'usergroups_edit_basic_search_comment' => 'Select the user groups you want to enable the search for this item', 'usergroups_edit_basic_reasonpm' => 'PM notification with a reason of action', 'usergroups_edit_basic_reasonpm_none' => 'Do not send notification', @@ -4165,7 +4165,7 @@ 'usergroups_edit_basic_radminid' => 'Administrative privileges', 'usergroups_edit_basic_radminid_comment' => 'Set whether the user group is associated with the administrative permissions. If you select "No", then the user group will have no administrative privileges. Otherwise, the group will have permissions to manage users.', 'usergroups_edit_basic_seccode' => 'เปิดใช้งานรหัสยืนยันหรือกลไกตรวจสอบการถามตอบ', - 'usergroups_edit_basic_seccode_comment' => 'Turning on the verification mechanism can prevent water dispensers, etc., but it will increase the ease of operation for users. Modifying the password is not subject to this restriction. After the verification code is turned on or the Q&A is verified, the setting is effective', + 'usergroups_edit_basic_seccode_comment' => 'Enable the verification mechanism to prevent spam bots logins, etc., but it will increase user ease of operation. Changing the password is not subject to this restriction. The setting is valid after opening the verification code or verifying Q&A', 'usergroups_edit_basic_disable_postctrl' => 'Post restriction', 'usergroups_edit_basic_disable_postctrl_comment' => 'Set the maximum number of post characters for prevent irrigation.', 'usergroups_edit_basic_forcesecques' => 'Mandatory set the security questions', @@ -4269,18 +4269,18 @@ 'usergroups_edit_post_tag_comment' => 'Set whether to allow to use tags when publish new thread', 'usergroups_edit_post_hide_code' => 'อนุญาตให้ใช้โค้ด [hide] เพื่อซ่อนเนื้อหา', 'usergroups_edit_post_hide_code_comment' => 'Set whether to allow to use [hide] tag in a post', - 'usergroups_edit_post_mediacode' => 'Allow Use [audio] [video] [flash] and other multimedia code', + 'usergroups_edit_post_mediacode' => 'Allow to use [audio] [video] [flash] and other multimedia code', 'usergroups_edit_post_mediacode_comment' => 'Set whether to enable to use [audio] [video] [flash] and other multimedia code', 'usergroups_edit_post_html' => 'อนุญาตให้ใช้โค้ด HTML', 'usergroups_edit_post_html_comment' => 'Note: HTML code will cause safety problems, please use with caution! Recommended to enable only in cases of extreme necessity, and enable it only to core management team.', 'usergroups_edit_post_custom_bbcode' => 'อนุญาตให้ใช้โค้ด Discuz! ที่กำหนดเอง', 'usergroups_edit_post_custom_bbcode_comment' => 'Custom BB-Code may be defined only by the management team from the management center. Do not include built-in BB-codes.', - 'usergroups_edit_post_bio_bbcode' => 'Allow BB-Codes in self-introduction', - 'usergroups_edit_post_bio_bbcode_comment' => 'Whether to allow users to use BB-Codes in their self-introduction', - 'usergroups_edit_post_bio_img_code' => 'Allow [img] BB-Code in self-introduction', - 'usergroups_edit_post_bio_img_code_comment' => 'Whether to allow users to use [img] Code in their self-introduction', - 'usergroups_edit_post_max_bio_size' => 'Self-introduction maximum length', - 'usergroups_edit_post_max_bio_size_comment' => 'Set the maximum number of characters in the user self-introduction. Set to 0 for use the system default value of 200 characters.', + 'usergroups_edit_post_bio_bbcode' => 'Allow BB-Codes in self introduction', + 'usergroups_edit_post_bio_bbcode_comment' => 'Whether to allow users to use BB-Codes in their self introduction', + 'usergroups_edit_post_bio_img_code' => 'Allow [img] BB-Code in self introduction', + 'usergroups_edit_post_bio_img_code_comment' => 'Whether to allow users to use [img] Code in their self introduction', + 'usergroups_edit_post_max_bio_size' => 'Self introduction maximum length', + 'usergroups_edit_post_max_bio_size_comment' => 'Set the maximum number of characters in the user self introduction. Set to 0 for use the system default value of 200 characters.', 'usergroups_edit_post_begincode' => 'Allow to use the [begin] code', 'usergroups_edit_post_begincode_comment' => 'Set whether to allow to use the [begin] tag code in a post for starting animation', 'usergroups_edit_post_sig_bbcode' => 'อนุญาตให้ใช้โค้ด Discuz! ในลายเซ็น', @@ -4732,7 +4732,7 @@ 'album_search' => 'Search for relevant albums', 'album_search_detail' => 'Show detailed album list', 'album_search_time' => 'Updated time range', - 'album_search_time_comment' => 'Format is yyyy-mm-dd', + 'album_search_time_comment' => 'Format: yyyy-mm-dd', 'album_search_user' => 'Album Owner name', 'album_search_user_comment' => 'Separate multiple user names by a comma ","', 'album_search_keyword_comment' => 'Separate multiple keywords with a comma ",", keywords qualifier {x} can be used.', @@ -4750,7 +4750,7 @@ 'pic_search' => 'Search for relevant images', 'pic_search_detail' => 'Show detailed image list', 'pic_search_time' => 'Upload time range', - 'pic_search_time_comment' => 'Format is yyyy-mm-dd', + 'pic_search_time_comment' => 'Format: yyyy-mm-dd', 'pic_search_albumid' => 'Album ID', 'pic_search_albumid_comment' => 'Separate multiple album ID by a comma ","', 'pic_search_perpage' => 'Items per page', @@ -4770,7 +4770,7 @@ 'postcomment_delete' => 'Comment deleted successfully', 'postcomment_nonexistence' => 'No comments matched the criteria', 'postcomment_result' => 'Number of related comments', - 'postcomment_new_result' => 'Namber of Latest Comments', + 'postcomment_new_result' => 'Number of Latest Comments', 'postcomment_search' => 'Search relevant comments', 'postcomment_pid' => 'View posts', 'postcomment_content' => 'Comment content', @@ -4784,11 +4784,11 @@ 'postcomment_search_authorid' => 'Comment authors ID', 'postcomment_search_authorid_comment' => 'Specify the comment authors ID. Separate multiple ID with comma ","', 'postcomment_search_time' => 'Comment time range', - 'postcomment_search_time_comment' => 'Format yyyy-mm-dd', + 'postcomment_search_time_comment' => 'Format: yyyy-mm-dd', 'comment_idtype' => 'Comment Type', 'comment_comment' => 'Comment/message', - 'comment_article_comment' => 'Article Comments', - 'comment_topic_comment' => 'Special Thread Comments', + 'comment_article_comment' => 'Article comments', + 'comment_topic_comment' => 'Special thread comments', 'comment_article_tips' => '
  • Here you can manage non-post push the post comments.
  • For the article generated by Push, post comments, please go to mass delete posts management.
  • ', 'comment_topic_tips' => '
  • Manage portal Topic comments.
  • ', 'comment_uid' => 'Comment', @@ -4825,7 +4825,7 @@ 'comment_article_delete' => 'Comment Deletes successfully.', 'comment_mod_range_illegal' => 'Specified time range is over the limit.', 'comment_post_nonexistence' => 'There is no comments matching the conditions.', - 'comment_search_ip' =>'IP สาธารณะ', + 'comment_search_ip' =>'IP โพสต์', 'comment_search_ip_comment' => 'Wildcard "*" may be used, i.e. "127.0 .*.*" (without quotes), use with caution!!!', 'share_tips' => '
  • Share management used to bulk remove shares.
  • Reminder: click the Delete button on the search results page will delete the relevant information directly!
  • ', @@ -5366,7 +5366,7 @@ 'plugins_edit_vars_type_group_textarea' => 'UserGroup/text (group_textarea)', 'plugins_edit_vars_type_group_radio' => 'UserGroup/switch (group_radio)', 'plugins_edit_vars_type_group_select' => 'UserGroup/select (group_select)', - 'plugins_edit_vars_multiselect_comment' => 'กด CTRL ค้างไว้เพื่อเลือกมากกว่า 1 รายการ', + 'plugins_edit_vars_multiselect_comment' => 'กดปุ่ม CTRL ค้างไว้เพื่อเลือกมากกว่า 1 รายการ', 'plugins_edit_vars_type_comment' => 'Set the data type of this configuration, the program will check for the corresponding configuration values and filtering', 'plugins_edit_vars_variable' => 'Configuration Variable Name', 'plugins_edit_vars_variable_comment' => 'Set the configuration variable name. It can contain the latin letters, numbers and underscores, in the same plug-in need to maintain the uniqueness of variable names, max length up to 40 bytes', @@ -5379,11 +5379,11 @@ 'plugins_import_license' => 'ข้อตกลงการใช้งาน', 'plugins_import_agree' => 'ฉันยอมรับ', 'plugins_import_pass' => 'ฉันไม่ยอมรับ', - 'plugins_conflict_view' => 'See Details', - 'plugins_conflict_info' => 'Contact Author', + 'plugins_conflict_view' => 'ดูรายละเอียดเพิ่มเติม', + 'plugins_conflict_info' => 'ติดต่อผู้พัฒนา', 'plugins_module_sample' => '[↓]', 'plugins_find_newversion' => 'ค้นหาเวอร์ชันใหม่', - 'plugins_online_update' => 'Click for new version online install', + 'plugins_online_update' => 'คลิกเพื่อติดตั้งเวอร์ชันใหม่ออนไลน์', 'plugins_list_available' => 'ปลั๊กอินที่เปิดใช้งานแล้ว', 'plugins_list_unavailable' => 'ปลั๊กอินที่ยังไม่ได้เปิดใช้งาน', 'plugins_list_new' => 'ปลั๊กอินที่ยังไม่ได้ติดตั้ง', @@ -5463,7 +5463,7 @@ 'card_log_del_info' => 'Remove info', 'card_log_cron_info' => 'Cron info', 'card_log_description' => 'Operation Notes', - 'card_log_extcredits' => 'Points', + 'card_log_extcredits' => 'Credits', 'card_log_make_num' => 'Number generated', 'card_log_num' => 'Number of operations', 'succeed_num' => 'Success number', @@ -5479,7 +5479,7 @@ 'between' => 'between', 'card_search_perpage' => 'Items per page', 'card_used_dateline' => 'Recharge time', - 'card_extcredits' => 'Points type', + 'card_extcredits' => 'Credits type', 'card_extcreditsval' => 'The amount of Points', 'card_export' => 'Export recharge card secret', 'card_export_title' => 'Export the current filter out all the cards secret', @@ -5603,8 +5603,8 @@ 'tasks_add_reward' => 'Task reward', 'tasks_add_reward_comment' => 'Award types are: Points, Magic, Decorations and special user groups. For type of Magic and Decorations it is required to enable the corresponding functions', - 'tasks_add_extcredit' => 'Extended Points', - 'tasks_add_credits' => 'Points Amount', + 'tasks_add_extcredit' => 'Extended Credits', + 'tasks_add_credits' => 'Credits Amount', 'tasks_add_magicname' => 'Magic identifier', 'tasks_add_magicnum' => 'Number of magic', 'tasks_add_medalname' => 'Medal name', @@ -5648,7 +5648,7 @@ 'ec' => 'E-Commerce', - 'ec_alipay' => 'Alipay Settings', + 'ec_alipay' => 'Alipay settings', 'ec_alipay_tips' => '
  • "Alipay" (http://www.alipay.com) is a leading online payment platform, created by the world\'s best B2B company "Alibaba". It used for the Discuz! users as B2C, C2C trading platform to buy points and forum access. You only need a simple setup, and you can make the forum content more popular, so become an important addition to advertising revenue source of profits in order to achieve a large scale of operations at the Forum.
  • If you do not want to enable Cash transactions, in order to avoid an improper operations and financial losses, please start using the payment transaction with internal points only (do not enable the Alipay button). Be sure you carefully read the "User Manual" in the e-commerce section, and confirm that you fully understand and accept the processes, and use later the related settings.
  • You can set to allow users to pay with online cash, recharge their account points for purchase of post content, buy the user group permissions, transfer points to other users, to upgrade and so on. For use the Alipay transaction capabilities, you need to enable the trade integration in the "Points settings", and also set the corresponding integration strategy to meet the needs of different occasions. Be sure to set your Alipay account, otherwise a user payment will result in real-time error, or resulting in a large number of orders that require manual processing.
  • As an addition, the Discuz! Official website provide Alipay payment services Alipay with a charge per transaction fee of 1.5%. Please notify the concern related to recent operations, the policy or process changes, adjustments to Discuz! Official website or the official forum of information prevail.
  • If you use any Alipay service built entirely on voluntary basis, it will cause the financial losses. The Tencent Cloud does not use such functions because liable for any loss caused.
  • For Business Consulting contact to the Alipay Email 6688@taobao.com; Alipay customer service telephone number is +86-0571-88156688.
  • ', 'ec_alipay_account' => 'Alipay Account', 'ec_alipay_account_comment' => 'If you enable the exchange or transaction capabilities, please enter a real and effective Alipay account, for allow users for cash transactions related to exchange money and points. If account is invalid or security code is incorrect, it will result in eerors in user transactions.
    If you do not have Alipay account, you can Register New Alipay Account', @@ -5777,12 +5777,12 @@ 'project_option_forum_allowpaytoauthor' => 'แสดงปุ่ม[ใช้ AliPay ซื้อ]', 'project_option_forum_alloweditpost' => 'อนุญาตให้แก้ไขโพสต์', 'project_option_forum_simple' => 'Show only lower-level display settings such as sub-Forum', - 'project_option_forum_creditspolicy' => 'Forum points Strategy', - 'project_option_forum_postcredits' => 'Posts points strategy', - 'project_option_forum_replycredit' => 'Reply points strategy', - 'project_option_forum_getattachcredits' => 'Download attachment points strategy', - 'project_option_forum_postattachcredits' => 'Upload attachment points strategy', - 'project_option_forum_digestcredits' => 'Digest points strategy', + 'project_option_forum_creditspolicy' => 'Forum credits Strategy', + 'project_option_forum_postcredits' => 'Posts credits strategy', + 'project_option_forum_replycredit' => 'Reply credits strategy', + 'project_option_forum_getattachcredits' => 'Download attachment credits strategy', + 'project_option_forum_postattachcredits' => 'Upload attachment credits strategy', + 'project_option_forum_digestcredits' => 'Digest credits strategy', 'project_option_forum_attachextensions' => 'Enabled attachment type', 'project_option_forum_viewperm' => 'Browse Forum Permissions', 'project_option_forum_postperm' => 'Create thread permissions', @@ -6104,14 +6104,14 @@ 'db_import_from_local' => 'จากคอมพิวเตอร์', 'db_import_unzip' => 'แยกไฟล์บีบอัด', - 'db_runquery' => 'Upgrade Database Version', + 'db_runquery' => 'Upgrade Database version', 'db_runquery_tips' => '
  • You can modify the /source/admincp/admincp_quickquery.php to add extended functionality for common SQL operations.
  • For security reasons, Discuz! Background by default, SQL statements directly against the implementation, use only the contents of commonly used SQL,
    You are free to write your own SQL update statement, in this case you need to set a variable $_config[admincp][runquery] to 1 in the config/config_global.php file.
  • ', 'db_runquery_sql' => 'Discuz! Database upgrade - Please paste in the following database upgrade statement', 'db_runquery_denied' => 'Sorry, this feature is disabled. If you need to enable it, edit the configuration file config/config_global.php.', 'db_runquery_comment' => 'Note: To ensure a successful upgrade, do not modify any part of the SQL statement.', - 'db_runquery_select' => 'Existing Statements', - 'db_runquery_simply' => 'Common SQL Update Statement', - 'db_runquery_createcompatible' => 'Change Conversion Statement Format and Character Set', + 'db_runquery_select' => 'Existing statements', + 'db_runquery_simply' => 'Common SQL update statement', + 'db_runquery_createcompatible' => 'Change conversion Statement format and character set', 'db_optimize_tables' => 'List of data tables to be optimized', 'db_optimize_tips' => '
  • Optimization of data table canremove the debris and holes from a data file, so that the records arranged closely, that enable to increase the access speed.
  • ', @@ -6259,21 +6259,21 @@ 'adv_admin_discuzunion' => 'Discuz! Union', 'adv_type_version' => 'เวอร์ชันของโมดูล', - 'adv_type_headerbanner' => 'Page Header Banner', + 'adv_type_headerbanner' => 'Page header banner', 'adv_type_headerbanner_tips' => '
  • Display mode: Page header banner ads displayed on the top right of forum page, usually using the 468x60 image or Flash. If the current page has multiple banners, the system will randomly select one of them to show.
  • Value: As to the first time to open the page the ad content displayed on the most visible position, so as a web page in the most expensive and most suitable for commercial or advertising types of branding.
  • ', - 'adv_type_footerbanner' => 'Footer Banner', + 'adv_type_footerbanner' => 'Footer banner', 'adv_type_footerbanner_tips' => '
  • The footer banner ads displayed in the bottom of the Forum page, usually using the 468x60 or other size image or Flash. If the current page has multiple banners, the system will randomly select one of them to show.
  • Value Analysis: Compared with the middle of the page or the header, the footer probability is relatively low, visitors usually do not cause resentment, at the same time be able to cover all the basic content of the advertising audience interested, therefore the footer position is neutral and moderate for the promotion.
  • ', - 'adv_type_text' => 'Textual Ads', + 'adv_type_text' => 'Textual ads', 'adv_type_text_tips' => '
  • Display mode: text ad pages in tabular form. Showing on the homepage, the contents of a list of three topics and posts in the page top, usually in the form of text, but also the used small images and Flash. If current page has multiple text ads, the system will arrange it in tabular form in accordance with the display order of unfolded all at the same time can on the number of columns in the range of 3 to 5 dynamic arrangement, to automatically arrange the best advertising results.
  • Value analysis: Since these ads are usually displayed in text form, but the more they rely on in the page position, making this type of advertising has become one of the elements required reading for visitors. Can render the same page more than a dozen feature text ads, but also determines the common people but it is a cost-effective way to promote a higher, but can also use the Forum own publicity and announcement purposes.
  • ', - 'adv_type_thread' => 'Thread Advertising', + 'adv_type_thread' => 'Thread advertising', 'adv_type_thread_tips' => '
  • Display mode: posts within the advertising content shown on the top of a thread, below or right, post the contents of the text above and below the commonly used form, post the contents of the right of commonly used image format. If there are several ads posts within the current page, the system will shown entries in a random. You can modify the other Global settings to show the number of ads per page.
  • Value analysis: As the post is the core component of the Forum, embedded within the message content of posts within the ad, the user can browse the contents of a natural message is accepted, plus random play features, for the effective promotion of a particular content can also be used for forum self-publicity and announcements. Proposal to set a number of posts within the advertising to achieve the advertising content difference, and thus attract more attention of visitors.
  • ', - 'adv_type_interthread' => 'Inter-thread Ad with Quote', + 'adv_type_interthread' => 'Inter-thread ad with quote', 'adv_type_interthread_tips' => '
  • Display mode: between posts. The banner ads displayed between the first thread post and the first reply. Can be used 468x60 or any other size images and Flash. If there are several banner ads, the system will select randomly one of them to show.
  • Value Analysis: The ability to separate themes and Replies, advertising does not affect the size of large post content, and therefore will not attract visitors post of resentment for the posts within the commercial advertising or branding.
  • ', 'adv_type_float' => 'Floating Ads', 'adv_type_float_tips' => '
  • Display mode: floating ads displayed on the lower left corner of the page. When a page is scrolled, the floating advertising keep on the original location. Usually used in the form of small images or Flash. If the current page has several floating ads, the system will randomly select one of them to show.
  • Value analysis: floating ads is a powerful and effective tool for business promotion, its volatility on the page, it fixed than words, pictures and more likely to be concerned about, and as such, it species of concern may also lead to the mandatory content of the advertisements on this visitor is not interested in hearing from you. Please note that the image or Flash should not be too large to display the form of floating ads, so as not to affect the page reading.
  • ', 'adv_type_couplebanner' => 'Couplet Advertising', 'adv_type_couplebanner_tips' => '
  • Display mode: couplet form of advertising as a rectangular image on top of the page displayed on both sides, the shape of a couplet, usually small tall wide rectangular image or Flash. Couplet advertising generally agreed the use of pixel width of the main forms of circumstances, such as the use of more than 90% of the agreed percentage of the main table width may affect the normal visitors to browse. When a visitor has the browser with less than 800 pixels width, these ads do not appear automatically. If there is more than one couplet ads at the current page, the system willselected randomly one of them to show.
  • Value: couplet advertising because only high-resolution display (1024x768 or higher) on both sides of the screen, only the area occupied by the blank page, so visitors will not lead to resentment, to highlight the promotion of good content. However, the width of the resolution and the special requirements of the main table, making the proportion of advertising audiences can not reach 100%.
  • ', - 'adv_type_intercat' => 'Inter-categories Advertising', + 'adv_type_intercat' => 'Inter-categories advertising', 'adv_type_intercat_tips' => '
  • Display mode: show advertising between categories at the Forum Home page Forum. You can use 468x60 or any other size images and Flash. If there is more than one ads at the current page, the system will display them randomly.
  • Value analysis: due to the more obvious in the forum home page location, advertising display is better, but too much may lead to visitors page ad offensive.
  • ', 'adv_type' => 'ประเภทโฆษณา', 'adv_style' => 'รูปแบบ', @@ -6329,7 +6329,7 @@ 'adv_edit_style_code' => 'โค้ด HTML', 'adv_edit_style_code_html' => 'กรอกโค้ด HTML ของโฆษณา', 'adv_edit_style_code_html_comment' => 'Please enter the required HTML code to display the advertisement.', - 'adv_edit_style_text' => 'Textual Ads', + 'adv_edit_style_text' => 'Textual ads', 'adv_edit_style_text_title' => 'Text (required)', 'adv_edit_style_text_title_comment' => 'Please enter the Ad text to display', 'adv_edit_style_text_link' => 'Text Link (required)', @@ -6616,7 +6616,7 @@ 'diytemplate_share' => 'Shared template', 'diytemplate_alone' => 'Separate template', 'diytemplate_permname' => 'ชื่อผู้ใช้', - 'diytemplate_permname_tips' => 'Who can Manage Blocks', + 'diytemplate_permname_tips' => 'This user name can manage blocks', 'diytemplate_the_username_has_not_template' => 'There are no management page, please return', 'portalcategory_article_perm_tips' => '
  • Add the user name where the user group need to have the "Allow authorized management article" permissions
  • Only add the user name, do not select any permission to do this user can post/management supervisor channel part, but can not publish/manage the channel section (which requires a higher level inherited permission section in this channel, and the higher authority in the user name)
  • Permission determine rules: from small to large (permission to sub-channel category is greater than the parent channel part of the permissions)
  • ', @@ -6646,18 +6646,18 @@ 'portalcategory_keyword' => 'คีย์เวิร์ด SEO', 'portalcategory_keyword_comment' => 'The Keywords for search engine optimization, on the keyword meta tag. Separate multiple keywords with a comma ",".', - 'portalcategory_seotitle' => 'title', + 'portalcategory_seotitle' => 'Title', 'portalcategory_url' => 'ลิงก์ที่อยู่แบบกำหนดเอง', 'portalcategory_url_comment' => 'กำหนดลิงก์ที่อยู่ที่ต้องการเชื่อมโยง', 'portalcategory_listprimaltplname' => 'List page template name', 'portalcategory_listprimaltplname_comment' => 'Upload template files to the template/default/portal Directory, file name must be list_*.htm, use * for custom file name
    If you want to re-select a template, Please ensure that the new templates can be dragged with the original template has the same area ID, Otherwise it will lose some or all of the original DIY data', - 'portalcategory_viewprimaltplname' => 'Article Page Template Name', + 'portalcategory_viewprimaltplname' => 'Article page template name', 'portalcategory_viewprimaltplname_comment' => 'Upload template files to the template/default/portal Directory, file name must be view_*.htm, use * for custom file name
    If you want to re-select a template, Please ensure that the new templates can be dragged with the original template has the same area ID, Otherwise it will lose some or all of the original DIY data', 'portalcategory_domain_duplicate' => 'Category subdomain name can not be repeated', 'portalcategory_parentfoldername_empty' => 'Category parent directory name can not be empty, Please set the parent directory of the category', 'portalcategory_foldername_duplicate' => 'Directory name can not be repeated', 'portalcategory_edit_nopermission' => 'You do not have permission to create or edit portal categories', - 'portalcategory_additional_content' => 'Additional Content', + 'portalcategory_additional_content' => 'Additional content', 'portalcategory_useheader' => 'Use for site header navigation', 'portalcategory_usefooter' => 'Use in site footer navigation', 'portalcategory_inheritancearticle' => 'Inherit the parent article management permissioms', @@ -6670,7 +6670,7 @@ 'portalcategory' => 'หมวดหมู่บทความ', 'portalcategory_addcategory' => 'เพิ่มหมวดหมู่', 'portalcategory_addsubcategory' => 'เพิ่มหมวดหมู่ย่อย', - 'portalcategory_addthirdcategory' => 'Add Sub-sub Category', + 'portalcategory_addthirdcategory' => 'Add sub-category', 'portalcategory_inheritance' => 'Inherit Parent Permissions', 'portalcategory_name' => 'ชื่อหมวดหมู่', 'portalcategory_delete' => 'ลบ', @@ -6713,9 +6713,9 @@ 'portalpermission' => 'จัดการสิทธิ์พอร์ทัล', 'portalpermission_article' => 'Articles permissions', - 'portalpermission_template' => 'Page permissions', - 'portalpermission_block' => 'Module permissions', - 'portalpermission_no_inherited' => 'Non-inherited permissions', + 'portalpermission_template' => 'Page layout permissions', + 'portalpermission_block' => 'Block permissions', + 'portalpermission_no_inherited' => 'Permissions are not inherited', 'blogcategory' => 'หมวดหมู่บล็อก', 'blogcategory_addcategory' => 'เพิ่มหมวดหมู่', @@ -6870,14 +6870,14 @@ 'group_level_creditsrange' => 'Points range', 'group_level_add' => 'Add group level', 'group_level_tips' => '
  • Do not add a lot of Group levels.
  • When a group is allowed to post but the user has no enough points, such user will see a caution, possible because of the group main brush points.
  • Default level icon size is 25 X 25 pixels.
  • ', - 'group_level_credits' => 'Points related', - 'group_level_credits_post' => 'Points for a post', - 'group_level_credits_reply' => 'Points for a reply', - 'group_level_credits_digest' => 'Points for a digest', - 'group_level_credits_upload' => 'Points for upload attachment', - 'group_level_credits_download' => 'Points for download attachment', - 'group_level_credits_trade' => 'Points for a sale', - 'group_level_credits_poll' => 'Points for a poll', + 'group_level_credits' => 'Credits related', + 'group_level_credits_post' => 'Credits for a post', + 'group_level_credits_reply' => 'Credits for a reply', + 'group_level_credits_digest' => 'Credits for a digest', + 'group_level_credits_upload' => 'Credits for upload attachment', + 'group_level_credits_download' => 'Credits for download attachment', + 'group_level_credits_trade' => 'Credits for a sale', + 'group_level_credits_poll' => 'Credits for a poll', 'group_level_posts' => 'Post permissions', 'group_level_special' => 'Special features', 'group_level_special_allowchangename' => 'Allow to founder to change a group name', diff --git a/upload/source/language/lang_admincp_msg.php b/upload/source/language/lang_admincp_msg.php index 0eac8d51..642541f5 100644 --- a/upload/source/language/lang_admincp_msg.php +++ b/upload/source/language/lang_admincp_msg.php @@ -413,22 +413,22 @@ 'plugins_enable_succeed' => 'ปลั๊กอินถูกเปิดใช้งานแล้ว', 'plugins_conflict' => 'ปลั๊กอินถูกเปิดใช้งานแล้ว
    คำแนะนำ: คุณเเพียงแค่เปิดการใช้งานปลั๊กอิน หากมีการใช้ Hook ร่วมกับปลั๊กอินอันอื่นไม่ถือว่าเป็นเรื่องผิดปกติแต่อย่างไร หากแต่เปิดการใช้งานแล้ว ปลั๊กอินไม่ทำงาน กรุณาติดต่อเจ้าของปลั๊กอินนี้ทันที [คลิกเพื่อดู]

    ', 'plugins_disable_succeed' => 'ปลั๊กอินถูกปิดใช้งานแล้ว', - 'plugins_import_var_invalid' => 'ชื่อ Hook ของปลั๊กอินไม่ถูกต้อง, ไม่สามารถนำเข้าได้', - 'plugins_import_identifier_duplicated' => 'ปลั๊กอินที่คุณต้องการนำเข้า({plugin_name})ได้ถูกติดตั้งอยู่ก่อนแล้ว', - 'plugins_import_version_invalid_confirm' => 'ปลั๊กอินนี้สำหรับ Discuz! {cur_version} ซึ่งอาจเข้ากันไม่ได้กับเวอร์ชันปัจจุบัน({set_version}), คุณต้องการติดตั้งหรือไม่?
    If this plug-in is not included in the installation instructions to modify the contents of the file then this plugin is a green plug-in, you can rest assured that the installation', + 'plugins_import_var_invalid' => 'ชื่อ Hook ในการตั้งค่าปลั๊กอินมีบางรายการไม่ถูกต้อง ไม่สามารถนำเข้าได้', + 'plugins_import_identifier_duplicated' => 'ปลั๊กอินที่คุณต้องการนำเข้า ({plugin_name}) ได้ถูกติดตั้งอยู่ก่อนแล้ว', + 'plugins_import_version_invalid_confirm' => 'ปลั๊กอินนี้สำหรับ Discuz! {cur_version} ซึ่งอาจเข้ากันไม่ได้กับเวอร์ชันปัจจุบัน ({set_version}) คุณต้องการติดตั้งต่อไปหรือไม่
    หากคำแนะนำในการติดตั้งปลั๊กอินนี้ไม่มีเนื้อหาของไฟล์ที่แก้ไข แสดงว่าปลั๊กอินนั้นเป็นปลั๊กอินปลอดภัย คุณสามารถติดตั้งได้อย่างมั่นใจ', 'plugins_import_version_invalid' => 'ปลั๊กอินนี้สำหรับ Discuz! {cur_version} ซึ่งอาจเข้ากันไม่ได้กับเวอร์ชันปัจจุบัน({set_version})', - 'plugins_import_succeed' => 'นำเข้าข้อมูลปลั๊กอินสำเร็จ!
    ในการใช้ปลั๊กอินนี้, คุณอาจต้องทำการอัปโหลดเทมเพลทหรือไฟล์อื่นเพิ่มเติม, ดูเพิ่มเติมจากวิธีการติดตั้งของปลั๊กอิน', - 'plugins_config_upgrade_confirm' => 'แน่ใจหรือไม่ว่าต้องการอัปเดต {pluginname} {version} เป็น {toversion}', + 'plugins_import_succeed' => 'นำเข้าข้อมูลปลั๊กอินสำเร็จ!
    ในการใช้ปลั๊กอินนี้คุณอาจต้องทำการอัปโหลดเทมเพลทหรือไฟล์อื่นเพิ่มเติม ดูเพิ่มเติมจากวิธีการติดตั้งของปลั๊กอิน', + 'plugins_config_upgrade_confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการอัปเดต {pluginname} {version} เป็น {toversion}', 'plugins_config_upgrade_missed' => 'ปลั๊กอินนี้ได้รับการอัปเดตเป็นเวอร์ชันล่าสุดแล้ว
    คลิกที่นี่เพื่อเข้าสู่ศูนย์แอปพลิเคชัน

    ', - 'plugins_config_upgrade_new' => 'This plug-in has been updated to the latest version
    But found that the presence of a new version of {newver} this plug-in application center, the need to upgrade?


    Upgrade this plugin    Temporarily upgrade

    ', - 'plugins_upgrade_var_invalid' => 'Plug-in embedded point name is not legitimate and can not be updated', - 'plugins_setting_succeed' => 'ตั้งค่าพารามิเตอร์ปลั๊กอินสำเร็จ ', - 'plugins_setting_module_nonexistence' => 'ไฟล์โมดูลปลั๊กอินที่ระบุ({modfile})ไม่มีอยู่จริงหรือการลำดับโค้ดผิดรูปแบบ, โปรดแน่ใจว่าการอัปโหลดปลั๊กอินสมบูรณ์จริง', - 'plugins_add_succeed' => 'ปลั๊กอินได้ถูกเพิ่มแล้ว, กรุณาดำเนินการต่อเพื่อตั้งค่าอย่างละเอียดต่อไป', - 'plugins_nonexistence' => 'คุณกำลังดำเนินการ:แก้ไขปลั๊กอิน กรุณาเลือกปลั๊กอิน:', + 'plugins_config_upgrade_new' => 'ปลั๊กอินนี้ได้อัปเดตเป็นเวอร์ชันล่าสุดเรียบร้อยแล้ว
    แต่ระบบตรวจพบว่ามีเวอร์ชันใหม่ {newver} ของปลั๊กอินนี้ในศูนย์แอปพลิเคชัน ฉันต้องอัปเกรดหรือไม่


    อัปเกรดปลั๊กอินนี้    ยังไม่ต้องอัปเกรด

    ', + 'plugins_upgrade_var_invalid' => 'ชื่อ hook ในการตั้งค่าปลั๊กอินมีบางรายการไม่ถูกต้อง ไม่สามารถอัปเดตได้', + 'plugins_setting_succeed' => 'อัปเดตการตั้งค่าพารามิเตอร์ปลั๊กอินเรียบร้อยแล้ว ', + 'plugins_setting_module_nonexistence' => 'ไฟล์โมดูลการจัดการปลั๊กอินที่ระบุ ({modfile}) ไม่มีอยู่หรือมีข้อผิดพลาดทางไวยากรณ์ กรุณาตรวจสอบว่าได้อัปโหลดปลั๊กอินเรียบร้อยแล้ว', + 'plugins_add_succeed' => 'ปลั๊กอินได้ถูกเพิ่มแล้ว กรุณาดำเนินการต่อเพื่อตั้งค่าอย่างละเอียดต่อไป', + 'plugins_nonexistence' => 'สิ่งที่คุณกำลังจะทำ: ออกแบบปลั๊กอิน กรุณาเลือกปลั๊กอินก่อน:', 'plugin_donot_edit' => 'ไม่สามารถแก้ไขได้', 'plugins_edit_directory_invalid' => 'คุณระบุโฟลเดอร์ปลั๊กอินไม่ถูกต้องหรือมี "/" ต่อท้ายอยู่', - 'plugins_edit_language_invalid' => 'ไฟล์ชุดภาษาปลั๊กอิน({langfile})ไม่ถูกต้อง', + 'plugins_edit_language_invalid' => 'ไฟล์ชุดภาษาปลั๊กอิน ({langfile}) ไม่ถูกต้อง', 'plugins_edit_modules_name_invalid' => 'ชื่อโมดูลที่คุณระบุไม่ถูกต้อง', 'plugins_edit_modules_duplicated' => 'คุณได้ระบุชื่อโมดูลที่มีอยู่แล้วในระบบมา', 'plugins_edit_var_invalid' => 'การตั้งค่าชื่อตัวแปรที่คุณระบุไม่ถูกต้องหรือซ้ำกัน', @@ -469,6 +469,7 @@ 'uc_database_connect_error' => 'Connect to database server failed. Go back to check the settings.', 'uc_config_write_error' => 'UC configuration file write failed. Return to check the settings.', 'uc_config_appid_error' => 'UCenter application ID must be a number, please check the settings', + 'uc_config_ip_error' => 'ที่อยู่ IP ของ UCenter ต้องเป็นที่อยู่ IP ที่ถูกต้อง กรุณาตรวจสอบการตั้งค่าอีกครั้ง', 'uc_config_load_data_local_infile_error' => 'The server has enabled the MySQL LOAD DATA LOCAL IN FILE function. To avoid possible security threats, it is not allowed to edit the UCenter database server address online. If you need to modify it, edit the UC_DBHOST constant in config/config_ucenter.php', 'setting_ipaccess_invalid' => 'Operation Error! You must allow your own IP to access the site. Please return to modify.', 'setting_adminipaccess_invalid' => 'Operation Error! You must allow your own IP to access the site backend. Please go back and edit.', @@ -514,7 +515,7 @@ 'styles_nonexistence' => 'กรุณาเลือกรูปแบบสไตล์ที่คุณต้องการดำเนินการกับ:', 'style_not_found' => 'รูปแบบสไตล์นี้ไม่มีอยู่ในระบบ', 'styles_edit_variable_duplicate' => 'ชื่อตัวแปรใหม่นี้มีอยู่แล้วในระบบ กรุณากลับไปแก้ไขใหม่', - 'styles_edit_variable_illegal' => 'The new variable name is not valid, please return to modify.', + 'styles_edit_variable_illegal' => 'ชื่อตัวแปรทดแทนใหม่ไม่ถูกต้อง', 'styles_validator_noupdate' => 'ยังไม่มีสไตล์ใหม่ที่อัปเดตในขณะนี้', 'tag_admin_updated' => 'แท็กได้รับการอัปเดตเรียบร้อยแล้ว', diff --git a/upload/template/default/forum/discuzcode.htm b/upload/template/default/forum/discuzcode.htm index 82c9c5bc..13e954d6 100644 --- a/upload/template/default/forum/discuzcode.htm +++ b/upload/template/default/forum/discuzcode.htm @@ -257,7 +257,7 @@ - +