Results 1 to 4 of 4

Thread: Anyone Know Of A Good Server Based Doorway Generator?

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    Anyone Know Of A Good Server Based Doorway Generator?

    Preferably one that i can just upload or paste a list of words in to and it will generate a page for each of the terms i give it?

    Also, id like it to be in .php if at all possible.

    So do any of you folks have any suggestions? Ive checked out HotScripts but quite frankly, the ones they have listed there suck.

    Regards,

    Lee


  2. #2
    Life is a dick and when itīs get hard---just fuck it... DEVELISH's Avatar
    Join Date
    Jul 2005
    Posts
    2,367
    Hi Lee,


    you can use Apache's mod_rewrite for that

    Set up the mod_rewrite and add something like this

    RewriteEngine on
    RewriteRule ^/SEO/(.*).html$ /SEO.php?id=$1 [L]

    This example would map a path like http://www.domain.com/SEO/lee_windsor.html to http://www.domain.com/SEO.php?id=lee_windsor
    Inside the SEO.php you would have to generate the doorways.
    Remember though - this is all dynamic and none of the pages actually exist. I once pushed 55.000 pages into Google with a PR4 domain and Google happyly spidered my site - about 2-3k visits a day from Google; cuz Google found a never ending amount of sites to spider...

    DEVELISH
    :-D


  3. #3
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    Right but that will only create several named .html files right? Not pages with 'actual' content on them.

    Regards,

    Lee


  4. #4
    Life is a dick and when itīs get hard---just fuck it... DEVELISH's Avatar
    Join Date
    Jul 2005
    Posts
    2,367
    It will create NO pages at all - all it does is mapping lee_windsor.html to SEO.php?id=Lee_Windsor

    There will be just two files in that directory: .htaccess and SEO.php

    Google THINKS that there are noumerous files and indexes them.
    :-D


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •