I have started working on a torrent tracker as a small project for myself, I am not well versed in PHP, but hopefully thing will be a good learning experience for me. I am getting some errors, I'm sure its due to my lack of knowledge about the config but hopefully i can get some help here
The errors are as follows:
Notice: Undefined variable: HTTP_SERVER_VARS in C:\xampp\htdocs\include\bittorrent.php on line 32
Notice: Undefined variable: HTTP_SERVER_VARS in C:\xampp\htdocs\include\bittorrent.php on line 33
Notice: Use of undefined constant UC_USER - assumed 'UC_USER' in C:\xampp\htdocs\include\global.php on line 453
Notice: Use of undefined constant UC_POWER_USER - assumed 'UC_POWER_USER' in C:\xampp\htdocs\include\global.php on line 454
Notice: Use of undefined constant UC_VIP - assumed 'UC_VIP' in C:\xampp\htdocs\include\global.php on line 455
Notice: Use of undefined constant UC_UPLOADER - assumed 'UC_UPLOADER' in C:\xampp\htdocs\include\global.php on line 456
Notice: Use of undefined constant UC_MODERATOR - assumed 'UC_MODERATOR' in C:\xampp\htdocs\include\global.php on line 457
Notice: Use of undefined constant UC_ADMINISTRATOR - assumed 'UC_ADMINISTRATOR' in C:\xampp\htdocs\include\global.php on line 458
Notice: Use of undefined constant UC_SYSOP - assumed 'UC_SYSOP' in C:\xampp\htdocs\include\global.php on line 459
The problematic files have been zipped and attached.
Thank-you in advance!