Rvsitebuilder is best tool to build your site in a few minutes. There is no need to know any programming language to develop your site. Just need to find the hosting provider which provide RVsiteBuilder tool. Hostripples.com provides such too to clients to develop the site as per client needs. Its very easy and user […]
See MoreTag: web hosting cheap
Disable Default FTP logins with Cpanel Server
On cPanel server, default user name is very easy to guess. For example, suppose domain name is: yourdomain.com then the user name will be yourdoma or something like this. So hacker can easily brutforce it and can get FTP access to upload suspicious php shells under your account. Using PHP shells, hacker can do mass […]
See MoreHow to Remove “eval(base64_decode”
First, we must find all infested files using following command. root@hr# cd /home/username/public_html/ root@hr#grep -lr –include=*.php “eval(base64_decode” * How to Remove the code ? grep -lr –include=*.php “eval(base64_decode” /home/username/public_html/ | xargs sed -i.bak ‘s/<?php eval(base64_decode[^;]*;/<?php\n/g’ Please try it.
See More
You must be logged in to post a comment.