![]() |
|
Mod Options |
![]() |
|||||||||||||||||||||||||
This modification is in the archives.
vBmusic 1.0
Merry Christmas To Everyone ...Wish all the best to you... Live Demo: http://thienduongnhac.com/forum/music.php![]() also I have some screen in attachment files ![]() note: my demo is using vietnamese language but don't worry I already changed this code to English ![]() vBmusic is playing all audio/video music. It allows you to play & upload all kind of music (mp2,mp3,wma,wmv,mpg,avi...google,youtube,dailymotion,veoh...). It very helpful & all using Ajax. This mod works with version of vBulletin 3.5.x & 3.6.x FEATURES: + Playing with any kind of musics + All scripts are using Ajax + Member can add music + vBmusic Statistics - Count Songs, Albums, Artists - Count Threads, Posts, Users, Newest Member, Online, Registed Today + top listened + top new song/top new album + random song + random album + admin can add/edit album/artist/news/logo + admin mod can edit songs + admin can delete songs Instrucions & support: it very easy only 30s-1mins install this mod you can find an installation manual & screen in the zip package (in folder donotupload/reader.txt or installreader.htm) Or follow there steps: NOTE: THE AUTHOR OF THIS HACK IS NOT RESPONSIBLE FOR ANY DATA LOSS OR DAMAGE THAT RESULTED FROM INSTALLING THIS HACK. BE SURE TO PERFORM A BACKUP OF YOUR FILES / DATABASE BEFORE PROCEEDING. ***Installer: very easy about 30s-1min FILE UPLOADS (Step 1) upload all files and folder in upload folder to root forum (Step 2) Login To ACP:Plugins & Products=>Manage Products=>[Add/Import Product] =>Import file product-vBmusic1.0.xml All done now you can enjoy with this mod ...please don't forget to click install Note: I only support & help the problem for install. I do not support any for adding more stuff in this mod ...if you want just donated for me by paypal [email protected] account ***Also: In this mod I have been added more stuff (you can see in demo http://thienduongnhac.com (If you want all this stuff, donation to me by vi3t4lov3@yahoo paypal acccount) 1+ Member can add/edit singer/album in muisc page 2+ Made link for uploader can upload 1 to 20 song per time 3+ Admin can add music in control (it faster in music page) 4+ Admin can add 1 to 40 songs per time (if you want I can add up to 100songs/time) 5+ show up the music song/album in vBadvanced CMPS/ Forum index .. 5+ Special are I already added Ajax viewing Emotion,Gitter,Wallpaper,Background...up to 10000 pics) all in music page can see in demo) <---contact me to buy this script Templates edit: In navbar Template find
Bellow add
In FORUMHOME Template (if you want to count your vBmusic in forum home) find
bellow add
***Upgrade: **Make sure you overwrite ALL existing files and revert ALL templates** Login To ACP:Plugins & Products=>Manage Products=>[Add/Import Product] =>Import file product-vBmusic1.0.xml seclect overwrite to upgrade ***Uninstall: just go to admincp lugins & Products=>Manage Products=> select uninstall vbmusic Enjoy the rest & don't forget to click install Please feel free to contact me if you need further assistance. by email: [email protected] forum support & question: http://thienduongnhac.com/forum/f530-question.html http://thienduongnhac.com/forum/showthread.php?p=247032 Click Install Here Download Now Only licensed members can download files, Click Here for more information. Supporters / CoAuthors Screenshots Show Your Support
No members have liked this post.
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
VbMusic - For Dummies | lefthome | vBulletin 3.5 Add-ons | 2 | 03 Jun 2007 12:46 |
Add-On Releases VbMusic - For Dummies | lefthome | vBulletin 3.6 Add-ons | 7 | 07 May 2007 11:00 |
Comments |
#2
|
||||
|
||||
What kind of a player does it use? It looks like something I can definately use.. Good job!
No members have liked this post.
|
#3
|
||||
|
||||
Originally Posted by Greek76
I using Window Media Player for all, the people want to playing this code ...have to download window media player 9,10 0r 11 also have download flash player 7,8 or 9![]()
I already added link download in that mod
__________________
No members have liked this post.
|
#4
|
||||
|
||||
Well it looks real good but I dont know about installing since you are only going to help people that donate from what it says on your post. How can we donate if we dont even know if it will work correctly?
No members have liked this post.
|
#5
|
||||
|
||||
I have been tested for install (working really well)... if you have any problem from install just reply here ...sure I can help you
![]()
__________________
No members have liked this post.
|
#6
|
||||
|
||||
Great just a question do you know of any good sites that can host streaming music?
No members have liked this post.
|
#7
|
||||
|
||||
i installed the files.. but when i loaded it... the import failed (database error)
No members have liked this post.
|
#8
|
||||
|
||||
what is your error please code your error here I can see. also what is your version
__________________
No members have liked this post.
|
#9
|
||||
|
||||
ok getting this, when importing the product...
No members have liked this post.
|
#10
|
||||
|
||||
soulface and I are getting the same error
No members have liked this post.
Last edited by TheBlackPoet; 04 Dec 2007 at 16:42. |
#11
|
|||
|
|||
Sorry but you coded it all by yourself ? or just translated it to english version of this hack ?
No members have liked this post.
|
#12
|
||||
|
||||
to Theblackpoed & soulface I don't know why you guys have that problem ...but I going to test again ...let how can I help you. waiting for me ...Thanks
__________________
No members have liked this post.
|
#13
|
|||
|
|||
i try to install VbMusic after i upload all the files to the server i cnt get to install product-vBmusic
+ on Vb3.6.8 Msql Database error in vBulletin 3.6.8: Invalid SQL: INSERT INTO music_artist (`id`,`name`,`image`,`info`,`country`) VALUES ('1', 'Backstreet Boys', '', '','1'); MySQL Error : Duplicate entry '1' for key 1 Error Number : 1062 Date : Tuesday, December 4th 2007 @ 12:45:17 PM No members have liked this post.
|
#14
|
|||
|
|||
No members have liked this post.
|
#15
|
|||
|
|||
I thought if i drop/delet the tabels would be better
DROP TABLE `music_album` , `music_artist` , `music_cat` , `music_logo` , `music_news` , `music_setting` , `music_song` ; - After i drop those tables i get these msg Database error in vBulletin 3.6.8: Invalid SQL: CREATE TABLE IF NOT EXISTS music_album ( id int(10) NOT NULL auto_increment, name varchar(200) NOT NULL default '', artistid int(11) NOT NULL default '0', info text NOT NULL default '', image varchar(250) NOT NULL default '', catid int(11) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; MySQL Error : Invalid default value for 'catid' Error Number : 1067 Date : Tuesday, December 4th 2007 @ 12:49:27 PM No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 01:33.