1

Topic: website login integration

I need to create a login in reserved area of my site using the same credential of forum (for log in forum the user must redo login with normal log punbb page).
I have difficult in encription mode of pwd for made a sql select.
Can some one help me (also by email) in doing correct encription of password from form?
Thanks in advance

L.

2

Re: website login integration

solved! if anyone interested contact me by mail....

3

Re: website login integration

reigyx_x wrote:

make login with social network, is possible..?
plis dont say with liginza.ru.. is dont work for me, cause many extension T__T

It should, in theory, be possible if you know how PunBB stores the user name and password in your user database. I'd imagine you would need to check for the sql query in whichever file handles registrations and password changes.

Re: website login integration

using the Facebook Connect API would work but i have no clue how to interface that into punbb....

Re: website login integration

its better to wait for extension

Re: website login integration

i m making a login with facebook  extension for pun bb

Re: website login integration

akkyverma wrote:

i m making a login with facebook  extension for pun bb

This is a much needed extension IMO.

Re: website login integration

Does anybody know a forum engine (phpbb, mybb, smf, etc), where facebook login is actually working. It would be nice to see a working example before writing an extension. A link to such forum would be nice smile

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: website login integration

Ipb forum http://www.invisionpower.com

10

Re: website login integration

keeshii wrote:

Does anybody know a forum engine (phpbb, mybb, smf, etc), where facebook login is actually working. It would be nice to see a working example before writing an extension. A link to such forum would be nice smile

Also XenForo: http://xenforo.com/community
And from free phpBB in its development version 3.1, which can be obtained via their GitHub or area51:
https://area51.phpbb.com/downloads/

Re: website login integration

Include the punbb api (common/common.php) and then there is a user variable with you can make sure it is not "guest"

12

Re: website login integration

podhane wrote:

Ipb forum http://www.invisionpower.com

Thank you, forum helped