โค๊ดของพี่เรยคับ ที่ให้สร้างไฟล์

topbord.php
คัดลอกไปที่คลิปบอร์ด
โค๊ด:
1. 2.
3. /*
4. [Discuz!] (C)2001-2007 Comsenz Inc.
5. This is NOT a freeware, use is subject to license terms
6.
7. $Id: index.php 10486 2007-09-03 06:53:29Z liuqiang $
8. */
9.
10. define('CURSCRIPT', 'index');
11.
12. require_once './include/common.inc.php';
13. require_once DISCUZ_ROOT.'./include/forum.func.php';
14.
15. $discuz_action = 1;
16.
17. if($cacheindexlife && !$discuz_uid && $showoldetails != 'yes' && (!$_DCACHE['settings']['frameon'] || $_DCACHE['settings']['frameon'] && $_GET['frameon'] != 'yes') && empty($gid)) {
18.
19. $indexcache = getcacheinfo(0);
20.
