41
limecity
Re: The problem with Norton and Xoops
  • 2005/1/24 9:11

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


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

function xoops_refcheck($docheck=1)
{
   [
color=ff0000]return true// disable HTTP_REFERER check[/color]
   
$ref xoops_getenv('HTTP_REFERER');
   if (
$docheck == 0) {
   ...
}

42
ronhab
Re: The problem with Norton and Xoops
  • 2005/1/24 9:19

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


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

43
limecity
Re: The problem with Norton and Xoops
  • 2005/5/30 6:32

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


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.

function xoops_refcheck($docheck=1)
{
    return 
$GLOBALS['xoopsSecurity']->checkReferer($docheck);
}


So help help help i need help.

44
Mithrandir
Re: The problem with Norton and Xoops

The contents of xoops_refcheck() is now in class/xoopssecurity.php - in the checkReferer() method.

Login

Who's Online

201 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 201


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits