Working on typo3 support...

Hey All,
it's just a announce.
I am working on typo3 support.
cheers,
Ries
it's just a announce.
I am working on typo3 support.
cheers,
Ries
If you want to find out more about the free IP and domain lookup provided by Hostip.info or about computer geolocation, visit the Hostip forum.
http://www.hostip.info/ipaddress_forum/
http://www.hostip.info/ipaddress_forum/viewtopic.php?f=5&t=28
rvt wrote:Hey All,
it's just a announce.
I am working on typo3 support.
cheers,
Ries
bfolkens wrote:rvt wrote:Hey All,
it's just a announce.
I am working on typo3 support.
cheers,
Ries
Very cool! I use typo myself (albeit not for this site) - so I'm excited to see what you have to offer
rvt wrote:bfolkens wrote:rvt wrote:Hey All,
it's just a announce.
I am working on typo3 support.
cheers,
Ries
Very cool! I use typo myself (albeit not for this site) - so I'm excited to see what you have to offer
Hey Brad,
seems like we have some in common
it's currently a little fun project.
What I currently do is gather the sys_stat table and lookup the users location (country/city). I also want to add the ability to setup multilanguage detection based on the country (not by browser like the other 2 extentions).
Currently a lookup of +14000 unique IP addresses take just to much time, that's the reason I want to put it in postgresql and do bulk lookups in the DB to speed up the process.
I am currently doing some work on the 'Geographic IP Address Traffic Map' But also with a capability to zoom in on a country, not sure how yet tough... maby mapserver??? but that is possible overkill...
Since it is a fun project, I want to have the DB in my system at all, and don't rely on www.hostip.info for lookups. But I don't think that typo3.org will ever store the DB in TER![]()
Possible I make a switch that the 'API' shown on http://www.hostip.info/use.html will be used for these users that just want to show a flag etc... The flags will be stored localy so the www.hostip.info server doesn't get that much load.
In typo3 I currently use DBAL to store the hostip.info dcata into a seperate database (currently mysql but postgresql soon...) The iplookup API and the iproughlookup is typo3fied with DBAL now but I ain't happy with the speed yet. On this server I have around 300 lookups per second which is not enough for me.
cheers,
Ries
rvt wrote:bfolkens wrote:rvt wrote:Hey All,
it's just a announce.
I am working on typo3 support.
cheers,
Ries
Very cool! I use typo myself (albeit not for this site) - so I'm excited to see what you have to offer
Hey Brad,
seems like we have some in common
it's currently a little fun project.
What I currently do is gather the sys_stat table and lookup the users location (country/city). I also want to add the ability to setup multilanguage detection based on the country (not by browser like the other 2 extentions).
Currently a lookup of +14000 unique IP addresses take just to much time, that's the reason I want to put it in postgresql and do bulk lookups in the DB to speed up the process.
I am currently doing some work on the 'Geographic IP Address Traffic Map' But also with a capability to zoom in on a country, not sure how yet tough... maby mapserver??? but that is possible overkill...
Since it is a fun project, I want to have the DB in my system at all, and don't rely on www.hostip.info for lookups. But I don't think that typo3.org will ever store the DB in TER![]()
Possible I make a switch that the 'API' shown on http://www.hostip.info/use.html will be used for these users that just want to show a flag etc... The flags will be stored localy so the www.hostip.info server doesn't get that much load.
In typo3 I currently use DBAL to store the hostip.info dcata into a seperate database (currently mysql but postgresql soon...) The iplookup API and the iproughlookup is typo3fied with DBAL now but I ain't happy with the speed yet. On this server I have around 300 lookups per second which is not enough for me.
cheers,
Ries