Please do not make the server uls In AdWhirlUtil.java final so we can overwrite
them.
Here is how they should look like:
public static String urlConfig = "http://mob.adwhirl.com/getInfo.php?appid=%s&appver=%d&client=2";
public static String urlImpression = "http://met.adwhirl.com/exmet.php?appid=%s&nid=%s&type=%d&uuid=%s&country_code=%s&appver=%d&client=2";
public static String urlClick = "http://met.adwhirl.com/exclick.php?appid=%s&nid=%s&type=%d&uuid=%s&country_code=%s&appver=%d&client=2";
public static String urlCustom = "http://cus.adwhirl.com/custom.php?appid=%s&nid=%s&uuid=%s&country_code=%s%s&appver=%d&client=2";
How else are we going to be able to use our own servers?
Cheers,
-Andrin
Original issue reported on code.google.com by and...@miumeet.com on 27 Apr 2012 at 1:33
Original issue reported on code.google.com by
and...@miumeet.com
on 27 Apr 2012 at 1:33