XenForo
Administrative
- Thread starter
- Admin
- #1
I have this script to pass variables to another php script
Code:
Everything works except the last item - location... all other variables get passed except the location - location is...
Read more
ادامه مطلب...
Code:
Code:
$dir = __DIR__;
require ($dir . '/src/XF.php');
\XF::start($dir);
$app = \XF::setupApp('XF\Pub\App');
$app->start();
$visitor = \XF::visitor();
$da_visitor_id=$visitor->user_id;
$da_username=$visitor->username;
$da_userid=$visitor->user_id;
$da_email=$visitor->email;
$da_trackname=$visitor->location;
Everything works except the last item - location... all other variables get passed except the location - location is...
Read more
ادامه مطلب...