⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 200_rc_1.php

📁 CMS系统
💻 PHP
字号:
<?php

// insert new image gallery phrases
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 17, 'previous_image', '&laquo; Previous Image', '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 17, 'next_image',     'Next Image &raquo;',     '', '', '', '', 0, 0, 0)");

// insert new subdreamer phrases
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_view_access',     'Sorry, your account does not have access to this section.',       '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_post_access',     'Sorry, your account does not have access to submit information.', '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_download_access', 'Sorry, your account does not have access to downloads.',          '', '', '', '', 0, 0, 0)");
$DB->query("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('0', 1, 'no_comment_access',  'Sorry, your account does not have access to post comments.',      '', '', '', '', 0, 0, 0)");

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -