Hi,
I'm new in bussines, and I'm waiting feedback about this site: myDomainTracker
Best Regards
Adrian
I'm new in bussines, and I'm waiting feedback about this site: myDomainTracker
Best Regards
Adrian
drizzt said:Overall site design is okay, but looks very much out of the box.
drizzt said:Your displaying 4 google ad banners, last time i looked you were only allowed 3, you would'nt want to get banned.
drizzt said:I had a quick look at your source code, you should'nt make up stats for the number of domains tracked using your service. I was expecting to see either a script that calculated these figures). The figures appear unrealistic.
drizzt said:okay.
Perhaps i was a little over zealous. I looked at the figures you quoted on the homepage for number of domains etc, saw they were manually inputted using html and assumed that the figures were estimates.
<li>Number of domains: 2881203</li><li>Expired domains: 40222</li><li>Ranked Hosts: 22888</li><li>Deleted domains: 58607</li>
AddType application/x-httpd-php .php .phtml .php3 .html
<p class="mainmenu">Statistics</p>
<div class="mainmenu">
<ul>
<? mini_statistics(); ?>
</ul>
</div>
function mini_statistics()
{
echo "<li>Number of domains: ".nr_domains()."</li>";
echo "<li>Expired domains: ".nr_expired_domains()."</li>";
echo "<li>Ranked Hosts: ".nr_ranked_hosts()."</li>";
echo "<li>Deleted domains: ".nr_deleted_domains()."</li>";
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.