Building an Ad Spam Site - II
Monday, March 10, 2008
Well I already have discussed the structure and overview of the spam site. It has been a clever and easy one. Ones who have not read the first part Building An Ad Spam Site - I
External Options :
Now this is really important . Once you have finished the site you have to host it somewhere.
Well there is something called domain popularity. It goes like this. Well consider a free host. the host has around 3000 free sites hosted and most of them rank well so if your websites starts up there as a sub domain the search engine automatically pull you up on the list recognizing the trustability of the free host's other sites. So the key is not to use your paid domain but to host it free under some other domain.
.htaccess coding :
Like I told your in the earlier part that .htaccess is going to do a significant job here. it will make you single processing page look like multiple pages for the people and for the engine.
Here is what you got to do :
Start on the file with this code :
The next part is to tell the file to rewrite the urls
would allow you to present a link as..
http://mysite/money/Google/money.htm
and in the background have that translated to..
http://mysite/keyword.php?source=google&keyword=money
Now copy this text and put it up ina file and save it as .htaccess .
Ok will be continuing the code tomorrow. get it Here
I will also be releasing the tailored script for $5 . I'm keeping it cheap for you all.
External Options :
Now this is really important . Once you have finished the site you have to host it somewhere.
Well there is something called domain popularity. It goes like this. Well consider a free host. the host has around 3000 free sites hosted and most of them rank well so if your websites starts up there as a sub domain the search engine automatically pull you up on the list recognizing the trustability of the free host's other sites. So the key is not to use your paid domain but to host it free under some other domain.
.htaccess coding :
Like I told your in the earlier part that .htaccess is going to do a significant job here. it will make you single processing page look like multiple pages for the people and for the engine.
Here is what you got to do :
Start on the file with this code :
Options +FollowSymlinks
RewriteEngine on
RewriteEngine on
The next part is to tell the file to rewrite the urls
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^files/(.+)/(.+).htm process.php?source=$1&keyword=$2 [nc]
RewriteEngine on
RewriteRule ^files/(.+)/(.+).htm process.php?source=$1&keyword=$2 [nc]
would allow you to present a link as..
http://mysite/money/Google/money.htm
and in the background have that translated to..
http://mysite/keyword.php?source=google&keyword=money
Now copy this text and put it up ina file and save it as .htaccess .
Ok will be continuing the code tomorrow. get it Here
I will also be releasing the tailored script for $5 . I'm keeping it cheap for you all.
Labels:
Business,
Content Stuffing,
Programming,
software,
Spam
|
This entry was posted on Monday, March 10, 2008
and is filed under
Business
,
Content Stuffing
,
Programming
,
software
,
Spam
.
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment