Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43

Thread: No captchas on userlookups!

  1. #11
    Isabella's Avatar
    Joined
    Mar 2015
    Posts
    137
    Userbars
    3
    Thanks
    371
    Thanked
    250/75
    Mentioned
    5 times
    Time Online
    40d 22h 57m
    Avg. Time Online
    17m
    YES YES BABY

    THERE IS MEANING TO LIFE / neopets.com / userlookup achievements again

  2. The Following User Says Thank You to Isabella For This Useful Post:

    Maelstra (11-15-2017)

  3. #12
    Nimoligist's Avatar
    Joined
    Aug 2013
    Posts
    146
    Userbars
    2
    Thanks
    249
    Thanked
    135/64
    DL/UL
    27/0
    Mentioned
    23 times
    Time Online
    3d 1h 29m
    Avg. Time Online
    1m
    Great work to the neopets team

  4. #13
    Hawaiian's Avatar
    Joined
    Aug 2017
    Posts
    348
    Userbars
    31
    Thanks
    305
    Thanked
    171/118
    DL/UL
    114/0
    Mentioned
    18 times
    Time Online
    42d 1h 1m
    Avg. Time Online
    24m
    This is awesome!

  5. #14

    turtle-hermit's Avatar
    Joined
    May 2016
    Posts
    23
    Userbars
    1
    Thanks
    17
    Thanked
    21/7
    Mentioned
    1 time
    Time Online
    3d 13h 2m
    Avg. Time Online
    1m
    weh I still get the captchas on my browser, maybe it depends on which browser you use? I use chrome so idk.

  6. #15

    Joined
    Dec 2015
    Posts
    131
    Thanks
    465
    Thanked
    203/58
    DL/UL
    1/0
    Mentioned
    13 times
    Time Online
    9d 23h 8m
    Avg. Time Online
    4m
    Quote Originally Posted by turtle-hermit View Post
    weh I still get the captchas on my browser, maybe it depends on which browser you use? I use chrome so idk.
    I don't think it's based on browser, I use chrome as well and I don't have captchas anymore.

  7. The Following User Says Thank You to best avocado For This Useful Post:

    Isabella (11-15-2017)

  8. #16
    npm's Avatar
    Joined
    Dec 2011
    Posts
    813
    Userbars
    15
    Thanks
    735
    Thanked
    564/219
    DL/UL
    84/3
    Mentioned
    109 times
    Time Online
    83d 21h 28m
    Avg. Time Online
    28m
    From what I can see it sends now a POST request after the GET request of the userlookup with the following data:

    user: username_of_the_userlookup
    randomfriend: same_as_above
    g-captcha_respose: lorem_ipsum

    most probably they're triggering the google captcha in the background and sending the response again to the server... haven't check tbh.

    EDIT:
    Code:
    <script src="https://www.google.com/recaptcha/api.js?hl=en" async defer></script>
        <script>
        function onSubmitRCI(token) {
            document.getElementById("formULRCI").submit();
        }
        </script>
    <p>Our meepits are diligently (or so they say) working to connect you to your page...</p>        <style type="text/css">
                body {
                    margin: 1em 5em 0 5em;
                    font-family: sans-serif;
                }
                fieldset {
                    display: inline;
                    padding: 1em;
                }
                .grecaptcha-badge {
                    display: none;
                }
            </style>
    
            <script>
                $( window ).load(function() {
                    grecaptcha.execute();
                });
            </script>
    
                <form id="formULRCI" action="/userlookup.phtml?user=" method="post">
    
                                <input type="hidden" name="user" value="">
                                            <input type="hidden" name="randomfriend" value="">
                                        
                    <div id="recaptcha" class="g-recaptcha" data-sitekey="key" data-callback="onSubmitRCI" data-size="invisible"></div> 
            </form>
        <br clear="all">
    Confirmed.
    Last edited by npm; 11-15-2017 at 09:22 PM.



    Code:
    404 Not Found.

  9. The Following 3 Users Say Thank You to npm For This Useful Post:

    best avocado (11-16-2017),Botan (11-16-2017),Raposa (11-16-2017)

  10. #17
    Hawaiian's Avatar
    Joined
    Aug 2017
    Posts
    348
    Userbars
    31
    Thanks
    305
    Thanked
    171/118
    DL/UL
    114/0
    Mentioned
    18 times
    Time Online
    42d 1h 1m
    Avg. Time Online
    24m
    hmm guess only a matter of time to get all the clickable avatars on our shells

  11. #18
    Doge's Avatar
    Joined
    Oct 2014
    Posts
    1,096
    Userbars
    25
    Thanks
    1,073
    Thanked
    867/357
    DL/UL
    33/0
    Mentioned
    120 times
    Time Online
    230d 9h 40m
    Avg. Time Online
    1h 35m
    Same for me.

    Our meepits are diligently (or so they say) working to connect you to your page...

    Thats what it says then right ahead to the UL

  12. #19

    Joined
    Jul 2012
    Posts
    331
    Thanks
    656
    Thanked
    246/99
    DL/UL
    12/0
    Mentioned
    53 times
    Time Online
    21d 5h 5m
    Avg. Time Online
    7m
    Finally they are getting rid of these annoying captchas

  13. #20

    Joined
    Jul 2012
    Posts
    717
    Userbars
    3
    Thanks
    105
    Thanked
    201/114
    DL/UL
    24/0
    Mentioned
    88 times
    Time Online
    22d 22h 4m
    Avg. Time Online
    7m
    Just checked, still have captchas. Is there any story as to why they were put in the first place? Honestly, I think I'm going to miss them... the only outcome I can think of if they remove them is an increase in freezing their already dwindling userbase.

Posting Permissions

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