Registration Captcha

Hey guys,
just wanted to discuss the utility of the catcha question: "date -u +%j$(uname)|sha256sum|sed 's/\W//g."
You seriously nearly reduced my to tears. I had a kernel panic, several pacman problems and after several hours of trying to fix the problems myself was sitting utterly distressed in front of a windows pc (yes, windows!) and you ask for a command line answer?
I randomly called my fellow IT-friends to run the command for me (which of course didn't pick up) and started to search for emulators. Finally, I made an arch live usb stick where had to copy the resulting sha string character by character to the windows machine. In case you havn't noticed: it's quite long.
I guess my point is: Is this really necessary?! What about all the newbies wanting to ask some questions about their failing installation process or people with serious problems, confined to a windows machine?!
It should NOT be so difficult to register for a forum!
Last edited by Lina (2012-10-06 11:55:32)

Lina wrote:It should NOT be so difficult to register for a forum!
You are right, it shouldn't be.
It also shouldn't be so difficult to google before posting and find the following (or any of a dozen more just like them):
https://bbs.archlinux.org/viewtopic.php … 1#p1101981
https://bbs.archlinux.org/viewtopic.php … 5#p1162785
https://bbs.archlinux.org/viewtopic.php?id=104892&p=1
https://bbs.archlinux.org/viewtopic.php?id=97222

Similar Messages

  • Forum registration captcha

    Hi!
    I think the forum registration captcha ("For which Linux distribution is this forum?") should accept either "Arch", "Arch Linux" and "Archlinux" as correct replies. It took me several minutes of uselessly twiddling with my browser settings before I hit on trying to spell it the latter way.
    At least I think that's what finally got me registered. Please pardon me if I am wrong.

    Busata wrote:We could also include a pacman flash game that new users have to complete before finalizing registration.
    ───────
    G ....
    ──┐P┌──
    │ │
    Pacman should move ......(left/right)
    >

  • Possible bug with the registration verification code, some follow up

    About this post I made earily,
    https://bbs.archlinux.org/viewtopic.php?id=187286
    > I ran into this problem several times before.
    I mean that I finally made a successful registration after dozens of trying
    in the last two or three years time span.
    I just don't know what went wrong, and never get around to search for the solution.
    Luckily I figure it out today.
    And I rushed in to report it, hoping it will be fixed,
    And no more people will be put off by this again.
    After some search, I see I am not alone:
    "" List of titles:
    Can not register in bbs.archlinux.org
    Registration question
    Arch Forum User Registration is Broken
    [solved] Forum registration bug
    Arch forum registration question
    Forum account registration form problem
    Problem Registering for Forum -> date -u +%W$(uname)
    Forum registrations from Hawaii
    Forum registering issues, again
    Unable to register unless running linux
    Forum registration question does not work if DST is enabled
    It seams that Time Zone and DST are causing a bigger problem than it should be.
    May be a not time-related Registration Captcha will server us better.

    Scimmia wrote:If you have your timezones set up correctly, this shouldn't be an issue at all.
    I don't know if it has been fixed, but when I tried to register 2 years ago, it continuously failed, even though I was quite sure I had entered everything correctly.  On a whim, I decided to check the box that said daylight savings time is in effect.  When I did that, my registration went through.  So while "shouldn't be an issue" is technically true, it was an issue for me.  I had to provide incorrect information in order to successfully register, and I only managed to do so by grasping at straws.
    For the record, daylight savings time is never in effect in Hawaii.

  • Trying to add captcha to forum registration page...

    I just put up a site and my forum is getting terrible spam so I need to add a captcha to the registration page.
    Here is the html code with my attempt to add a captcha module with the help of a support agent, it does not work for some reason.
    <h1>Forum Registration</h1>
    <div class="error">{module_error}</div>
    <div class="forum-registration">
    <h2>Existing Users - Login</h2>
    <form method="post" action="{module_pageaddress}" onsubmit="return check_RegistrationForm(this,'login')">
        <div class="form">
        <div class="item">
        <input type="hidden" name="OrderLogin_Info" />
        <label>Username</label><br />
        <input name="Username" maxlength="255" class="cat_textbox" />
        </div>
        <div class="item">
        <label>Password</label><br />
        <input type="password" name="Password" maxlength="255" class="cat_textbox" />
        </div>
        <div class="item">
        <input type="submit" value="Login" class="cat_button" /><a href="#" onclick="document.getElementById('lostpassword').style.display='inline';return false;">Forgot your username/password?</a>
        </div>
        </div>
    </form>
    <form method="post" action="/LostPasswordProcess.aspx" name="catseczonelpform57982" style="display: none;" id="lostpassword">
        <h2>Forgot Password</h2>
        <div class="form">
        <div class="item">
        <label>Enter Username or Email Address</label><br />
        <input name="Username" maxlength="255" class="cat_textbox" />
        </div>
        <div class="item">
        <input type="submit" value="Retrieve" class="cat_button" /><br />
        </div>
        </div>
    </form>
    <hr />
    <h2>New User - Registration</h2>
    <form method="post" action="{module_pageaddress}" onsubmit="return check_RegistrationForm(this,'newuser')">
        <div class="form">
        <div class="item">
        <input type="hidden" name="OrderRegistration_Info" />
        <label>Name</label><br />
        <input name="Registration_Name" value="{module_RegistrationInfo,Name}" class="cat_textbox" />
        </div>
        <div class="item">
        <label>Email</label><br />
        <input name="Registration_Email" value="{module_RegistrationInfo,Email}" class="cat_textbox" />
        </div>
        <div class="item">
        <label>User Name</label><br />
        <input name="Registration_Username" value="{module_RegistrationInfo,Username}" class="cat_textbox" />
        </div>
        <div class="item">
        <label>Password</label><br />
        <input type="password" name="Registration_Password" value="{module_RegistrationInfo,Password}" class="cat_textbox" />
        </div>
        <div class="item">
        <label>Confirm Password</label><br />
        <input type="password" name="Registration_ConfirmPassword" value="{module_RegistrationInfo,ConfirmPassword}" maxlength="255" class="cat_textbox" />
        </div>
        <div class="item">
        <label>Alias</label><br />
        <input name="Registration_Alias" value="{module_RegistrationInfo,Alias}" class="cat_textbox" />
        </div>
        <div class="item">
        <label>Signature</label><br />
        <textarea type="text" rows="4" name="Registration_Signature" class="comment">{module_RegistrationInfo,Signature}</textarea>
        </div>
        <div class="item">
        <label>Enter Word Verification in box below <span class="reg">*</span></label><br />
        {module_recaptcha}</div>
        <div class="item">
        <input type="submit" value="Register" class="cat_button" />
        </div>
        </div>
    </form>
    </div>
    <!-- END .forum-registration -->
    <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
    <script type="text/javascript">
        //<![CDATA[
         function check_RegistrationForm(theForm,name) {  var why = "";  if (name == 'login') {  why += isEmpty(theForm.Username.value, "Username");  why += isEmpty(theForm.Password.value, "Password");  }  else {  why += isEmpty(theForm.Registration_Name.value, "Full Name");  why += isEmpty(theForm.Registration_Email.value, "Email Address");  why += isEmpty(theForm.Registration_Username.value, "Username");  why += isEmpty(theForm.Registration_Password.value, "Password");  why += isEmpty(theForm.Registration_ConfirmPassword.value, "Password Confirmation"); if (theForm,CaptchaV2) why += captchaIsInvalid(theForm, "Enter Word Verification in box below", "Please enter the correct Word Verification as seen in the image");  }  if (why != "") {   alert(why);   return false;  }    return true; }
        //]]>
    </script>

    You can do that on all forms Penny, Does keep them clean.
    It does mean that with no javascript they will never work, but in this day an age that should not be an issue.
    It looks like they were not hitting the registration url, but may have had a cached version of the page and using that to submit Penny.
    Its a good sollution - ideally for properness data- is a html5 attribute so the doctype really needs to be that. In XHML using rel="" on the form with the action in there is a good alternative as well.
    As a note Lynda's code was :
    $('.data-submit').data();
    This woud return all data
    $('.data-submit').data('action');
    Is more specifc and faster, if you had other data elements it would just fetch all or fall over.

  • Setup user registration/email confirmation/login/captcha ?

    I'd like to setup an application to allow users to submit poll questions and then vote yes/no.
    Is there a sample app available that shows how to setup a new user registration, email confirmation, and login, preferably using captchas (maybe using recaptcha.net) ?
    I'd like something similar to the average forum/blog registration.
    Thanks,
    David

    Hi Daveio,
    the online discussion forium (packaged applictaion) will suit your needs.
    it has user-registration and the possibility to do polls (among other functionalities).
    Leo

  • ERecruit - adding CAPTCHA on the registration screen, WebDynpro ABAP

    Hello,
    Want to know if anyone has implemented CAPTCHA and Web Dynpro for ABAP in eRecruitment registration. For that matter, any registration screen using Web Dynpro for ABAP.  Any information/documentation will be great. 
    I have read several documents describing incorporating CAPTCHA with BSP.  But I think the process will be a little bit different for WDA.  I would imagine that I have to add a container and the associated action in the view. 
    Thanks for any help
    Philip

    Hi,
    I created a blog for using captcha in ABAP WD:
    http://scn.sap.com/community/web-dynpro-abap/blog/2012/12/11/using-captcha-in-abap-webdynpro
    kr,
    Joachim

  • Captcha functionality in OAM Self-Registration

    How can we integrate Captcha functionality in OAM Identity Server ,Self- Registration page.

    Since you are splitting the self registration in 2 pages, you can pass on the details from page1 to page2 and create and Identity XML in Page2 for invoking the self registration workflow (created in OAM).

  • Captcha in a registration form

    how to make a field "captcha" in a a registration form ?

    You might give some information about your versions. If its 10G or 11G, you could write a javabean and use that.

  • Regarding CAPTCHAS  in JSP..

    I want to embed CAPTCHAS verification code in my registration page..
    please tell me some use full links for that..

    Hi,
    May be you can use these
    http://jcaptcha.sourceforge.net/
    http://jcaptcha.sourceforge.net/
    Hope this helps ! ! !

  • How do i get my registration form to post with MD5

    Hi
    I have a registration form which posts to my, mysql database via this code:
    <?php
    define('DB_NAME','');
    define('DB_USER','');
    define('DB_PASSWORD','');
    define('DB_HOST','');
    define('DB_TABLE','user00');
    $link = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_TABLE);
    if (!$link){
              die ('Could not connect: ' . mysql_error());
    $db_selected = mysql_select_db(DB_NAME, $link);
    if (!$db_selected) {
              die('can\'t use' . DB_NAME . ': ' . mysql_error());
    $value1 = $_POST['Name'];
    $value2 = $_POST['EmailAddress'];
    $value3 = $_POST['Username'];
    $value4 = $_POST['Password'];
    $sql = "INSERT INTO user00 (Name, EmailAddress, Username, Password) VALUES ('$value1', '$value2', '$value3', '$value4')";
    echo 'connected successfully';
    if (!mysql_query($sql)){
              die('Error: ' . mysql_error());
    mysql_close();
    ?>
    The code works fine but i have just noticed that I have missed out the MD5 encryption that I want the password format to be in within the database.
    Any help would be appreaciated.

    AFAIK GoDaddy scripts do not provide support for anti-spam measures.  I'm pretty sure you would need to use a custom or 3rd party script.
    Or is there a better way to protect my form from spam bots?
    Yes.  IMO Captchas are not user friendly and should be used only as a last resort.
    The hidden Field Trick - Feeding an automated bot a field hidden with CSS. If it contains anything the message is deleted or flagged as spam.
    Form Timer - If the form is submitted too quickly (automated submission), it is deleted or marked as spam.
    See Formailer.php from DB Masters
    http://www.dbmasters.net/node/18
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Captcha wont load in the website.

    im trying to comment on the website OXMonline.com and it wont show the captcha, in other browsers it does, so I suspect its firefox.

    When Firefox retrieves the script that inserts the CAPTCHA, the certificate (at least in my test) does not match so the retrieval fails silently. The certificate says it was issued for www.google.com, not for api-secure.recaptcha.net.
    If you want to allow the script to run anyway, go directly to the script address, which is
    https://api-secure.recaptcha.net/challenge?k=6Ldz0wYAAAAAAA5AEkGSWpUqI8_ir4G2YlFFTLKs
    then you can add an exception (I wouldn't add it permanently). Then when you reload the comment form (or registration form, which is the one I viewed), the CAPTCHA should appear.
    Google's pretty good at server stuff, so hopefully they will fix this soon.

  • [SOLVED] About the registration page...

    okay to make this shorter ive registered here using the answer of this guy
    http://answers.yahoo.com/question/index … 504AAO187t
    im so interested in arch linux that's why searched for the answer and i found one. lol.
    a to that captcha.
    im running backbox linux right now and my system generated this:
    7494e13078df6f09d5aac285cedc26727b40af6db8e43f8a3b23710e2a1ef268
    Questions:
    do we really need to run Arch Linux in order to get the right answer?
    Answer:
    i get it now it shows the week number and passes it into sha256sum.
    does that captcha really prevent bot from registering?, if the answer to that captcha spreads all over the net, then that would render the captcha useless.
    Suggestion:
    Why don't Arch use a dynamic captcha. what i mean is that everytime the user proceeds with the wrong answer the captcha change into another problem just like those. and then Arch has a database for that captcha alone a database that stores "Problem and Answers" to those captcha showed in the registration page.
    sorry for the bad english as english is not my native language. and sorry if i didn't introduce myself.
         ey3blast
    Last edited by ey3blast (2012-12-26 13:58:31)

    well I've read your post on this thread:
    https://bbs.archlinux.org/viewtopic.php?id=153660
    and thank you for the quick response better than RTFM. linux community is really great and im learning alot hope to learn more from the community so i could get the chance to contribute.
    you're actually right about that post there might be something wrong with the system clock. so i tried to echo date -u +%W$(uname) and it shows this weird output "date -u +%WLinux" i don't know what's wrong with this cause my system clock is running well i don't know why it doesn't show the week number though. anyone help me fix this thing?
    --- Fixed the problem ---
    well here's what i did, at first i run the command but i got the wrong answer because my system clock was turned off at that time then it shows nothing then i tried to echo the command and there i got the wrong answer. on the second time i run the command with the system clock turned on i still echoed it that's why i still got the wrong answer it shows this weird output when echoed "date -u +%WLinux". what i did right now is that i remove the echo and there i get the correct answer for the captcha.. hope this thread will help newbies like me in the future.
    Thank you for the help Mr. Trilby. I appreciate it.
       ey3blast
    Last edited by ey3blast (2012-12-26 13:44:08)

  • Captcha or activation email?

    I'm building a site where people have to register as members.
    To try and beat the bots, do you think that it's better to
    have a
    captcha on registration form, or should I go the whole hog
    and send out
    some sort of activation email?
    Vix

    On 13 Jul 2006 in macromedia.dreamweaver, Vix wrote:
    > I'm building a site where people have to register as
    members.
    >
    > To try and beat the bots, do you think that it's better
    to have a
    > captcha on registration form, or should I go the whole
    hog and send
    > out some sort of activation email?
    I'd go with the activation email myself. I don't like
    CAPTCHAs; the
    poorly implemented ones tend to look cheesy, and even the
    well-done ones
    can be gotten around. Read the section on Circumvention, and
    the links
    on Defeating CAPTCHAs:
    http://en.wikipedia.org/wiki/CAPTCHA
    A couple things I've noted:
    - I haven't run into a bot yet which will start a session, or
    which has
    javascript enabled.
    - The number of people who surf with javascript disabled is
    in the 1%
    range.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • Impossible to create a Firefox Sync account - captcha is "parked domain"

    Hi,
    I'm trying to create a Firefox Sync account, and cannot find a way to display the captcha part of the registration process. The area is empty when I don't use my company's proxy, and if I use it, I see that the missing part is an iframe from http://www.misc.com/1.0/captcha.html, which is a parked domain for sale ...
    Here are some screenshots of what I see :
    http://www.dbth.com/stuff/sync%20without%20proxy.png
    http://www.dbth.com/stuff/sync%20with%20websense.png
    http://www.dbth.com/stuff/parked%20domain.png
    Any idea how to solve my problem ?
    Thanks
    Phil H

    Try do this in Safe Mode:
    *[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in safe mode]
    Also:
    *[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Problems caused by malwares]
    *[https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox]

  • CAPTCHA - Typing cursive characters

    Hi,
    I find it almost impossible to to type the cursive characters shown in a box ( wikipedia CAPTCHA) , typically at the end of a registration, as the first letter automatically change to upper case. Please can you suggesta solution or fix this bug in BB10. Otherwise you will have a lot of unhappy users who are unable to use registeration forms on BB10 devices.
    Please help.
    Arshad

    Backspace and then type again and it should be lower case. If that does not work, type it twice and then drop cursor in and  backspace the capital one out. Happens in many places, not just captcha.

Maybe you are looking for

  • IPod Classic won't sync with iTunes library on external drive

    iPod Classic 160 is recognized by iTunes.   It knows the library is bigger than the iPod, and it allows me to select parts of the Music and Podcasts to install on said iPod.  It whirs for a long time, pretends it's writing to the iPod.  When I discon

  • Flip no longer working in iMovie '08

    My Flip camera was working just fine with iMovie '08. But, I recently had a hard drive crash, and, on my new hard drive (with Leopard OS), iMovie will no longer import the .avi files from my Flip. I have installed both the "Leopard Compatibility.dmg"

  • How can i fix my itunes because i can't see my ipod on it but i can see him in windows documents ?

    i can't put music on my ipod touch help meee itunes can't find my ipod touch so what do i need to do i already reinstalled itunes but same probleme

  • Big problem with N70

    hi i'm new here and as you will see i'm not verry good in english so please understand my probleme is that i can't write any letter in my N70 just numbers even if i push the dieze button, also the pen does not appear what can i do please help me

  • Subtitles do not appear in simulate while it appears in timeline

    Please help...with your experience and genius brain. I'm panicking for this... Subtitles suddenly stop appearing in simulator after I changed the text in the menu. (It was working fine till the point.) I thought I might have clicked on something acci