Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=113)
-   -   [FTS 1.1] Shoutcast addon full integrated Beta (http://www.bvlist.com/showthread.php?t=4028)

benjaminbih 20th December 2009 23:32

[FTS 1.1] Shoutcast addon full integrated
 
2 Attachment(s)
Here comes a little addon for youre FTS tracker, i hope you like it.

  • Shoutcast addon configuration via Site settings
  • Shoutcast addon display as plugin
It

yoligim 21st December 2009 05:02

I'm afraid I get this error
in site settings
Code:

Warning: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\include\libs\config\shoutcast.php:20) in E:\xampp\htdocs\administrator\plugin.php on line 17
[0] in function header in E:\xampp\htdocs\administrator\plugin.php on line 17

and when I go to the admin panel at the top of the page I get this error

Code:

Warning: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\fts-contents\fts-plugins\index-elements\shoutcast.php:20) in E:\xampp\htdocs\include\functions.php on line 1107
[0] in function header in E:\xampp\htdocs\include\functions.php on line 1107
[1] in function stdhead in E:\xampp\htdocs\admin\index.php on line 203

I,ll appreciate some help, please,
thanks in advance

benjaminbih 21st December 2009 11:46

look in to plugin shoutcast.php

you have a whitespace at the end of the code in line 20
PHP Code:

?> 

remove the white space but leave the
?> at end.

yoligim 21st December 2009 12:05

I'm afraid I still getting errors:
when I enter on /admin
Code:

Warning: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\fts-contents\fts-plugins\index-elements\shoutcast.php:19) in E:\xampp\htdocs\include\functions.php on line 1107
[0] in function header in E:\xampp\htdocs\include\functions.php on line 1107
[1] in function stdhead in E:\xampp\htdocs\admin\index.php on line 203

and in

administrator/index.php

Code:

Warning: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\fts-contents\fts-plugins\index-elements\shoutcast.php:19) in E:\xampp\htdocs\administrator\plugin.php on line 17
[0] in function header in E:\xampp\htdocs\administrator\plugin.php on line 17

:sad:

benjaminbih 21st December 2009 12:16

1 Attachment(s)
i have looked in tou youre shoutcast.php.
you dont have understand what i mean with whitespce
youre last line looks as follows
PHP Code:

add_action("index_elements_shoutcast","_index_element_shoutcast");?> 

still with whitespace
but it have to look so
PHP Code:

add_action("index_elements_shoutcast","_index_element_shoutcast");
?> 

and without the whitespace ' ' as last character.

take my shoutcast.php for index-elements

Bump: you have a further whitespace at \include\libs\config\shoutcast.php on line 20
remove it

yoligim 21st December 2009 22:15

Now no errors...but...
 
I can't see in my index.php this image

http://bvlist.com/members/benjaminbi...-shoutcast.jpg

I only get the name of the radio...
but nothing more below...

:sos:

benjaminbih 21st December 2009 23:23

@yoligim,do you have setup a shotcast server?
And does the sc_serv still running?

1. You have to setup a shoutcast server.
2. You have to config this addon in youre site settings on tracker to match the config of sc_server.conf after you setup the same and its still running (type in google howto shoutcast you will find many tutorials how to do this). Then you will be able to see what s on the image i post.

yoligim 22nd December 2009 00:47

yes I have set up a shoutcast server

http://192.168.1.101:8000/index.html

I think now is working...:drink:

benjaminbih 22nd December 2009 00:50

i forgott the following>
in /administrator/options.php find this:
PHP Code:

    'save_mods''security''save_security''transfer''savetransfer''cache''savecache''reCAPTCHA''save_reCAPTCHA''payment''save_payment''pg''save_pg' ) ; 

and change to:
PHP Code:

    'save_mods''shoutcast''save_shoutcast''security''save_security''transfer''savetransfer''cache''savecache''reCAPTCHA''save_reCAPTCHA''payment''save_payment''pg''save_pg' ) ; 

first post is updated

yoligim 22nd December 2009 01:00

ok, done, now I am able to see the Shoutcast Settings
in site settings.:ok:


All times are GMT +2. The time now is 10:51.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.