The code on line 1&2:
Code:
//require_once("mainfile.php");
//require_once("header.php");
Should be un-commented (//) and changed to:
Code:
include("mainfile.php");
include("header.php");
Upload that file to your root and browse to http://mysite.com/bbb.php and if it works you'll see a screen that has the option to upload the list of 150 bbb's.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum