The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
|
#12
|
||||
|
||||
How do you restrict the setting.php file?
Quote:
|
#13
|
||||
|
||||
Quote:
PHP Code:
PHP Code:
The safest option though is to put the entire admin directory behind a .htaccess block and uses a different username / password combo then you do for your forums. |
#14
|
||||
|
||||
Quote:
|
#15
|
||||
|
||||
I can get back my settings, but don't get these errors......
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /home/sites/site68/web/forums/admin/global.php(125) : eval()'d code on line 1 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site68/web/forums/admin/global.php(125) : eval()'d code:1) in /home/sites/site68/web/forums/admin/functions.php on line 1628 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site68/web/forums/admin/global.php(125) : eval()'d code:1) in /home/sites/site68/web/forums/admin/functions.php on line 1628 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site68/web/forums/admin/global.php(125) : eval()'d code:1) in /home/sites/site68/web/forums/admin/functions.php on line 1628 Every other page has that on it, with the global.php, and I am wondering if when I get my settings back from the grave if it'll fix...... |
#16
|
|||
|
|||
Make sure there is no white space at the end of functions.php after the ?>
|
#17
|
||||
|
||||
If only it were that easy...
The global.php line: Code:
eval($optionstemp[template]); Code:
setcookie($name, $value, $expire, $cookiepath, $cookiedomain, $secure); |
#18
|
|||
|
|||
Change this:
Code:
eval($optionstemp[template]); Code:
eval($optionstemp['template']); |
#19
|
||||
|
||||
Once again..... if only it were that easy.... I tried it and still get the exact same error in all 3 global.php and function.php's
|
#20
|
||||
|
||||
BTW, I got the settings up, but it still has same error, nthing has changed. I am going to go ahead and ban the corrupt admin so I don't have to deal with his ass whining and +++++ing...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|