Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Neuro Toxin
Forum: Snippets and Tutorials 04-15-2016, 19:18
Replies: 358
Views: 548,560
Posted By Neuro Toxin
Forum: Snippets and Tutorials 03-15-2016, 10:13
Replies: 358
Views: 548,560
Posted By Neuro Toxin
Re: Convert STEAMID to Steam Community ID

Didn't realise that.

Apon checking my web server, it does run 64-bit.

Edit: Found this (http://stackoverflow.com/questions/670662/whats-the-maximum-size-for-an-int-in-php/2842548#2842548)
Forum: Snippets and Tutorials 03-15-2016, 08:37
Replies: 358
Views: 548,560
Posted By Neuro Toxin
Re: Convert STEAMID to Steam Community ID

This is what I use...

function CommunityID2SteamID($communityid)
{
$steamid = 'STEAM_1:';
$z = ($communityid - 76561197960265728) / 2;

if ($z - floor($z) ==...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 02:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode