All pages are created dynamically.
We don't really care what you think sucks, but rest assured that YOU really fucking suck.

How is it done?
Using simple wild cards in BIND, and a simple php script to grab the things that suck out of the url and put them in the page.

The PHP script:
$headers = getallheaders();
$domain_array = explode(".", $headers["Host"]); // Get the domain name
$i=sizeof($domain_array);

// Put everything before really into a string, strip off last 2 words (reallyfuckingsucks com)
while ( (list($k,$v) = each($domain_array)) && $i>2) {
    $name .= " " . $v;
    $i--;
}

$name=ltrim($name);             // strip leading whitespace
In the Apache .conf file for the virtual server:
ServerAlias reallyfuckingsucks.com *.reallyfuckingsucks.com
And in named/master/reallyfuckingsucks.com
*               IN      A       10.0.0.0  
substitute 10.0.0.0 with the server ip

Still don't understand?
Then you truly do suck, and there is no hope for you.
Is there something you think really fucking sucks? Odds are I do too. Be sure to check back here for things you hate and you think should be utterly destroyed.

(c) copyright 2000-2002 Copyrights.reallyfuckingsuck.com, Inc. All rights reserved. Patent Pending. As seen on TV. Some assembly required. Substantial penalties for early withdrawal. May contain small parts. By reading this, according to UCITA, you agree to abide by just about any conditions we feel like. Life contains substantial risk of litigation; please consult a lawyer before breathing. This isn't trademarked by me. It may be your trademark. It may belong to somebody you know. I don't care.. sue somebody else if I'm using it improperly.