Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~115 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for Thawdarwin

function Dot2LongIP (IPaddr) if (IPaddr == "") return 0; else $ips = explode(".", IPaddr); return ($ips[3] + $ips[2] * 256 + $ips[1] * 65536 + $ips[0]*16777216);

Member Avatar for diafol
0
113