how so?
just put the URL to your site there, it's really not hard
how so?
just put the URL to your site there, it's really not hard
But, the seem to be two different ones. What exactly do I put in the two?
Banana Lord, you own a RP server that runs WolfDJ, correct?
I lost the IP to your server for some reason. Yours, other then my own, was my favorite RP server out there. If you could reply to this, with the IP I would be very appreciative. Oh, by the way, thanks for the help Banana I got it working![]()
sure beans, and I've PM'd the IP to ya
Yeah Im having the issue of not being able to access your svn, or your website for that matter, is it currently down, and if so is there anywhere else where I could grab this?
Here ya go bud http://dl.dropbox.com/u/5648925/wolfdj4.zip
Thank you so much! I really appreciate it!
EDIT: Set up the web side, in a single player game the client works with the music I uploaded. On my server the client doesnt work, even though set up to download correctly from my server. I would just like to check are there any commands that I should run to get it working on my server?
Thanks again.
what do you mean it "isn't working"
The panel is still buggy. Not only that, I switched my hosts and now got this error:
http://i.imgur.com/dwXiF.png
This and the MySQL was restored from a backup. Basically, processing songs has became unusable. Need phpinfo()?
EDIT: Actually, the actual problem is that pressing "Add Songs to Database" button doesn't do anything.
EDIT2: On unrelated fact, to contribute to above posts, the URL in settings doesn't work. It must be an IP, like http://xxx.xxx.xxx.xxx/songlist.php.
All of those are due to the way your hosts PHP is set up
And in which way you think it should be, to be exact? I have root access and I've tried multiple PHP versions. Tried with PHP 5.3.3 and PHP 5.3.10 so far with proper extensions and restarting Apache.
Edited:
Okay, nevermind, I found it to be a bug. If you upload something like 30 songs at once, that bug will occur.
I had this thought earlier on my mind of what could be the cause. Guess I was right, problem solved. I'm still blaming it on the deprecated panel. :P
The styling on the new panel seems to be bugged for me as well. There's no CSS in it as it seems, but this is only on my host. If I did it locally via XAMPP, it looks just fine and everything is perfect. The images, style, and everything else doesn't seem to work on the host.
You didn't follow the instructions in the OP then
I chmod everything listed above the video, watched the video and I don't see anything else sadly. The webhost is running on Linux, not Windows.
if it didnt show your CSS. then chmod everything to 777, as ubuntu has a prob
Explain everything please - every file/folder? Or what certain folders or files?
You have no idea what you're talking about. Ubuntu's "prob" is actually a security feature that most popular OSs have.
Edited:
Somewhere in the OP it tells you which files to CHMod and what to set them to
I did set them, and I tried chmod permissions 755, 775 and 777 on the files listed. Every installation trial still did not work.
On these files: /tmp - /music/media - /js/compressed - /css/compressed
Correct? That was from the OP.
Try deleting the files that are in compressed then refresh
They were never even created...
delete the CSS file
The CSS file was never created, why would I delete it? That's what I'm trying to get.
css was never created??? what is your link to the wolfdj panel
I'll PM you. We'll talk from there
don't listen to camcole1, he has no idea what he's talking about (literally, he doesn't)
if no CSS was created then you didn't CHMod properly
Sounds like it too :l
Anyway, I'm certain I did, as the files listed above. I've installed more than 3 times different all with different chmod permissions.
1) All folders were 755
2) All folders were 775
3) All folders were 777
And each of those installations did not work.
what webserver are you using
Apache/2.2.19 (Unix)
DL link broken, can anyone mirror this?
I keep getting an error like whenever I first put "MYWEBSITE.co.cc/wolf-dj/" it adds the letters ml and the end of the cc in the co.cc. I dont know what is making this happen but It happens everytime I try. Can I get some help?
Appears to crash your game when you play a song :/ They all appear fine tho.
When you press F7 then play a song or enable radio or w/e the message comes up in chat then HL2 crash's.
I'm not experiencing this, could you post your config and do you have Flash player installed?
I'm using someone else's webplayer until I get the webcode setup. Also yes I have Flashplayer the other guy who tried it also crashed.
Code:/*-------------------------------------------------- Wolf DJ A multi-purpose radio addon for Garry's Mod Configuration File --------------------------------------------------*/ // Locations of the song list and mp3 player WolfDJ.RepositoryURL = 'http://sammyservers.com/wolfdj4/songlist.php' WolfDJ.PlayerURL = 'http://sammyservers.com/wolfdj4/song.php' // Bind options WolfDJ.BindKey = 'F7' // Display purposes WolfDJ.BindKeyNum = KEY_F7 // Gmod key enumeration // Delimiter. You probably shouldn't change this WolfDJ.Delimiter = '|' // Should we save the server queue in between map changes? WolfDJ.SaveState = true // Nomination options WolfDJ.Enable_Nominations = true WolfDJ.Nominations_Needed = 2 WolfDJ.Multiple_Nominations = true // If enabled, players can nominate more than one song at once. // If disabled, their previous nomination will be removed if they try to nominate another song /** * Does the player have permission to add songs to the server queue? */ function WolfDJ:CanAddSongs( pl ) // By default, only admins and superadmins can add songs to the server queue if ( pl:IsAdmin() ) then return true end // You can specify custom settings here -- if ( pl:IsUserGroup( 'Donor' ) ) then return true end -- if ( pl:GetPData( 'DJ', '') == 'Yes' ) then return true end // Always default to false return false end /** * Does the player have permission to nominate songs? */ function WolfDJ:CanNominate( pl ) // By default, everyone can nominate songs if ( pl:IsValid() ) then return true end // You can specify custom settings here -- if ( pl:IsUserGroup( 'Donor' ) ) then return true end -- if ( pl:GetPData( 'DJ-Nominate', '') == 'Yes' ) then return true end // Always default to false return false end
I'm using this now. It's installed correctly. It's coming up and all, but it freezes and crashes Gmod when you add a song to the queue. What's the problem?
I still don't have this issue like you two have, please post your Flash player versions here...
Ok, but I don't get it. A old version of flash shouldn't crash the game...
says who? are you a flash developer or something?
Well, No. This still happens after the latest update of flash.. :/