Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 1.X » General Help » Cookie change?
Cookie change? [message #1977] Tue, 29 April 2008 13:08 Go to next message
Revan is currently offline Revan  Czech Republic
Messages: 125
Registered: April 2007
Super-Seeder
I thought about renaming some cookies, so I wouldn't get automatically logged out from one tracker when logging in into another when both are using pmbt, where do I go about that?
i changed names in $_COOKIE in config.php here:
if (!isset($_COOKIE["btuser"])) $btuser = "";
if (!isset($_COOKIE["bttheme"])) $bttheme = "";
if (!isset($_COOKIE["btlanguage"])) $btlanguage = "";

and i also changed it in functions.php in userlogin function, but it still doesnt work - what else did i miss??

thanks
Re: Cookie change? [message #1978 is a reply to message #1977] Wed, 30 April 2008 06:59 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
$user = @new User($_COOKIE["btuser"]);
in bittorrent.php


http://a.imageshack.us/img831/5562/mybikes.png
Re: Cookie change? [message #1979 is a reply to message #1977] Wed, 30 April 2008 08:25 Go to previous messageGo to next message
Revan is currently offline Revan  Czech Republic
Messages: 125
Registered: April 2007
Super-Seeder
thanks joe!

*EDIT* just discovered another few places if anyone wants to change as well: $userdata = cookie_decode($_COOKIE["btuser"]);
in admin.php

and $user = @new User($_COOKIE["traderuser"]);
in download.php

[Updated on: Wed, 30 April 2008 08:35]

Report message to a moderator

Re: Cookie change? [message #2057 is a reply to message #1977] Sat, 24 May 2008 20:48 Go to previous message
Revan is currently offline Revan  Czech Republic
Messages: 125
Registered: April 2007
Super-Seeder
found another place
in user.php case "logout":
Previous Topic:phpnuke - module
Next Topic:problem with install
Goto Forum:
  


Current Time: Wed Feb 08 12:17:26 GMT 2012

Total time taken to generate the page: 0.00683 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software