Sabtu, 20 Oktober 2012

scrapebox crack free download


What is ScrapeBox?
Basically ScrapeBox is a multifunction tool that allows you to do many things. The highlights are that you can:
Scrape, Check, Ping, and Post
It allows you to scrape all the major engines for the footprints you would like. You can the post comments to several blog platforms. You can check those urls to see if your links stuck. You can also ping urls so that google can see them. You can create a custom RSS feed and submit it to RSS aggregators. You can mass Page Rank Check urls as well as apply many filters to lists.
Instructions
ONLY use L0ader.exe inside the Scrapebox folder to start the program!

Cara Disable Right Click / Disable Copy


Disable right click


Salah satu cara untuk megelakkan entry post / imej dalam blog di copy, adalah dengan cara disable right click,


Caranya :

1) Sign in akun blogger anda

2) Dashboard > Design > Add A Gadget > Html / Javascript

3) Copy paste kode di bawah pada ruangan Html / Javascript tadi


<script language=javascript>
<!-- http://www.spacegun.co.uk -->
 var message = "function disabled"; 
 function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){  alert(message); return false; } 
 if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message);  return false; } } 
 document.onmousedown = rtclickcheck;
</script>

4) Tukar function disable mengikut ayat yang anda mau, kemudian save.
Selamat mencoba! :)