I believe it is because I don't know how to interpret some of the coding instructions used here.
eg
- Code: Select all
require_once dirname(__FILE__)."/chat/src/pfcinfo.class.php";
I don't understand where __FILE__ gets set or how to test what it's current value is.
and
- Code: Select all
$info = new pfcInfo( md5("Whatever you Want") );
WHAT do I put in "Whatever you Want"? Anything at all? and if it IS anything at all why don't the instructions just say "A" or "B" or something.
Some other times it says
- Code: Select all
md5(__FILE__)
I can't understand what should be in __FILE__ in my situation (and where it gets set.
I keep reading all these instructions that seem work fine for everyone else, except me. And when I ask about the errors I get - there are no responses.
I am sorry if I am too much of a newbie. I'm finding this very frustrating as I have nobody else to ask.