A friend is experiencing a random redirect to an RU domain for two of her websites, along with a malicious cookie attack, as per a Norton pop-up everytime I load a page on her site.
I checked out her WordPress installation and I saw a suspicious plugin which I deleted, and I also cleaned up the .htaccess files which were clearly compromised with these Russian redirects.
However, even after ensur
One of my sites has been the continuous target of the "Pharma Hack" - but it's using Drupal instead of Wordpress or Joomla. It is version 6, but it's updated to the latest version, and so are all of the modules that I have installed.
I've changed passwords, deleted offending files, completely redone the installation of the site, but somehow they continue to gain access..
Possible Duplicate:
My server's been hacked EMERGENCY
My Ubuntu 10.04 LTS VPS has been hacked, probably via a WordPress site.
I was alerted to it when I noticed the incoming traffic was unusually high.
A WordPress site was littered with eval(base64_decode(...)) code in lots of files.
Possible Duplicate:
My server's been hacked EMERGENCY
We've usually host our clients site, but we aren't hosting this one. The website itself (weddle-funeral.com) works just fine.
We are going to move the Google Site Search that is located in the upper right hand corner of the site to the toolbar.
I have a site that is being framed by other sites or, in other words, people are stealing my content, inserting my site on frames on their sites.
I have added this javascript to do the job
<body onLoad="if(self!=top) top.location = self.location">
The problem with this javascript is that I have sections of my site that I need some elements framed and this javascript is preventing my own
Hello,
I am not sure if this is whats classed as redirection or not but I have a website that was recently moved to a new server. Originally my host had it listed as site.goulburnshow.com.au (they liked to use site. rather than www.) However since moving it to the new server it is no longer known as site.
I have a wordpress copy installed on /home/username/public_html/site, and now the problem is :
Nginx running PHP with "www-data" identity
The site folder owner and group are "username", not "www-data"
So wordpress had no permission to create folder
I changed owner and group of "site" to "www-data", wordpress is working ok
But ftp can't create a folder - ftp is login as username/pass
Is it poss
I'm learning about servers, and I'm configuring Nginx, MySQL, PHP, and WordPress.
the server distro is Debian 6.
I created a new user and I want each user to be the owner of the site folder /var/www/site.one, so I run the command chown -R kossel:kossel site.one
My problem is, my WordPress only works if I chmod 644 wp-config.php, which all can read wordpress site suggest that file should be 640.