Welcome Guest, Not a member yet? Register   Sign In
Phpbb hash password how to intergrate in codeigniter using phpbb library
#1

[eluser]Unknown[/eluser]
Phpbb hash password how to intergrate in codeigniter using phpbb library
#2

[eluser]TheFuzzy0ne[/eluser]
Sorry, I've absolutely no idea what you mean. Please could you elaborate?

What do you want to do, exactly, and why are you unable to do it?
#3

[eluser]Unknown[/eluser]
Sorry !!!

Am fresher for codeIgniter my queries below :

My folder structure :

Codeigniter

codeigniter_project/app/controllers/libraries/phpbb_library.php

Phpbb

codeigniter_project/phpbb_forum

am using phpbb library in codeignter i want phpbb password hash function in codeigniter is it possible to intergrate in codeigniter ?
#4

[eluser]TheFuzzy0ne[/eluser]
I think so.

Code:
define('IN_PHPBB', TRUE);
include 'path_to_phpbb3/includes/functions.php';

$password = 'my-secret-password';
$pw_hash = phpbb_hash($password);
echo $pw_hash;

I'm not sure if this will work. You may get unexpected results, but there's only one way to find out. Wink

If you wanted to, you could easily make this a part of the PHPBB3 library.




Theme © iAndrew 2016 - Forum software by © MyBB