SA-MP Forums Archive
[FilterScript] [MySql]Simple Machines Forum Login - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [MySql]Simple Machines Forum Login (/showthread.php?tid=322249)



[MySql]Simple Machines Forum Login - DRIFT_HUNTER - 01.03.2012

Hello everyone im on these forums for a long time but actually with only two releases that are outdated :P
I know that many people would like to connect their forums with server and they dont know how.

NOTE: These FS is ONLY for SMF 2.x

So i made a very small and simple login filterscript that's gonna allow users to login with their forum username and password in-game
When user connects to server his nick name will be used as forum username and if that user name is registered on forum he will be forced to login or leave server.

There are no futures except Login and autologin with two last ip's from forum
So its mean NO INGAME REGISTER or SAVING/LOADING STATS

[BUGS]
None that i know (If you find some reply here or pm me dont spam in scripting discussion)

You will need MySql plugin by BlueG,Mysql database and smf 2.x forum

Download v0.1 TEST


Re: [MySql]Simple Machines Forum Login - willzyyy - 02.03.2012

do you know how to make bot post in topic when someone register? Like SFSE


Re: [MySql]Simple Machines Forum Login - DRIFT_HUNTER - 02.03.2012

Quote:
Originally Posted by willzyyy
Посмотреть сообщение
do you know how to make bot post in topic when someone register? Like SFSE
These filterscript is for samp server not spam bots for some forum software lol


Re: [MySql]Simple Machines Forum Login - WoodPecker - 02.03.2012

Very nice filterscript i might use it thank you very much, 3rep4u.


Re: [MySql]Simple Machines Forum Login - MA_proking - 02.03.2012

very nice but not working for me. -_-


Re: [MySql]Simple Machines Forum Login - TheArcher - 02.03.2012

since when SMF uses SHA as hash password?


Re: [MySql]Simple Machines Forum Login - DRIFT_HUNTER - 02.03.2012

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
since when SMF uses SHA as hash password?
Since 2.0 beta and password hash is sha1($username.$password)

If you want to use it with vBulletin or Woltlab than i think you will need hash plugin (there is one)

vBulletin (4.x only i think) hash is: MD5(MD5($password)+$salt)
Woltlab (Burning board 3.x and burning board line 2.x)hash is: MD5(MD5($password)$salt)

Maybe i will add support for these two forums


Re: [MySql]Simple Machines Forum Login - System64 - 02.03.2012

nice man rep+


Re: [MySql]Simple Machines Forum Login - PawnFox - 02.03.2012

Pretty nice work, i will test it


Re: [MySql]Simple Machines Forum Login - Anker_by - 27.07.2013

can you upload this file again please? Thanks.