Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBmusic 1.0 Details »»
vBmusic 1.0
Version: 1.00, by Vi3t4Lov3 Vi3t4Lov3 is offline
Developer Last Online: Nov 2014 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 12-03-2007 Last Update: 12-03-2007 Installs: 94
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Code Changes  
No support by the author.

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 :up:
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,dailymot ion,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 vi3t4lov3@yahoo.com 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
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Bellow add
Code:
<td class="vbmenu_control"><a href="music.php?$session[sessionurl]">$vbphrase[vBmusic]</a></td>
In FORUMHOME Template (if you want to count your vBmusic in forum home)
find
Code:
<if condition="$show['activemembers']">,
					<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
				</if>
bellow add
Code:
, Songs: $vBmsongs, Albums: $vBmalbums, Artists: $vBmartists
***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: vi3t4lov3@gmail.com
forum support & question: http://thienduongnhac.com/forum/f530-question.html
http://thienduongnhac.com/forum/showthread.php?p=247032

Click Install Here

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 12-29-2007, 07:05 PM
Oasismad Oasismad is offline
 
Join Date: Dec 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems this mod needs some work doing to make it easier and more compatiable and maybe someone who speaks english to help out too!
Reply With Quote
  #113  
Old 12-30-2007, 03:59 AM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah some customization would make this the perfect mod also the links to the mp3's should be our domain not the modder's domain.
Reply With Quote
  #114  
Old 01-03-2008, 12:22 AM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had download this updated XLM file got this error:

Database error in vBulletin 3.5.4:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'vBmusic Count Song, Album, Singer, List US IN singer, Threads, Posts, Total Onlines, Registed', 'global_start', '\r\n // Song Count Copyright by TuNguyen vi3t4lov3@yahoo.com\r\n$song_count_sql = $db->query_read(\"\r\n SELECT\r\n COUNT(id) as count\r\n FROM \" . TABLE_PREFIX . \"music_song LIMIT 1\");\r\n\r\n$song_count_sql_row = $db->fetch_array($song_count_sql);\r\n$vBmsongs = $song_count_sql_row[\'count\'];\r\n\r\n// Album Count Copyright by TuNguyen vi3t4lov3@yahoo.com\r\n$album_count_sql = $db->query_read(\"\r\n SELECT\r\n COUNT(id) as count\r\n FROM \" . TABLE_PREFIX . \"music_album LIMIT 1\");\r\n\r\n$album_count_sql_row = $db->fetch_array($album_count_sql);\r\n$vBmalbums = $album_count_sql_row[\'count\'];\r\n\r\n// Album Artist Copyright by TuNguyen vi3t4lov3@yahoo.com\r\n$artist_count_sql = $db->query_read(\"\r\n SELECT\r\n COUNT(id) as count\r\n FROM \" . TABLE_PREFIX . \"music_artist LIMIT 1\");\r\n\r\n$artist_count_sql_row = $db->fetch_array($artist_count_sql);\r\n$vBmartists = $artist_count_sql_row[\'count\'];\r\n // Users Registered Today\r\n\r\n $now = TIMENOW - intval($vboptions[\'hourdif\']); \r\n $cutoff = mktime(0, 0, 0, date(\'m\', $now), date(\'d\', $now), date(\'Y\', $now)); \r\n //$cutoff = $now - 86400 ; // Uncomment this line if you want a rolling 24 hours display \r\n $todaysregs = $db->query(\"SELECT userid, joindate, options, username, opentag, closetag, posts \r\n FROM \" . TABLE_PREFIX . \"user as user \r\n LEFT JOIN \" . TABLE_PREFIX . \"usergroup as usergroup ON(user.usergroupid = usergroup.usergroupid) \r\n WHERE joindate > \" .$cutoff. \" ORDER BY username\" ); \r\n\r\n unset ($regtoday); \r\n $vBmregtoday = 0; \r\n while ($today = $db->fetch_array($todaysregs)) \r\n { \r\n $today[visible] = 1 ;\r\n $vBmregtoday += 1;\r\n //$useroptions = convert_bits_to_array($today[\'options\'] , $vbulletin->bf_misc_useroptions);\r\n if ($today[options] & $vbulletin->bf_misc_useroptions[\'invisible\']) \r\n {\r\n $today[visible] = 0 ;\r\n if (($permissions[\'genericpermissions\'] & $vbulletin->bf_ugp_genericpermissions[\'canseehidden\']) OR $today[\'userid\'] == $vbulletin->userinfo[\'userid\']) \r\n { \r\n $today[visible] = 2 ; \r\n } \r\n } \r\n if ($today[visible]) \r\n { \r\n $regtoday .= \"<a href=\'member.php?u=$today[userid]\'>\"; \r\n if ($today[visible] == 2) \r\n { \r\n $regtoday .= \"$today[opentag]$today[username] ($today[posts] $vbphrase[posts])$today[closetag]</a>*, \"; \r\n } \r\n else \r\n { \r\n $regtoday .= \"$today[opentag]$today[username] ($today[posts] $vbphrase[posts])$today[closetag]</a>, \"; \r\n } \r\n } \r\n } \r\n if ($regtoday) \r\n { \r\n $regtoday = substr($regtoday, 0, strlen($regtoday)-2); \r\n } \r\n else\r\n {\r\n $regtoday = \"There have been no new registrations today.\";\r\n }\r\n\r\n// End Users Registered Today\r\n// forum stats start number of threads, posts\r\n$numbersmembers = $db->query_first(\"SELECT COUNT(*) AS users,MAX(userid) AS max FROM \" . TABLE_PREFIX . \"user\"); \r\n$vBmmembers = number_format($numbersmembers[\'users\']); \r\n$counter = $db->query_first(\"SELECT COUNT(postid) AS posts, COUNT(threadid) AS threads FROM \" . TABLE_PREFIX . \"post\"); \r\n$vBmposts=number_format($counter[\'posts\']); \r\n$countthreads = $db->query_first(\"SELECT COUNT(*) AS threads FROM \" . TABLE_PREFIX . \"thread\"); \r\n$vBmthreads=number_format($countthreads[\'threads\']); \r\n// forum stats end \r\n\r\n// total online start \r\n$datecut = TIMENOW - $vbulletin->options[\'cookietimeout\']; \r\n$headerguests=$db->query_first(\"SELECT COUNT(*) AS count FROM \" . TABLE_PREFIX . \"session WHERE userid=0 AND lastactivity>$datecut\"); \r\n$headerusers=$db->query_first(\"SELECT COUNT(DISTINCT(userid)) AS count FROM \" . TABLE_PREFIX . \"session WHERE \" . TABLE_PREFIX . \"session.userid>0 AND \" . TABLE_PREFIX . \"session.lastactivity>$datecut\"); \r\n$headerguests=$headerguests[count]; \r\n$headerusers=$headerusers[count]; \r\n$vBmonline=$headerguests+$headerusers; \r\n// total online end \r\n\r\n// get newest member name and userid start \r\n$getnewestmember=$db->query_first(\"SELECT userid, username FROM \" . TABLE_PREFIX . \"user WHERE userid=$numbersmembers[max]\"); \r\n$newusername = $getnewestmember[\'username\']; \r\n$newuserid = $getnewestmember[\'userid\']; \r\n// get newest member name and userid end\r\n ', 'vBmusic');

