Relax2 Posted January 9, 2018 at 10:03 PM Report #608888 Posted January 9, 2018 at 10:03 PM Boas comunidade, Estou a desenvolver um jogo online e na fase beta gostaria apenas que IPs portugueses tenham acesso. Na maquina principal onde tenho o jogo a correr uso: FreeBSD 9.3 Se alguém me conseguir ajudar ficaria extremamente grato. Cumprimentos
M6 Posted January 10, 2018 at 09:14 AM Report #608890 Posted January 10, 2018 at 09:14 AM Podes usar o GeoIP2: - https://www.maxmind.com/pt/geoip2-city?pkit_lang=pt - https://dev.maxmind.com/geoip/geoip2/downloadable/ 1 Report 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar."
Relax2 Posted January 10, 2018 at 11:55 AM Author Report #608895 Posted January 10, 2018 at 11:55 AM 2 horas atrás, M6 disse: Podes usar o GeoIP2: - https://www.maxmind.com/pt/geoip2-city?pkit_lang=pt - https://dev.maxmind.com/geoip/geoip2/downloadable/ Queria algo gratuito
M6 Posted January 10, 2018 at 12:36 PM Report #608896 Posted January 10, 2018 at 12:36 PM Tens ai uma opção que te serve para encetares a tua pesquisa de concorrentes gratuitos. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now