Is it possible to convert a nuke block into a regular PHP page? I saw a "block" on some site, tracked down the source and was interested in displaying it on a page minus the PHP-NUKE engine (I've never used PHP-NUKE and have a really basic site that would be using the script).
Is this even possible? I have tried a few times myself but each time the script loads inside itself repeatedly. I edited the source a bit and then just use a basic include in another page to call on the script.
Here is the original source and my attempts, maybe somebody else can have some better luck or at least give me an idea of what they think I'm doing wrong:
Original Source
Altered script (added an echo of the main variable ($content) so it will display something on the page
Calling on the script using an include