View Single Post
  #2  
Old 12th May 2010, 12:27
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by QuarTz View Post
Hello. Im quite newbie in this kind of stuff, so when I started to edit config.php, I stucked at this part. All things were beautifull until I saw this part
Code:
$TBDEV['tracker_post_key'] = 'changethisorelse';
My questions are:
1. What means this part?
2. I'm very curious! What will happend if I dont change that?

Please excuse my noobish questions! :nosepick:
try looking at this may help

about $TBDEV['tracker_post_key'] = 'changethisorelse';

At the current revision it has no affect. However, when I decide to release the new forum code, it will be extremely important, as it will act as a salt for various things passed via url parameters so it cuts out the possibility of someone altering the data inbetween being sent, and it arriving at the server for processing.







Last edited by raefor; 12th May 2010 at 12:43.
Reply With Quote
The Following User Says Thank You to raefor For This Useful Post:
Phogo (12th May 2010)