Forum registration is broken

Hi,
I just could register at this forums but it was really hard because the security question one has to answer can not be answered right by just entering
date -u +%V$(uname)|sha256sum|sed 's/\W//g'
in a terminal. After a lot of attempts I found out that there has to be something wrong with the serverside execution of the sed part. I could only register successfully by omitting the sed part. So instead of entering just the hash value as the answer, one has to enter the complete output of
date -u +%V$(uname)|sha256sum
That means
# doesn't work
b767e3bd870dbdf1a06d1a90e059f490ad024936c5424cd01ada2df947d4783b
# works
b767e3bd870dbdf1a06d1a90e059f490ad024936c5424cd01ada2df947d4783b -

sed is only guaranteed to support POSIX BRE, and I cannot see \W defined there. \W is part of pcre.
There are some alternative commands we could use:
cut -d" " -f1
sed "s/[^[:alnum:]]//g"
sed "s/[^[:xdigit:]]//g"
Last edited by progandy (2014-03-10 02:28:37)

Similar Messages

  • 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.

  • Forum lists are broken

    It looks like forum lists are broken, i.e. the two buttons to the left of the "Font family" drop down menu.
    Numbered
    lists
    are broken
    and
    bullet
    points
    are broken
    Can this be fixed please?
    Oliver.

    Hi Oliver341,
    It would seem that the bullet point formatting (numbers or text bullet points) are working, however are displayed depending what device or browser your using.
    This would also be a Lithium issue and not a BT Retail forum issue as the forum is operated and built by Lithium. The Mods would probably need to raise a ticket with lithium for them to have a look at this
    Cheers
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

  • 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)
    >

  • Worst Forum Registration Process Ever

    I just survived the worst forum registration process ever, my ID has to be 9 characters long, for real?  Talk about discouraging participation, mission accomplished, on that note, hi there, glad to be here behind the Iron Curtain sorta speak.

    I just survived the worst forum registration process ever, my ID has to be 9 characters long, for real?
    There are a number of well-designed forums (aside from Cisco) that requires a minimum of 9 characthers.  Some will only accept emails.

  • Help with secure zone/ forum registration

    Im having difficulty grasping the secure zone concept and ive spent days watching videos and reading online so I hope someone can help push me forward.
    I built the site with Muse, and im using dreamweaver and the BC site (older view) to help edit.  I have a creative cloud subscription.
    First I want to create a registration page to collect custom information on users, for example:  The site is about traveling, so I want users to be able to select which countries they have visited, upload a photo, and control their own profile.
    I want this user information to control the forums, their own blog, and their own photo galleries.
    I'm not afarid of doing the work it till take to get this done but I dont understand if I need to use webforms,  or web app.  The forums module has a default registration page that is very basic, can I use that for a template and just expand it? 
    Also I attempted to make webforms and use them, however when I publish my site live again in muse, it seems to delete any forms I made in BC, do I need finish using muse and stay away from it now that the basics are complete?
    Thanks for your help, and any leads or overall concepts that I am missing would be great!  Thanks!

    You can not do that in BC exactly. It is not designed for that sort of site.
    You can not use the CRM to build that sort of thing.
    You will need to build a blog with webb apps and allow them to submit their own and edit their own web app items. For the forums you have a login for the forums but you can not have their own indevidual forum.
    Photo gallery - not using the BC module and will again have to be a web app and limited.
    To pull that into a public profile you again can not use the CRM as showing their CRM information is ONLY when THEY are logged in. You would have to replicate their data in another web app. And pulling them together will be hard unless you know ajax etc and still complicated.
    You probably better off using a different platform to achieve what your after. Coming from Muse and what that outputs as well your going to have a hard time of it. You can not use Muse to publish if you want more stuff like this because it will just do an all in one publish. If you do stick with BC you have to now Ditch Muse if you watn to do any of this right and more.

  • Forum registration question does not work if DST is enabled

    The forum software didn't accept my output of
    date -u +%V$(uname)|sha256sum|sed 's/\W//g'
    until I deselected "Daylight Savings Time is in effect (advance time by 1 hour).".
    I guess this is a bug, right? Or is it a way to keep users off this forum who don't find that out by themselves (which also means this thread will be deleted)?

    "Daylight Savings Time is in effect (advance time by 1 hour)" on https://bbs.archlinux.org/register.php.
    I don't have timedatectl on my OS, but it shouldn't have to do anything with my OS, since the sha256sum of "30Linux" didn't work with DST on the registration page enabled, but worked as soon as I deselected that checkbox.

  • Certification Forum rendering appears broken ....

    {forum:id=459} appears broken ... does not appear to be rendering proper.
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    type: java.lang.NullPointerException
    java.lang.NullPointerExceptionBoth IE 7 and Firefox 3.6
    Also shows in: Forum Home » Technology Network Community

    Still there if I open it.
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    type: java.lang.NullPointerException
    java.lang.NullPointerException

  • Forum Registration - Webmaster

    Webmaster FYI - When signing up and registering for this forum a few minutes ago, I thought the Webmaster should know that the choice of 'creating your own own question' does not work.  Someone should check on this for future users and correct this.  I would have liked to create my own as my son and I will both use this forum from time to time and he may not know the answer I used.
    Anyway ... just FYI.
    Rick

    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)
    >

  • Forum Search Feature Broken

    Since Monday, when I use the Search feature, I get the following result:
    The page caused an ESI processing exception.
    I would have searched to see if others are having the problem, but the search feature is broken. :)
    --Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Here's an example URL:
    http://forums.oracle.com/forums/find.jsp?t=ESI&key=100191&val=%21Feedback%3AOracle%20Technology%20Network%20%28OTN%29%3AOTN-Suggestions/Feedback
    This happens with search This Forum. However, it seems to be ok when I choose All Forums.
    --Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Forum settings is broken

    I am not surprised by how the forum has been going on lately, but to my frustration "Account Update" under "Forum Settings" has been broken for a few weeks now.
    What should one do to update some info in there?

    You can never have 0 dukes.I can't? Dunno, I hardly spend any.
    I'm not trying anything. Someone who's not me tried
    to prove a point already stated to someone in Sun's
    marketing when they talked about getting that duke
    Dollar program back running. Max Duke Earner means
    nothing, since you can create 50 accounts and give
    yourself all the Dukes you want. It failed utterly in
    2002, and it will fail again now.It's worse now. You will get dukes when you are low on dukes.
    "Automatic Reload of Stars
    Are your Duke Stars getting low? Now, forum users with a balance of 15 Duke Stars or less will automatically be granted 25 additional Duke Stars. You'll never run out of Duke Stars so keep posting and rewarding others to get your questions answered."

  • Toshiba forum registration issues

    Had quite a few problems when I tried to register for Toshiba forums:
    1) Which forum - forums.toshiba.com seems to be completely separate registration from forums.computers.toshiba-europe.com - you can't use ID from toshiba.com on toshiba-europe.com?
    2) Went through complete registration at toshiba-europe.com then it wouldn't let me login.
    So I tried the "forgotten password" option and it say's my ID is not recognised.
    Then I tried re-registering and it says the ID is already taken
    It can't be both not recognised and already taken - surely??
    Simon

    You are right about forums.
    This forum is European Toshiba Forum and other one is US Toshiba forum. You cannot login with the same account. US forum is separate forum and there you can discuss with people about models offered on US or Canadian market.
    I dont know what is wrong with login and cannot help you with it but if a registration is completed login should not be problematic. In worst case simply create new account.

  • Is the forum search engine broken?

    Is it just me or is the search engine in this forum broken? I have tried to search for "Java","System","PrintService" etc. I everytime I get 0 results...

    "Broken"? No. "Not very good"? That's a fair description.
    Maybe the problem is your search. Have you tried different combinations?
    Take "Java" out of the search. This IS a Java forum, after all.
    What does "PrintService" bring back on its own?

  • ADOBE - Forum search is broken

    The web site you are accessing has experienced an unexpected
    error.
    Please contact the website administrator.
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    Variable FTVAR_RESULTTYPE is undefined.
    Resources:
    Enable Robust Exception Information to provide greater detail
    about the source of errors. In the Administrator, click Debugging
    & Logging > Debug Output Settings, and select the Robust
    Exception Information option.
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; InfoPath.1)
    Remote Address 10.172.32.23
    Referrer
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=60&catid=585&entercat= y
    Date/Time 07-Jan-09 10:22 AM

    "Ansury" <[email protected]> wrote in
    message
    news:gk2s0v$h3g$[email protected]..
    > The web site you are accessing has experienced an
    unexpected error.
    > Please contact the website administrator.
    >
    > The following information is meant for the website
    developer for debugging
    > purposes.
    >
    > Error Occurred While Processing Request
    > Variable FTVAR_RESULTTYPE is undefined.
    >
    >
    > Resources:
    > Enable Robust Exception Information to provide greater
    detail about the
    > source
    > of errors. In the Administrator, click Debugging &
    Logging > Debug Output
    > Settings, and select the Robust Exception Information
    option.
    > Check the ColdFusion documentation to verify that you
    are using the
    > correct
    > syntax.
    > Search the Knowledge Base to find a solution to your
    problem.
    >
    >
    > Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
    5.1; .NET CLR
    > 1.1.4322; InfoPath.1)
    > Remote Address 10.172.32.23
    > Referrer
    >
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=60&catid=585
    > &entercat=y
    > Date/Time 07-Jan-09 10:22 AM
    I found that one work around is to use the advanced search
    option.
    HTH;
    Amy

  • Are the forum RSS feeds broken again?

    W3C validator says the RSS feed - for example for this forum - 'does not validate'.
    Thunderbird also complains that the feed is invalid.
    Jonathan.

    The feed looks okay to me in a web browser, but I'm not using an actual reader or trying to do any validation on it.
    There have been a few reports of this in the past though:
    http://social.technet.microsoft.com/Forums/en-US/bf143a6c-12bd-41b4-b821-22f101896efa/rss-feeds-offline?forum=reportabug
    http://social.technet.microsoft.com/Forums/en-US/bb6a18e8-76bb-45d8-85e8-d923485c457a/rss-error-feeds-with-dtds-are-not-supported?forum=reportabug
    http://social.technet.microsoft.com/Forums/en-US/24276c7b-1e38-4f28-ad76-af3d32d0ad59/rss-feed-for-itsg-is-gone?forum=reportabug
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

