prosper mods...

BigWill

A Living Legend.
Oct 14, 2007
4,019
107
0
In Hotels
Remove EWA banners:

202-config/template.php

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


----------------------------------------------------

Link to spy view at login(fixes the huge lag problem):

202-account/index.php

Find line:
<td><a href="/tracking202">Tracking202</a><br/>PPC affiliate conversion tracking software.</td>

change to:
<td><a href="/tracking202/spy">Tracking202</a><br/>PPC affiliate conversion tracking software.</td>





Just change some little things that annoyed me. Maybe others would like the changes too..
 


I haven't gotten around to it yet but I'm working on putting smoothie charts: Smoothie Chart Example on spy view. I have the chart there but it's not hooked up to the database yet... here's a screenshot (dummy data):

fwO2G.png


I think I'm going to set it up to show EPC vs CPC for the last 100 clicks. Pink line = CPC, Green line = EPC. So I'm constantly trying to keep it in the green, make sense?
 
I haven't gotten around to it yet but I'm working on putting smoothie charts: Smoothie Chart Example on spy view. I have the chart there but it's not hooked up to the database yet... here's a screenshot (dummy data):

fwO2G.png


I think I'm going to set it up to show EPC vs CPC for the last 100 clicks. Pink line = CPC, Green line = EPC. So I'm constantly trying to keep it in the green, make sense?

that looks sweeet
 
I haven't gotten around to it yet but I'm working on putting smoothie charts: Smoothie Chart Example on spy view. I have the chart there but it's not hooked up to the database yet... here's a screenshot (dummy data):

fwO2G.png


I think I'm going to set it up to show EPC vs CPC for the last 100 clicks. Pink line = CPC, Green line = EPC. So I'm constantly trying to keep it in the green, make sense?

That would be pretty cool
 
I haven't gotten around to it yet but I'm working on putting smoothie charts: Smoothie Chart Example on spy view. I have the chart there but it's not hooked up to the database yet... here's a screenshot (dummy data):

fwO2G.png


I think I'm going to set it up to show EPC vs CPC for the last 100 clicks. Pink line = CPC, Green line = EPC. So I'm constantly trying to keep it in the green, make sense?

THAT is sexy. Stats best consumed with Strawberry Banana
 
----------------------------------------------------

Link to spy view at login(fixes the huge lag problem):

202-account/index.php

Find line:
<td><a href="/tracking202">Tracking202</a><br/>PPC affiliate conversion tracking software.</td>

change to:
<td><a href="/tracking202/spy">Tracking202</a><br/>PPC affiliate conversion tracking software.</td>





Just change some little things that annoyed me. Maybe others would like the changes too..
You can also just go straight from the login page straight to there or wherever you want.
edit 202-login.php found in the top level.
find line 80 header('location: /202-account');
change to: header('location: /tracking202/spy/');
 
Wow.. Some great mods here already! Thanks!

Anyone wanna figure out how to build in the fully featured offer rotator with stats on each offer?