![]() |
Removing Session Hash
Is there a hack that removes the session hash in the urls? I have done a search on this board, and the only solution I could come up with was removing $session[sessionhash] from all templates. If this is the only way, is there an easy way to quickly delete them from all the templates all at once?
Thanks :squareeyed: |
Just run this query:
[sql]UPDATE user SET nosessionhash=1[/sql] That will set all users to have no sessionhashes, then edit the registeradult template, and remove: Code:
<tr> Code:
<tr> Code:
<tr> Code:
if ($bbuserinfo[nosessionhash]) { Code:
$nosessionhash=iif($nosessionhash=="yes",1,0); Code:
nosessionhash='$nosessionhash' Code:
$nosessionhash=iif($nosessionhash=="yes",1,0); Code:
,nosessionhash,avatarid Code:
,avatarid Code:
,'$nosessionhash','$avatarid' Code:
,'$avatarid' This way they cannot update their profiles to enable sessionhashes again:) Satan |
Wow! Thanks Man! Works great!
|
Remember, guests by default have sessionhashes. However I released a hack for that (at least in the case of Googlebot).
|
No problems KelteN:)
Here is filburt's hack link - https://vborg.vbsupport.ru/showthrea...threadid=50805 :) Satan |
Filburts hack really works only "theoretically".
hellsatan, you should make a release of this hack. |
I should, but it is not really something that is always wise - User's browsers who cannot accept cookies would literally be screwed out of using vBs;)
Satan |
All times are GMT. The time now is 05:57 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|