Search found 872 matches

by wbartels
Wed Mar 23, 2005 5:09 pm
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

you can disable compression by ini_set("zlib.output_compression", "Off"); before any HTML output. But I still have problems after that (the output isn't zipped, but there's buffering going on somewhere, although it's turned off in PHP.ini and IIS). The idea of client-side toolti...
by wbartels
Wed Mar 23, 2005 1:19 pm
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

Superlexx wrote:The idea of client-side tooltip generation is good (I haven't done anything in JS yet though).
I also haven't coded anything in JavaScript.
We only need to make one loop, that can't be that difficult :wink:
by wbartels
Wed Mar 23, 2005 1:15 pm
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

Superlexx wrote:But I still have problems after that (the output isn't zipped, but there's buffering going on somewhere, although it's turned off in PHP.ini and IIS).
These problems are related to IIS.
Take a look here: http://forums.devnetwork.net/viewtopic.php?t=31247
by wbartels
Wed Mar 23, 2005 9:17 am
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

Another idea to reduce the html size, is to use client side JavaScript to make the stream tooltip. Jus to get the idea: javascript <script language="JavaScript" type="text/javascript"> <!-- function overstream(url) { .... add stream profiles to string .... overlib(string) } //-->...
by wbartels
Wed Mar 23, 2005 8:38 am
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

Thanks for the help. I make my pages with Homsite and couldn't become used to dreamweaver. Though I will try the CSS part of Dreamweaver. I don't think it is a problem that the stylesheet aren't compressed. The stylesheet will be cached by the web browser. Is there a way to disable GZIP compression ...
by wbartels
Tue Mar 22, 2005 6:21 pm
Forum: Implemented
Topic: Download Album
Replies: 21
Views: 32903

Re: Download Album

Similar to the feature request to stream each song seperately it would be interesting to be able to download an entire album. :) For example as a ZIP file. The zip library in PHP can only be used to extract zip files. There is another library that also support compression. Who knows the name of tha...
by wbartels
Tue Mar 22, 2005 5:51 pm
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

Thanks for your XHTML output of view3.
Of course I'm very curious how your corresponding stylesheet looks like.

Can you recommend me a good book and/or website about XHTML + CCS.
I'm willing to learn more about that.
by wbartels
Tue Mar 22, 2005 2:49 pm
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

I only have mp3 and wma lossless here, the last one freezes winamp after moving the slider and the WMP10 doesn't allow sliding forward with streamed WMAL at all. Maybe the Winamp WMA input plugin is not working correctly. Try to uninstall the Winamp WMA plugin and add the WMA extension to Nullsoft ...
by wbartels
Mon Mar 21, 2005 11:23 pm
Forum: General discussion
Topic: accept-range stuff fails on IIS5.1
Replies: 16
Views: 23509

hi, with the IIS 5.1 running on winXP here, range requests fail (the playback starts from the beginning) while they succeed on Apache2. Any quick fix for this? (otherwise I'd modify stream.php to use Apache2 for direct streaming and downloads) Do you have these problems with all files below treshol...
by wbartels
Mon Mar 21, 2005 8:42 pm
Forum: General discussion
Topic: Linux Installation
Replies: 3
Views: 5629

is there a possibility to us this scritp whitout this library? Yes it is, :D Of course the pdf cd-cover won't work :wink: Disable the lines 70, 71 and 72 from include/initialize.inc.php //if (!extension_loaded('pdf')) // if ($cfg['windows']) message('error', '<strong>PDF extension not loaded</stron...
by wbartels
Mon Mar 21, 2005 6:45 pm
Forum: General discussion
Topic: Linux Installation
Replies: 3
Views: 5629

Re: Linux Installation

Hello, can somebody tell me how can i setup the script on linux machine? i get the error: PDF not supported Compile PHP with PDF support i did to install php-fpdf package but it still doesn't work! I'm not so familiar with Linux :( net jukebox makes use of PDFlib. I think your "php-fpdf" ...
by wbartels
Thu Mar 10, 2005 12:05 am
Forum: General discussion
Topic: How to disable php_pdf.dll ?
Replies: 3
Views: 5908

I have made some changes to netjukebox.
It now uses slash or backslash depending on the operating system.
Let me know if streaming and or Winamp + httpQ playback works correctly.

http://www.netjukebox.nl/download/netju ... velop2.zip

PS
Favorites streaming is NOT ready yet.
by wbartels
Wed Mar 09, 2005 11:53 pm
Forum: General discussion
Topic: Apache, PHP and MySQL on Mac OS X
Replies: 2
Views: 5835

I have made some changes to netjukebox.
It now uses slash or backslash depending on the operating system.
Let me know if streaming and or Winamp + httpQ playback works correctly.

http://www.netjukebox.nl/download/netju ... velop2.zip

PS
Favorites streaming is NOT ready yet.
by wbartels
Tue Mar 08, 2005 8:11 pm
Forum: General discussion
Topic: Apache, PHP and MySQL on Mac OS X
Replies: 2
Views: 5835

Rob,

Thanks very much for you detailed Apache, PHP and MySQL installation procedure.
I don't have an apple computer to test the above steps.

When you have some issues with netjukebox (not installation related) on OSX, I'm glad to make netjukebox Linux/OSX compatible.
But therefore I need your input.
by wbartels
Tue Mar 08, 2005 4:41 pm
Forum: General discussion
Topic: Instructions to start up
Replies: 4
Views: 17901

Thank you very much I had done that in the meantime .. the only problem I seem to be having is that there is an error in the log 050308 10:28:50 [Warning] mysql.user table is not updated to new password format; Disabling new password usage until mysql_fix_privilege_tables is run So I have been surf...