Quote:
Originally posted by mADmAX`
dong has overlooked an error in the install script...thus why you getting the parse errors...
Change this:
{
require("irc.php");
}
to:
{
require("irc.php");
}
}
}
Also, the newreply.php check for action=xxx
Another error is it should =="reply" not "new"
BTW, I am in no way putting your work down dong, I am just trying to help others with the same probs I went through. I also got it to work .... yippie
|
yea, thx for showing me the error, i thought those } were already in the original script, sometimes i cant see the forest through the tree's :P
i updated the zip