First off, great hack! Like many others, this is exactly what I was looking for.
I do however have a small problem.
my stats script for bf2 relies on variables attached to the url. each player has a different url to pull up stats.
for example:
player 44455101 would have a url such as:
http://www.knightsofkarbala.com/view...nput1=44455101
while player 44572383 would have a url as:
http://www.knightsofkarbala.com/view...nput1=44572383
ANYWAYS
onto my question here.
In order to get this to function properly, I need to set WebTemplates to PHP mode. The script then works as intended but is missing the vbulletin header and footer. I looked at a post a few pages back here which Logician, you suggested using an iframe. I did this and the script simply just loaded whenever a user inputed his player number/name on the main page. The script didnt grab his data.
I think I can get this to work with the vbulletin header and footer if in WebTemplates we were allowed to use both HTML and PHP at the same time within WebTemplates. I was trying to put the contents of the Default Basic Theme into the Template I was creating with the script code in it but all it outputs is a blank white screen.
If thats not possible, I was then wondering how to export the Default Basic Theme to include it in my script and have it load it that way.
thoughts?