PDA

View Full Version : Hướng dẫn edit code NCT Clone Muzikbox


admin
08-08-2009, 07:35 PM
1. Sửa file media.js , class_config.php
var siteURL = '[Only registered and activated users can see links]';
$mainURL = '[Only registered and activated users can see links]';
Sửa [Only registered and activated users can see links] thành link của web ḿnh,link trỏ đến folder chứa file index.php.

2.Ai dùng host không hỗ trợ htacess , muốn download th́ làm như sau :
Mở file media.js
T́m
MuzikBox.Info_'+id+'.mp3
Thay bằng
?id='+id+'
Mở file list_audio.html , play_nct.html , nct.html
T́m:
MuzikBox.Info_{id}.mp3
Thay bằng:
?id={id}
3. Link download [Only registered and activated users can see links]
Ai muốn sửa MuzikBox.Info_ thành tên web ḿnh th́ làm như sau :
mở file : media.js , list_audio.html , play_nct.html , nct.html ,
t́m
href="nhac/MuzikBox.Info_{id}.mp3"
thay MuzikBox.Info thành tên web ḿnh.
Mở file .htacess sửa MuzikBox.Info thành tên web ḿnh

4.Bỏ quảng cáo th́ mở file mb.html
xóa ḍng
<!-- BOX box_adnet1() -->
<!-- BOX box_adnet2() -->
<!-- BOX box_adnet3() -->
5. Cho quảng cáo chạy dọc 2 bên :
T́m:
<!-- <DIV id="divAdLeft" style="LEFT: -100px; WIDTH: 100px; POSITION: absolute; TOP: 0px">
xóa đoạn :
<!--
T́m :
</script> -->
xóa đoạn
-->

--------------------------------------
[Only registered and activated users can see links]