Advertisement
Guest User

Untitled

a guest
Sep 16th, 2010
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 2. open hlstats.pl file and find a line containing "STEAM USERID validated"
  2.  
  3. 3. paste (and replace address) the following code after line "my $playerinfo
  4. = &getPlayerInfo($ev_player, 0);" :
  5.  
  6. $runcmd = "wget -O /dev/stdout
  7. http://your.web.server.address/invite_steam.php?i=".$playerinfo->{"uniqueid"}."
  8. -q";
  9. print `$runcmd`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement