Hi DP... I am look for a Joomla developer that would be able to take a look at one of my sites. It has recently been hacked with a Facebook Like splash page. Looks like they have created a new index.php file to do it. I have removed the splash page but the raw index file is now showing. Need someone to take a look and get the site back live asap. Please PM if you think you can help with a quote. Many thanks Matt
Hope you have local copies of the files. Most simple solution: - login via FTP - Sort View by modification Date. - go through every! folder - overwrite the hacked (newly modified files) with the local copies or at least with files from the joomla installation package. Later modify .htaccess with: ####################################### Against Hacks RewriteCond %{QUERY_STRING} (.*)=http(.*) RewriteCond %{QUERY_STRING} (.*)action=newfile(.*) [NC] RewriteCond %{QUERY_STRING} (.*)action=save(.*) [NC] RewriteRule ^(.*) - [F]