Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
IstuntmanI - 02.02.2013
Thank you for v2.1 (especially the isotype thing).
Would be nice to make one version using MySQL.
Also, add fake natives:
pawn Код:
/*native GetPlayerLocation(playerid, Country[],isotype=2);
native GetPlayerCountry(playerid,isotype=2);*/
^ add them somewhere in include.
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
abhinavdabral - 02.02.2013
Quote:
Originally Posted by costel_nistor96
Thank you for v2.1 (especially the isotype thing).
Would be nice to make one version using MySQL.
Also, add fake natives:
pawn Код:
/*native GetPlayerLocation(playerid, Country[],isotype=2); native GetPlayerCountry(playerid,isotype=2);*/
^ add them somewhere in include.
|
I was thinking about using MySQL based DB when I started working on v2.0 but then I thought maybe I should keep it mainstream by NOT using any plugins (MySQL) and stuff. So, I arranged the whole thing into a SQLite database.
But, now I think I should really make a newer version with MySQL based DB as it will be much faster (especially when Querying with SUCH a BIG DB) than SQLite.
I'll start working on it as soon as I am done with the things I'm busy with and those that are pending (including my study work and exams :P)
About the fake natives, I'll surely put them in next release.
Have a Nice Day
-Abhinav Dabral
ALIAS: Code Wave (fb.me/CodeWave)
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
Lordzy - 19.02.2013
Looks good, nice work.
Thank You -
abhinavdabral - 19.02.2013
Quick Update : GEO-IP's Final version will be released in or after April, 2013. Stay Tuned !!
Quote:
Originally Posted by Lordz™
Looks good, nice work. 
|
Thank You !!
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
IstuntmanI - 02.03.2013
April ? Why not March ? :] What do you want to add in the final version ?
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
abhinavdabral - 02.03.2013
Quote:
Originally Posted by costel_nistor96
April ? Why not March ? :] What do you want to add in the final version ?
|
Mainly it will be faster, update-able, bug-free and till then development suggestions (for additional features) are also welcomed. And, if at all it will have any bugs, I'll fix them and I'll close this project and make it self sufficient forever (or till whenever it could/would work).
So, Final version, will be a FINAL version.
That's all I can tell about it for now.
It will be released in April, because I've got exams right now and I'll be done with them in April.
^ Now that's the plan, let's see what happens.
--
Abhinav Dabral
aka CODE Wave
fb.me/CodeWave
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
RajatPawar - 03.03.2013
Damn, I feel insecure, inb4 someone releases an include to get my street and apartment name too.
Good job!
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
Hiddos - 03.03.2013
If it's such a big database, have you thought about uploading it to a webhost and using the HTTP() function to receive the data you want?
Edit: Though that would probably mean threading your code :/
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
abhinavdabral - 03.03.2013
Quote:
Originally Posted by Hiddos
If it's such a big database, have you thought about uploading it to a webhost and using the HTTP() function to receive the data you want?
Edit: Though that would probably mean threading your code :/
|
I've got multiple things right now in mind. And yes, HTTP was the first thing I thought of (But, if I redirect the whole traffic to a single webhost, then it might get laggy at times, so I have to take care of that too. Maybe, users can use their own web-host or something much better and faster). I'll try all of that later, after I'm done with my exams :/
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
IstuntmanI - 02.04.2013
Knock knock ! It's april !
Or the end of april ?
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
abhinavdabral - 02.04.2013
Quote:
Originally Posted by costel_nistor96
Knock knock ! It's april !
Or the end of april ?
|
Now, I'm going to start working on it. Please have some patience.... I'll get back to this thread soon.
EDIT :
I'm going to use same fields as before (the ones used in v2.1). I was planning to use ISP field, but since I cannot find any database or something with "FREE" license so, I'm not going to work on that. IF AT ALL, anybody does have some Free Licensed IP to ISP database, then please post it to me (PM me or reply to this thread).
See you all soon.
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
d0nTtoucH - 28.07.2013
Only admins can see it or everyone ?
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
abhinavdabral - 28.07.2013
Quote:
Originally Posted by d0nTtoucH
Only admins can see it or everyone ?
|
It depends on how you wish to use it. It'll just give you the strings pulled out from the Database, just put them wherever you feel like.
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
d0nTtoucH - 28.07.2013
i dont know how to make it only for admin
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
Saleem - 30.07.2013
please can you help me to add geo ip on my server
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
Poschi - 30.03.2016
Hy. I observe that country name is with caps lock (e.g: ROMANIA). I want to appear Romania not ROMANIA, how i can do this?
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
IstuntmanI - 30.03.2016
Quote:
Originally Posted by Poschi
Hy. I observe that country name is with caps lock (e.g: ROMANIA). I want to appear Romania not ROMANIA, how i can do this?
|
pawn Код:
for( new i = strlen( COUNTRYVARIABLE ) - 1; i > 0; i -- )
COUNTRYVARIABLE[ i ] = tolower( COUNTRY_VARIABLE[ i ] );
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
Leopards - 24.07.2016
working fine but after 2 mint's server restart himself any fixed for it ?
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
Leopards - 26.07.2016
someone answer me and tell me how to fix it ?
Re: GEO-IP (GEOIP) V2 | Supports States and Cities -
yvoms - 13.06.2017
Alternative links available?