• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Signature traffic stats

Status
Not open for further replies.

JoeyMob

New Member
Legacy Gold Member
Joined
May 5, 2006
Messages
157
Reaction score
0
You should make something where it shows how many times your signature link was clicked and from what members. This would be kind of cool. :becky:
 
Upvote 0
With my shiny new Signature now in place below :-) I think that would be a novel stat to track.

Therefore, I second this Motion.

Any possiblilities DNF?

(PS: Thanks aZooZa for your help!)
 
I add my vote for this.

I change my banner semi-frequently and would like to know how affective the ads shown are being clicked :-D
 
why dont you track them yourselves?

that way you could even see from what thread a user click to get to your site.

it will take you all of about 15 lines of PHP code to do this, and insert into a database.

for instance you could add something like www.yourdomain.com/?click=dnforum to your signature

then

something like

<?

if (issset($_GET("click")) {

$camefrom = $_GET("click");
$referer = $_SERVER["HTTP_REFERER"];
}

Then do a simple database insert

Insert (id, camefrom, referer) into TABLE Values ('','$camefrom','$referer')

or something like that..

for DNF to do it would be very simple, but better if you done it yourselves.
 
From what members would be doing it a bit overboard.. But, placing the click stats inside the Signature Image Upload would be a nice little add-on.
 
i agree, i'd like to see this feature too
 
perhaps without the information of which domainer clicked on your signature link as suggested by the Terminated User who started this post.
 
I think that would rule to have stats
 
Its something we can look into.
Im not sure how easily it can be done however I will speak to the technician.
 
Thanks Huseyin :-)
 
stats is good.. but to know the id, that is wrong cuz the person who has it will spam them getting them to buy or something
 
andyat11 said:
stats is good.. but to know the id, that is wrong cuz the person who has it will spam them getting them to buy or something

Agreed, but from which thread may be helpful....just thinking out loud
 
Cool Idea. But how ironic that this idea is from a member who has his account terminated. LMAO.
 
DomainsRate said:
Cool Idea. But how ironic that this idea is from a member who has his account terminated. LMAO.

yep, they won't see it in action :whoo:
 
Status
Not open for further replies.
Back
Top Bottom