I am looking to find out where my traffic is coming from on a forwarded masked domain. Any info would be cool.
How do I find out where my traffic is coming from on a Masked domain
Collapse
X
-
Tags: None
-
Comment
-
Comment
-
Are you hosting the domain yourself? Then you should have apache logs, get your host to setup webalizer to view stats...
If you aren't hosting it, start hosting it
Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip ManagerComment
-
-
the referrer should still be passed along.
create a file called refs.txt chmod it , paste code in page ( if page is php )
<?php
$ref = $_SERVER["HTTP_REFERER"];
if($ref != ""){
$fh2 = fopen("refs.txt", 'a+');
fwrite($fh2, "$ref\n");
fclose($fh2);
}
?>hatisblack at yahoo.comComment
-
The domain is parked and forwarded, and other ideas?
Anybody know of a website that has a product that you can type in the url and it will give some stats infoComment

BUY MY SIG - 50$/Year
Comment