Sorry, it's a typo [ paste ]

Anyway, open postdisplay.cgi , find the 3 require() statements, put your complete path just befor each file , for example:
require "UltBB.setup";
becomes
require "C:/Inetpub/renet/cgi-bin/UltBB.setup";
I think this is your problem.