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 |
#162
|
|||
|
|||
I would love to get this to work
I have retraced every step twice but when i click on the radio in my nav bar all i get is a blank page on Explore & firefox. any idea were i might have done something wrong? thanks |
#163
|
||||
|
||||
Quote:
Fix the path of your radio...thats your problem in the file radio.php you have to fix the path |
#164
|
|||
|
|||
the only edit i can find in the index.php file is
$navbits[$parent] = 'Your radio name'; // Your radio name goes here i have $navbits[$parent] = 'Radio'; // Radio is there another edit i missed? Sorry completely new at this thanks |
#165
|
||||
|
||||
Quote:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] :: Radio</title> </head> <BODY > <!-- new bit allows only members to see the radio!!! --> <!-- put the location of your radio.blog directory in the following above and below lines --> <if condition="$show['member']"> <iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe> <p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a> to go back </font></p> <else /> Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster </if> </body> </html> i quoted in yellow where u suppose to change to the proper path... |
#166
|
|||
|
|||
Sorry I have done that and changed the url to see if i made a mistake on the right url but still a blank page.
<!-- put the location of your radio.blog directory in the following above and below lines --> <if condition="$show['member']"> http://www.URL.com/TestingVB3.7/radio.blog/index.php <iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe> http://www.URL.com/TestingVB3.7/radio.blog/index.php <p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a> to go back </font></p> <else /> i might be confussed on the right url/path but i done it http://www.URL.com/TestingVB3.7/radio.blog/index.php http://www.URL.com/TestingVB3.7/radio.blog http://www.URL.com/TestingVB3.7/index.php http://www.URL.com/TestingVB3.7/radio.blog/radio.php thank you for your time |
#167
|
||||
|
||||
Quote:
uhm...........is ur board folder name : testingvb3.7? did you upload the radio.blog in the proper folder? is index.php in the right folder? i had the same problem and my error was just the path............. i mean if u uploaded Example for me my forum is in the path : forum so all i had to add was : radio.blog/index.php i had to take off the forum/ because it would bring it to forum/forum/radio.blog.... try taking off testingvb3.7/ before the blog....see if it works |
#168
|
|||
|
|||
No its named forum
but i installed a Chat hack and something when wrong and the forum went down. Then i found out you can have a forum for just testing, so i try there before i hit the main forum now the radio.blog folder is in the testing directory so it read like this www.url.com/TestingVB3.7/radio.blog and the index.php is in there too |
#169
|
||||
|
||||
Quote:
in the radio template.....take off : testingvb3.7 from the path....see if it does the trick.......... |
#170
|
|||
|
|||
Nope....still a blank page
its alright, its not ment to be, this seems harder to install than VBchat 2.3 |
#171
|
|||
|
|||
i just clicked the index.php from my server host and it came up, so i am close
I see the problem when i click the link on my nav bar it brings me to www.url.com/testingVB3.7/radio.php when i should be at www.url.com/testingVB3.7/radio.blog/index.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|