I actually do have c:\php5\ in the bebot folder
 
Either put your PHP installation where the bot expects it to be 
(Recommended!!!) or modify your bat scripts and php.ini files to point to the path where you extracted the PHP files. You are getting a file not found error because you're telling PHP to look for the needed files 
IN THE WRONG PLACE, it's not a code error on line 127. The code is doing 
EXACTLY what it should be doing: throwing a file not found error.