/* script: profile.html purpose: this is the html file that handles most of the look of the user's profile. profile.php in the includes folder also handles some. copyright: copyright 2005 phpArcadeScript. All Rights Reserved. You may modify this file for use on your site running a licenced copy of phpArcadeScript. You must not distribute this file or derivations of it. support: www.phparcadescript.com */ ?>
| Total Games Played: echo $gamesplayed;?> Avg. Games Per Day: echo $gamesperday;?> Points: echo $points;?> Join Date: echo $joindate;?> Location: echo $location;?> Website Personal Message: echo $personalmessage;?> |
||