vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   'Clean Sessionhash' (1.3 released, all bug's fixed) (https://vborg.vbsupport.ru/showthread.php?t=55396)

PurpleCow 07-31-2003 07:06 AM

Any alternative yet to modifying all the templates in a simpler way??

I definetly want this hack.

Thanks anim-loo !

Cheers

Logician 07-31-2003 09:37 AM

Quote:

Today at 11:06 AM HostBubble said this in Post #21
Any alternative yet to modifying all the templates in a simpler way??

Why don't you guys use Admin CP/Templates/Search/Search&Replace to replace your keyword with the new one in all templates?

gmarik 08-12-2003 06:15 AM

At last. Can you remove the session hash for all links? I mean hide it somethwere?

K33nny 08-13-2003 05:10 AM

This doesn't work at all for me. I did everything, including the templates and it's showing the sessionhash now.

Brad 08-14-2003 05:22 AM

To the people having tourble with the modification. Replace you hacked code with this and tell me if it helps anything:

PHP Code:

if ($bbuserinfo['nosessionhash'] == 1
{
$session['sessionhash'] = '';
$session['sessionhashnoamp'] = '';
$session['sessionhashamp'] = '';
}
else
{
$sessionurl_al $session['dbsessionhash'];
// new template var's fallow
$session['sessionhashnoamp'] = 's=' $sessionurl_al '';
$session['sessionhashamp'] = 's=' $sessionurl_al '&';


I do not have a installation of vB 2.x.x to test with ATM but will set up a test board if this dose not solve your problems

K33nny 08-14-2003 06:07 PM

See, the problem I had was that as a logged in user I was getting the sessionhas hand as a guest I wasn't getting the sessionhash.

sabret00the 09-25-2003 04:30 AM

this attachments seems to have gone walkies

sKuLLo 10-14-2003 03:47 PM

I've replaced the last codes from Anime-loo but I saw my URL still contains "?" and "s=&" things. So I replaced these codes
PHP Code:

$session['sessionhashnoamp'] = 's=' $sessionurl_al ''
$session['sessionhashamp'] = 's=' $sessionurl_al '&'

with these ones
PHP Code:

$session['sessionhashnoamp'] = '' $sessionurl_al ''
$session['sessionhashamp'] = '' $sessionurl_al ''

But it still doesn't work. It would be good if you gave us another code :D
Thanks.
(Btw, I have problem with posting replies, I couldn't click any smiley, or toolbar buttons :/)

Xyphen 10-27-2003 10:42 PM

This doesn't work for me.

Xyphen 10-30-2003 01:23 PM

ok it does work, but replacing those damn templates is hard as hell.. if someone can maybe make a installer that will do that, one goes through trouble and makes everyone else happy! :)


All times are GMT. The time now is 07:48 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
  • Page Generation 0.01036 seconds
  • Memory Usage 1,743KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete