Hello everyone,
I use SMF as the main part of my site, and recently started a host, obviously using WHMCS. I was wondering if it is possible at all to integrate WHMCS with SMF.
By integration, I mean two things. Firstly, I would like the members to be integrated, using SMF's memberlist as the main one if possible. Secondly, I would like WHM's pages to be located inside SMF's template, which can be done like so:
<?php require("SSI.php");
$context['page_title_html_safe'] = 'My Page';
$context['meta_keywords'];
template_header();
echo' Content and HTML Here. ';
template_footer(); ?>
http://simplemachines.org/
It's free and open-source, so someone should be able to download it and have a look at it. The version I would want it integrated with, would be SMF 2.0 RC3.