13
Hey, all!
So nice that so many people have already asked so many of the questions that I have! Unfortunately, I am SUCH a newbie to XOOPs and PHP that often I really don't understand the answers (or is it that I don't understand the questions?)
I see that Mithrandir supplied the directory, file, and even the line number that is to be sought when "turning off" the HTTP_REFERER. But after the lines:
function xoops_refcheck($docheck=1)
{
$ref = xoops_getenv('HTTP_REFERER');
if ($docheck == 0) {
that he cited, there are these lines:
return true;
}
if ($ref == '') {
return false;
}
if (strpos($ref, XOOPS_URL) !== 0 ) {
return false;
What needs to be changed so that Norton Internet Security quits blocking my users' posting and profile changing?
***EDIT***
You know what? If no one answers this, that's okay. I think I don't much mind it if my members have to do a little extra work to configure their firewalls. If someone can and does answer this Q, I do thank you, though, cuz I would like to know the answer.
Mongrel