Topic: Password Help
Ok, heres what Im currently working on. I am porting a classifieds and image gallery to use with punBB and also woring on a portal for it. What I need to know is where/which file is the password in. You know, when you register, it goes in the SQL DBS. I need the code for it or tell me where its at so user wont have to register in the other mods Im working on. All I find is ref, to this:
if ($cookie['is_guest'] && $pun_config['p_guests_read'] == '0')
message($lang_common['Login required']);
Please help..
EDIT: Would the following work?
$pun_root = './'; <-change to where the forum is?
require $pun_root.'include/common.php';
// If we are logged in, we shouldn't be here
if (!$cookie['is_guest'])
header('Location: index.php');