fer_75
09-25-2009, 08:32 AM
Hi,
Im installling a plugin in vb, that ask me for the Cookie Hash value, it says:
Open the file /includes/functions.php from your vBulletin directory and find a variable that looks like:
define('COOKIE_SALT', 'A12345678Z');
The value used for the cookie hash is the second value that appears on this line, it will be alphanumeric and 10 characters long
Example: Cookie Hash is A12345678Z
BUT when I open includes/functions.php this is the way I have my COOKIE_SALT defined as:
define('COOKIE_SALT', $vbulletin->config['Misc']['cookie_security_hash']);
So I DO NOT HAVE have the 10 characters value.
My question is WHERE TO FIND THE 10 character value of my ?
(im using vb 3..8.4)
PLEASE HELP:
Im installling a plugin in vb, that ask me for the Cookie Hash value, it says:
Open the file /includes/functions.php from your vBulletin directory and find a variable that looks like:
define('COOKIE_SALT', 'A12345678Z');
The value used for the cookie hash is the second value that appears on this line, it will be alphanumeric and 10 characters long
Example: Cookie Hash is A12345678Z
BUT when I open includes/functions.php this is the way I have my COOKIE_SALT defined as:
define('COOKIE_SALT', $vbulletin->config['Misc']['cookie_security_hash']);
So I DO NOT HAVE have the 10 characters value.
My question is WHERE TO FIND THE 10 character value of my ?
(im using vb 3..8.4)
PLEASE HELP: