• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Admin

Well-Known Member
Staff member
Administrator
- Giới thiệu: Mod quà tặng âm nhạc v3
- Bản này có gì mới?
+ Cập nhật thêm tính năng chạy flash nhạc từ zing mp3
+ Cập nhật giao diện gửi quà đơn giản
+ Thêm màu nick thành viên gửi
+ Chú ý: Khi sử dụng chức năng code bạn cần lấy code từ mp3.zing.vn và điền vào
VD link mp3 là
Code:
http://mp3.zing.vn/bai-hat/Anh-Biet-Tim/ZW6I8EF8.html
thì bạn lấy code là ZW6I8EF8
Demo ảnh
ksr7.jpg

- Hướng dẫn:
(Chú ý bạn cần tiến hành gỡ bỏ các phiên bản trước để tiến hành cài bản này)
+ Tạo thư mục quatang và up file index.php vào đó
+ Import quatangv3.sql
+ Mở pages/mainmenu.php thêm code sau vào chỗ thích hợp để hiện quà tặng
PHP:
echo '<div class="mainblok"><div class="phdr"><b>' .$lng['quatang0']. '</b></div><div class="menu">';
$quatang = mysql_query("SELECT * FROM `quatang` WHERE id='0'");
$truyvan = mysql_fetch_array($quatang);
$timnguoigui = mysql_query("SELECT `name`, `rights` FROM `users` WHERE id='".$truyvan['user_id_gui']."'");
$timnguoinhan = mysql_query("SELECT `name`, `rights` FROM `users` WHERE id='".$truyvan['user_id_nhan']."'");
$truyvan2 = mysql_fetch_array($timnguoigui);
$truyvan3 = mysql_fetch_array($timnguoinhan);
    if ($truyvan2['rights'] == 0) $colornick1['colornick'] = '264564';
    if ($truyvan2['rights'] == 3) $colornick1['colornick'] = '009900';
    if ($truyvan2['rights'] == 6) $colornick1['colornick'] = '0099cc';
    if ($truyvan2['rights'] == 7) $colornick1['colornick'] = 'ff0000';
    if ($truyvan2['rights'] == 9) $colornick1['colornick'] = 'ff0000';
    if ($truyvan3['rights'] == 0) $colornick2['colornick'] = '264564';
    if ($truyvan3['rights'] == 3) $colornick2['colornick'] = '009900';
    if ($truyvan3['rights'] == 6) $colornick2['colornick'] = '0099cc';
    if ($truyvan3['rights'] == 7) $colornick2['colornick'] = 'ff0000';
    if ($truyvan3['rights'] == 9) $colornick2['colornick'] = 'ff0000';
echo 'Bạn <font color="#'.$colornick1['colornick'].'">'.$truyvan2['name'].'</font> gửi tặng bạn <font color="#'.$colornick2['colornick'].'">'.$truyvan3['name'].'</font><br/>';
echo 'Bài hát: '.$truyvan['baihat'].'<br/>';
echo 'Với nội dung: <font color="red"><b>'.$truyvan['text'].'</b></font></br>';
if (!$truyvan['url'] or $truyvan['url']=='empty') {
echo '<a href="http://mp3.m.zing.vn/web/search?q=' .$truyvan['baihat']. '">Tải bài hát</a><br/>';
           } else {
echo '<a href="' .$truyvan['url']. '">Tải bài hát</a>';
                  }
if (!$is_mobile) {
if ($truyvan['code']) {
echo '<center><embed height="80" quality="high" src="http://static.mp3.zing.vn/skins/gentle/flash/mp3player.swf?xmlURL=http://mp3.zing.vn/play/?pid='.$truyvan['code'].'||4&songID=0&_mp3=&autoplay=false&wmode=transparent" type="application/x-shockwave-flash" width="430" wmode="transparent"></embed></center>';
                               }
				  }
echo '</div></div>';
Tải xuống tuoitreit.vn_quatangv3.zip (3.70 KB)
Lưu lại là xong
Chúc các bạn thành công!
 

Facebook Comments

New posts New threads New resources

Back
Top