Sunteți pe pagina 1din 6

W E D N E S D AY, J U LY 8 , 2 0 0 9

AdSense Cheats And Hacks


If your are in to Google AdSense, you probably searches the web from time to time for how to
increase your AdSense revenues.

Well there are many ways to increase your AdSense income, some are more legal than the
others and I advice you not to be tempted to try and a cheat or an hack that some blog or
forum suggest you.

If you want to get banned from Google AdSense than the sure way is to try and those hacks.

Google developers has put their main intention on developing bullet proof system, and they are
trying always to eliminate any security hole that can be found in their system.

You can always found some tricks that can bypass all of their defense systems, but just
remember that it doesn’t mean that if you can do it, Google will forgive when that catch it.

They will cancel you account without further questions.

And to our main subject, we always want to implant our AdSense ads in such a way that will
not look like ads, one thing that could help us is if only we could hide the "Ads by Google"
statement that appear at buttom on every AdSense unit.

If you search the web we can find some tricks that help us to do just that, just remember that
this against Google TOS.

DON’T TRY ANY OF THOSE CHEATS YOU WILL GET BANNED IMMEDIATELY.

Cheat #1:
Remove "Ads by Google"
If we look on the AdSense code we can find two attributes that define what is the AdSense unit
size.

script type=”text/javascript”>

google_ad_client = “pub-xxxxxxxxxxxxxxxx”;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = “468×60_as”;

/script>
We can see those attributes in the sample code above:

google_ad_width, google_ad_height.

If we change the width parameter by half, so instead of the value 468 it would be 234, we will
be cropping the "Ads by Google" statement.

Our AdSense code will like this:

script type=”text/javascript”>

google_ad_client = “pub-xxxxxxxxxxxxxxxx”;
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = “468×60_as”;

/script>
Again if missed the bold sentence in the beginning DON’T DO IT.

This against Google TOS and you’ll get banned with a blink of an eye.
Cheat #2

Remove "Ads by Google" using HTML table.

Another way to remove the "Ads by Google" is to put your AdSense code inside a table, and
define the table size as absolute.

You can put an AdSense unit that is original size is 768 pixels inside a table that defined as 468
pixels and your AdSense ads will be cropped, and will remove the "Ads by Google".

For example:

table width="468" height="128">


tr>
td>
Put your AdSense code here
/td>
/tr>
/table>
Cheat #3

Remove "Ads by Google" - Only in Internet Explorer

This trick may work only in Internet Explorer, because it is using marquee, a feature that work
well only in Internet Explorer.

Here is the code:

marquee
behavior=”alternate”
direction=”up”
height=”585″
scrollamount=”1000″
loop=”0″>

script type=”text/javascript”>
google_ad_client = “pub-xxxxxxxxxxxxxxxx”;
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = “160×600_as”;
/script>

/marquee>Marquee put a ticker on your page.

Lets explain the code by understanding what each parameter do:

Behavior=”alternate”

Means that the marquee will move depends on “Direction” parameter.

Direction=”up”

Means that the ads will be move down with a “Behavior”

Height=”585”

The height will be the the pixels difference between google_ad_height (600 pixels in our case)
and the size of “Ads by Google” statement (15 pixels).

This code will cause that the ads will be cropped so and only 585 pixels displayed from
“bottom” (opposite of the “direction”).
Scrollamount=”1000″

Defines the speed the ticker will move, 1000 frame per second is very fast and will hide the
“Ads by Google”

Loop=”0″

Tells the ticker to loop forever.

Cheat #5

Remove the "Ads by Google" using JavaScript typo.

This trick will cause you AdSense unit to look a little of bit strange.

You AdSense will inside a gray block and that "Ads by Google" will disappear

To achieve to look all you need to to implant a typo in your AdSense code, like this:

"script type=”text/javascript”>
script type=”text/javascript”>
google_ad_client = “pub-xxxxxxxxxxxxxxxx”;
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = “160×600_as”;
/script>"
You can see at the beginning of the code the mistyping, we have opened the AdSense twice.
Conclusion:

You can cheat Google but rest a sure that Google will find soon enough so if you to enjoy to
AdSense account for a long time don’t use any non-legit tricks.
P O S T E D B Y M U H A M M A D R A S H A D C H A U D RY AT 1 1 : 4 4 A M 0 C O M M E N T S

Subscribe to: Posts (Atom)

FOLLOWERS

BLOG ARCHIVE

• ▼ 2009 (1)
o ▼ July (1)
 AdSense Cheats And Hacks

ABOUT ME

M U H A M M A D R A S H A D C H A U D RY

VIEW MY COMPLETE PROFILE

S-ar putea să vă placă și