Chitu CMS commercial film and television source code, Chitu CMS, ctcms band, mobile phone template, analysis, collection
This version is a commercial version with membership payment functions, analysis, payment interface, collection, etc.
1. Full network analysis and playback
2. Flexible on-demand monthly subscription
3. Add videos with one click
4. Complete membership system
5. Self-service recharge and upgrade
6. For more information, please go to the demo site below to watch
If the collection cannot be used, please modify the collection api address.
Modify the path ctcmsappscontrollersadmincaiji.php line 307 code api to your own api
}elseif(empty($do)){//Resource library homepage
$data['jumpurl']=@file_get_contents(FCPATH."caches/jumpurl.txt");
$data['api']='http://v.qipakan.com/caiji.js';Modify here
$this->load->view('head.tpl',$data);
$this->load->view('caiji.tpl');
You can save the official caiji.js to your computer for modification. Note that the collection URL is base64 encrypted.
base64 encryption and decryption online tool: http://encode.chahuo.com/