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 |
#182
|
||||
|
||||
Quote:
caz of the radio template........its in the radio template that its specify that if his a member he can view it....what i did is.............i putted the radio link in the area where it says : welcome %username.....wich means if the person isnt registered wont see it.....................i think there is a navbar like that.....or there is another code you try this wherever you added the link : <if condition="$show['member']">?????????? <A HREF="forum/radio.blog/index.php"> <-- add whateva else u added how big the windows should be etc..</if> that should work |
#183
|
|||
|
|||
yea, but if there is no radio templete (deleted )
the nav bar link goes to the radio.php url instead of the radio.blog/index.php url. right now it is set so only logged in members see it But if just added the link to my main forum it will show at all times i just wondering what makes it go to the radio.php if there is no templete or if there is a templete? im boggled |
#184
|
||||
|
||||
Quote:
then just add teh <if> comments example you added the link : <A href="www.domain.com/radio.blog/index.php"> add <if condition="$show['member']"> <A HREF="www.domain.com/radio.blog/index.php"> Radio</a> <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> try that.... |
#185
|
||||
|
||||
Quote:
its the radio.php you notice when you look at the link...i sends you radio.php -> wich checks the template and opens the template to show up the results...but since you have no radio.php (wich checks if his logs) you go directly by using the link.... i dont know if you understand...i know i might speak a lil chineese (caz i understand myself) |
#186
|
|||
|
|||
i get a error code on line 20 when i did that
but what make the nav bar link go to the right url? it cant be that code because it dont matter if i created it yet or if it is there. i dont want any members to find my or know about the test site, so if i just added the testing link to my main forum they will see Testing VB3.7 in the url when playing the radio? |
#187
|
|||
|
|||
i do have a radio.php but that not what is play the music....?
it works fine as long as you type the radio.blog/index.php to the url but the nav bar link makes it go to the radio.php maybe i have the radio.blog/index.php in the wrong spot? its in with the radio.blog files |
#188
|
|||
|
|||
$navbits[$parent] = 'Your radio name'; // Your radio name goes here
changed to Radio Radio <?php /* vBulletin Radio 2.3.x (c) Khaleel Mughal of the www.death-eater.net support at vbulletin thread: https://vborg.vbsupport.ru/showthrea...221#post638221 Support only given if you click install */ error_reporting(E_ALL & ~E_NOTICE); define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'radio'); $phrasegroups = array( ); $specialtemplates = array( ); $globaltemplates = array( 'radio', ); $actiontemplates = array( ); require_once('./global.php'); $navbits = array(); $navbits[$parent] = 'Radio'; // Radio $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); // this means we need the navbar template eval('print_output("' . fetch_template('radio') . '");'); // and its going to printed and PLACED in the radio template ?> |
#189
|
|||
|
|||
OK.....I got it
in the nav bar templete were you cpoy & paste this <if condition="$show['member']"> <td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td><else /></if> i changed this line to href="http://myurl.com/TestingVB3.7/radio.blog/index.radio.php?$session[sessionurl]">Radio</a></td><else /></if> but were in the instructions does it say to do that??? i got it, thank you for your help, i will beable to sleep tonight, gezz 3 days now...lol |
#190
|
||||
|
||||
Quote:
sorry if i took so long to replyu didnt notice you were replying |
#191
|
||||
|
||||
Quote:
its a redirection that says to use the template radio to open the page... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|