Quote:
Originally Posted by ps2wiz
|
This works by ip address only the one you posted works by username/ip/email. But it is two different databases.
I have them both installed.
update to the mod creator.
Instead of adding any
Code:
ob_start();
include("/path/to/forum-root/projecthp.php");
$projecthp = ob_get_contents();
ob_end_clean();
Copy the code in the projecthp.php and place it in the plugin you created.
just do not include the <? ?>
This is what I did so there are no files to upload you just import the xml file.
If you wanted to get fancy you could add a option in the adminCP to add the api key so they only have to edit the option and activate the plugin.
I would be willing to help with this if you like.