Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
7 - 6 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: The problem with Norton and Xoops
by Mithrandir on 2005/5/30 8:54:59

The contents of xoops_refcheck() is now in class/xoopssecurity.php - in the checkReferer() method.
Re: The problem with Norton and Xoops
by limecity on 2005/5/30 6:32:47

My user got the same problem when i upgraded to XOOPS 2.010

I tried to apply the same hack but then the code seems to be different.

le="color: #000000"><?php function xoops_refcheck($docheck=1) { return $GLOBALS['xoopsSecurity']->checkReferer($docheck); }


So help help help i need help.
Re: The problem with Norton and Xoops
by ronhab on 2005/1/24 9:19:23

Quote:

limecity wrote:

I wonder if anyone got the instruction for disabling the firewall in Norton or Giving permission for the website in the Norton firewall?

PLease help. Thank you.


Tis in the FAQ:

https://xoops.org/modules/smartfaq/faq.php?faqid=9

HTH
Re: The problem with Norton and Xoops
by limecity on 2005/1/24 9:11:18

nvm the problem is solved using the same method
Quote:


Dave_L wrote:
To disable the HTTP_REFERER check, add a line at the beginning of the function:

include/functions.php

le="color: #000000"><?php function xoops_refcheck($docheck=1) { [color=ff0000]return true; // disable HTTP_REFERER check[/color] $ref = xoops_getenv('HTTP_REFERER'); if ($docheck == 0) { ... }
Re: The problem with Norton and Xoops
by limecity on 2005/1/24 8:59:57

I am having the same problem again after upgrading to XOOPS 2.0.9.2

So anyone has the fix?
very urgent. Thank you

Who's Online

185 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 185


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits