Follow Me

Wednesday 14 September 2016

How to remove blogger copyright from footer

Nowadays, we can see a rapid growth in blogging field. 

There are so many emerging newbies with lots of new ideas and tricks hoping success.
But they may end looking for free templates,because they(me too when i started blogging of 247forumtech.blogspot.com) don't want to spend lots of money because blogger is free and they want to share their opinions free.

But when the time comes to earn money from blogging, they want to make their blog so professional.
And started googling for "best professional blogger templates for free" including a "free" keyword :).

But our fellow newbies does'nt realize they may end up with a blog Powered By Someone.

What happens when we just remove the Attribution Widget or edit the Raw Html to change the content of the footer?

Yes you can do which is just a matter of removing a html code.

[code type="HTML"]<div id='mycontent'/>[/code]

Go and search for "<div id='mycontent'/>" or just "mycontent" in the raw html and try to remove the code or just add a style attribute with display: none; or visibility:hidden;

But sorry the template providers are not so fool for just giving away their Pro templates for free that they are selling for dollars on their own websites, and not even getting a simple credit for their work from the free templaters.

Most of the blogger theme providers such as jojothemes, sosothemes, theme24x, xposetheme,templatify,templatism,soratemplates,etc where using hidden,obfuscated and too hex encoded javascripts which will work in the background and check for what happened to their credit,if it seems altered the javascript code will automatically redirect to their own template provider's website.

At first glance,this made me so complicated to break into the javascript code. But I am so smarter than them :).

BEFORE CONTINUING,PLEASE PROVIDE SOME RESPECT FOR THE WORK THOSE GUYS SPENT ON CREATING THE WONDERFUL TEMPLATES AND IF YOU HAVE PENNIES JUST PAY THEM.

So for those newbies may be some Pros too. Don't worry just follow these steps.

How do i deobfuscate or decode the javascript code?
Most of the template providers put some script code like this.

For Examples

>> Sora Templates
[code type="Javascript"]var _0x90bc=["\x55\\x67"];

eval(function(_0x66f7x1,

_0x66f7x2,

_0x66f7x3,

0x66f7x4,

_0x66f7x5,

_0x66f7x6)

return _0x66f7x1;

};

[/code]

And others also very similar to this.

Can you understand anything from the above script?

They are just a piece obfuscated characters are just hex encoded equivalent to the substituted characters.

So, there is a programmed simple java tool for decoding that hex thing.I got the value like seen below.

SoraTemplates (Only taking the characters from first "[" to "]")

Decoded Version
[code type="Javascript"]

["Created|By|sliderposts|

term|Jan|Feb|Sora|and|

mybloggerthemes|My|

Themes|setInterval|

visible|window|location

","","

fromCharCode",

"replace",

"\w+",

"\b",

"g"]

[/code]

What logic was used to obfuscate the code?

By the way we know that by using javascript to redirect to another URL we want to use either window.location.href or window.location.replace() for a successfull move through.

So i got the catch from that. As you can see the decoded version of the code above,you can see words like window location href in a grambled manner.

As the Black Sheep javascript code is using eval function I ve just confirmed to replace the word location with any other word.

Steps to apply into your blog
>> Goto blogger and move to templates section and click on the Edit Html.

>> Now go and search for "\x6c\x6f\x63\x61\x74\x69\x6f\x6e" it is just the hex encoded version of "location".

>> So just replace all the occurunces with this "\x6c\x6f\x63\x61\x69\x6f\x6e" - "location".

So due to the undefined variable locaion in the window object the javascript will result in an error.So the redirect does'nt happens.

Atlast we successfully patched the whole encoded,obfuscated javascript thing.

So that we can enjoy the pride of having our own glowing name on the footer.

IT IS JUST FOR EDUCATION PURPOSE.

ONCE AGAIN,IF YOU HAVE PENNIES JUST PAY FOR THEM FOR THEIR HARD WORK.

Any queries or any other templates you find hard to break in.Let me know through comments.

Feel free to comment here.

previous article
Newer Post
next article
Older Post



  1. Tri-BACKUP Pro Crack
    I am very impressed with your post because this post is very beneficial for me.

    ReplyDelete

no

Name

Email *

Message *