mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #451] Not being able to find the clients country. #231
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 26, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/451
I have no clue if it's just me but every time I test the client to make sure it works it doesn't show the country it keeps say 'Unknown [-]' and that's about it. Plus it doesn't even show an icon it only shows a '?'
@MaxXor commented on GitHub (Apr 26, 2016):
Yep, it's using this site for geolocation: https://freegeoip.net/
... and it's down. :(
@ghost commented on GitHub (Apr 26, 2016):
Is it possible to be changed? If so, then how?
@MaxXor commented on GitHub (Apr 26, 2016):
Sure, but we'll need to find a new service for providing the information.
Here are the lines of code which need to be changed then: https://github.com/quasar/QuasarRAT/blob/master/Client/Core/Helper/GeoLocationHelper.cs#L121
@ghost commented on GitHub (Apr 26, 2016):
I found these websites:
https://www.iplocation.net/ < IPv4, IPv5, and Domain finder
http://www.ipfingerprints.com/ < Simplest
http://www.ip-tracker.org/ < Most advanced
Are these good?
@Jaakus commented on GitHub (May 7, 2016):
The site is up now.
@MaxXor commented on GitHub (May 7, 2016):
@Jaakus Thanks, good news!