3
Answer is:
Well since I run this other software in a XOOPS iframe. In the theme.html of the other software add the following code just after the opening body tag
<SCRIPT LANGUAGE="JavaScript">
if (top.frames.length == 0) {
top.location = "http://your.redirect.url";
};
SCRIPT>
This checks if the other software is in an iframe, it automatically redirects to your link, which would be the iframe contening the other site. This prevents a user from calling the other software from outside your XOOPS iframe and makes it appear that the software runs on xoops.
It's all smoke and mirrors, but until all software are modulated in xoops, gotta make do.
Cheers.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting