The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Security token custom memberlist search
Hi everyone,
I'm a very basic level and I am hoping I can get some help now I am out of my depth. I wanted to created my own member list search with lots of profile fields removed so I could still keep my main search page. I am almost done as I copied the source code html from the main member list search. I have pasted this code into a html page. I thought everything was working fine as it does for me. I does not however work fine for anyone else as they get a security token error. My html page working for me only had this Code:
<form action="http://************/memberlist.php?do=getall" method="post"> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="1243980943-7669545ca415e565314d717bb2e4ee96ae05f819" /> <input type="hidden" name="do" value="getall" /> I have now tried this code here but I still get a security token error: Code:
<form action="http://**************/memberlist.php?do=getall" method="post"> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="getall" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|