Monday, April 24, 2006

LINKS ARE BLUE NEWSLETTER Newsletter for Apr 21, 2006 --- Volume 1 Number 8

LINKS ARE BLUE NEWSLETTER
Newsletter for Apr 21, 2006 --- Volume 1 Number 8

This is the almost weekly newsletter from Joe. I sorta run these sites. Some of you know me pretty well and others know me from ebay and various conventions around the country.

As you all know by now I sell a lot of links and also do a good bit of SEO ... Search Engine Optimization... work. If your having a problem getting listed please let me know maybe I can help.

# Dynamic Web Pages and Apache Commands

# SEO work and Links

# Domain and ads for Sale

Dynamic Web Pages --- A lot of people ask me how my dynamic pages look like straight html instead of php and lots of strange characters in the url. I do it by just using the alias function on the Apache servers. This allows my pages to look like normal html and it doesn't put any STOP characters in the url.

When you combine this with an sql database you can do some interesting things. The most basic part of this is having the data you want in your database before you start. So here is the short course.

The Problem: I wanted more geographicly targeted hits on my dating sites. I did NOT want to put up a million pages, take up the server space and then bog down the drives and use up all my disk space. Here is what i did.

First I created a database that contained the United States Zip Code data base. It lists every State, county, phone area code, and zip code in the country. Roughly 70,000 records give or take several thousand.

Next I created a database that listed my sites name as in www.xyz.com and the key phrase I wanted to associate with that domain. On both these databases I also created some extra fields and left room for some future expansion.

To Alias or not to Alias

Well this one is a no brainer. What this allowed me to do was copy my images, php programs and static pages into a directory and when someone tries to pull a page it looks for the alias file first. If it finds it, it uses it. A simple example is the robots.txt on my servers. Since I host all my own sites and have way too many it lets me set up just one robots.txt file and when a search spider reqursts it at: http://www.joed.com/robots.txt it displays it like it was a file located in that site. By the same token if they try and pull it from http://www.freebeer.com/robots.txt they get the same file. So this means that when I need to make modifications to the robots.txt I don't have to change it in 1000 or so places. Just once on each server. In my httpd.conf or srm.comf it looks like this.

Alias /robots.txt "/home/sites/home/web/robots.txt"

In english this means that if anything calls the file robots.txt to look in the /home/sites/home/web/ for it and not in the local web directory where the call is made, but to display it as if it were in that local dir.

This also works for images. On my new geo targeted dating sites i didn't want to copy 16 images or so into each site so I used a command like this in my srm.conf file:

Alias /cut1.jpg "/home/levi/cut1.jpg"
Alias /cut10.jpg "/home/levi/cut10.jpg"
Alias /cut11.jpg "/home/levi/cut11.jpg"
Alias /cut12.jpg "/home/levi/cut12.jpg"
Alias /cut13.jpg "/home/levi/cut13.jpg"
Alias /cut14.jpg "/home/levi/cut14.jpg"

So now I have them taking up a small amount of space rather then duplicating them 200 times or so in every domain.

Changing Page Names Using Alias

I know.... I know ... .php files and cgi files get indexed now...or so they say.... however I am still more comfortable with .html looking files. So not only can I save space in duplicating files the ones that need parsed as php can appear like html. To do this I use the command this way:

Alias /rssfeeds.html "/home/sites/home/web/rssfeeds.php"

This lets that php file appear as an html. It will also work for xml files too

Alias /master-rss.xml "/home/sites/home/web/master-rss.php"

Remember the first filename is the way you want it displayed and the second filename with the path is where and what it really is.

This can also be used for certain STATIC files that you do not want to duplicate. My profile form for these dating sites, my members entry and my purchase pages are all exactly the same. So instead of copying them into each domain I set them up like this:

Alias /free.html "/home/levi/free.html"
Alias /members.html "/home/levi/members.html"
Alias /join.html "/home/levi/join.html"

This has saved me a ton of time in copying files. Now when I create a new Geo targeted dating site I only have to copy in one page. Actually on another server I have this solved to that I just set up the domain on the server and the entire site exists instantly. To do this you use a different part of the configuration file but it works like this:

DirectoryIndex index.html index.htm index.shtml home.html home.htm default.html default.htm index.php default.php index.asp default.asp


