Using e107 handlers
For using e107 handlers (functionality) you need to include class2.php in efiction script.
Example (fix path related to your efiction installation)
if (!defined('e107_INIT'))
{
require_once(__DIR__.'/../../class2.php');
}
this file clears sessions, so class2.php has to be loaded after get_session_vars.php, otherwise, you will not be able to log into eFiction site.
This can be a temporary and not recommended solution. The eFiction code is outdated and they say it is not safe.
Last updated