Sub Step - Get 3$ a day to fund your webhosting
I AM NOT UPDATING THIS BLOG ANY MORE, CLICK HERE TO VISIT THE REPLACEMENT BLOG (PARKYOURDOTS.COM) WITH MORE TIPS FOCUSING ON MONETIZATION USING PROVEN TECHNIQUES!
This sub step is for the ones that have already a domain name.This sub step if followed will provide you with about 3$ a day on your domain and will rise as the months pass. It is a good investment as it is free, and apart from the about 100$ a month will start giving you some pagerank.
I have tried it, and I am on this for the last month, and with my modifications, I started earning the 3$ a day from the 5th day.
Just go to http://rentyourdot.com register and follow the instructions. Read the faq there, I do not have to explan you it is straight forward.
Basically, you will have to have php enabled on your host, and acces to your .htaccess file. Any cpanel plan will do.
You will have to point your error page to as the instructions.
When you do this and you read the information there, you will see, that you will get more exposure and hits, and money if you create subdomains for your website, and create individual pages to participate on the program.
I kind of automated the process.
You will have to create the subdomains manually.
grab this textfile : http://webmaster.d3snetwork.com/keywords.txt
it contains all the keywords rentyourdot.com uses.
create manually about 200 subdomains,
then on your desktop create a folder to work on named : rentyourdot
inside put the keywords.txt , rentyourdot.php , index.php, .htaccess files.
edit the rentyourdot.php file : in the beggining of the script, after the php tag, add those lines:
"$fulldomain = $_SERVER['SERVER_NAME'];"
"$subdomain = explode(".", $fulldomain);"
and change the "$r['r_keywordlist']" variable to look like this:
"$r['r_keywordlist'] = $subdomain[0] ;"
this will get as a keyword the subdomain you created earlier!
then open a cmd from start-run-cmd and navigate to the working folder
type those lines to create folders from keywords and copy the files inside each file:
for /f "usebackq delims=" %A in ("keywords.txt") do md ".\%A"
for /f "usebackq delims=" %A in ("keywords.txt") do copy rentyourdot.php ".\%A"
for /f "usebackq delims=" %A in ("keywords.txt") do copy .htaccess ".\%A"
for /f "usebackq delims=" %A in ("keywords.txt") do copy index.php ".\%A"
for /f "usebackq delims=" %A in ("keywords.txt") do md ".\%A\cache"
Then upload the whole folder to the root of your website overwriting the already made folders from the subdomain creation.
Now the only thing to do is to make the cache folders writable,
the easiest way is manually, logon via ftp to your root using internet explorer, and search using windows explorer for "cache".
Then manually, right click and change the permission to each folder manually.
The whole process will take you about 4 hoursif you are patient. Your nerves will be tested, maybe you should do it in two days, but it wrths it in the end, as in the next 3 days money will be building in your adsense. also you will notice search spiders start spidering your domain regularly, I had already 60 results on google on my 15th day on the program!
Feel free to comment and ask for more information if you have no idea of what I am talking about as I tend to summarize procedures.