[QUOTE=Juze;36116833]If you're using nginx, use this config:
[code]server {
listen 80;
server_name _;
#charset koi8-r;
#access_log /var/log/nginx/log/host.access.log main;
location / {
root /var/www/nginx;
index index.html index.htm index.php;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
#error_page 500 502 503 504 /50x.html;
#location = /50x.html {
# root /usr/share/nginx/html;
#}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1:8080;
#}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php$ {
root /var/www/nginx;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
location ~ /\.ht {
deny all;
}
location = /robots.txt { access_log off; log_not_found off; }
location = /favicon.ico { access_log off; log_not_found off; }
}
[/code]
Change the locations to what you need.
I'm still having issues with CSS though. Everything else works. Same problem even if all the files would be chmodded to 777.[/QUOTE]
Where do I chuck this?
[QUOTE=nick_9_8;36139160]Where do I chuck this?[/QUOTE]
/etc/nginx/conf.d/default.conf
[QUOTE=elevate;36138041]What's a good place to host PHP?[/QUOTE]
Your own servers obviously, or a cheap webhost.
[QUOTE=Juze;36144646]/etc/nginx/conf.d/default.conf
Your own servers obviously, or a cheap webhost.[/QUOTE]
Could you bold the things I need to change. I have no clue with this type of code :\
[QUOTE=nick_9_8;36148875]Could you bold the things I need to change. I have no clue with this type of code :\[/QUOTE]
you probably shouldn't be running a NGINX server if you can't configure it
Mm. Can you accept my invite on steam Bannana?
Really need some help here !
Not sure if this is due to a Java update or something, or if it's just my own computer, but the Java applet on my WolfDJ website for uploading new songs is stuck at the loading screen, the "Java" logo and the revolving circle. I don't have any idea why, please help.
[QUOTE=nick_9_8;36153038]Mm. Can you accept my invite on steam Bannana?
Really need some help here ![/QUOTE]
sorry I never saw your reply, do you still need help
[editline]23rd June 2012[/editline]
[QUOTE=Alice;36462339]Not sure if this is due to a Java update or something, or if it's just my own computer, but the Java applet on my WolfDJ website for uploading new songs is stuck at the loading screen, the "Java" logo and the revolving circle. I don't have any idea why, please help.[/QUOTE]
is your java up to date?
Is this addon still going to get updated by the owner?
Just started using it and I like it alot. Had song verification problems when I first tried it out but I just switched over to a different host and its all good now.
he doesn't seem to be checking the thread and I think it's been a while since he's updated it but the addon still works
How do I download this, the SVN doesn't work for me... :S
JK, I'm stupid. I just saw your dropbox file in the page before this one. Thanks for that even though you didn't intend for me to get it! :P
i cant use svn link is not working
[QUOTE=Banana Lord.;35004144]Here ya go bud [url]http://dl.dropbox.com/u/5648925/wolfdj4.zip[/url][/QUOTE]
aaa
[editline]25th June 2012[/editline]
I'm almost kinda tempted to take this project over if Wolf doesn't show his face
does anyone have a problem with me taking over the project?
[editline]25th June 2012[/editline]
I have fired off a PM to mr.wolf asking for permission too, but does anyone in the community have any arguments with me taking this project over? mr.wolf will still receive all credits, I'll just be working on squashing any bugs, making it rely less on datastream, and handling any feature requests you guys may have. Oh and I'll be switching the default repository to use the one my community does (only 325 songs but feel free to suggest more, the mods at my community are in charge of reviewing and adding any requests made there)
See [url]http://facepunch.com/showthread.php?t=1193293[/url] for 4.x, I'm going to maintain this and get it working with GMod 13 (assuming mr.wolf doesn't ask me to remove the new thread)
[editline]25th June 2012[/editline]
sorry for the triple post!
I have just downloaded this and did all the steps correctly, I uploaded the files to my web etc.
When I go into../DJ4
It shows me this: ( I have it as MySQL )
Unknown Error(2048): PHP Startup: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in Unknown on line 0
Could someone help meh ?
snip
[QUOTE=Twilight;37697798]when i go and try to play a song in game they all showup but upon clicking on them you can't actually hear the music
i have installed flash for other browsers
here is my song.php [url]http://dongmaster420.com/wolfdj/song.php[/url]
and here is my songlist.php [url]http://dongmaster420.com/wolfdj/songlist.php[/url][/QUOTE]
I got this problem too. I can see the song playing but people hear nothing.
Sorry, you need to Log In to post a reply to this thread.