sgrayban Posted October 19, 2011 Author Share Posted October 19, 2011 OK the reason you aren't seeing the timezone is because the current version doesn't have this and its just in my beta code that I haven't update yet. I'll look into releasing that version in the next few days. 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted October 19, 2011 Author Share Posted October 19, 2011 New 2.0 version released ! This is a complete rewrite of the core code and now uses XML to parse the data. It's much faster using this format instead of the old php output. The only added feature is the timezone being shown. Everything else is the same. To install it read the readme.txt file in the zip. Download Link Problems ? Post here. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted October 19, 2011 Share Posted October 19, 2011 Nice module. To add more flexibility, you should think about just assigning the values to smarty variables. That way, the site owner can customize how exactly it displays. For example: {include_php file="geoip.php"} <strong>IP:</strong>{$geoip_ip}<br /> <strong>{$geoip_citystate}<br /> {$geoip_country}</strong> {$geoip_flagimg}<br /> Latitude: {$geoip_lat}<br /> Longitude: {$geoip_long}<br /> Timezone: {$geoip_timezone} Should be fairly easy to hack in there rather than just assuming how everyone wants the data displayed. 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted October 19, 2011 Author Share Posted October 19, 2011 Thanks laszlof.... however it's a free module and it is what it is. The mod is dummy proof and that's the easiest way to give a freebee away. If I start adding all the modifications everyone wanted it wouldn't be free and if I gave the source away people would still be unhappy and want my help. 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted October 20, 2011 Share Posted October 20, 2011 Would you be interested in taking over the clients maps addon? http://forum.whmcs.com/showthread.php?t=36243 Source code was released here: https://github.com/nikhgupta/whmcs-clientmaps Best wishes, - Vincent 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted October 20, 2011 Author Share Posted October 20, 2011 I thought about that but his code is rather messy and I would only end up trashing more then half and re-code it. That would end up being a pay-for(non-free) addon module and I don't think anyone would pay for it since his last release was the un-encoded source. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted October 20, 2011 Share Posted October 20, 2011 If you'd like to send me the source, I can make the modification for you. It just seems to be that even being free, you'd want it to be as flexible as possible. This wouldnt be the case if it was open source, people could add whatever they like to it. 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted October 21, 2011 Author Share Posted October 21, 2011 I'll think about that -- if I let you do that you would have to sign a NDA to not give out any source without my written permission. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.