Search found 33 matches

by BigBossMan
Sat Jun 11, 2005 10:21 am
Forum: General discussion
Topic: Internet IMage Updates
Replies: 1
Views: 3976

Internet IMage Updates

I think this is a great idea and could save a lot of time. When I follow the link from the config page, I have the no image jpg pull up with the first album of this first artist (which has no image). The browser then echos done and nothing happens. What is the process that the code is supposed to be...
by BigBossMan
Sat Jun 11, 2005 9:47 am
Forum: General discussion
Topic: Problem with slash vs. backslash
Replies: 10
Views: 12944

Sorry I haven't responded to this in a while. Work is out of control and the summer quarter is just getting started. I have updated to 3.74, I see you have included your test in it (I'm guessing). The check mark images thing went away. Your new cover columns setup looks great. Code / scripts seems t...
by BigBossMan
Mon May 30, 2005 7:41 am
Forum: General discussion
Topic: WinAmp httpq linux server / windows client
Replies: 1
Views: 4806

WinAmp httpq linux server / windows client

Concerning the httpq pligin for winamp. I noticed that if I set the client config to work with the server, get this error complaining about it not being able to find the file. Here is the wacky part, it seems to read the tag info, just not play the file. The error, can't find file, repoprts looking ...
by BigBossMan
Sun May 29, 2005 8:41 am
Forum: General discussion
Topic: Problem with slash vs. backslash
Replies: 10
Views: 12944

OK - I guess I am having some file permission things going on. I copied the original to update(ORG).php and copied the code afrom your modified update.php into the current, replacing all code. Long story short, when using the original code I receive the directory not found error. When I use the modi...
by BigBossMan
Sat May 28, 2005 6:41 pm
Forum: General discussion
Topic: Problem with slash vs. backslash
Replies: 10
Views: 12944

Reply: Thanks for th correcting the link, I got it :D What I meant about the html tags and the test script was this: I tried inserting your code to an empty html page named test_script.php, looks like this: <html> <head></head> <body> <? your code snippit?> </body</html> --- and --- I treid just you...
by BigBossMan
Sat May 28, 2005 2:50 am
Forum: General discussion
Topic: Problem with slash vs. backslash
Replies: 10
Views: 12944

Couple of things: The link you have given in the previous post seems to be broken. This one might be my fault: I placed your code into a blank file as is and linked it to my index.html. Nothing but a blank screen. So I tried editing the code to include proper html tags before and after the php scrip...
by BigBossMan
Fri May 27, 2005 9:43 am
Forum: General discussion
Topic: Problem with slash vs. backslash
Replies: 10
Views: 12944

Problem with slash vs. backslash

OS: RH Fedora 3 Apache 2.0 mysql 3.23.58 php 4.3.11 I have tried to edit the config.inc.php to reflect the proper directory using: /home/media & \home\media both give me the NJ error Directory not found, change media_dir value in: /var/www/html/netjukebox/include/config.php.ini I thought I read ...
by BigBossMan
Fri May 27, 2005 9:36 am
Forum: General discussion
Topic: LAMP Configuration .. Need help compling PHP w/ GD2 enabled
Replies: 2
Views: 6586

REPLY

Found that after trying to compile php six ways from Sunday to include gd2 support (./configure --with-gd='path' && make && make install) that all I needed to do was run the yum (yum install php-gd). The GD2 is included in php 4.3.11 but does not show up under phpinfo(), after runnin...
by BigBossMan
Thu May 26, 2005 9:19 am
Forum: General discussion
Topic: LAMP Configuration .. Need help compling PHP w/ GD2 enabled
Replies: 2
Views: 6586

LAMP Configuration .. Need help compling PHP w/ GD2 enabled

I love my Netjukebox so much I built a beefy server with lots of room to run with. I am running a RH Fedora code 3, Apache 2.x, PHP 4.3.11, and MySQL 3.23.58. I have the OS installed and yumed upto date. I have a web page running w/ a test script pulling the phpinfo(). I also have webmin install and...
by BigBossMan
Sat May 14, 2005 8:43 am
Forum: General discussion
Topic: URL
Replies: 1
Views: 4176

This code, as great as it is, is designed to archive and index music and its information for play plackback purposes. You are looking for a personalized web page setup for the purpose allowing user to upload and share music, say like local mucians sharing / exchanging songs, information ??? I found ...
by BigBossMan
Wed May 11, 2005 6:34 am
Forum: General discussion
Topic: Image files issues
Replies: 4
Views: 6748

OK - I will see if they can be acquired from some other source.

Thanks for the input

BBM :cry:
by BigBossMan
Tue May 10, 2005 4:44 am
Forum: General discussion
Topic: Image files issues
Replies: 4
Views: 6748

OK - Email sent

BBM
by BigBossMan
Fri May 06, 2005 7:53 am
Forum: General discussion
Topic: Image files issues
Replies: 4
Views: 6748

Image files issues

I have nj up and running 3 months now, everything is great, just moved to 3.72. I have found some odd issues with the image.jpg files for the different albums. One of every fifty or sixty shows up as solid black. I have tried the cd_front, but I think it is only used in the pdf generator. This image...
by BigBossMan
Fri Apr 01, 2005 8:44 am
Forum: General discussion
Topic: ** Streaming Issues ** (PS - Great Code)
Replies: 3
Views: 6220

OK - Finally found the answer in another post: Added this to the php.ini: cgi.force_redirect = 0 added this to httpd.conf: LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php DirectoryIndex index.php index.htm index.html index.html.var Thought I had tr...
by BigBossMan
Fri Apr 01, 2005 1:52 am
Forum: General discussion
Topic: Ver 3.70 SQL update error
Replies: 3
Views: 5749

COOL

For future reference, this is interpreted by php, correct ?

This script adds the new updates to MySQL database?

If this is correct, PHP is like java, where all statements need to be closed with a ;

Just trying to learn and understand.

BBM