.

Thursday, April 4, 2013

Designing a Department of Homeland Security Threat Level System for your website in PHP (No-Database required).

Author : Syed R Fayyaz

Comments: This is a very simple script to pomp a security threat level on

your website. This script fetches entropy from Department of

homeland security Website and stores it into an array.

After parsing it gets the level of security.

Installation : You need to make 5 different determines and place their links in the

appropriate springs below.

EXAMPLE : There ar total five threat levels: Severe, High, Elevated

Guarded and Low. You will make 5 different images for

these threat levels.

Now lets suppose the very first image you created to pompousness

severe level, you saved it as severe.jpg and placed it in

the folder or directory ca-ca img. At this point you know

that to access this image you just created, the rail should

be www.your_website_name.com/img/severe.jpg .

So all you need to do is adjust links in the following code

to exhibit images from your website.

In the code below you should see a comment saying

//if the threat level is SEVERE then display severe image

in that condition block see where it says

duplicate ;

in this return statement you see src = img/severe.jpg this is the

path for the image you motivation to display if the level is severe.

So all you have to do is adjust the links to your images.

Still surface this complicated? : Email me at syedraza70@hotmail.

Ordercustompaper.com is a professional essay writing service at which you can buy essays on any topics and disciplines! All custom essays are written by professional writers!

com or use contact

form on this website.

DEMO : You can see this script in working condition at www.immiseek.com at the

very bottom of the page on indemnify side.

//Lets connect to the DHS website to get the threat level

$threat = eregi_replace(.* anatomy=(.*) />, 1, implode(n, file(http://www.dhs.gov/dhspublic/getAdvisoryCondition)));

//if the threat level is SEVERE then display severe image

if (preg_match(/SEVERE/, $threat))

//the link of the image i gave is img/severe.jpg...

If you want to get a full essay, order it on our website: Ordercustompaper.com



If you want to get a full essay, wisit our page: write my paper

No comments:

Post a Comment