I read this
this post but I'm not exactly sure just what I am supposed to rename here in order to take care of the problems of two forums (testvb and live one) as well as possible id issues from recent upgrade from vBulletin 2.3 to 3.7.2 Patch level 1
Code:
1. if(isset($_COOKIE['IDstack']))
2. $idstack = $_COOKIE['IDstack'];
3. setcookie("IDstack", $idstack, time()+10368000, "/");
4. setcookie("IDstack", $idstack, time()+10368000, "/");
Do I need to change [IDstack] to [IDnewname] and do I also ned to change $idstack to $idnewname ?
Anyone set me straight here? Thanks in advance.