Hi I searched for an answer to this but couldn't find one.
I'm using
this hack and it works great. However, I use a script called Code Sort to manage all the linking buttons that my forum has. Previously I linked to a page on the website but having successfully used the custom page for the rules I thought I'd try to put the codes in the same. However, VB doesn't allow normal php code within itself.
This is what I want to put in the template
Code:
<?php
// PHPCodeSort 1.6 codes
// subject: The Addicted
$listing = "2";
include("/home/user/public_html/codesort/codes-config.php");
include("/home/user/public_html/codesort/show-codes.php");
?>
<BR><BR>
<A href="donatecode.php">Donate a code?</A>
But obviously it's not working and I don't know how to make it work. Any suggestions? Thanks