I am simply referring to this path statement
Code:
Content visible to verified customers only.
Our link to require our cron.php script has a full server path to cron.php attached with it
Code:
Content visible to verified customers only.
Therefore the require statement as shown in our code should correctly be identified as
Code:
Content visible to verified customers only.
I would suspect the most likely suspect this has to do with vbulletin and in the source of your page the
vb cron.php file having as relative url link to it so it can not be found but thats just a guess without knowing more.