View Single Post
White Bishop
Junior Member
Join Date: Apr 2008
Old 08-31-2009 , 04:03   Re: TFC skills rank with speed run timer
Reply With Quote #65

Also for the php with stats in the name add the following at the begining
after <?php


Code:
session_start();
$steamid = $_GET["steamid"];
$nickname = $_GET["nickname"];
$nfinished = $_GET["nfinished"];
$totalrank = $_GET["totalrank"];
$primaryrank = $_GET["primaryrank"];
$_SESSION['steamid'] = $steamid;
White Bishop is offline