View Single Post
Old January 15th, 2005, 01:16 AM   #13 (permalink)
Pinpoint
Junior Member
Verified Customer
 
Join Date: Jun 2003
Posts: 22
Many thanks Interdit,

Mind you I have never used the phpMyAdmin tool before. I am looking at the setting for VBulletin, I don't see the varname for a Cookie prefix forum:

As well as I have no clue how to search an id of 171 - 173 with this tool. I am using phpMyAdmin 2.2.6 and my settings table shows the following:

# Table structure for table `setting`
#

CREATE TABLE setting (
varname varchar(100) NOT NULL default '',
grouptitle varchar(50) NOT NULL default '',
value mediumtext NOT NULL,
defaultvalue mediumtext NOT NULL,
optioncode mediumtext NOT NULL,
displayorder smallint(5) unsigned NOT NULL default '0',
advanced smallint(6) NOT NULL default '0',
volatile smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (varname),
FULLTEXT KEY varname (varname),
FULLTEXT KEY grouptitle (grouptitle)
) TYPE=MyISAM;

I have only Browsed around to look at files and not change anything. I can't see anything about a 'cookie prefix forum', in order to edit it to put the field setting to say bb.

Is there any other way to make this edit? Like I said, I have never used phpmyadmin tool, and as you can guess its real new to me, so I am clueless for this level of looking around.

There is a pp_settings table, which I assume looking at that will not help, but I simply don't see the cookie prefix forum in order to make any changes..

Or am I looking in the wrong spot?

Pinpoint



Quote:
If you an admin panel (such as cpanel) check in the mysql part and find the phpmyadmin tool.
Check in the settings table as Omegatron says id 171-to 173 to match the settings: cookie prefix forum: edit it and in the setting field put bb.
Pinpoint is offline   Reply With Quote