MySQL Error : Unknown column 'executionorder' in 'field list'




Quote:
Originally Posted by Vi3t4Lov3 View Post
error fixed ...please re download and import again ...if have any problem please reply here


if you don't want to redownload ...just downlaod this file xml then import again ...
Reply With Quote
  #115  
Old 01-03-2008, 04:09 AM
Vman Vman is offline
 
Join Date: Apr 2004
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So I guess you guys did not read the prior pages, and the one I typed in bold RED LETTERS!!!!

https://vborg.vbsupport.ru/showthrea...=164297&page=7

Have fun trying to uninstall this jacked up program. I still have not been able to remove it!!!!!

LMAO!!!!!
Reply With Quote
  #116  
Old 01-03-2008, 09:03 PM
koxito koxito is offline
 
Join Date: Jan 2006
Location: Merida Yucatan
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well i can download it in the first time.. Lol... the file appears to be corrupted. can you upload it again or something

xai.
Reply With Quote
  #117  
Old 01-04-2008, 03:31 AM
Vman Vman is offline
 
Join Date: Apr 2004
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by koxito View Post
Well i can download it in the first time.. Lol... the file appears to be corrupted. can you upload it again or something

xai.
Goood luck!!!! We can't not tell you guys enough about this program! IT SUCKES!!!! You are screwed the moment you install it and you can't get uninstall it!!!!!

Here is a stupid question Ill ask you... WHY HAVE YOU NOT READ THE PRIOR WARNING! Do you not think that most of us who have install it, have major experience in things like that and WE DO NOT SUPPORT IT!!!!!

So not to be mean but you have to do research before installing anything!!!!

Reply With Quote
  #118  
Old 01-05-2008, 12:08 PM
passwords passwords is offline
 
Join Date: Nov 2006
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working after 7 hrs of editing :S
but is there any way to stop some groups from publishing new songs ?

update : solved
Reply With Quote
  #119  
Old 01-06-2008, 11:38 PM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the script itself is working it jus needs to be updated and added new features
Reply With Quote
  #120  
Old 01-07-2008, 03:27 AM
rapidphim rapidphim is offline
 
Join Date: Feb 2007
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can this one be upgraded for upcoming vb 3.7?
Reply With Quote
  #121  
Old 01-07-2008, 01:43 PM
doobiefillin doobiefillin is offline
 
Join Date: Oct 2007
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this mod has massive potential, it needs to be refined. please fix the bugs and i'll be sure to include it on my website. great job
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05196 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete