Hackers

How To Search PHP Encrypted Database

How To Search PHP Encrypted Database

This post will show you how to search a PHP encrypted database. This is a follow up on the PHP encryption and decryption tutorials. Many have made the argument that once all the data is encrypted and stored that there is no way to query the database. However, you can query the database and I Read More

Is Facebook Down | Facebook Hacked

Facebook Down

At this point in time Facebook is down. I believe they hacked it. Someone out there on the web was saying that it was a DNS issue but if it was a DNS issue that is like a 2 second fix. Facebook Is Down So yes, thanks to the bad ass hackers that took the Read More

BEST PHP ENCRYPTION DECRYPTION MYSQL TUTORIAL | PROACTIVE METHODS

BEST PHP ENCRYPTION DECRYPTION MYSQL TUTORIAL

Encryption, Decryption and MySQL in PHP is very important these days with hacker after hacker out there always ready to find new crafty ways to steal your customer’s information. Do not be a victim here because you do not have to be! Be proactive in your efforts to make your customers’ websites be a fortress Read More

Linux server under a DDoS attack from an IP address? | Easy Instructions

Linux server under a DDoS attack from an IP address

Find out what IP addresses are connected to your server. [code]sudo apt-get install net-tools -y[/code] Check Server Load Be sure to check when everything is running normally, so you have a base number to compare it to. [code]grep processor /proc/cpuinfo | wc -l[/code] Checking Your Network Load We need to install nload for this operation. Read More

Change Facebook Password | Easy Instructions

To change Facebook password log into Facebook. At the very top right you will see a little blue arrow pointing down. Click on that arrow then you will see a menu appear. I highlighted it in red marker. After clicking on the arrow you will see a menu appear that looks like this. Scroll towards Read More

Fix Hacked WordPress Infected With Malware The Professional Way A1WebsitePro

how-to-fix-hacked-wordpress-professional-way

Fix Hacked WordPress infected with malware the professional way. There are many tutorials out there on the web on how to fix a hacked WordPress website. The way professionals fix a hacked WordPress is much different. We fix hacked WordPress websites on a weekly basis. The best place to get it fixed is a specialist Read More

Disable PHP On A Directory With Htaccess

If you need to disable php on a directory with htaccess here is your script. Open up your text editor and paste this code in it. [code]<Files *.php> deny from all </Files>[/code] Upload it to the directory that you do not want PHP code executed. Most folders that are hacked in WordPress are… wp-content/uploads/ wp-includes Read More