How to detect operating system using user agent
In computing, a user agent is software (a software agent) that is acting on behalf of a user. For example, an email reader is a mail user ag...
Listed under name of Ezadnet Technology (CA 0220943-V). World at your fingertips but thorn on your feet,Stay alert stay secure.
How to detect operating system using user agent
In computing, a user agent is software (a software agent) that is acting on behalf of a user. For example, an email reader is a mail user ag...
Simple step to use php.ini using htaccess
If you use linux hosting such as cpanel, you really are not able to update your php.ini settings. This is the best way to use your own php.i...
SQL Injection-how about your site ?
Many web developers are unaware of how SQL queries can be tampered with, and assume that an SQL query is a trusted command. It means that S...
Hotlink Protection
Hotlink protection prevents other websites from directly linking to files on your website. Other sites will still be able to link to any fil...
Remove bad word from your site
Sometime when we need to block bad word or filthy words we need to install plugin, module and etc. Or sometime we spent money to block all b...
List of HTTP status codes
1xx Informational Request received, continuing process. This class of status code indicates a provisional response, consisting only o...
Uploading an image/pdf document
<?php error_reporting(~E_NOTICE); $allowedExts = array("jpg", "jpeg", "png","pdf") if (true==tru...
Single error PHP file
Very useful if you point all your error pages to the same file. Save more space and easy to handle it.. rite ? This is a sample 'RED...
PHP SERVER
Host address <?php echo $_SERVER['HTTP_HOST'];?> Server Name <?php echo $_SERVER['SERVER_NAME'];?> PHP D...
PHP DOS attack
DOS is Denial of Services DOS menghantar packet ke sesebuah server sampai server itu tidak boleh menampungnya. Biasanya semua orang men...