Skip to content

Posts Tagged ‘PHP’

Gumblar-family virus removal tool

Tuesday, December 22nd, 2009

During last few weeks we’ve found that a few of our client’s sites are infected with malicious javascript code, which appeared to be the result of a virus work. The virus behaviour is similar to so-known Gumblar virus. Here is a short summary of what this virus does:

  • After it infects some machine it searches for stored FTP passwords and passes them to hackers’ server somewhere in the world
  • Once the hackers collected the passwords they use them to connect to the servers and add the malicious javascript code to some HTML, PHP, ASP files and to all JS files
  • Here is the example of malicious … read more
  • WordPress Tips: moving site to another server

    Wednesday, September 30th, 2009

    With this article we continue to share our experience of implementation the websites with free popular engines like WordPress , Drupal , Joomla etc. After delivering hundreds of such projects to the clients we collected number of tips/solutions which we think may be useful for other developers or clients. If you are interested in solutions to some problems you faced with please feel free to contact us - we’ll try to cover them as well.

    If you ever tried to develop the WordPress sites you most probably faced with the problem we are describing. When you develop a WordPress site there is 99,9% chance that after development you need to move it from one server to another and even not just once. At the first glance there are no issues for more or less experienced developer - you … read more