Hello,
I want to know if it's possible to include a php file or php syntax on a page like that:
<xf:if is="{{ $xf.visitor.isMemberOf(5) }}">
include 'mypage.php';
<xf:else />
Sorry But you have not buy this product yet
</xf:if>
Thank in advance
Hello ,
I need to add a license system for my add-on for avoir share and i just need to add this on my add-on :
require_once '../test.php';
$api = new LicenseBoxAPI();
$res = $api->verify_license();
if($res['status']!=true){
die('Your license is invalid, please contact support.');
}
But i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.