Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Wanted: Domain Appraisal Appraisals and Review www.mydomaintracker.net

Status
Not open for further replies.
Overall site design is okay, but looks very much out of the box.

Your displaying 4 google ad banners, last time i looked you were only allowed 3, you would'nt want to get banned.

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.

I stopped looking at this point.
 
drizzt said:
Overall site design is okay, but looks very much out of the box.

Thanks. Site will be change in several weeks ...

drizzt said:
Your displaying 4 google ad banners, last time i looked you were only allowed 3, you would'nt want to get banned.

I understand from their policy you can show 3 Ads banners but not Referals. Anyway I will remove 1 referal to be sure. :)

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.

All the scripts are perl for collecting data and some C for some reverse DNS, and all are running on other servers (all is distributed because of the high volume of information). The database (for live users) is updated 1 / day. The whole website is based on php (it was very dificult to decied between php and python).

So I don't understand what scripts do you expect to see in html code :)

Number of domains represents the numbers of the domain what I have in my database. All these domains are collected from december last year and today I added all biz tld (so I will have several days until I get all datas for this domains :) ). The system is distributed on several computers ( for collecting data and etc. ) . And you are free to make some test (expiration date, Link popularity if you register you can have the real data not some banners).
Why are some ranks low (micro-soft have rank 7) ? Beacuse in my calculations I added the number of links reported by ask/teoma search engine only 2 weeks ago and I don't have time to collect necesary informations for all domains. If you are interseted about calculation on ranks please read http://www.mydomaintracker.net/link_rank.html

Anyway the system is NOT 100% ready and I need to add some parts of this what are missing, but this will be done in few months.

Sorry for my "perfect" english.

Best Regards
Adrian

PS. Everybody if you have suggestions or if you see some mistakes in site please write me on office at mydomaintracker dot net or here on forum.

PPS Some data can be wrong but that only because the system don't have necesarly power to process all data in the same time (for example google link popularity can change in several days after I collect the rank and my next collect for that domain can be only after 1 week)
 
Last edited:
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.

I expected to see some scripting or coding to automatically calculate those figures.

I saw another site doing this recently.
 
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.

is generated by php code, values are directly from database ...

Best Regards
 
Missunderstanding

I think I know what was the missundestanding. I delcared my html files to act as php files.

Code:
 AddType application/x-httpd-php .php .phtml .php3 .html


Best Regards
Adrian
 
Code:
	<li>Number of domains: 2881203</li><li>Expired domains: 40222</li><li>Ranked Hosts: 22888</li><li>Deleted domains: 58607</li>

I was looking at your source code, i can't tell from the source code how your pages are entered, but this extract looks as though the figures are manually created. If your pages are automatically generated thats fine.:)
 
:)

I told you. I configured my apache to look at html files like at php files

Code:
AddType application/x-httpd-php .php .phtml .php3 .html

In this way is mini_statistic generated ...

PHP:
    <p class="mainmenu">Statistics</p>
    <div class="mainmenu">
    <ul>

        <? mini_statistics(); ?>

    </ul>
    </div>

and here is the function defined.

PHP:
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>";
}

Happy ? :)

Now you can look in Statistic section to see more :)

Best Regards
Adrian
 
Last edited:
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom