Ok now i got the security token to work properly but it is not searching correctly can anyone take a look at the code and see what is wrong with it
Code:
<div class="sidebar_menu"><form action="search.php?do=process" method="post" name="vbform" id="searchform"\>
<input type="text" class="bginput" name="search" id="search" size="20" accesskey="u" tabindex="101" value="Search" onfocus="if (this.value == 'Search') this.value = '';" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
</form></div>