Technology

How To: Secure PHP-MySql against SQL Injection

SQL Injection is a technique that exploits a security vulnerability at the database layer of an application. It is a special way of crafting or designing an input string such that the user gets control over the database.
For eg: Mostly all database related statements would look similar to: SELECT * FROM [...]

Hacking, HowTo, Programming, Security, Technology, Tips

How To:Enable/Disable Hibernation in Vista

Windows Vista basically replaces the popular hibernate feature with a new one called ‘Sleep‘, which is a combination of both Hibernation and Stand-By. In any case if you use a computer that is not always connected to power like a Laptop, you do need hibernation features. Or maybe your scenario doesn’t needs hibernation. So why [...]

HowTo, Microsoft, Technology, Tips

How To: Access FTP etc., via a proxy/firewall

So you want to access ftp server but any software in the world that you use gives you a connection error. Sounds similar? Then read on…
If you are able to browse any ftp site but unable to connect using any third-party tools or softwares then you are behind an ISA Firewall Server. For most part [...]

HowTo, Technology, Tips