Log in

View Full Version : Security Token


Ronald0
07-29-2009, 04:06 PM
I get a

"security token is missing please contact the administrator"

when trying to access inlinemod.php?forumid=75 that, i have searched for it in the templates and cant seem to find the problem.

Here is the template code I THINK.


<form action="inlinemod.php" method="post" id="inlinemodform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="url" value="$url" />

Help please.

Lynne
07-29-2009, 07:54 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.

Ronald0
07-30-2009, 04:20 AM
That doesnt work lol. I fixed it anyways.