The plugin is fairly straight forward, as long as you have a valid script that you are calling and your plugin code is valid, you should be good to go.
you might have a php.ini config issue going on.
Create a new file in your forum root, call it test.php
Insert this
<?php include ("/server/path/to/your/test.php"); ?>
<?php include ("http://www.yoursite.com/forum/test.php"); ?>
/insert this
Then open the test.php in your browser
If they BOTH work, you should have your echoed text inserted twice. If only ONE works, or you get a php error, you have a php.ini config issue to work out.
|