View Single Post
Old January 27th, 2005, 12:59 PM   #17 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,035
This is right in the upgrade file so I dont know why you state they are missing unless you did not run the upgrade script from 2.0 to make the database 2.1

$query[] = "REPLACE INTO {$pp_db_prefix}settings VALUES (181,'PhotoPost Cookie Path', 'cookie_path', 'This should be set to match the path/domain for your cookies. Setting to / enables entire site.', '$cookie_path', 1, 12)";
$query[] = "REPLACE INTO {$pp_db_prefix}settings VALUES (182,'Forum Cookie Prefix', 'cookieprefix', 'Some Default values vB3: bb, phpBB2: phpbb2mysql, Threads: w3t_', '$cookieprefix', 2, 12)";
$query[] = "REPLACE INTO {$pp_db_prefix}settings VALUES (183,'PhotoPost Cookie Domain', 'domain_path', '.yourdomain.com; sets the cookie to be usable across the domain', '$cookie_domain', 3, 12)";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote