Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • To add to the last post it is the
    global-translator plugin from nothing2hide.net, I don’t know why it is not working.

    Let me know if anyone is having the same problem.

    Thanks,

    Deb

    Hi! I too have been having problems with turkish hackers. I’ve got about 50 websites and they have placed files everywhere, especially in the cache directory, the rss directories, and anywhere they think people will not notice. The search engines do find them and that’s how I found some of their files. I also look at the statistics and see what files people are looking at most.

    This is what I’ve put in my .htaccess file, but there are way too many hacker sites to list, these are just the sites that have left their signature on my webstites.
    They recently uploaded a c99 shell (back burner root kit) on 2 of my websites. My webhost didnot even know it was there. This program can change all the permissions on all the directories at once and can immitate being a different ip address. Left by Adanus // Ayyildiz Team – Bundan Otesi Ya Istiklal Ya

    I deleted the 2 programs and let my webhost know what was going on but they cannot stop them apparently.

    Anyway know I am working on a wordpress application but cannot figure out how to get the translation module to work. This plugin is supposed to translate the page into foreign languages and it goes to a blank page instead. Anyone know what the permissions are supposed to be on the wordpress directories? I don’t know if that is the problem or not.
    I have this in my .htaccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

    deny from 91.186.21.73
    deny from 67.43.239.87
    deny from 67.43.239.90
    deny from 62.68.196.25
    deny from 217.172.55.49
    deny from 77.232.72.95
    deny from 66.11.122.198
    deny from 72.9.250.162
    deny from 88.255.164.146
    deny from 70.47.143.45
    deny from 38.99.76.15
    deny from 84.16.234.244
    deny from 84.16.224.38
    deny from 209.126.151.24

    Thanks, Deb

Viewing 2 replies - 1 through 2 (of 2 total)