FMNG
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Malware detectedThanks for your help.
I just have a question, if i reinstall WordPress, I will loose all of my articles or not ?
Forum: Fixing WordPress
In reply to: Malware detectedWhich bad code that was Gabe ?
Because I have that the following code in my file :
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName fmnextgen.com
SetEnv no-gzip dont-vary
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Malware detectedSorry, I just forgot that was an english forum.
I just said that I already checked the last but one website. I just have some url to check with the code but I don’t which url page correspond to the file.
For example :
http://www.fmnextgen.com/football-manager-2011-informations/In which file can I found the code ?
Thanks for your answer Gabe, I will try to do that ;).
Forum: Fixing WordPress
In reply to: Malware detectedJ’ai déjà utilisé l’avant dernier lien que tu me proposes, mais il me donne des noms de section et donc je ne sais pas à qu’elle page cela peut provenir …
Par exemple :
http://www.fmnextgen.com/football-manager-2011-informations/Dans quel fichier php, javascript, etc … je pourrais trouver le code qui fait que ça déconne ?