The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Radio 2.3.x Details »» | |||||||||||||||||||||||||
vBulletin Radio 3.5.x UPDATED!! 1st September new, flash 7 addition, flash player does not crash, all conversions, great for XP and works with all browsers!!! Last Update 09th April 2005 : Anyone asking for support and is not licenced or is appearing that have not clicked "install" will not recieve it. Click install or no support will be given :devious: New, members keep asking me about only allowing registered users to see the radio and not having a popup only an iframe and etc etc, simply download the new version (3.5.x) and update your templates :squareeyed: enjoy and click install!!!! yeha! Last Update 18th March 2005 : Anyone asking for support and is not licenced or is appearing that have not clicked "install" will not recieve it. Click install or no support will be given :devious: HTML Addon? Or want to show different playlists and random settings? Go here To Show a random Shuffle song upload this file (playlist.txt) as attached and rename it to playlist.php and replace your old, please do back it up For the HTML Playlist feature read this *Note support is not given for outside modifications *Last Update 7th January 2005* 8mp GMT UK CRITICAL Update Needed! Security Release In your radio.blog/sounds/playlist.php JUST DOWNLOAD THE NEW ONE!!! Allows hackers to show your directory where all your sounds are, I refuse to tell you this string command, recommend that you update to 3.5.x NOW! Download it and read the upgrade instructions Whats new? Better Installation Instructions Automatic Messenger Style Popup Player (looks wicked!) Skinable File (config.ini) I have commented it to help people Scroll Bar, scroll down your songs instead of the slow little arrow Songs are now in a new directory you can change using the config Songs are small now and are converted to swf instead of rbs songs are at 128kbps instead of 64 enjoy! -------------------- What is it? A radio for your forum well more like a media player sounds nicer though :squareeyed: ----------------------------------- How does it work? Using a secure flash file you can play your favorite songs on your forum kind of like a jukebox, you can make it popup in a small play window so users can still post and browse your community ----------------------------------------------- What does it feature? Cross Fader. Volume Control Autoplay Bandwith controlled streaming popup feature close feature compressess the song file so space saver ------------------------------- Legal? Yes no one can access or save the songs, so as long as you have bought them and the songs are yours its 100% Safe ------------------------------ Got a demo? Yes Here demo link here and here --------------------------- Screenshots? No need see the demo link or check radioblogclub.com And also http://radio.lodhiz.com/radio.blog/ and click Play I have also attached one below as an example of the skinning feature --------------------------- I cant find mp3s or dont own any what do I do??? Simple, this is what I use, go to www.apple.com/itunes/ its a free downloadble program for both windows and linux and mac os and osx, and has over 700,000 songs!!! --------------------------- Get a background like the screenshot In the /radio.blog/index.php File found in the hack find Code:
<head> Code:
<style type="text/css"> <!-- body { background-image: url(bg2.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> --------------------------- What can I say? My first hack be gentle with errors or support ill try to help and hopefully the advance coders will help as my area of expertise is in .NET Enjoy! Read this also for a few questions and scenarios dealt with - Kaz :devious: The Death-Eater.NET Team www.death-eater.net :squareeyed: Please click install or no support will be given, Install this mod by clicking :devious: Show Your Support
|
Comments |
#122
|
|||
|
|||
thanks. I did get it to work but only under CMPS.
I currently have vbulletin with vba cmps and vba gallery. my radio is installed in forum/radio. 1-when I'm under cmps and click on the radio link in the navbar, the radio loads and autostarts perfectly. 2-when I'm in the forum and click on the radio link in the navbar, for some reason it goes to forum/forum/radio and i get an error. 3-when I'm in the gallery and click on the radio link in the navbar, it goes to gallery/forum/radio and ger an error. any ideas? |
#123
|
||||
|
||||
Can you show me the code for your navbar template please?
|
#124
|
|||
|
|||
I don't know what I did but now it only works under forum and not cmps and gallery. anyways, here is the code I used for the radio link in the navbar. If you need to see the whole thing let me know.
Code:
<td class="vbmenu_control"> <A HREF="javascript:popUp('radio/?autoplay=1')">Radio</A> </td> |
#125
|
||||
|
||||
Any ideas about how to use a similar hack, but play QT video instead of mp3's? Or is this totally out of the league of this player?
Thanks in advance! |
#126
|
||||
|
||||
Quote:
As for you dude Find Code:
<td class="vbmenu_control"> <A HREF="javascript:popUp('radio/?autoplay=1')">Radio</A> </td> Code:
<td class="vbmenu_control"> <A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/?autoplay=1')">Radio</A> </td> |
#127
|
||||
|
||||
thanks khaleel, I'll keep my eyes out for that. Any idea on when you might have that done?
|
#128
|
||||
|
||||
It will be called vBulletin Media Player and with be a stand alone feature, not an addon to this mod. In a few months in afraid after my college exams
|
#129
|
||||
|
||||
Thanks! Good luck on those exams!
|
#130
|
|||
|
|||
THANK YOU!!!!
sorry for bothering you too much. I noticed that people can go directly to the radio by typing mydomain.com/forum/radio. Is it possible to make the radio to only work when people go through the forum? |
#131
|
||||
|
||||
Quote:
Make a new file called index2.php and paste the code and upload it to radio.blog In navbar find Code:
<td class="vbmenu_control"> <A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/?autoplay=1')">Radio</A> </td> Code:
<td class="vbmenu_control"> <A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/index2.php?autoplay=1')">Radio</A> </td> replace with Code:
<b>Not allowed to view this, please login into the <a href="/forums/">forums</a> and select the radio from the navbar Code:
<td class="vbmenu_control"> <A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/index2.php?autoplay=1')">Radio</A> </td> place this new encypted code Code:
<script> <!-- document.write(unescape("%5BCODE%5D%3Ctd%20class%3D%22vbmenu_control%22%3E%0D%0A%3CA%20HREF%3D%22javascript%3ApopUp%28%27http%3A//www.totalwebaddresstoyoursite.com/path/to/radio/index2.php%3Fautoplay%3D1%27%29%22%3ERadio%3C/A%3E%0D%0A%3C/td%3E%5B/CODE%5D")); //--> </script> To do this go to http://www.dynamicdrive.com/dynamicindex9/encrypter.htm and put the following code in the text box and hit encrpyt making sure you set your domain paths etc Code:
<td class="vbmenu_control"> <!--encypt_start();--> <A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/index2.php?autoplay=1')">Radio</A> </td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|