Here's a few things to ask any potenial hosting company that will help you gauge if they are likely to provide a reasonable service:1. Ask if the...
Just to make it clear to everyone - your site may be vulnerable even if you are not using the SMF bridgeIf you use the SMF bridge: - ensure register_g...
Your site has been hacked. Reinstall it and delete the bridges folder in which the most recently published vulnerability lies.
Those look like normal page views but taking an abnormally long time rather than post-upgrade processes. Try switching off the random story block - I ...
It could be this one:br>Delete your bridges folder if you aren't using them, or at least rename it something random.
Create a file makeupaname.php and write into it:<? print md5("mynewpassword"); ?>Then browse to makeupaname.php and it will display th...
It is definitely an efiction problem, not an SMF problem. I've just had a look at the code in question, and I believe in order for an exploit to ...
I've also had someone try and exploit that today.
it doesn't but someone has posted a broken link to my site in a yahoo group and people clicking it is spamming the error logs with this message m...
looking at the manual for older versions of mysql, changing the order of the keywords and explicitly defining the key as primary may help.ALTER TABLE ...
which version of mysql do you run?
To delete an entire database run the following SQL statement from phpmyadmindrop database name_of_database;
Its a bug in the install script of version 3.1 - It is not defining the indexes for the series table properly.You can work around it by installing ver...
Oops - sorry - that script fixes the duplication problem that can occur in the favorites table that Dream Howler had in a different thread which was l...
