I want to share with us this new widget for raxan that display
who is online info like country, flags and number of user per country
using ip info and api of hostip.
Note:
I have some problem on my server when use
file_get_contents('http://api.hostip.info/?ip='.$stringIp);
or $p = new RaxanWebPage('http://api.hostip.info/?ip='.$stringIp);
because on my server direct access on remote file is not allowed.
In this case I use curl.
Widget first try load with raxan web page and if failed try use curl.
Nice tutorial that help me build this who is online widget for raxan: http://tutorialzine.com/2010/03/who-is- ... ql-jquery/
Good coding and enjoy
- whoisonline.zip
- (125.5 KiB) Downloaded 961 times