Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7500847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:19:51+00:00 2026-05-29T20:19:51+00:00

I’m currently investigating methods to prevent automated log in to the website. Here’s a

  • 0

I’m currently investigating methods to prevent automated log in to the website.

Here’s a website which puzzles me: http://linklicious.me/

The log in form looks normal and has 2 fields – emailAddress and password.

However, each time I post with it, 2 additional params x=49&y=17 are added to the post request:

emailAddress=oueaoeu&password=acdd3e5e93oeuaoeu&x=49&y=17

this happens even when I disable scripts on the website with NoScript.

That’s a nice trick I’d love to use on my own website. But how this is done really puzzles me.

Can anyone explain to me, how this is done?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T20:19:52+00:00Added an answer on May 29, 2026 at 8:19 pm

    They are using an image to submit the form. It is part of the HTML standard and does not require javascript or anything else.

    <input type="image" class="fLeft loginbtn" src="/Content/Images/Home/Login2.png" alt="Login">
    

    The x and y you are seeing are actually the coordinates where you clicked the “Login” image.

    <input type="image"> … an image from which a user can select a coordinate and submit the form …

    More specifically, from the HTML4 specification for input control types:

    When a pointing device is used to click on the image, the form is submitted and the click coordinates passed to the server. The x value is measured in pixels from the left of the image, and the y value in pixels from the top of the image. The submitted data includes name.x=x-value and name.y=y-value where “name” is the value of the name attribute, and x-value and y-value are the x and y coordinate values, respectively.

    It is (usually) not used to prevent automated logins, but I guess that a very simple web bot might not “click” on the image and send coordinates that way.

    If no coordinates were received it could for example mean that

    • it is a bot that doesn’t send coordinates.
    • it is a user without a “pointing device” (mouse, touch screen).
    • it is a user that did not use any available pointing device (but the keyboard perhaps).
    • it is a bad browser that didn’t follow the standard.

    If coordinates were received it could for example mean that

    • it is a bot that recognizes <input type="image" />.
    • it is a human who clicked the image.
    • it is a human who used the keyboard to submit the form (probably via the image), but their browser decided to send coordinates anyways.

    So basically, it is not a security measure of any sort.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I used javascript for loading a picture on my website depending on which small
I would like to run a str_replace or preg_replace which looks for certain words
I have an autohotkey script which looks up a word in a bilingual dictionary
I have a text area in my form which accepts all possible characters from
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am trying to understand how to use SyndicationItem to display feed which is
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have an array which has BIG numbers and small numbers in it. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.