Trying to parse GetAccountNum() into a string! GRR
Posted: Tue Jan 20, 2009 8:16 pm
Perhaps Giwo or someone could shed some light onto this..
While writing the code for the player pages output, I'm proposing that the directory format be:
(html_path_definied_in_ini)\players\(account_#)\
Under that would be the player page belonging to that account e.g Jediman.
The problem is GetAccountNum() is a UI16...where as I need it to be a string to append to my path parsing parameters (say THAT three times fast XD).
I can't seem to find a way to copy that UI16 or parse it over to a string format, and was hoping someone could shed light onto the matter.
Right now I'm using (html_path_definied_in_ini)\players\(account_name)\ and it's really a security hole!
While writing the code for the player pages output, I'm proposing that the directory format be:
(html_path_definied_in_ini)\players\(account_#)\
Under that would be the player page belonging to that account e.g Jediman.
The problem is GetAccountNum() is a UI16...where as I need it to be a string to append to my path parsing parameters (say THAT three times fast XD).
I can't seem to find a way to copy that UI16 or parse it over to a string format, and was hoping someone could shed light onto the matter.
Right now I'm using (html_path_definied_in_ini)\players\(account_name)\ and it's really a security hole!