The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I've seen the link to the functions you can run, using the < if condition> tags, etc.
i saw somethign about a plugin (i was confused on that) I don't see / understand how you do this? I run this little code on all my pages, as i want to track how they got to my pages [[ yes, i use other log analyzers, other track analytic software, but i have a specific reason why i need this too]] so I do get how i could use the if condidtion tags to do this? i can't call the script / include it -- as i loose the refer data. i'm pretty sure i need to run it ASAP as the visitor lands on the page. Code:
session_start(); if (empty($_SESSION['vREFERER'])) { $vREFERER = $_SERVER['HTTP_REFERER']; session_register('vREFERER'); } THANKS |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|