This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do i check if username is taken on another website?
04-28-2014, 05:27 PM
Post: #1
how do i check if username is taken on another website?
i need to know how i can put on my website a place to check if user name is taken from another website.

lets says you come to my site , type in a username and check to see if it is taken, but you are checking if it is taken on a different site not mine.

when they click summit i don't not want the information to go the the other website, i want i to go to me.

Ads

Find all posts by this user
Quote this message in a reply
04-28-2014, 05:33 PM
Post: #2
 
In order to know if a username is taken on a site, some piece of code somewhere needs to do a database lookup to determine if the username is in the database.
Since you (presumably) don't have access to the sites database, you can't do it without the help of the other site.

Some sites will publish an API that will let you ask them to query their database. I believe Facebook allows this. Probably most large social media sites do. But most sites won't do this. If the site you are targeting doesn't provide an API for this, there really isn't anything you can do. Oh... some sites registration page will have a way to determine if a user name is in use before completing a registration. You might be able to script hitting that, and look at the results...messy stuff though, and apt to break every time the site does a redesign.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)