• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

The system doesn't recognize quotes from characters' names.

Whichever. Highscores, Who is Online?, Search from Characters, Top Killers, Top 10, etc. Does it really matter xD?
Anyways, straight or from page, both won't work.
 
I can reproduce it on Apache2
bladn.jpg
 
I tested it 50 revs ago on Linux and it worked just fine.
I've tested it, sadly it works.

Using: Ubuntu 10.04 Desktop / Lighttpd 1.4.26 / Rev. 200
And then, why not for me? :S Maybe because I use apache? Or it doesn't matter?

Thanks.
I can reproduce it on Apache2
bladn.jpg
Yea, it was showing me that error, but I repaired it and then now I have the other error xD.

I'll try in a moment if it works with lighttpd or another web server.
 
I can't make work lighttpd. It shows me 403 - Forbidden while viewing .php files ;/
I also tried to install nginx, but it doesn't work fine.
The unique http web server I can install/run fine is apache2 xD (Using Debian)

Hope you will help me!
 
If you want to run lighttpd you have to enable or add mod_fastcgi in /etc/lighttpd/lighttpd.conf
server.modules = ( "mod_fastcgi" )
but make sure you have php5-cgi installed in your server.
 
If you want to run lighttpd you have to enable or add mod_fastcgi in /etc/lighttpd/lighttpd.conf
server.modules = ( "mod_fastcgi" )
but make sure you have php5-cgi installed in your server.
Yes, I did it, but didn't work :S
 
The "fix" is to set $config['engine']['permitted_uri_chars'] = ''; in config. However, I gonna commit a better solution soon :)
 
Back
Top