|
转自BHW,关于利用social network来做google adsense
原贴地址:- http://www.blackhatworld.com/blackhat-seo/social-networking-sites/36153-exploit-friendster-javascript.html
复制代码I realize that social network can make a lot of visitor, especially if you put beautiful girl photos.. I know you are all know that.
But, do you know friendster?
This social network is very popular at Asia, espescially at South East Asia, where there are a lot of people is very newbie about internet..
Actually I am from South East Asia too, I am from Indonesia, that's why I know friendster.
Few months ago I can put adsense code at another people commet page, wow.. It's really make a lot of money very fast, but then friendster patch the bug. But still.. I can still add google adsense in my own page.
Actually friendster block some javascript code, then I create my own google adsense javascript, upload to my hosting, so I only need put code like this
Code:
<script src="http://...."></script>
I don't modify google adsense javascript, but I download show_ads.js from google adsense, then add my own google adsense setting, save the file, upload to my hosting.
The code will look somehow like this:
Code:
google_ad_client = "pub-xxxxxxxxx";
google_ad_width = 234;
google_ad_height = 40;
(function(){............
that (function(){............ is the begin of google adsense original javascript.
Then.. my adsense at my friendster page.
I already try some social network, I think only friendster can add my own javascipt.
What do you think? Can we exploit more then...? I think we can exploit more javascript code here
虽然friendster现在封代码,但是利用friendster还能做些别的吗?
friendster地址:- http://www.friendster.com/
复制代码 |
|