phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

[RFC] Ability to require correct location

Publish your own request for comments or patches for phpBB4. Discuss the contributions and proposals of others.
Forum rules
Information on how to create an RFC and a list of current RFCs can be found at http://wiki.phpbb.com/PhpBB4/RFC

[RFC] Ability to require correct location

Postby Methen » Sun Aug 21, 2011 2:48 am

One thing I have notice on a great many forums, is a great many people not only refuse to input their correct state location, but in many cases type in something totally redundant and just plain stupid in place of it,there by making the location search totally useless depending upon the type of forum and what it is being used for as well as destroying the purpose for which the forum itself was created for,(example finding role playing partners in your area)
What I propose is a option that will automatically input the persons actural location also Should it be possible to automatically block out proxy's or at the least let the admin know that a proxy is being used.
Methen
Registered User
 
Posts: 13
Joined: Sat Dec 22, 2007 6:58 pm

Re: [RFC] Ability to require correct location

Postby callumacrae » Sun Aug 21, 2011 9:21 am

Methen wrote:What I propose is a option that will automatically input the persons actural location

Impossible. Geolocation IP libraries are the closest we've got to this, but they're only accurate to the nearest country. Forcing people to have their correct location showing would create privacy issues.

also Should it be possible to automatically block out proxy's or at the least let the admin know that a proxy is being used.

I agree with this, but it isn't possible to check for every sort of proxies, only open proxies. This would also add more latency to the registration form, so I would suggest that if it were included, it should be disabled by default.
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 882
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: [RFC] Ability to require correct location

Postby Methen » Sun Aug 21, 2011 5:55 pm

People that are that concern about privacy issues have no buiness on the internet then.

callumacrae wrote:
Methen wrote:What I propose is a option that will automatically input the persons actural location

Impossible. Geolocation IP libraries are the closest we've got to this, but they're only accurate to the nearest country. Forcing people to have their correct location showing would create privacy issues.

also Should it be possible to automatically block out proxy's or at the least let the admin know that a proxy is being used.

I agree with this, but it isn't possible to check for every sort of proxies, only open proxies. This would also add more latency to the registration form, so I would suggest that if it were included, it should be disabled by default.
Methen
Registered User
 
Posts: 13
Joined: Sat Dec 22, 2007 6:58 pm

Re: [RFC] Ability to require correct location

Postby DavidIQ » Sun Aug 21, 2011 6:26 pm

Are you serious? Privacy concerns are very real and something everyone should be concerned about and something Google and Facebook get slammed for all the time. I know of people that have been on the Internet for ages and there's nothing that can be found about them. There are anonymous proxies in existence because people are paranoid about too much of their information going out to the wild Internet.

I don't see any benefit to this. Are you going to check for every single country? What if it's a new city? This is best left out of the core and made available as a plugin.
Image
User avatar
DavidIQ
MOD Team Leader
MOD Team Leader
 
Posts: 753
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth

Re: [RFC] Ability to require correct location

Postby Methen » Mon Aug 22, 2011 8:21 pm

Here is a question to think about, would you ever let total strangers just walk into your home when ever they dang well please? well apply that same analogy to running a personal and private web site aka a home on the web..


DavidIQ wrote:Are you serious? Privacy concerns are very real and something everyone should be concerned about and something Google and Facebook get slammed for all the time. I know of people that have been on the Internet for ages and there's nothing that can be found about them. There are anonymous proxies in existence because people are paranoid about too much of their information going out to the wild Internet.

I don't see any benefit to this. Are you going to check for every single country? What if it's a new city? This is best left out of the core and made available as a plugin.
Methen
Registered User
 
Posts: 13
Joined: Sat Dec 22, 2007 6:58 pm

Re: [RFC] Ability to require correct location

Postby callumacrae » Mon Aug 22, 2011 8:31 pm

Methen wrote:Here is a question to think about, would you ever let total strangers just walk into your home when ever they dang well please? well apply that same analogy to running a personal and private web site aka a home on the web..

That's completely different. Although if we are exaggerating hugely... would you go to a shop if it required you to present a total stranger with your passport to get in? I wouldn't.


You have't addressed my point that it is impossible to get a half accurate location from an IP address. For example, a search of IP address against a few geolocation databases suggests these possible locations for me:
- London (more than a few times)
- Worcester (pretty close, but over 100 miles away)
- Staple, Lancashire (?!)

None of them are close.

~Callum
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 882
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: [RFC] Ability to require correct location

Postby Methen » Tue Aug 23, 2011 12:32 am

That all comes down to which Ip search you are using there are some that give you the exact longitude and latitude, and I never actually said and thing about it having to be exact only the state which the person lived in.

callumacrae wrote:
Methen wrote:Here is a question to think about, would you ever let total strangers just walk into your home when ever they dang well please? well apply that same analogy to running a personal and private web site aka a home on the web..

That's completely different. Although if we are exaggerating hugely... would you go to a shop if it required you to present a total stranger with your passport to get in? I wouldn't.


You have't addressed my point that it is impossible to get a half accurate location from an IP address. For example, a search of IP address against a few geolocation databases suggests these possible locations for me:
- London (more than a few times)
- Worcester (pretty close, but over 100 miles away)
- Staple, Lancashire (?!)

None of them are close.

~Callum
Methen
Registered User
 
Posts: 13
Joined: Sat Dec 22, 2007 6:58 pm

Re: [RFC] Ability to require correct location

Postby callumacrae » Tue Aug 23, 2011 7:38 am

Methen wrote:That all comes down to which Ip search you are using there are some that give you the exact longitude and latitude, and I never actually said and thing about it having to be exact only the state which the person lived in.

Could I have a link to one of them, please?
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 882
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: [RFC] Ability to require correct location

Postby Methen » Tue Aug 23, 2011 4:28 pm

callumacrae wrote:
Methen wrote:That all comes down to which Ip search you are using there are some that give you the exact longitude and latitude, and I never actually said and thing about it having to be exact only the state which the person lived in.

Could I have a link to one of them, please?



check your pm
Methen
Registered User
 
Posts: 13
Joined: Sat Dec 22, 2007 6:58 pm

Re: [RFC] Ability to require correct location

Postby callumacrae » Tue Aug 23, 2011 4:33 pm

Methen wrote:
callumacrae wrote:
Methen wrote:That all comes down to which Ip search you are using there are some that give you the exact longitude and latitude, and I never actually said and thing about it having to be exact only the state which the person lived in.

Could I have a link to one of them, please?



check your pm

It was 53 miles out :-/
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 882
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Next

Return to [4.x] RFCs

Who is online

Users browsing this forum: No registered users and 4 guests