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-22-2007 10:00 PM

mp3, wma, wav player
 
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

Adem GEN? 06-23-2007 10:00 AM

Good player

iogames 06-23-2007 02:19 PM

More screenshots? :o
The Norton thingy was confusing... Thanks

Veer 06-23-2007 06:40 PM

Demo Please :)

CMGU 06-23-2007 06:59 PM

lood very interesting

Demo please

rizelim 06-23-2007 08:44 PM

thanks Mr. Adem

COBRAws 06-23-2007 08:53 PM

any working demo w/o login requirement please?

Adem GEN? 06-23-2007 10:01 PM

Demo English:
http://www.uzayforum.com/player.html
http://www.uzayforum.com/player2.html
No for test login

COBRAws 06-23-2007 10:52 PM

Quote:

Originally Posted by AdemGEN? (Post 1274911)
Demo: http://forum.muttafi.com
No for test login

I only see a login box with a language i can not read. And there is no player.

Thanks anyway.



--EDiT--
It doesnt work on Mozilla Firefox (v2), at least not on mine. With Internet Explorer works great.

Mmmm this uses frames, thanks anyway, but I cant use frames, its not good for my spiders or visitors.

nebu 06-23-2007 11:54 PM

Quote:

Originally Posted by COBRAws (Post 1274939)
I only see a login box with a language i can not read. And there is no player.

same here..... is that turkey?
why not english or german ;)


can user upload mp3 to the upload folder without ftp permission?

rjmjr69 06-24-2007 12:48 AM

ANyone have anything in english?

Amman-DJ.CoM 06-24-2007 06:14 AM

i uploaded but nothing happened
and i edited the files u said

do i have to edit the header?

Adem GEN? 06-24-2007 08:44 AM

Edit red fields
Change music files real with
Files empty "sample.mp3, sample.wma, sample.wav"

Adem GEN? 06-24-2007 09:01 AM

Quote:

Originally Posted by rizelim (Post 1274871)
thanks Mr. Adem

Hello,
Ger?ekten rizelimisiniz? bende rizeliyim.

Adem GEN? 06-24-2007 10:03 AM

Quote:

Originally Posted by nebu (Post 1274986)
same here..... is that turkey?
why not english or german ;)


can user upload mp3 to the upload folder without ftp permission?

No user upload
ftp upload and
Music list edd or edit
playlist.asx
add
Quote:

<Entry>
<Title>Description MP3</Title>
<Ref href="mp3_files/sample.mp3"/>
</Entry>
Demo English:
http://www.uzayforum.com/player.html
http://www.uzayforum.com/player2.html

Amman-DJ.CoM 06-24-2007 12:12 PM

this works only if i access the forums with htm index
if u access the forums with .php you'll not see the player

but its nice

Installed :)

Adem GEN? 06-24-2007 02:30 PM

index.htm file
Quote:

<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>
Frame
Top player bar
Lower
Forum home index.php

Start: http://www.your_domain.com/forum
Not: index.htm or index.html as your test

Dark Cynicus! 06-26-2007 01:21 AM

this is weird =/ cant get the mp3 to play

ninjamaster 06-26-2007 07:23 PM

thanks m8 nice player:)

yaoren 06-26-2007 08:06 PM

Can my members upload onto this or is is just for the Admins?

Looks cool though, I like it.

**Reserved**

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:

FJCCrazy 09-15-2007 12:50 PM

Quote:

Originally Posted by Fifthe1ement (Post 1339346)
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:

Great write up....
Thanks brah!

BarcaMaroc 04-30-2008 02:27 PM

thanks very good

DungBeetle 10-06-2008 09:58 PM

very god mod, can anybody make works with firefox


All times are GMT. The time now is 05:23 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.01381 seconds
  • Memory Usage 1,826KB
  • 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
  • (6)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete