saw your thread on .com
really all you need to include is
PHP Code:
// ######################### REQUIRE BACK-END ############################
// if your page is outside of your normal vb forums directory, you should change directories by uncommenting the next line
// chdir ('/path/to/your/forums');
require_once('./global.php');
and include the security token as mentioned in the thread over there.
Here's a guide
https://vborg.vbsupport.ru/showthread.php?t=228112 from your post over there I think you'll have no major probs.
Good Luck.