MyBB Community Forums

Full Version: wheres cookie info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can i find the code that creates the mybb cookies? Which mybb file is it located in?


Thanks, Brandon
Really need to know becuase im intergrating mybb with another script.
Admin Control Panel ยป Board Settings
---General Configuration
I meant the code thats located somewhere in some file. I need to see the code that sets the cookie, sorry about the confusion.
./inc/settings.php

But why do you need it if you can see what it is in your ACP?? Confused
Not the cookie settings in the acp. I need the code that creates it. Thanks, ill check the inc/settings.php
Well the bit in ./inc/settings.php is the same as the ACP... what exactly are you looking to do??
combine cookie with another cookie
Search the MyBB files for "my_setcookie". This function is in inc/functions.php but it is called in many other places (depending on what you're looking for).
ok thanks Smile