How to detect operating system using user agentHow 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 agent, and in the Session Initiation Protocol (SIP), the term …

Read more »
11 Dec 2013

Simple step to use php.ini using htaccessSimple 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.ini in your hosting. But make sure it not read by public and …

Read more »
16 Nov 2013

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 SQL queries are able to circumvent access controls, thereby b…

Read more »
23 Jun 2013

Hotlink ProtectionHotlink Protection

Hotlink protection prevents other websites from directly linking to files on your website. Other sites will still be able to link to any file type that you don't specify (i.e., HTML files). An example…

Read more »
28 Apr 2013

About XSSAbout 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. Who does it hurt? 3. What can be done with Cross Site Scripting?…

Read more »
09 Apr 2013

Remove bad word from your siteRemove 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 bad word. from what I know most of the bad word comes from ba…

Read more »
29 Mar 2013

List of HTTP status codesList of HTTP status codes

1xx Informational Request received, continuing process. This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an …

Read more »
31 Jan 2013

Uploading an image/pdf documentUploading an image/pdf document

0) { echo "Return Code: " . $_FILES["file"]["error"] . …

Read more »
19 Jan 2013

Single error PHP fileSingle 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 'REDIRECT_STATUS' to your error page. First you need to use .htaccess f…

Read more »
18 Jan 2013

PHP SERVERPHP SERVER

Host address Server Name PHP Directory    or Mysql Directory OS Path …

Read more »
16 Jan 2013

PHP DOS attackPHP DOS attack

DOS is Denial of Services DOS menghantar packet ke sesebuah server sampai server itu tidak boleh menampungnya. Biasanya semua orang menggunakan software dr linux os atau windows os untuk melakukan DO…

Read more »
16 Jan 2013

Recent Comments

 
Top