removing flashing logo from prosper202


Today’s tip is going to the short and quick.
If you are a stats junkie, you probably access your tracking202 site quite a bit. Are you ever annoyed by the flashing logo on the top left corner when you’re checking stats? Not to mention some of the ads there are getting a little less work safe :)

anyways, here is a quick way to take it out if you decide so.

Step 1. Go into your [tracking202 base folder]/202-config folder and backup the template.php file
Step2. Open that template.php fine and remove the following javascript lines.

 html |  copy code |? 
1
                <script type="text/javascript" charset="utf-8">
2
                    var is_ssl = ("https:" == document.location.protocol);
3
                    var asset_url = is_ssl ? "https://ads.tracking202.com/prosper202-topleft/" : "http://ads.tracking202.com/prosper202-topleft/";
4
                    document.write(unescape("%3Ciframe%20class%3D%22advertise-top-left%22%20src%3D%22"+asset_url+"%22%20scrolling%3D%22no%22%20frameborder%3
5
D%220%22%3E%3C/iframe%3E"));
6
                </script>
7

3: save the file and refresh your prosper202. done

to stats success,

Share this page
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Diigo
  • RSS
  • StumbleUpon
  • Yahoo! Buzz
  • DZone
  • email
  • MySpace
  • Reddit
  • Slashdot
  • Tumblr
You can leave a response, or trackback from your own site.
  • http://www.dinovedo.com Dino Vedo

    Good tip! Had mine removed long time ago though! heheh

blog comments powered by Disqus