to 1230 and Mark B and others
with the advent of the new security token I had to alter this
I was going to wait and will upgrade when it comes but if anyone else has the issue I took the plugin and found the form that was not passing the new token and added
Quote:
<form action="misc.php" method="post" name="spamconfirm" id="spamconfirm">
$message
<input type="hidden" name="do" value="dospamclean" />
<input type="hidden" name="userid" value="$banuserid" />
<!-- ADD here -->
<center><input type="submit" class="button" value="$vbphrase[onetouchspamban_confirm_button]" /></center>
</form>
|
and added into the form
Quote:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
then re upload the product allowing overwrite
sorry if I seem eager but I need this to work before the others come in in the am
ta