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" /> |
#2
|
||||
|
||||
This is from the memberlist_search template:
HTML Code:
<form action="memberlist.php?do=getall" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="getall" /> |
#3
|
|||
|
|||
Hi Lynne, thank you so much for the reply.
I really appreciate it. There is a lot of code so I'll pm you the link to the html page. You wont be able to search as it's not for guests but at least you might see what is missing. Propably loads because I have not put any php into it. I literally placed the html from the source into a blank html document for the form fields, the header code, the css and the java script from the original search. thanks again. --------------- Added [DATE]1244031234[/DATE] at [TIME]1244031234[/TIME] --------------- Quote:
Code:
<input type="hidden" name="securitytoken" value="<?php echo $vbulletin->userinfo['securitytoken']; ?>" /> I have one last problem that has occured though in that doing the search I am getting logged out. Anywhere else on my forums even without ticking remember me, I do not ever get logged out. It works if I tick remember me but I can't expect all my members to do this. Is there something else I should add to my custom search page to stop users getting logged out? |
#4
|
||||
|
||||
Why is your page html? It should be php, not html. If it's html, it's static and thus it won't fill in any variables for you (like $bbuserinfo[securitytoken]).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|