How to detect operating system using user agent 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...

Read more »

Simple step to use php.ini using htaccess 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...

Read more »

SQL Injection-how about your site ? 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...

Read more »

Hotlink Protection 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...

Read more »

About XSS About XSS

After all the XSS i found, i finally decided to write all that i know about it. Table Of Contents: 1. What is Cross Site Scripting ? 2. ...

Read more »

Remove bad word from your site 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...

Read more »

List of HTTP status codes List of HTTP status codes

1xx Informational Request received, continuing process. This class of status code indicates a provisional response, consisting only o...

Read more »

Uploading an image/pdf document Uploading an image/pdf document

<?php error_reporting(~E_NOTICE); $allowedExts = array("jpg", "jpeg", "png","pdf") if (true==tru...

Read more »

Single error PHP file 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...

Read more »

PHP SERVER PHP SERVER

Host address <?php echo $_SERVER['HTTP_HOST'];?> Server Name <?php echo $_SERVER['SERVER_NAME'];?> PHP D...

Read more »

PHP DOS attack PHP DOS attack

DOS is Denial of Services DOS menghantar packet ke sesebuah server sampai server itu tidak boleh menampungnya. Biasanya semua orang men...

Read more »

Recent Comments

 
Top