Maybe you are looking for

  • How to install Classic without original 10.4 discs?

    I just bought a used emac g4 1 ghz as a backup to my emac g4 1.25 ghz. I have 10.3.9 on my 1,25 ghz emac and when I received this used emac I discovered it had 10.4.8 installed...but no classic. I still have a couple classic programs I use, so I was

  • Intel Mac Mini Vs G4

    ok, i have a G4 Mac mini (1.42 80gb 512mb combo) i am looking at the new mac mini intel 1.5ghz with added superdrive and possibly HDD upgrade. my main tasks are browsing the internet, word processing, listening to music, watching dvds, using msn & dv

  • FIXED FIELD LENGTH is not constant

    Hello Guru's,     This is the question asked in IBM . What will you do if field length of a field in flat file is not constant or not equal to the FIXED FILED LENGTH ?. i.e. f1 is of length is 10 and in one row its length is only 9 what will happen a

  • Taking info off an old Imac dv

    I am upgrading someones old imacdv to a nice macbook. Trouble is, it's been so long I can't remember the OS9 way of doing things. How can I get information(i.e. word docs, addresses, etc.) off of that computer? I tried putting a cd in and the box jus

  • Spark datagrid item editor font see through

    I am using a default item editor on a spark datagrid. When the user attempts to edit the field the old value shows through. How do I get rid of this? I am using out of the box stuff? Is this a listed bug? Code is... <s:GridColumn dataField="Actual" h