This is the order that Apache looks to decide which file is the DEFAULT displayed when someone doesn't call the actual filename like index.html but just goes to your domain directly like http://www.free-text-links.com/ if default.html was first on that list it would display that file and not index.html. What I have done on one server is put a filename first on that list that I know wasnt ever created there. I think I did make it default.html. Then I used the Alias command and made a php file that pulled data from my sql into it based on the domain name and my key words file and made it look like default.html. So now all I need to do to create an entire site is just activate the domain on the server. I don't even need to create a user for that domain.

Putting it all together --

Well what is better then a couple examples:

http://www.new.york.ny.marriedmatch.com/

http://www.alabama-al.marriedmatch.com/

http://www.pennsylvania-pa.marriedmatch.com/

Make sure if you take a look here that you click the county and area code links and watch the pages. The only real page at any of these sites is the index.html. I would have automated that too but I have so many different sites on this server it was easier to just copy that one file into each site then to try and redo all the existing ones.

SEO and Links -- I know you just paid your taxes, but it is summer now, while you are out enjoying all that you made over the winter, you need to really get in gear to take advantage of the fall when things on the net get busy again.
So email me or stop in at http:www.free-text-links.com and lets get your orders in now so that the search engines will have you ranked high by fall. We have most everything now from links to topical articles to full service SEO and even some dynamic hosting if your looking for that. The time is now don't put it off and miss out on the next busy fall season.

Domain for sale and banner ads -- My friend in England asked me to let you know that he still has http://www.itsallpc.co.uk/ for sale. The front page gets about 50k hits per month --- you should see all his front page ranks all over the search engines ---- and overall the site gets about 70k. If your interested in purchasing the domain or if you want a banner ad there. Banner ads are 200 a month for the top index page and 175 a month for the bottom index page, the bottom banners are on every page of the site so even though they aren't quite as visable they have almost twice the exposures and a cheaper price. There are 2 bottom slots available now and 5 top rotating banner slots. Email me if your interested and I will send you all the details.

===========

Well thats about it for this week. Have a GREAT WEEKEND!

Joe
http://www.free-text-links.com


Friday, April 07, 2006

Links are Blue Newsletter 04.05.2006 Volume 1 Number 6

PLEASE FEEL FREE TO USE ANYTHING YOU SEE HERE. YOU ARE WELCOME TO PUBLISH IT ON YOUR WEBSITE AND-OR PASS THIS EMAIL ONTO YOUR FRIENDS. A LINK BACK IS APPRECIATED BUT NOT REQUIRED. YOU CAN EMAIL ME AT joed@joed.com.
==================

This is the almost weekly newsletter from Joe. I sorta run these sites. Some of you know me pretty well and others know me from ebay and various conventions around the country.

As you all know by now I sell a lot of links and also do a good bit of SEO ... Search Engine Optimization... work. I don't always hold true to the conventional SEO practices but sort of go my own way. So if your looking for something a bit different I may be the guy to talk to.

This week I have a couple things to talk about but first for all you SEO people out there. I would like you to email me your best strategy for SEO. This can be something that works great on just one engine or something thats generic to all that you do. I am putting together a little manual and will definetly give credit and a link in it to anyone who contributes something. It may not even be search engine specific it could be anything to do with getting more traffic to the site. Maybe a tip on free links, or link enchanges or possibily some secret you know about webrings or whatever. If it works and it gets you targeted traffic then I would like to hear about it.
=========================

We have a bunch of specials going on this week, my spring into spring specials. All are available through paypal at https://www.paypal.com to this email address joed@joed.com

Links 1000 link sets:
We are giving a discount on 4 sets of links for only 89.00
-----
Website Content:
10 articles for 39.95 SAVE 10 bucks!
These are done by our own writer and not the recycled stuff you see everywhere on the net.
All topics have 10 articles and are available for downloading now. Inless otherwise specified.

Debt Consolidation 15 articles
Alprazolam
Diazepam
Dental
Tramadol

