91DarioDev / iplogger

iplogger - receive on telegram the ip info and the location of the user who clicked the link
GNU Affero General Public License v3.0
19 stars 8 forks source link

BUG WITH GEOX #3

Closed MattyDev01 closed 4 years ago

MattyDev01 commented 4 years ago

There is a bug with GEOX (getLocation)

put in the link together with the redirect neither works doesn't work in every browser

91DarioDev commented 4 years ago

in some browser it works while in others it doesn't.

basically the redirection should start after the user press ok to share the location but actually scenarios where the pop up is not shown are not handled and maybe handling them could fix it. the are the lines that should be fixed https://github.com/91DarioDev/iplogger/blob/7973a51dceb2671e5ce908cbf3ccddbed48f5f1a/index.php#L75

i'll look into it as i can

91DarioDev commented 4 years ago

fixed with the last two commits. reopen an issue in case of other problems