+ Reply to Thread
Results 1 to 8 of 8

Thread: STOP HTML in filed register page!

Hybrid View

  1. #1
    Senior Member
    Join Date
    Nov 2012
    Posts
    126

    STOP HTML in filed register page!

    Hello dear,

    There is a big bug in register account page when you begin to register as a new user.
    In field Username, Password, Name and Last name and other field, you can input html code, I thing this a big wrong, to let users their name with HTML code.

    see this image how is looks when they input html code in field name or last name or any other field. account.png

  2. #2
    Hello Oslo,

    I have created some code and it should work like you want.

    Please go to ftp://includes>>controllers>>registration.inc.php

    find code:
    PHP Code:
    Only registered members can view the code
    and add new code after:

    PHP Code:
    Only registered members can view the code
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Vik, are you going to implement this and other snippets of code that are correcting bugs in 4.2.0?

    //Morgan
    Free Advertising at Fyndklippet.se


  4. #4
    I will explain the bug to our developers. They should solve this and many other things too in new version.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Senior Member
    Join Date
    Nov 2012
    Posts
    126
    Doesn't worked for me, there must give error when you input any html code in field, but still gives (Green Nike Icon) when I put any html code into username in password, and registered field without problem, and registered a new account.

    On adding listing also title and other field have same bug.

    Look this Tittle Listing html.jpg

    here is my code.

    PHP Code:
    Only registered members can view the code
    Last edited by Oslo; February 14, 2013 at 01:55 PM.

  6. #6
    Hello Oslo,

    Did you added new code before create new account or not?
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Senior Member
    Join Date
    Nov 2012
    Posts
    126
    Yes, I did.

    The problem it is not only in the account registration page, the problem can be found also in adding new listing or edit new listing, everywhere.

  8. #8
    Hello Oslo,

    for add listing go to: ftp://includes>>controllers>>add_listing.inc.php

    find code:

    PHP Code:
    Only registered members can view the code
    and add new after it:

    PHP Code:
    Only registered members can view the code
    then open: ftp://includes>>controllers>>edit_listing.inc.php

    find code:

    PHP Code:
    Only registered members can view the code
    after it add new:

    PHP Code:
    Only registered members can view the code
    and create new listing again with html tags.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread