Hi, after upgrading to 3.6.10 I, just like many other users have experienced problems with CSRF, in particular following message:
after reading many posts on how to fix the issue, i managed to restore most of my forum's functionality, but now i started getting this message in AdminCp, and from what i can understand, admincp shouldn't give you errors as all templates and files original without mod's.
here are couple of messages i got so far, is there anyone out there that can point me in the right direction on how to fix this? P.S. i am not a coder or programmer, newbie, so please provide step by step instruction
and:
Code:
Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
here are couple of messages i got so far, is there anyone out there that can point me in the right direction on how to fix this? P.S. i am not a coder or programmer, newbie, so please provide step by step instruction

Code:
Missing or Invalid Security Token detected. Script Call Backtrace ===================== #0 /home/content/html/vb/includes/functions.php line 2420: eval() #1 /home/content/html/vb/includes/init.php line 417: fetch_error(security_token_missing,ltr,sendmessage.php) #2 /home/content/html/vb/admincp/global.php line 34: require_once(/home/content/html/vb/includes/init.php) #3 /home/content/html/vb/admincp/newsproxy.php line 25: require_once(/home/content/html/vb/admincp/global.php) POST Variables ============== Array ( [securitytoken] => [s] => [do] => ) Request URI =========== /vb/admincp/newsproxy.php
Code:
Missing or Invalid Security Token detected. Script Call Backtrace ===================== #0 /home/content/html/vb/includes/functions.php line 2420: eval() #1 /home/content/html/vb/includes/init.php line 417: fetch_error(security_token_missing,ltr,sendmessage.php) #2 /home/content/html/vb/admincp/global.php line 34: require_once(/home/content/html/vb/includes/init.php) #3 /home/content/html/vb/admincp/options.php line 34: require_once(/home/content/html/vb/admincp/global.php) POST Variables ============== Array ( [do] => validate [adminhash] => ec871aa02f68ad2e40af6ef7ac7e0d46 [setting] => Array ( [cpstylefolder] => vBulletin_3_Blaze ) [varname] => cpstylefolder [securitytoken] => [s] => ) Request URI =========== /vb/admincp/options.php?do=validate&varname=cpstylefolder
Comment