- เครดิต
- 1016
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 180
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
วิธีทำ
เปิดไฟล์ source/include/spacecp/spacecp_share.php
ค้นหา-
- youku.com|youtube.com|5show.com|ku6.com|sohu.com|mofile.com|sina.com.cn
คัดลอกไปที่คลิปบอร์ด เพิ่มต่อท้ายค้นหา-
- } elseif('sohu.com' == $host) {
- // <A
- href="http://v.blog.sohu.com/u/vw/1785928">http://v.blog.sohu.com/u/vw/1785928
- preg_match_all("/\/(\d+)\/*$/",
- $link, $matches);
- if(!empty($matches[1][0]))
- {
- $return = $matches[1][0];
- }
คัดลอกไปที่คลิปบอร์ด เพิ่มด้านล่าง-
- } elseif('video.mthai.com' == $host) {
- // <A
- href="http://video.mthai.com/player.php?id=3M1255111840M0'>http://video.mthai.com/player.php?id=3M1255111840M0">http://video.mthai.com/player.php?id=3M1255111840M0
- preg_match_all("/id\=([\w\-]+)/",
- $link, $matches);
- if(!empty($matches[1][0]))
- {
- $return = $matches[1][0];
- }
คัดลอกไปที่คลิปบอร์ด เปิดไฟล์ static/js/home_common.js
ค้นหา
- 'mofile.com' :
- 'http://tv.mofile.com/cn/xplayer.swf?v=FLASHVAR',
คัดลอกไปที่คลิปบอร์ด เพิ่มด้านล่าง
- 'video.mthai.com' :
- 'http://video.mthai.com/Flash_player/player.swf?idMovie=FLASHVAR',
คัดลอกไปที่คลิปบอร์ด เปลี่ยนชื่อไฟล์นิดหน่อย จากเดิม http://www.discuzthai.com/viewthread.php?tid=13469&extra=&page=1 |
|
|
|
|
|
|