Search found 48 matches

by ix6tech
Mon Jul 24, 2017 10:58 pm
Forum: Implemented
Topic: UI Album/Song Upload Feature
Replies: 5
Views: 16097

Re: UI Album/Song Upload Feature

Oh nice! That will be awesome! That should make uploading files to the server for quick updates much easier.
by ix6tech
Thu May 04, 2017 10:43 am
Forum: No bug
Topic: PHP Errors: File not found for include/initialize.inc.php
Replies: 1
Views: 6427

Re: PHP Errors: File not found for include/initialize.inc.php

Disregard. This was resolved. Files were not fully uploaded to proper locations.
by ix6tech
Thu May 04, 2017 10:42 am
Forum: No bug
Topic: Missing Skin
Replies: 1
Views: 5140

Re: Missing Skin

Disregard. This was resolved. Files were not fully uploaded to proper locations.
by ix6tech
Thu May 04, 2017 1:36 am
Forum: No bug
Topic: PHP Errors: File not found for include/initialize.inc.php
Replies: 1
Views: 6427

PHP Errors: File not found for include/initialize.inc.php

Verified errors in index.php for file not found for the initialize.inc.php

I noticed that this was moved to the "lib" folder. I made the correction to fix the issue.




netjukebox: 6.33.12
by ix6tech
Thu May 04, 2017 1:30 am
Forum: No bug
Topic: Missing Skin
Replies: 1
Views: 5140

Missing Skin

After a clean install for testing I get the following:

Code: Select all

netjukebox is missing the default skin skin/Clean

I verified that the folder(s) skin/Clean exist.


Is there a specific call that index.php is pulling from to find the skin?

netjukebox: 6.33.12


Thanks,
by ix6tech
Wed May 03, 2017 5:53 pm
Forum: Implemented
Topic: UI Album/Song Upload Feature
Replies: 5
Views: 16097

UI Album/Song Upload Feature

Add upload options for adding albums either via zip or Full folder to the specified folder where music is stored via the UI for easier update access with the program.

This may seem like a stretch but the implementation would be interesting for on-the-fly music updates for new content.
by ix6tech
Thu Feb 11, 2016 10:37 pm
Forum: Linux related
Topic: Setting up netjukebox on your own apachi webhos
Replies: 3
Views: 30701

Re: Setting up netjukebox on your own apachi webhos

I have verified that this script works with Host Gator web host services.
by ix6tech
Wed Feb 04, 2015 6:45 pm
Forum: No bug
Topic: php_info will show disabled even after being enabled
Replies: 4
Views: 11388

Re: php_info will show disabled even after being enabled

Willem,

I see what had happened now.

I was updating the local config, and not the dev config.

All is well now. Apologies in advance.

Thanks,

Chris
by ix6tech
Tue Feb 03, 2015 8:41 pm
Forum: No bug
Topic: php_info will show disabled even after being enabled
Replies: 4
Views: 11388

Re: php_info will show disabled even after being enabled

Update:

I resolved this issue after adding else.

Before:

Code: Select all

if ($cfg['php_info'] == false)
	message(__FILE__, __LINE__, 'error', '[b]Error[/b][br]phpinfo disabled');
After:

Code: Select all

if ($cfg['php_info'] == false)
	message(__FILE__, __LINE__, 'error', '[b]Error[/b][br]phpinfo disabled');
else
by ix6tech
Tue Feb 03, 2015 8:27 pm
Forum: No bug
Topic: php_info will show disabled even after being enabled
Replies: 4
Views: 11388

php_info will show disabled even after being enabled

When attempting to do testing with PHP Info, and setting php_info to true phpinfo.php will still return as disabled. Steps to reproduce: 1) Go to the includes folder, edit config.inc.php , and change $cfg['php_info'] to true. 2) Open phpinfo.php Expected results: The PHP Info should be rendered when...
by ix6tech
Thu Jan 22, 2015 9:08 pm
Forum: No bug
Topic: Stream cuts out at 5 minutes into a song
Replies: 1
Views: 7960

Stream cuts out at 5 minutes into a song

When streaming music using the source streaming profile at approx. 5 minutes 30 minutes to 5 minutes 49 seconds at random intervals with different songs when streaming an album. This has been observed to happen on both a local test platform, and remote platform. Platform: CentOS 6 Player used to str...
by ix6tech
Mon Jan 19, 2015 10:10 pm
Forum: Linux related
Topic: Tar or Zip support for download album
Replies: 6
Views: 14911

Re: Tar or Zip support for download album

Excellent. This should make switching archive methods easier.
by ix6tech
Sun Jan 18, 2015 4:02 am
Forum: Fixed
Topic: Cannot log out of anonymous
Replies: 2
Views: 33545

Cannot log out of anonymous

I have noticed that once a user is logged into anonymous when there are no privileges enabled for the user causes an unusual side affect where if you attempt to log in as another user, or simply log out it fails to do so. In order to log in as another you you have to clear cache/cookies to do so. St...
by ix6tech
Sun Jan 18, 2015 3:33 am
Forum: Linux related
Topic: Tar or Zip support for download album
Replies: 6
Views: 14911

Re: Tar or Zip support for download album

This works perfectly! I also tested it using a .tar format, and the results are extremely fast for archiving.

Thank you,

Chris
by ix6tech
Thu Jan 15, 2015 10:22 pm
Forum: Linux related
Topic: Tar or Zip support for download album
Replies: 6
Views: 14911

Tar or Zip support for download album

I am wondering if there is a functional tar, or zip facsimile in linux (RHEL/CentOS) to using "7za a -tzip -mx0 -- %destination @%list" to utilize the download album function. Yes, I am aware that simply installing p7zip would simplify this process, however, p7zip will not be an option for...