If you would like another topic please let me know. It will take approx. 2 to 3 weeks to deliver them once your order is placed.
------
SEO Services
Normally I charge 500.00 up front per site to SEO a site with page optimization, articles, links and blogs. I then charge 200 per search engine when the site hits the front page of msn and yahoo and 500 when it hits google. Through this weekend I will abate the extra fees on performance. So if you have been thinking about having me do a site or 2 for you. Now is the time. I am running roughly 3 weeks from time or order until i can start the site at this time.

=========================
Dating Domains
I have a lot of dating domains out there and plan on a different strategy for my dating sites so I want to sell most of them off and replace them with more current adsense oriented domain names. So if you have been thinking about some domain names for dating I will let them go for 500 each. You can see a list of about 300 of them at my ebay store at this link.
http://stores.ebay.com/search-engine-optimization-seo_Domain-Names

Also if anyone knows a better place to list domain names then ebay, please let me know.

========================
Any PHP/SQL Programmers out there?

I need a quote on a simple program that will do the following:


Once the user enters this info it will connect to a mysql database and look
up the email address fieldname: email_address and password fieldname: password

If it finds them it will then look at a type field fieldname: type

if the type is equal to any integer {DEFINITION OF AN INTEGER FOR THIS SPEC: by any integer i mean any dollar amoount like 10.00 or 25.00 or any combination of numbers such as 54785985 } the program will redirect the visitor to another page. For now we will call this page content.html located in the same directory as the index.php file.

====================

Exceptions

1. If the email address doesnt exist at all then the system needs to report:. Sorry, that email address doesnt exist
in our database. please try another email address. And allow them to try again.

2. If the email address exists but the password doesnt match the system should report: We are sorry but
the password and email address do not match. Please try your password again. It should also then allow them to
enter their email address and have their password emailed back to them.

3a. If the type field contains the word FREE, free or Free then it should be considered a success and redirect
them to the redirect page normaly.

3b. Id the type field contains the word FAIL, fail or Fail then it should tell them that their credit card could
not be processed and then can click on a link there to go to the purchase page which we will call purchase.html
You do not have to do anything with that page as I will create it, just redirect them to that page.

3c. If the type field contains the word ABUSE, abuse or Abuse then the program should redirect them to another
page called abuse.html Once again I will create that page you just need to redirect to it.

4. If the type field contains something other then an integer See definition of integer above.... or the above exceptions, then please report back that their request cannot be processed and to please email the system administrator at
joed@joed.com


NOTES:
1. I would like the code well commented and open so that I can make changes when needed.

2. The password email should be in a text file so that I can change it when reguired.

3. The index.php page should allow me to later customize the look of it.

4. The program should also allow me to change databases when needed and to redirect to other pages
as reguired.
==================

Well thats it for this week!


Sunday, April 02, 2006

Links Testing

I am doing some loop testing on links this week. I went with a domain that is not listed for anything. A spare I had laying around here but it is about 10 years old. So im testing to see if i can create some PR for it. We shall see.


  1. Dating

  2. Love

  3. Women seeking Men

  4. Men seeking Women

  5. Couples

  6. Women

  7. Dates

  8. Loving

  9. Excitement

  10. Swingers

  11. Swinging

  12. Lust

  13. Lustful

  14. Passion

  15. Online Dating

  16. Relationship



We shall see how it does in about a month.

Joe


Saturday, April 01, 2006

High Traffic Web sites for sale

Site is pr 4 has about 100,000 page views a month across the site
Ranking report http://www.itsallpc.co.uk/results.htm

<>

List of sites included
http://www.itsallpc.co.uk/ pr4

<>

http://www.portal.itsallpc.co.uk/ pr3

<>http://www.itsallpc.co.uk/website_Traffic_Hits/ this shop is done for a friend but can be easily transferred to anything someone wants ! pr4

http://www.forum.itsallpc.co.uk/ pr2

redirect page http://www.computerforum.itsallpc.co.uk/ pr4

<>http://www.bobo.itsallpc.co.uk/ pr2

http://www.itsallpc.co.uk/Computer_Shop/ another shop ready for selling anything!!
<>
another
10 subdomains without pr…

please contact laurienmb@btinternet.com if you are interested.


http://www.joed.com

I dont know what up on the PR front. My ranking have been jumping up and down all over the place.

Yesterday this site was a pr3 then a pr0 and now its a pr5

Im an seo guy and even i am confused........