
Hello. We have online games in our ning website and the games call a PHP script in the same server on ning to upload the scores. The PHP files create an instance of the XN_Profile object like this: $profile = XN_Profile::current(); $IsOnline = $profile->__get('presence'); if (strtolower($IsOnline) == "online") $IsOnline = true; else $IsOnline = false; As simple as that. Now th...
© 2009 Created by Ning Developer Admin