Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:

The Best Zombie Games of All Time

Playing games online is really exciting and fun especially when you just sit comfortably at home and open your computer. Over the years, there are various games that come and go. Among the different kinds of games, those involving zombies have always been considered as the top favorites.

Although no zombies exist in real life, the challenge of killing these zombies and the excitement that these characters bring to any game can really make you feel as if you are the hero. No wonder there are many avid gamers who are fond of playing zombie games.

Some of the best zombie games of all time include the following:

1.) Resident Evil 4 (2005)

This game has drawn so much attention that it was adapted for a film. Resident 4 is quite popular because of the intense action it provides to its gamers. When you play Resident Evil 4, you need to have surviving skills. The game plot is created with a blend of horror, action and a good story. Apart from that, you also get to use certain weapons to kill zombies and to finish your mission.

2.) Left 4 Dead

Another widely popular zombie game is the Left 4 Dead. Just like other games of this kind, you need to kill zombies. The only difference is that in Left 4 Dead, you are presented with scary and terrifying scenarios like those of horror movies. Because of this, many gamers dub this game as one of their top favorites.

3.) Zombies Ate My Neighbors

There are a lot of zombie games that are now made accessible to gamers. But among the consistent favorites is the Zombies Ate My Neighbors. Compare to other zombie games, this particular game allows you to have a variety of unique set of weapons and strategies in order to kill horror villains. The game is very easy to play but it has the entire zombie and horror elements that you need to play the game with such intensity and action.

4.) Dead Rising

When the game was finally launched in 2006, it became consistently popular. With Dead Rising, you are horded with a lot of zombies that you might end up panicking as if you are real life zombies are ganging up in front of you. With its rich graphics, unique story plot and real life zombie encounters, you will definitely enjoy Dead Rising.

These games are but creations of humans’ imagination. Although zombies do not exist, many people are still interested to have this kind of game. In fact, even in movies zombies are still popular. With the development in gaming technology, there are still a lot of upcoming zombie games that would compete with this list of top zombie games of all time.



Author Bio:
This article was written by Artchee Mendoza exclusively for this site. Artchee also writes for www.freegamesinc.com, where you can play free online zombie games.
2013, By: Seo Master
Seo Master present to you:
Recent Comments Widget With Avatars For Blogger 2013
This Article We Discuss How To Add New Stylish Atractive recent comments widget for Blogspot blogger.We have Fount new Atractive Stylish Recent Comments Widget.its benefit When Any one Visit Your Site And Blog And like Your Post And Comments on The post Below you Can See All Rercent Comments.So We Will Learn How We Can Add This in Blogger.below All instructions Given And its Easy i hope you Can understand.Great Css Style For Bloggers.


How To Add Beautiful Recent Comments Widget To Blogger

  • Go To >> Blogger.com >> login
  • Got to >> Layout 
  • Add a Gadget
  • Click "HTML/JavaScript"
  • A Pop-up box will appear,  
  • See in the screen shot  below.
  • Code Given Below
Recent Comments Widget With Avatars For Blogger 2013

Recent Comments Widget With Avatars For Blogger 2013

<script style=text/javascript src="http://helplogger.googlecode.com/svn/trunk/recent comments widget.js"></script><script style=text/javascript >var a_rc=5;var m_rc=false;var n_rc=true;var o_rc=100;</script><script src=Blog-Link/feeds/comments/default?alt=json-in-script&callback=showrecentcomments ></script><span id=rcw-cr><a href=http://www.matrixar.com>Recent Comments Widget</a></span><style type=text/css> .rcw-comments a {text-transform: capitalize;} .rcw-comments {border-bottom: 1px dotted; padding-top: 7px!important; padding-bottom: 7px!important;} #rcw-cr {font-family: Arial,Tahoma;font-size:9px;padding-top:7px;display:block;} </style>
Script Credit Goes to HelpLogger

How Customize This Code

Copy This Code And pase In HTML/JavaScript And Only Change Highlight Code Blog-Link And Save,You Almost Done This.
2013, By: Seo Master
Seo Master present to you:

 how to find xss cross site scripting vulnerability in website xss scripting

Today we will discuss how to find Cross site scripting XSS in common website. As I am security Researcher I have found many Cross site scripting XSS Vulnerabilities in website. So cross site scripting XSS is find not a difficult task but if you are newbie so May you have face some problems to Find  xss scripting in starting . 
But if you read my previous article that what is cross site scripting XSS and its types then you just have idea about how to find Cross site scripting XSS. and I have also share a tutorial how to find vulnerable website so now then you have to able to find cross site scripting . So let’s start  
First of all you have to find the input filed like search bar, Login page, subscribe by email and Contact us page. If you find input then we can inject over payload in the input field.

The question is that what is Payload or vector?

Payload or vector is a JavaScript code which we can insert in input field to find XSS scriptin.

So here I have taken a one example of vulnerable website

I have searched my news on website and I am searching a news for nomanramzan but as you seen in below picture no news found on nomanramzan and after that you just right click on the anywhere of website and click on View page source 
 xss scripting xss


Then press CTRL + F for search nomanramzan and Note the location where the input is placed. as you seen in below picture website taken an input and search value for nomanramzan . so now the important step is that we have put out nomanramzan from “ ”
xss cross site scripting bug

Now I am going to check whether the server sanitize the input or not .  If I am giving the input this <> in input field . Sometime server sanitized the code and then code look like this &lt;&gt;.

So now in this condition website server not sanitize our input and this indicate that the website is vulnerable to XSS Now finally I have put a Payload 

 "><img src=x onerror=prompt(1);>

In the search bar then you have seen below picture. Now it will display pop-up box. So finally we have successfully find a cross site scripting XSS 
 cross site scripting vulnerability

Then again right click on website and then press CTRL + F for search for the payload "><img src=x onerror=prompt(1);> or value and finally you have checked that over payload put out from “” .
how to find xss cross site scripting vulnerability in website

Finally we have find a cross site scripting XSS vulnerability . Hopefully you enjoyed this tutorial. If you have any problem so you can comment below
2013, By: Seo Master
Powered by Blogger.