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
mp3, wma, wav player Details »»
mp3, wma, wav player
Version: 1.00, by Adem GEN? Adem GEN? is offline
Developer Last Online: Aug 2020 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.7 Rating:
Released: 06-22-2007 Last Update: Never Installs: 21
 
No support by the author.

mp3, wma, wav player

install

/forum/
index.htm
player

upload

edit

change template edit
index.htm
Quote:
<frame src="player/styx_wmp9_red/player.html" name="aquamp" frameborder="0" noresize>

Music list edd or edit
/player/
playlist.asx
Quote:
<Entry>
<Title>Description MP3</Title>
<Ref href="mp3_files/sample.mp3"/>
</Entry>

Music list url set/edit
/player/
player.config.js
Quote:
var mediaURL = "http://www.your_domain.com/player/playlist.asx";

Music files upload
/forum/player/mp3_files/
Upload

Demo English:
http://www.uzayforum.com/player.html
http://www.uzayforum.com/player2.html

Show Your Support

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

Comments
  #22  
Old 06-26-2007, 08:38 PM
Adem GEN?'s Avatar
Adem GEN? Adem GEN? is offline
 
Join Date: Apr 2005
Location: İstanbul / T?rkiye
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<font size="2">No members upload
Admin Ftp whit upload and playlist.asx edit

</font>
Reply With Quote
  #23  
Old 06-26-2007, 11:44 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would love to see a demo in english.
Reply With Quote
  #24  
Old 06-27-2007, 08:10 AM
Adem GEN?'s Avatar
Adem GEN? Adem GEN? is offline
 
Join Date: Apr 2005
Location: İstanbul / T?rkiye
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

English unnecessary
Click music play
Click music list
List music click music play
English unnecessary for test
Reply With Quote
  #25  
Old 06-27-2007, 11:57 AM
Adem GEN?'s Avatar
Adem GEN? Adem GEN? is offline
 
Join Date: Apr 2005
Location: İstanbul / T?rkiye
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Demo English:
http://www.uzayforum.com/player.html
http://www.uzayforum.com/player2.html
Reply With Quote
  #26  
Old 07-08-2007, 12:08 PM
Ev!L ErN!E Ev!L ErN!E is offline
 
Join Date: Feb 2006
Location: Michigan
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

same problem here.... I can't access the player with using "index.htm"
how to fix?
Reply With Quote
  #27  
Old 07-13-2007, 08:58 AM
Adem GEN?'s Avatar
Adem GEN? Adem GEN? is offline
 
Join Date: Apr 2005
Location: İstanbul / T?rkiye
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem here
http://www.uzayforum.com/player.html
http://www.uzayforum.com/player2.html
Only IE for working

index.htm or index.html
HTML Code
Quote:
<html>
<head>
<title>MyHOMEPAGE with aquamp!</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9">
<style type="text/css">
frameset {
margin:0px;
padding:0px;
border:0px;
background-color:buttonface;
}
</style>
</head>
<frameset rows="8,*" rows1="30,*" frameborder="0" framespacing="0" name="fst">
<frame src="player/styx_wmp9_red/player.html" name="aquamp" frameborder="0" noresize>
<frame src="./index.php?" name="main" frameborder="0" noresize>
</frameset>
<noframes></noframes>
</html>
Blue color: player address
Red color: web home index.php

Only IE for woring

Original palyer index.html code
php or html code
Some hosts html files php code no working
html files php code working for .htaccess files
Code
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
Reply With Quote
  #28  
Old 07-22-2007, 08:08 AM
pureturk pureturk is offline
 
Join Date: Jun 2007
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is too much work for a simple mp3 player. i ll pass
Reply With Quote
  #29  
Old 08-02-2007, 02:53 PM
david05 david05 is offline
 
Join Date: Jul 2006
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much. I installed it and had errors. After a while I figured it out. The problem was when i edited "player.config.js". Remember "player" folder is uploaded to /forum/, so I had to changed the path, not just the domain.

var mediaURL = "http://www.your_domain.com/forum/player/playlist.asx";
Reply With Quote
  #30  
Old 09-13-2007, 01:49 AM
FJCCrazy's Avatar
FJCCrazy FJCCrazy is offline
 
Join Date: Dec 2006
Location: Florida
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe someone who has installed this can do a write up in plain English. I'm having trouble understanding what to edit and where...
Reply With Quote
  #31  
Old 09-15-2007, 05:31 AM
Fifthe1ement Fifthe1ement is offline
 
Join Date: May 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those who want this to display on all pages within vBulletin and not just on the htm/html pages included with the download. Many of you have asked how to do this as template changes seem to cause issues with page loading. These instructions will teach you how to create a redirect to the htm/html file with the player, which in turn will load your forum but will still keep everything running smooth and at your default url.

1. Follow all original instructions to get the mod working.
1. Go into your admincp and then vBulletin options, "Forums Home Page Options".
2. Change "Script Name for Forum Home Page" to "index2.php".
3. You now need to go to your FTP app and into your root directory (yoursite/index.php).
4. Change your "index.php" file to "index2.php".
5. Open your favorite text editor and you are now going to create a new "index.php" file with the code inserted below (sub out your site where it says):
PHP Code:
<?php
header
'Location: http://www.yoursite.com/index.htm' ) ;
?>
6. Save the new "index.php" file and upload to your root forum directory (same one as above).
7. Open the "index.htm" in your root directory.
Find:
PHP Code:
<frame src="./index.php?" name="main" frameborder="0" noresize
Change to:
PHP Code:
<frame src="./index2.php?" name="main" frameborder="0" noresize
8. You're done so simply go to your main url and everything should be working!

Note: If you used the html version of index in the archive simply change all above "index.htm" to "index.html".

If you have any other questions feel free to pm or post and I'll give it my best shot.

FifthE1ement :up:
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 01:48 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.04420 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_php
  • (4)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
  • (3)pagenav_pagelink
  • (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