Text Linking: Google <a title="Google" href="http://www.google.com" target="_blank">Google</a> Image Linking: <a title="Google" href="http://www.google.com" target="_blank"> <img src="https://www.google.com/intl/en_com/images/srpr/logo3w.png" alt="External link" /></a> Related posts: Checksum for the Nexus 7…
Add the following code to any .js file of your choosing and save it on your server. document.ondragstart = function() { return false; } document.onselectstart…
Add the following code to any .js file of your choosing and save it on your server. document.ondragstart = function() { return false; } document.onselectstart…
Add this php script in a php file and save in your old admin login location. <? $administor = $_SERVER[‘REMOTE_ADDR’]; if (preg_match(“/nnn.nnn.nnn.nnn/”,$administor)) { header(‘Location: http://www.go.in’);…