vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - mp3, wma, wav player (https://vborg.vbsupport.ru/showthread.php?t=150435)

Adem GEN? 06-26-2007 08:38 PM

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

</font>

ShawneyJ 06-26-2007 11:44 PM

would love to see a demo in english.

Adem GEN? 06-27-2007 08:10 AM

English unnecessary
http://www.uzayforum.com/player_demo...btn_2_play.gif Click music play
http://www.uzayforum.com/player_demo...n_playlist.gifClick music list
List music click music play
English unnecessary for test

Adem GEN? 06-27-2007 11:57 AM

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

Ev!L ErN!E 07-08-2007 12:08 PM

same problem here.... I can't access the player with using "index.htm"
how to fix?

Adem GEN? 07-13-2007 08:58 AM

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

pureturk 07-22-2007 08:08 AM

this is too much work for a simple mp3 player. i ll pass

david05 08-02-2007 02:53 PM

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";

FJCCrazy 09-13-2007 01:49 AM

Maybe someone who has installed this can do a write up in plain English. I'm having trouble understanding what to edit and where...

Fifthe1ement 09-15-2007 05:31 AM

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:


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

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01025 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete