![]() |
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? |
Can you show me the code for your navbar template please?
|
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"> |
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! |
Quote:
As for you dude Find Code:
<td class="vbmenu_control"> Code:
<td class="vbmenu_control"> |
thanks khaleel, I'll keep my eyes out for that. Any idea on when you might have that done?
|
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
|
Thanks! Good luck on those exams!
|
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? |
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"> Code:
<td class="vbmenu_control"> 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"> place this new encypted code Code:
<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"> |
Khaleel thanks for the hack. Installed it yesterday evening and it works.
Install is clicked |
No problem enjoy
|
Looks good ++++ this, going to give it a go on Monday
Whats the bandwidth usage like? Anyone any rough figures? Cheers |
Pretty hungry at times it can be ok with bandwidth as its gently streamed other times it will waste it very quickly I suggest before you convert it to .rbs format you take a glimpse of mp3 compression software. Run a query on google for it, or use the convert32 file for lower bit rate quality and size reduction
|
its a ++++ hot hack khaleel...loving it and seeing as though its a club paying for the bandwidth and not me i dont really care how much it takes lol
just need to find out how to edit it to regged users can listen rather than any tom, ++++ or harry i hope ur avatar dont mean manchester united ;) lost with the colours in the xml file like...well annoying lol, ill sort that though - just wanted it same as urs without the blue background but cant fathom it out |
The color file is commented easily for you to understand, lol hope the club cashes out then ;) My avatar means United harry potter fans :disappointed:
To allow registered users to use it simple add this code Open the navbar template Find Code:
<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td> Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td> Add this after Code:
<else /> |
<a href="https://vborg.vbsupport.ru/showthread.php?threadid=71950" target="_blank">Updated</a>
|
Cheers mate, had worked it out - and the config thing which is nice
Only prob ive got now is that if someone is listening to the radio it says in the who's online bit unkown location...ill sort that though nice work |
The unknown location bug will be fixed in the next release
|
thanks for the update!
|
Quote:
|
Next update due This tuesday!
|
what's coming in this update? I guess if it's coming tomorrow, I'll just wait to update what I have now.
|
Great hack! I saw a post earlier talking about track numbers. Is there a way to edit track numbers? Mine were uploaded in alphabetical order but I don't want them to play in that order. Thanks :)
|
I would not recommend this since Its not neat and tidy ;) but try doing this.
Go to This is the playlist.php This randomizes the playlist Code:
<?PHP Code:
<?php |
Clicked Installed! Works great in 3.07
|
Quote:
|
Quote:
It has its own mind. :nervous: To everyone about to post for support: http://www.death-eater.net/forum/sho...=7639#post7639 See that ^ and see www.radioblogclub.com and its forums! If you really really need help and cant wait till june email me khaleelm@gmail.com ill respond to emails! Emails ONLY! No pms or posting here! |
Hi. just wanted to say thank you very much for this. took me a full 5mins to install. no problems at all :), by reading the post im guessing you modified the install instructions some, cuz some ppl saying bad insturctions ? well anyways i had no problem and im not the smartest with code work, but i sometimes manages to get things working the way i want..lol..
anyways thank you again, great mod, is the last pieces that i needed to set up my site :D. Loco Macheen *clicks install* |
The radio is pretty easy to make... the flash and so forth.
Can someone possibly turn this into a bigger hack? By allowing users to 'have their own radio blog' on your site. Allowing the upload of music, with space limitations by usergroups and subscription based memberships... Having it extract statistics... Allowing users to have a webpage within your forum... perhaps just under the top banner... with different information about them... their likes on music... ETC.... I think the possibilities on that are endless, and it can produce a substantial amount of traffic, having your banner on the media player and linking it back to your site... This would definately be great to sites that are dedicated to music... ETC... Anyone up to doing this? Or no... :ermm: |
Thanks for installing the hack. Im mkaing something like this but it can play movies also. This request is alot of work I will be willing to partner up with someone this thread however is for support. And support it shall remain please post in the request forum, NOT here. :tired:
|
Hmm.. seems to work fine on my site except for those using Firefox.
*Update* Found the issue. The file named crossdomaine.xml should actually be crossdomain.xml and needs to be in the root of your website. Not sure where its called from, but saw that in my error log. |
Ill have to get back to you on this.
|
So I've been messing around with the hack a bit, trying to figure out why, when i click the link in the nav bar it comes out with the appropriate width, but the height takes the full screen.
I have for the life of me no idea why this is happening. If you can posilby take a look, i would appreciate it. user: talalden pass: talalden |
It wont let me login. This is the last support ill be giving for a while. Please show me the code for your navbar and second what browser are you using?
|
its happening in both firefox and IE.
and sorry about the login, its working now. I forgot to set the permissions in cmps. The code is: Code:
<if condition="$show['member']"> Code:
<if condition="$show['member']"> |
Basically make sure the navbar template has the code
Code:
<if condition="$show['member']"> |
I hope you don't mind but I ported your program to vBa CMPS.
https://vborg.vbsupport.ru/showthread.php?t=80825 Brian (love your hack and so do my members!) |
Cool, I actually installed it on a portal for someone else using that, no problem lol *installed*
|
Quote:
im trying to do the exact same thing and none of them are working error comes from both... |
All times are GMT. The time now is 03:55 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|