• SMF Registration through Lua
    11 replies, posted
-snip-
Can you make one for phpbb please.
Wait can you have better instructions for this please. And like make the lua file and php for us so we don't manually have to figure it out.
This isn't hard to figure out... It doesn't do it for you, he's just giving you the functions, you have to make this work for you. [editline]11:49PM[/editline] Thanks by the way.
Very nice, that's a great idea for new communities who want seamless web integration!
I should note that the script doesn't log registrations, and doesn't update the "Latest Member". The Latest Member (you can see I commented out the original code that I had in tmysql) relies on last_id which Andy hasn't added to his module yet. I don't think phpBB works well for this purpose because it doesn't seem to have an API. The modules required are Azuisleet's Cryptopp [URL]http://gmodmodules.googlecode.com/svn/trunk/gm_cryptopp/[/URL] and Andy Vincent's gm_mysqloo [URL]http://www.facepunch.com/showthread.php?t=933647[/URL] The code is made for SMF 1.1.x, and you can view other PHP API functions here: [URL]http://download.simplemachines.org/?tools[/URL]
Nice work.
Yay!
First person to code one for mybb 1.4.13 gets 5 USD over paypal. I wish to have something like this but I dropped smf due to the sql injections. SMF is a death trap if your not using 2.*.
I use Smf 2.0 RC3 can you make it for my version.
[QUOTE=bfking;22922668]I use Smf 2.0 RC3 can you make it for my version.[/QUOTE] its basically the same thing, I did it for SMF 2.0 RC3 a while back.
[QUOTE=Aide;22921726]First person to code one for mybb 1.4.13 gets 5 USD over paypal. I wish to have something like this but I dropped smf due to the sql injections. SMF is a death trap if your not using 2.*.[/QUOTE] As far as I know, there are no SQL injection vulnerabilities in SMF 1.1.11, unless your plugins are vulnerable and don't filter input.
Sorry, you need to Log In to post a reply to this thread.