• WolfDJ 4.0 - In-Game MP3 Streaming
    436 replies, posted
my voting script noticed me have you tried wolfdj on different game modes and maps? Try it
[QUOTE=camcole1;32923795]my voting script noticed me have you tried wolfdj on different game modes and maps? Try it[/QUOTE] I have it on fretta with 20+ gamemodes and over 100 maps. I think it works on EVERYTHING!
then why is mine fucked up
[QUOTE=camcole1;32925263]then why is mine fucked up[/QUOTE] because you have edited something and you are throwing in random snippets of unfinished code that we give you
[QUOTE=bipolardiz;32924840]I have it on fretta with 20+ gamemodes and over 100 maps. I think it works on EVERYTHING![/QUOTE] where did you get your gamemodes?
[QUOTE=camcole1;32923795]my voting script noticed me have you tried wolfdj on different game modes and maps? Try it[/QUOTE] This is not proof of anything...
Running LiteSpeed with pdo_mysql and htaccess enabled, this file is a 404 [url]http://www.mysite.com/dj/css/compress.php/index+primary[/url] the javascript compress works fine, just the css one that doesn't [img]http://bananatree.im/i/320545142011131311.png[/img]
[QUOTE=Banana Lord.;33260351]Running LiteSpeed with pdo_mysql and htaccess enabled, this file is a 404 [url]http://www.mysite.com/dj/css/compress.php/index+primary[/url] the javascript compress works fine, just the css one that doesn't [img]http://bananatree.im/i/320545142011131311.png[/img][/QUOTE] What browser are you using?
chrome
[QUOTE=Banana Lord.;33299000]chrome[/QUOTE] Not to be offensive, but have you double checked the file does actually exist, and is readable? I've facepalmed that way before.
[QUOTE=mr.wolf;33299493]Not to be offensive, but have you double checked the file does actually exist, and is readable? I've facepalmed that way before.[/QUOTE] Yes, if I access the file without /index+primary I get the source of the page
[QUOTE=Banana Lord.;33303258]Yes, if I access the file without /index+primary I get the source of the page[/QUOTE] Out of curiosity, did you rename it to cce and add the lines to the htaccess file? It's possible that, if you did, your host doesn't allow you to add handlers to extensions, and so that won't work.
[QUOTE=mr.wolf;33303960]Out of curiosity, did you rename it to cce and add the lines to the htaccess file? It's possible that, if you did, your host doesn't allow you to add handlers to extensions, and so that won't work.[/QUOTE] Nope, my host is a VPS with a standard LiteSpeed installation with htaccess options enabled.
[QUOTE=Banana Lord.;33304469]Nope, my host is a VPS with a standard LiteSpeed installation with htaccess options enabled.[/QUOTE] Then something broke in your webserver. It shouldn't be outputting the sourcecode of the file. Your type handler broke somewhere.
Feature Request: Option to turn off Genres RTMP stream Spotify Hack (it would be golden)
1. If you don't like genres, just ignore them in the web interface and remove the columns from the game interface. It's like, two lines of code to comment out, or one to add. 2. Probably not going to happen, but not impossible. It would have to be worked into the current interface. I'll think about it. 3. I don't really know enough about how spotify works. If you have to sign into anything to listen, then that's enough to not do it.
Spotify access is just dumb, download the MP3 yourself and upload to the web server. Wolf, can we try to debug my situation on Steam or something? Thanks.
It's a webserver issue, not a WolfDJ issue. Not within my tech support area, sorry.
[code][mysite] URI '/dj/css/compress.php/login+primary' refers to a static file with PATH_INFO [/login+primary][/code] curse you litespeed [editline]18th November 2011[/editline] I have a strong feeling it's because of [code]AddType text/css .php[/code] [editline]18th November 2011[/editline] Is there any way to just turn the compression shit off?
Also, I'm having an issue where CanAddSongs is overwritten and a debug.Trace() is added before it is returned with a value, except when opening the song list, [b]the trace is never activated/it is never called[/b]...didn't the camcole1 guy have this issue too? [editline]19th November 2011[/editline] Problem was my admin mod not networking ranks on initial spawn, fixed [editline]19th November 2011[/editline] Server Radio mode was removed? :(
Nope, just made it a convar. sv_radio or something like that. [editline]19th November 2011[/editline] To turn the compression off, just link to the files manually in the template. Link to the ones in /uncompressed/
[QUOTE=mr.wolf;33341125]Nope, just made it a convar. sv_radio or something like that. [editline]19th November 2011[/editline] To turn the compression off, just link to the files manually in the template. Link to the ones in /uncompressed/[/QUOTE] thanks! it looks so bad without the css lol :( [editline]19th November 2011[/editline] a small issue I've noticed, when you skip a song while it's in server radio mode, the current one doesn't stop playing D:
Can you elaborate on that a little more?
[QUOTE=mr.wolf;33348795]Can you elaborate on that a little more?[/QUOTE] actually I think it's a bit different than that, it seems like if you join a server while a song was playing, it resumes where it left off (after a map change is where I notice it), but when you skip that song, it continues to play and then plays the next as well. I have absolutely no idea why this other bug is happening either, but people tend to get stuck in the WolfDJ menu (can't click any buttons/pressing F7 just makes the menu reload). I'll try to get more information on it
So if you try to skip a song that resumed after a map change, then it continues to play anyway? [editline]19th November 2011[/editline] And plays the next song over top of it?
Yes
When I try to delete a file: [code]Uncaught Exception in /home/blackhat/html/dj/lib/modules/dbc_engines/sqlite.php:44 Stack trace: #0 (): kernel_dbc_sqlite->query(string, string) #1 /home/mysite/dj/lib/classes/dbc.php(51): call_user_func_array(array, array) #2 /home/mysite/dj/delete.php(32): kernel_dbc->__call(string, array) #3 /home/mysite/dj/delete.php(32): kernel_dbc->query(string, string) #4 {main}[/code]
Strange, it's an empty error...
[QUOTE=mr.wolf;33352446]Strange, it's an empty error...[/QUOTE] Could it be because the filename has a period in it? I've noticed that it's impossible to add a song with [b]'[/b] and [b]"[/b], is that an escaping issue?
Shouldn't be. It should be escaping things correctly.
Sorry, you need to Log In to post a reply to this thread.