vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Shoutcast Status 2.0 (VB3.6) (https://vborg.vbsupport.ru/showthread.php?t=126007)

digital3 05-18-2007 01:03 PM

For those who have never used this before it would probably be nice if usage instructions were included. "Currently our shoutcast server is down" gets a little dull on forumhome. Just some simple instructions on how to add stations and get it going would be nice.

Is there something I have to install from shoutcast.com *other* than this mod? How do I set my site to tune into certain stations I want, etc?

OK Never mind. I see now that the server has to be installed and has a 25 KB readme with a lot of complex linux instructions that have to be executed in SSH that I don't have time to hassle with.

yashua 05-18-2007 02:27 PM

Quote:

Originally Posted by Zachariah (Post 1250135)
Should work on CHMOD 666 also.

yah but doesnt that mean anyone can go in my server and edit the file if its chmod has allows anyone to write on the file or does not letting anyone execute it stop them from doing it?

Zachariah 05-18-2007 02:41 PM

Quote:

Originally Posted by digital3 (Post 1250164)
For those who have never used this before it would probably be nice if usage instructions were included. "Currently our shoutcast server is down" gets a little dull on forumhome. Just some simple instructions on how to add stations and get it going would be nice.

Is there something I have to install from shoutcast.com *other* than this mod? How do I set my site to tune into certain stations I want, etc?

OK Never mind. I see now that the server has to be installed and has a 25 KB readme with a lot of complex linux instructions that have to be executed in SSH that I don't have time to hassle with.

You do not need SSH access unless you plan to install Shoutcast server on your webhost.
Make sure you have Unlimited Bandwith on your web package.

The bandwith useage depends on "# of users connected" and the quility of the song in kbps.

uploadspeed / bitrate = max listeners , always leave some for overhead

Example: 256k upload speed / 56k bitrate = max 4 listeners ( 4* 56 = 224kbps ) keep in mind that your provider says he gives you 256kbps upload, the actual speed might be much lower.

The shoutcast server and where it is hosted is up to you.
- I have one sitting on a windows 2k system and a cable modem.
- I have one sitting on freebsd server and a T1.

**SHOUTcast Server is available for the following platforms: Windows 95/98/ME/NT/2000/XP, Mac OS X, FreeBSD, Linux, and Solaris
http://shoutcast.com/download/serve.phtml

================
Install is not to hard.
In the zip build.
================

product-shoutcast_home_full.xml
install.txt
- upload
-- scast_home.xml
-- includes
---- shoutcast
------ scast.php
------ cache_templates.php
-- images
---- misc
-------- shoutcast_off.gif
-------- radio.gif
-------- im_winmp.gif
-------- im_real.gif
-------- im_qt.gif
-------- im_mirc.gif
-------- im_genre.gif

When you upload the files to your web server you want to keep the folder structure in tact.

Everything in the "upload" folder will be placed in the root of your vBulletin install.

D:\inetpub\vhosts\dev\forums

/forums/scast_home.xml

The forums/includes/shoutcast folder will be made and the php files uploaded.

The images by default will upload where the default style is installed. /forums/images/misc/. If you have a custom style with a different location then upload the images to the custom /images/misc/.

$stylevar[imgdir_misc] - style_location/images/misc

======================
In your Admin Control Panel
======================

Admincp => Plugin System => Manage Products
Click [Add/Import Product]
Browse for the file "product-shoutcast_home_full.xml"
Allow Overwrite
Import

Settings:
Admincp => vBulletin Options => Shoutcast Forumhome
[ EDIT ]

dmyre 05-19-2007 04:24 AM

Has anyone been able to get this to work on vb3.6.5?
I installed/reinstalled numerous times, and still have had no luck.
I did set the CHMOD to 777.

Within my "installed products" page, this is not underlined, like the rest of my mods are...
Any help would be appreciated...

krazycivik 05-21-2007 03:36 AM

yeh how to you CHMOD somthing? not everyone knows.. im a newb anyone? i installed everything right but it gives me a server error.. help

Stereo123456 05-23-2007 08:26 PM

ok how do i add multiple ips so that i cn have more than 1 person broadcasting at different times, without having to keep changing the details. Thanks

Zachariah 05-23-2007 10:26 PM

Quote:

Originally Posted by krazycivik (Post 1251826)
yeh how to you CHMOD somthing? not everyone knows.. im a newb anyone? i installed everything right but it gives me a server error.. help

CHMOD is usaly built into the FTP program you use to upload file to your webserver.
- properties of the XML file should allow you to change the permissions.

Quote:

Originally Posted by Stereo123456 (Post 1253447)
ok how do i add multiple ips so that i cn have more than 1 person broadcasting at different times, without having to keep changing the details. Thanks

I am working on a database version to allow the admin to add multi IP's , Ports, Passwords, ect ..

Client side display will be a default station and the rest in a dropdown or something. I have not designed the front end yet.

dmyre 05-23-2007 11:05 PM

Quote:

Originally Posted by dmyre (Post 1250606)
Has anyone been able to get this to work on vb3.6.5?
I installed/reinstalled numerous times, and still have had no luck.
I did set the CHMOD to 777.

Within my "installed products" page, this is not underlined, like the rest of my mods are...
Any help would be appreciated...

Anyone?

Zachariah 05-24-2007 12:08 PM

Quote:

Originally Posted by dmyre (Post 1250606)
Has anyone been able to get this to work on vb3.6.5?
I installed/reinstalled numerous times, and still have had no luck.

Within my "installed products" page, this is not underlined, like the rest of my mods are...
Any help would be appreciated...

I have it working on all 3.6.x versions. The underline or not is choice of the developer during assembly.
I will update in the next build. Thanks. :)

To put less load on the shoutcast server and to speed up page loads. The shoutcast info the script gets is cached to your local webserver in a XML file. The XML file is called up when there is a request to show the data. If your cache file does not update then you are not connecting to the shoutcast server. (cache file is always "zero" kb)

9 out of 10 times this is because of settings (port,ip,password) or your webhost has blocked ports in their firewall. Many hosts only allow queries for data on port 80 (http, rss, xml feeds). This hack will pull the XML feed from your shoutcast server port. I have seen many webhosts designate a port for "other" needs of their clients.

If you are 100% sure your setting and install is correct.

Send a ticket to your webhost and see if ports are blocked (ie:8000). If so they may give you another port you can use. Reset your shoutcast server to output on that port. Lastly, if there is nothing that your host will do, you can move the shoutcast server to output on port 80 vs. 8000 and your webhost should read the feed.

tirol07 05-28-2007 02:15 PM

very nice "for: 3.6.7"


All times are GMT. The time now is 09:06 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
  • Page Generation 0.02944 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete