tonlilaz
Elite Member
- Feb 28, 2008
- 1,524
- 1,724
hi guys, thought I would share. I've been doing this for a while now w/out probs.... not sure if it's 'legal' but like i said, nobody's complaining.
***want to add that i don't make a lot with parking, i consider it 'lunch money'....but it's money all in the same.***
anyways, when i park a domain, i register the domain name with the service, but I never forward the domain name to the parking site....instead i host my domain on my webhost.
i just create an index.php file and use an iframe with my parking url....
so, let's say my parking url is http:/whateverparkingservice/mysitecom
i just create an index.php file
By doing it this way, I can view stats, stuff, cloak...you name it.
***want to add that i don't make a lot with parking, i consider it 'lunch money'....but it's money all in the same.***
anyways, when i park a domain, i register the domain name with the service, but I never forward the domain name to the parking site....instead i host my domain on my webhost.
i just create an index.php file and use an iframe with my parking url....
so, let's say my parking url is http:/whateverparkingservice/mysitecom
i just create an index.php file
Code:
<iframe src="http:/whateverparkingservice/mysitecom" width = 1000 height = 2000 scrolling="no" frameborder = 0
By doing it this way, I can view stats, stuff, cloak...you name it.