Well it is all better explain in my unpaid mods, thread but no one replies to it.
I have a set of custom templates I made in the acp.
Then I made a plugin for each page, to [include (file.php)]
File.php includes a call to a remote xml file.
The remote xml file comes from another server. then I parse it in the file.php, and output the parsed results in the custom templates I set up.
(well the place I am getting the remote xml file got pissed that i sent 500,000 requests for the file in an hour or something)
I am trying to learn how to cache the file locally but that is something new to me, so for now I would just like to know how to make a new hook, for the custom template pages.
Or a hook that would only be called when I open those pages.
Example of a page would be
www.muteclan.com/forum/ps3_cod4.php
Hope this explains something better.