PDA

View Full Version : VBulletin Question


David Copeland
02-20-2001, 01:12 PM
I am trying to "see" my members password through
the Control Panel of VBulletin (Version 1.5).

I was told to modify my config.php file.

This is what my config.php file shows:

<?php

// only mysql is supported at the moment
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="david";
$dbpassword="1111";
// name of database
$dbname="david";

?>

(I replaced my true password and name for this
topic only)

There is no line that says:

// allow password viewing / editing in control panel
// 0 = not visible or editable
// 1 = not visible, but can be edited
// 2 = visible and can be edited
$pwdincp=2;

The path to the config is:

www/forums/admin

and also:

public_html/forums/admin

Thanks for any help,

David

steven
02-20-2001, 04:44 PM
Dave-
Have whoever installed your vbulletin upload the latest config.php file to your server, as this will allow you to view members passwords.