Quote:
Originally Posted by BlackxRam
Sent you a pm mtha, i also gave you a zip of the files i edited... maybe you can see an error that I miss.
|
in sessions.php, line 33, did you put your licence number in there?
PHP Code:
define('VBLICENCE_NUMBER', 'xxxxxxxx'); //REPLACE XXXXXXXX with your Licence Number, usually on top of your vB files
in constants.php line 47, you have one extra ; => remove it
PHP Code:
define('WORDMATCH_TABLE', $table_prefix.'wordmatch');;
you did edit this files too, didnt you?
=======================
Step 5: Edit vBulletin FILES (3.0.1)
------
forums/includes/functions.php
includes/functions_online.php
=======================
also, apply this fix for logout, I didnt update the original.
https://vborg.vbsupport.ru/showpost....&postcount=315
also, read over this and you migh find a solution:
http://www.vbulletin.com/forum/showthread.php?t=134834
Quote:
That is the exact purpose of the referrer check. It is designed to prevent an XSS-type issue.
If you wish to disable it, put this in your config.php:
Code:
define('SKIP_REFERRER_CHECK', true);
|
http://www.google.com/search?q=POST+...re+not+allowed.