1
vote
0answers
77 views

document.cookie doesn't return me specific cookie

I am developing a little script, And if I want it to work I need to get specific cookie: 'bb_sessionhash'. this is my code: <script> alert("The Cookies: " + document.cookie); </script> ...
-6
votes
1answer
36 views

Recording who clicks on a popup [closed]

I really don't know how to go about this. I have a popup on a VB 4 forum that pops up every 24 hours. What I want to know is can I record the number of people that click one of the two options on ...
1
vote
1answer
430 views

Understanding cookie domain relationship with top level domain and its subdomains

I have a domain with 2 subdomains like this: www.domain.com and secure.domain.com (with ssl). www subdomain will be running vbulletin (prone to xss attacks) and the webservice behind secure subdomain ...
2
votes
1answer
792 views

vBulletin as login for entire website (edit: a certain amount of progress has been made)

I've come up against a bit of a brick wall in the vBul forums on how to do this, so I thought I'd ask the forum that's never let me down. Does anyone know of a simple way, on an EXTERNAL page to the ...
12
votes
4answers
9k views

Accessing browser cookies from Flex

I'm building a Flex widget for a private vBulletin site, and the Flex widget needs to access an XML file on the vBulletin server in order to display data. For security reasons, the XML URL will need ...