I found the problem, it is NOT the hack.
Maybe some one can help me, I'm calling a page created with webpage from an external flash button in a different div/iframe with:
getURL("http://fmagazine.com/forum/view.php?pg=chat_template$session[sessionurl]", "forum");
This don't find the url
If instead I use:
getURL("http://fmagazine.com/forum/view.php?pg=chat_template", "forum");
I get the page but I loose the user name.
Please help
|