[ABD] phpBB Radio

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

[ABD] phpBB Radio

Postby sulph8 » Thu Dec 22, 2005 4:03 pm

phpBB Radio

Intergrates Radio.Blog with phpBB


Download RAR
:arrow: Download

Any feedback is greatly appreciated!
Enjoy
:twisted:

Code: Select all
#################################################################
## Title: phpBB Radio
## Author: Wayne Humphrey - <wayne@humphrey.za.net>
## Description:
##      Intergrates Radio.Blog with phpBB
##
## Version: 0.3.2
## References:  pafiledb and Advanced Links Mod
##
## Note:
##   Creat a SWF Sound
##   --------------------
##   - Copy your MP3 into the creat.sound directory.
##   - Double-click on convert64.bat (this will convert all your MP3 files in RBS format files into the sounds directory)
##   - Wait
##   - Copy your RBS files into phpbb_root/radio/sounds/ directory on your web server.
##   - refresh and enjoy.
##   
##   How To
##   ---------
##   - Autostart a track:
##   add ?autoplay=# in front of your url, for example to autostart track number 2: http://www.domaine.com/radio.blog/?autoplay=2
##   
##   - Remove my radio.blog from the radio.blog.club database:
##   Set the value of the register tag to 0 : <register value="0" />
##   Next time the crawler will visit your radio.blog (less than 48h), your radio.blog and all the tracks references will be removed from the radio.blog database.
##   
##
## Installation Level:    Easy
## Installation Time:    5 Minutes
##
## Files To Edit: 3
##   templates/subSilver/overall_header.tpl
##   language/lang_english/lang_main.php
##   includes/page_header.php
##
## Included Files:
##    radio/banner.css
##   radio/banner.js
##   radio/banner.php
##   radio/config.xml
##   radio/index.php
##   radio/radioblog.swf
##   radio/radioblog_80_15.gif
##   radio/rbcore.swf
##   radio/style.css
##   radio/version.ini
##   radio/sounds/functions.php
##   radio/sounds/playlist.php
##
##   templates/subSilver/images/icon_mini_music.gif
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##   Please be sure to read this guide FULLY!
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]--------------------
#
copy radio/*.* to phpbb_root/radio/
copy templates/*.* to templates/

#
#-----[ OPEN ]---------------------
#
templates/subSilver/overall_header.tpl

#
#-----[ FIND ]----------------------
#
<!-- END switch_enable_pm_popup -->

#
#-----[ BEFORE, ADD ]----------------
#
<!-- BEGIN phpBB Radio -->
<script type="text/javascript">
<!--
function RadioPopUp()
        {
        window.open('{U_PHPBB_RADIO}','Radio','height=320,width=220,dependent=yes,location=no,menubar=no,resizable=no,status=no,toolbar=no')
        }
//-->
</script>
<!-- END phpBB Radio -->

#
#-----[ FIND ]----------------------------------

<!-- END switch_user_logged_in -->

#
#-----[ BEFORE, ADD ]----------------
#
<a href="JavaScript:RadioPopUp()" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_music.gif" width="12" height="13" border="0" alt="Radio" hspace="3" />Tunes</a>

#
#-----[ OPEN ]----------------------------------
#
language/lang_english/lang_main.php

#
#-----[ FIND ]----------------------------------

//
// That's all, Folks!
// -------------------------------------------------

#
#-----[ BEFORE, ADD ]----------------
#
// BEGIN phpBB Radio
$lang['phpBB_Radio'] = "phpBB Radio";
// END phpBB Radio

#
#-----[ OPEN ]----------------------------------
#
includes/page_header.php

#
#-----[ FIND ]----------------------------------
#     
   'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),

#
#-----[ AFTER, ADD ]----------------------------
#
   // BEGIN phpBB Radio
   'L_PHPBB_RADIO' => $lang['phpBB_Radio'],
   'U_PHPBB_RADIO' => append_sid('./radio/index.'.$phpEx),
   // END phpBB Radio
#
#-----[ SAVE/CLOSE ALL FILES ]------
#
# EoM
sulph8
Registered User
 
Posts: 8
Joined: Sun Nov 20, 2005 11:49 am

Postby n00bstorm » Fri Dec 23, 2005 2:32 am

What happens if you go to other page? Does it stop?
n00bstorm
Registered User
 
Posts: 481
Joined: Sun Jan 30, 2005 7:52 pm

Postby igeoffi » Fri Dec 23, 2005 7:15 am

this is one interesting mod
i need to test this out
got any demo boards?
User avatar
igeoffi
Registered User
 
Posts: 153
Joined: Wed Jun 01, 2005 10:39 pm
Location: $location

Postby okada1314 » Fri Dec 23, 2005 8:05 am

Code: Select all
<!-- BEGIN phpBB Radio -->
<script type="text/javascript">
<!--
function RadioPopUp()
        {
        window.open('{U_PHPBB_RADIO}','Radio','height=320,width=220,dependent=yes,location=no,menubar=no,resizable=no,status=no,toolbar=no')
        }
//-->
</script>
<!-- END phpBB Radio -->


have a bugs

please del the <!-- END phpBB Radio --> and <!-- BEGIN phpBB Radio -->
User avatar
okada1314
Registered User
 
Posts: 207
Joined: Sat Oct 29, 2005 10:51 am
Location: China, Hong Kong

Postby sulph8 » Fri Dec 23, 2005 8:29 am

n00bstorm,

As it it a pop up you can brows your site while listening to your music.

--wayne
sulph8
Registered User
 
Posts: 8
Joined: Sun Nov 20, 2005 11:49 am

Postby sulph8 » Fri Dec 23, 2005 8:30 am

igeoffi,

Ill install it on a demo board in a while.

--wayne
sulph8
Registered User
 
Posts: 8
Joined: Sun Nov 20, 2005 11:49 am

Postby sulph8 » Fri Dec 23, 2005 9:37 am

Guys,

I have installed it here for demo:

:arrow:Demo

--wayne
sulph8
Registered User
 
Posts: 8
Joined: Sun Nov 20, 2005 11:49 am

Postby beggers » Sat Dec 24, 2005 3:44 am

sulph8 wrote:Guys,

I have installed it here for demo:

:arrow:Demo

--wayne


Not quite working. Clicking on Tunes displays a window with an error message.
User avatar
beggers
Registered User
 
Posts: 1197
Joined: Fri Nov 23, 2001 8:19 pm
Location: Las Vegas

Postby beggers » Sat Dec 24, 2005 3:45 am

(double post, sorry)
User avatar
beggers
Registered User
 
Posts: 1197
Joined: Fri Nov 23, 2001 8:19 pm
Location: Las Vegas

Postby sulph8 » Sat Dec 24, 2005 12:53 pm

seems to work 100% for me.

--wayne
sulph8
Registered User
 
Posts: 8
Joined: Sun Nov 20, 2005 11:49 am

Postby beggers » Sat Dec 24, 2005 2:03 pm

sulph8 wrote:seems to work 100% for me.

--wayne
Yep, I can see it now, too. It's not clear what the "radio" part of this is, though. I mean, it basically plays a stored list of music files, right? Isn't there a mod that will let you tap into on-line radio streams? Thanks.
User avatar
beggers
Registered User
 
Posts: 1197
Joined: Fri Nov 23, 2001 8:19 pm
Location: Las Vegas

Postby tahoebuff » Sat Dec 24, 2005 3:32 pm

User avatar
tahoebuff
Registered User
 
Posts: 1390
Joined: Tue Jul 20, 2004 12:33 am
Location: Nevada

Postby playerfr » Sun Jan 08, 2006 10:40 pm

Someone Have this file please ? as the link dosent work anymore

pelase it is urgent

Thanks
User avatar
playerfr
Registered User
 
Posts: 851
Joined: Fri Jul 18, 2003 9:50 am
Location: France - Paris

Postby tahoebuff » Mon Jan 09, 2006 2:31 am

playerfr wrote:Someone Have this file please ? as the link dosent work anymore

pelase it is urgent

Thanks


The mod link and my link both work. Just tried them...

Tahoebuff
User avatar
tahoebuff
Registered User
 
Posts: 1390
Joined: Tue Jul 20, 2004 12:33 am
Location: Nevada

can others upload tracks?

Postby lwaa » Thu Jan 26, 2006 5:50 pm

is there a way for registered members at a certain level to be able to upload files themselves or does it have to go through me as the administrator?
lwaa
Registered User
 
Posts: 43
Joined: Thu Nov 03, 2005 11:15 am

Next

Return to [2.0.x] MODs in Development

Who is online

Users browsing this forum: Sogou [Spider] and 8 guests