Procedural File: index.php
Source Location: /examples/index.php
Page Details:
Example to show how to use Identify, MBS
Simple site can identify user, Bill user, show debug info ect.
Tags:
Includes:
include_once(dirname(dirname(__FILE__)).'/lib/MBS.class.php') [line 25]
include_once(dirname(dirname(__FILE__)).'/lib/SBBS.class.php') [line 26]
include_once(dirname(dirname(__FILE__)).'/lib/SBBSNotify.class.php') [line 27]
include_once(dirname(dirname(__FILE__)).'/lib/Identify.class.php') [line 24]
Include Lib files
include_once(dirname(__FILE__).'/modules/moduleLanguage.php') [line 32]
Include modules
include_once(dirname(__FILE__).'/modules/moduleDebug.php') [line 33]
include_once(dirname(__FILE__).'/modules/moduleMbs.php') [line 35]
include_once(dirname(__FILE__).'/modules/moduleSbbs.php') [line 36]
include_once(dirname(__FILE__).'/modules/moduleSbbsNotify.php') [line 37]
include_once(dirname(__FILE__).'/modules/moduleIdentify.php') [line 34]
|