View Single Post
  #31  
Old 24th July 2011, 09:56
DOPE's Avatar
DOPE DOPE is offline
Senior Member
 
Join Date: Jul 2011
United States
Posts: 32
Default
To fix the "cookie salt" problem.

Go to init.php and find:
Code:
define ('COOKIE_SALT', 'default'); // Заполните эту переменную любым мусором, сиволом эдак 32 - нужно для соли кукисов
Add this to the beginning to comment it out:
Code:
//
I'm working on translating this to English. ONLY the TBDev skin.
Not working on it ALOT so be patient. Here's an update for now.

Upload these two files, stdhead goes in the TBDev folder inside the themes folder.
The other I inserted into the russian language folder, you can make your own but its hard to translate to change the language in settings.

Again, be patient, just wanted to show you I was working on it.
Attached Files
File Type: php stdhead.php (19.1 KB, 49 views)
File Type: php lang_main.php (16.6 KB, 47 views)
Reply With Quote