IPv6 detector
Still using IPv4? 38.107.179.222 Show stats- Hide stats
This server has received 45184 hits from both ipv4 and ipv6. IPv4 97.4% IPv6 2.6%
- Hide stats
Translator
Categories
Partners
February 2012 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Archives
- January 2012 (1)
- December 2011 (1)
- October 2011 (3)
- September 2011 (3)
- August 2011 (5)
- July 2011 (19)
- June 2011 (1)
- April 2011 (1)
- February 2011 (3)
- November 2010 (1)
- August 2010 (3)
- June 2010 (1)
- April 2010 (1)
- October 2009 (2)
- September 2009 (1)
- August 2009 (1)
- July 2009 (1)
- June 2009 (3)
Developers Archive
-
Code snippet: Restrict access to a page in PHP based on remote hosts IP’s
Posted on August 23, 2011 | No Comments<?php //get the remote host IP $szRemoteIP = $_SERVER['REMOTE_ADDR']; //this is the array holding the allowed IP's list; $arrAllowedIPs = array("192.168.0.1", "192.168.2.3", [...] -
Code snippet: Getting PHP page generation time
Posted on August 10, 2011 | No CommentsThis is a code snippet on how to get the execution time of a PHP script.This is the first from the code snippet series. <?php function GetMicroTime() { list($microseconds, $seconds) = explode(" ", microtime()); [...] -
Don’t diet. Life is short. Fuel up.
Posted on February 16, 2011 | 1 CommentCheck out this cool android application from askGeorgie.com, developed by Georgie Fear, a registered dietitian from Northern Colorado. Off course I did the programming part and today it’s finally published on android market. See more details on the application website: http://fuelup.askgeorgie.com -
iPhone browser simulator
Posted on August 12, 2010 | 1 CommentThese days I needed an iPhone browser simulator to work on my Ubuntu Linux and searched the internet for a good one. After a couple of hours I finally found one at ibbdemo iPhone browser simulator. Here is a screenshot with my blog in the iPhone [...] -
Long time, no posts…
Posted on April 20, 2010 | No Commentsphp coding of the new vreaumobila.ro -
How to extract the exchange rates from NBR’s website datafeed
Posted on June 6, 2009 | 1 Commentphp, xml, arrays, exchange rate feed, n8mgdfukhp

















