Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Trololo

Name: Anonymous 2010-12-24 16:37

#include __FILE__

Name: Anonymous 2010-12-24 16:38

#define true rand()%2
#define false rand()%2

Name: Anonymous 2010-12-24 16:40

enum Bool
{
    True,
    False,
    FileNotFound
};

Name: Anonymous 2010-12-24 16:43

<script type="text/javascript">

    var strong = /^[a-zA-Z\d\W_]*(?=[a-zA-Z\d\W_]{6,})
               (((?=[a-zA-Z\d\W_]*[A-Z])(?=[a-zA-Z\d\W_]*[\d]))
               |((?=[a-zA-Z\d\W_]*[A-Z])(?=[a-zA-Z\d\W_]*[\W_]))
               |((?=[a-zA-Z\d\W_]*[\d])(?=[a-zA-Z\d\W_]*[\W_])))
               [a-zA-Z\d\W_]*$/;

    while (true) {
        var password = prompt("Enter password", "");
        if (password == null) {
            alert("Error: Unable to read password, Refresh the page to try again!");
            break;
        }
        else if (password.length < 7)
            alert("Password must be longer than " + (password.length + 1) + " characters");
        else if (!strong.test(password))
            alert("You must enter a stronger passoword, make sure you enter a strong password");
        else
            alert(GenerateRandomError(password));
        }

    function GenerateRandomError(password) {
        var error = Math.floor(Math.random() * 1)
       
        switch (error) {
        case 0:
            return InvalidCharInPosError(password);
        default:
        }
    }

    function GetPosString(position) {
        switch (position) {
        case 0:
            return "1st";
        case 1:
            return "2nd";
        case 2:
            return "3rd"
        default:
            return (position + 1) + "th";
        }

    }

    function InvalidCharInPosError(password) {
        var pos = Math.floor(Math.random() * password.length);
        return "The character \'" + password.substr(pos, 1)
           + "\' is not supported in the " + GetPosString(pos) + "position";
    }
</script>

Name: Anonymous 2010-12-24 20:56

cli

Name: Anonymous 2010-12-25 9:59

toris

Name: Anonymous 2010-12-25 10:00

>>4
i fucking hate you

Name: Anonymous 2010-12-25 20:42

In a payment processor:

This site does not take Visa, Mastercard, American Express, Discover, cash, check, mail orders, or money orders. Please select a different type of payment.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List