Quote:
Originally Posted by Coders Shack
Things I am required to tell you i guess:[LIST][*] installs are tracked (upon install track.scriptasy.com is pinged, it just tracks installs not uninstalls or anything else. This can be removed in the product XML)
|
Am I right in understand that to do the above you would have to remove this;
Quote:
// tracks install
// simple ping.. remove or comment this line out if you
if (function_exists('file_get_contents')) file_get_contents('http://track.scriptasy.com/livetopic/1.07b/'.$_SERVER['HTTP_HOST']);
|