SA-MP Forums Archive
Help with Latest Member on SMF - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Help with Latest Member on SMF (/showthread.php?tid=260859)



Help with Latest Member on SMF - lolumadd_ - 11.06.2011

That stat on the bottom of SMF forums that says "Latest Member: Name". My server script is connected to my SMF forum and it automatically creates a forum account when the user registers in-game. The account itself is registered fine, but it does not appear on the Latest Member thing.

It seems that they do not use the Unix Timestamps from the "register_date" or the "id_member" field. Anyone know where SMF stores the last registered data in the MySQL table. I want to make it so it can show the Latest Member after I create the account from a script.

(Or if anyone can tell me where the actual register process is, where it sets the variable $context['common_stats']['latest_member'] is set. It is not in Sources/Register.php)

Thanks.