Temple of The Roguelike Forums
Websites => The Roguebasin => Topic started by: getter77 on May 31, 2011, 07:55:35 PM
-
"Content encoding error" when clicking on pretty much any link for the last day or so.
http://roguebasin.roguelikedevelopment.org/index.php?title=Main_Page
-
There's an extremely suspicious-looking iframe at the beginning of the transmitted page that might be causing this. Might be a good time to see if the wiki installation hasn't been compromised.
-
There is
<iframe src="http://vyguhou.cz.cc/go/1" width="1" height="1"></iframe>
In a page source, so I suspect roguebasin was hacked.
-
I will try to contact Bjorn and see what's up with this
-
Yea, I was trying to update the SilverQuest page and I kept seeing this.
:/
-
If you use Google translator you can treat the page as Spanish and it will become readable in English.
Yes, I agree, this is very annoying!
EDIT: YAY! It is back.
-
First of all, its my first post ( although I'm a long time lurker ), so, "Hi!" :)
Secondly, I'm afraid its still giving me errors on all the links in the development page ( http://roguebasin.roguelikedevelopment.org/index.php?title=Articles )
Cheers
Dave
ps : the admins might already be aware of this, but I'm posting just in case they are not :).
-
Everything works fine for me. All links okay, able to edit and update articles fine. It seems to have become stricter with the captchas, but that's probably a good thing. Thank you to whoever fixed it.
If you're still getting trouble I suggest trying to refresh the pages, since it may just be that your browser has some pages cached.
-
The site got hacked in some way. Some malicious content was injected on each page via some nastiness in index.php. After some googling it was evident that this same kind of hack occurred not only on Mediawiki but on CMS systems like Joomla, phpbb and so on (could it be a vulnerability in the ever so popular recaptcha?). Removing the hack from index.php only worked for a shot period of time and then the hack was reintroduced via some php that got invoked outside of the webroot. Removing that injectionscript made the whole thing go away, but to make sure we still didn't have a vulnerability somewhere I decided to go for a fresh MediaWiki install using the latest version. The recaptcha was also upgraded and I decided not to use the same code highlighting extension as in the previous version as that extension hadn't been updated in years.
Anyway, things should be back to normal now. If things fall apart again please e-mail me at bjorn dot ritzl at gmail dot com.