Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Shugashack b0rkage :)

Options
  • 24-03-2000 11:42pm
    #1
    Registered Users Posts: 3,279 ✭✭✭


    Anyone else seen this? smile.gif
    Either someone's playing a joke, or the server b0rked and the coder writes even cheezier comments than I do...

    From http://www.3dshack.com/cgi-bin/localfile.pl?half_life/1016/client/10151016.exe
    #!/usr/bin/perl
    
    # hi, mail me my check please
    
    # the html thing with hoonmarkers
    $html_template='/web/shugashack/templates/local_file_template.shtml';    
    
    # your includes assume this as the prefix of the filepath
    $root='/web/shugashack'; 
    
    # it's technical, don't ask
    $|=1;                    
    
    # This sends the user's credit card number to hoonis ^h^h^h sends the mime header
    print "Content-type: text/html\n\n";
    
    # this groks the url/filename they send us
    ($url, $filename) = split (/::/,$ENV{QUERY_STRING});
    
    #template HTML + ssi grok-o-matic
    open (TEMPLATE, $html_template) | | print "Error: Hoonis thinks sTeve renamed something";
     while ($line = <TEMPLATE> ){
    
        # rather clever little Regular expression that assigns bits of an SSI to variables
        if ($line =~ /([an error occurred while processing this directive]
    

    [This message has been edited by Regi (edited 24-03-2000).]


Comments

  • Closed Accounts Posts: 1,074 ✭✭✭damo


    b0rkage indeed rolleyes.gif


Advertisement