On 17/9/2008, "clemos" <[EMAIL PROTECTED]> *** wrote a submit form ***

<?php
    /*
        no subm1t &&/|| d0m1n8
        http://jwm-art.net/n0subm1t.php
    */
    print '<!DOCTYPE html PUBLIC "';
    print '-//W3C//DTD HTML 4.01 "Transitional//EN\">';
    print "\n<html>\n<head>\n</head>\n";
    print "<body bgcolor=\"#86989d\" text=\"#ff91d2\">";

    if (array_key_exists('submit',$_POST)) $str="N0 SUBM17 ";
    else $str="D0M1N8 ";
    print "\n<code>";
    $mx=1; $cols=12;
    srand(date("njGis"));
    for($i=0;$i<75;$i++){
        for($j=0; $j<$mx; $j++){
            if($j> 0 && (($j % $cols) == 0)) print "<br>";
            $span=false;
            if(rand(0,100)>85){
                print"<span style=\"color:#ff71b2\">";
                $span=true;
            }
            else if(rand(0,100)>97){
                print"<span style=\"color:#ff5182\">";
                $span=true;
            }
            print $str;
            if($span) print"</span>";

        }
        print "<br>";
        $mx++;
    }
    print "\n</code>";
    print "\n</html>";
?>

_______________________________________________
NetBehaviour mailing list
NetBehaviour@netbehaviour.org
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to