SA-MP Forums Archive
[Help ASAP] SMF Registration from SA:MP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help ASAP] SMF Registration from SA:MP (/showthread.php?tid=295623)



[Help ASAP] SMF Registration from SA:MP - Luis- - 06.11.2011

Hi, I am wanting to make an addition to my register system so when a player registers, he is also registering on the forum, my forum is using SMF. I have looked at C:SMF but has no joy because it uses an older version of SMF. If anyone could help me, i'd be seriously grateful! Thanks, Luis.


Re: [Help ASAP] SMF Registration from SA:MP - dowster - 07.11.2011

Figure out how SMF stores its user information, then find some way to tap into that, either by having the http part of SA-MP call a php script with a password and username, or have it use a MySQL plugin to directly insert that information to the database. I haven't had experience with SMF before but i believe that one of those solutions should work.