I am trying to reproduce my usercp.php file on my site root, I have copyed also my profile.php file and all my /includes/ folder.. and when I'm sending data from it, I got this error:
Code:
Fatal error: Call to undefined function: verify_security_token() in c:\programs\server\www\install_test\includes\init.php on line 416
Why? I have this line of code on init.php at line 416:
PHP Code:
if (!verify_security_token($vbulletin->GPC['securitytoken'], $vbulletin->userinfo['securitytoken_raw']))
Can please somebody help me?