Page 1 of 13 1234511 ... LastLast
Results 1 to 10 of 130
  1. #1
    WarezKid Guest

    Default HELP, ME AND LINK WILL REP+!

    var initialsubj="Hello, I want you to see this site."
    var initialmsg="Hi:\n You may want to check out this site: "+window.location
    var good;
    function checkEmailAddress(field) {

    var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.go v)|(\.org)|(\.info)|(\.sex)|(\.biz)|(\.aero)|(\.co op)|(\.museum)|(\.name)|(\.pro)|(\..{2,2}))$)\b/gi);
    if (goodEmail) {
    good = true;
    }
    else {
    alert('Please enter a valid address.');
    field.focus();
    field.select();
    good = false;
    }
    }
    u = window.location;
    function mailThisUrl() {
    good = false
    checkEmailAddress(document.eMailer.email);
    if (good) {

    window.location = "mailto:"+document.eMailer.email.value+"?subject=" +initialsubj+"&body="+initialmsg
    }
    }
    // End -->
    </script>
    </head><body onload=javascript:pass(); alink="#000000">
    <script language="JavaScript" type="text/javascript">
    function pass()
    {
    var pw, Eingabe;
    pw=window.document.alinkColor;
    Eingabe=prompt ("Please enter password");
    if (Eingabe==pw)
    {
    window.location.href=String.fromCharCode(97,98,114 ,97,101)+".htm";
    }
    else
    {
    alert("Try again");
    }


    Where the passs?

  2. #2
    Join Date
    Jul 2006
    Location
    liverpool
    Posts
    207
    Tokens
    2,600

    Latest Awards:

    Default

    Eingabe?

    or goodEmail?
    JOIN THE SOS BRIGADE!!
    We Have Cookies!

  3. #3
    Join Date
    Dec 2007
    Location
    Toronto, Ontario, Canada
    Posts
    689
    Tokens
    0

    Default

    It should be Eingabe. Hence:

    var pw, Eingabe;
    pw=window.document.alinkColor;
    Eingabe=prompt ("Please enter password");
    if (Eingabe==pw)

  4. #4
    WarezKid Guest

    Default

    Nope?lol

  5. #5
    Join Date
    Sep 2006
    Location
    Doncaster, UK
    Posts
    4,081
    Tokens
    0

    Latest Awards:

    Default

    No it's not.

    There isn't a true password, the script is only disallowing certain TLD's and passwords from what I can make of it.
    Last edited by Aflux; 16-12-2007 at 10:45 PM.
    Quote Originally Posted by Nain View Post
    i voted 'Not Sure' as im, not sure!

  6. #6
    .L!nK. Guest

    Default

    NNope


    also u always say +rep n nvr giv lol

  7. #7
    WarezKid Guest

    Default

    i do


    what the pass

  8. #8
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    What script is it?

    Did you make it?
    Looking for a good desiner to design a social networking template.

    PM me.

  9. #9
    WarezKid Guest

    Default

    No, i trying to hack it.

  10. #10
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    So who's/What script is it?
    Looking for a good desiner to design a social networking template.

    PM me.

Page 1 of 13 1234511 ... LastLast

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •