NukeXchange Network

          

NukeZone Hosting - Fast, Affordable and Dependable
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·PHPNuke 8 security worries
·PHP-Nuke SQL Injection Vulnerability Fix
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: tones
Today: 1
Yesterday: 2
Overall: 15105

Visitation:
Guests: 569
Members: 0
Total: 569


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Game Quest Online - Games and more!
Game Quest Online - Games and more!

NukeResources :: View topic - HTTP_REFERER
NukeResources Forum Index

NukeResources Forum Index -> Upgrading PHP-Nuke -> HTTP_REFERER
Post new topic  Reply to topic    View previous topic :: View next topic 
HTTP_REFERER
PostPosted: Tue Aug 02, 2005 5:36 am Reply with quote
highlanddesigns
Resource Seeker
Resource Seeker
 
Joined: Aug 02, 2005
Posts: 13




Upgraded PHP Nuke 7.6 from 2.9 to 3.1 and now myself and several others get this message when trying to login or post something on the site.

Warning: your browser doesn't send the HTTP_REFERER header to the website.
This can be caused due to your browser, using a proxy server or your firewall.
Please change browser or turn off the use of a proxy
or turn off the 'Deny servers to trace web browsing' in your firewall
and you shouldn't have problems when sending a POST on this website.


Others do not get this error and it seems the people who do get the error are using some kind of firewall.

Any help would be appreciated.
View user's profile Send private message
PostPosted: Tue Aug 02, 2005 8:52 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




That would basically be it, their firewall is stripping all HTTP_REFERRER
Quote:
turn off the 'Deny servers to trace web browsing' in your firewall

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Tue Aug 02, 2005 10:44 am Reply with quote
Luathas
Resource Seeker
Resource Seeker
 
Joined: Aug 02, 2005
Posts: 3




Yesterday I implemented the 3.1 upgrade for phpnuke 7.6 and have had a couple of users notify me of this issue. In trying to research this all responses to these questions are "disable your firewall" or "allow for http_refs" but I am wondering if there are any other work-arounds for this?

Was this implemented to provide additional features to phpnuke, security concerns, or both? Is there any way to disable this and by doing so, how severe are the consequences? What features will be lost and/or security holes opened?

On a side note, with everyone mentioning this started as soon as they upgraded to v3.1 I cannot honestly say if it was upgrading to v3.1 that caused this or upgrading bbtonuke to version 2.0.17 as both of these were performed yesterday...
View user's profile Send private message
PostPosted: Tue Aug 02, 2005 11:58 am Reply with quote
TommyB
Resource Seeker
Resource Seeker
 
Joined: Jul 21, 2005
Posts: 7




Hi,

I had this same problem with 7.7 i have worked out it is the firewall that is causing the problem and i to wondered if there was a way around this. I don't want to have to tell all my users individually how to configure their firewalls! For one i wouldnt know myself how they are configured.

Tom
View user's profile Send private message
PostPosted: Tue Aug 02, 2005 4:03 pm Reply with quote
highlanddesigns
Resource Seeker
Resource Seeker
 
Joined: Aug 02, 2005
Posts: 13




Luathas wrote:
On a side note, with everyone mentioning this started as soon as they upgraded to v3.1 I cannot honestly say if it was upgrading to v3.1 that caused this or upgrading bbtonuke to version 2.0.17 as both of these were performed yesterday...


I also installed bbtonuke 2.0.17 on the same day I installed 3.1

I had to permit information about visited sites in my firewall (Norton Internet Security) so that it would work.

It would be nice if there was a workaround for this since this is the only site I have this problem with.
View user's profile Send private message
PostPosted: Tue Aug 02, 2005 9:40 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




I would consider disabling this code in your mainfile.php
However, this may make your site more vulnerables to hackers

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Thu Aug 04, 2005 4:01 am Reply with quote
TommyB
Resource Seeker
Resource Seeker
 
Joined: Jul 21, 2005
Posts: 7




This is still a major problem for my site with locking certain people out. I didnt run any patches for phpbb forum.i merely ran the 3.1 upgrade script.If I had protector and sentinel installed would the edits in mainfile.php still be a great security risk.I can't really afford to tell everyone how to configure their firewalls. Crying or Very sad

edit:I have found the code to comment out in mainfile.php (i think anyway). But I would still like to know the security implications of this if anyone knows.

thanks
View user's profile Send private message
PostPosted: Tue Aug 16, 2005 5:53 pm Reply with quote
PoC2
Resource Seeker
Resource Seeker
 
Joined: Aug 16, 2005
Posts: 9




I'm having exactly the same problems, with many users complaining of the above with the 3.1 patch installed. Asking them to change their Firewalls is, unfortunately, unrealistic as either they wouldn't bother (and not return) - or they simply can't because they don't have access to the Firewall settings themselves.

Please could you post here how to nullify this so it was as before the 3.1 patch was installed.

Will NukeSentinel still work with the above nullified?

This is affecting a significant number of users in the past 24 hours alone.

Many thanks for your help in this!
View user's profile Send private message
PostPosted: Tue Aug 16, 2005 5:56 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Find and delete this code in mainfile.php
Code:

if ($_SERVER['REQUEST_METHOD'] == "POST") {
  if (isset($_SERVER['HTTP_REFERER'])) {
    if (!stripos_clone($_SERVER['HTTP_REFERER'], $_SERVER['HTTP_HOST'])) {
        die('Posting from another server not allowed!');
    }
  } else {
    die($posttags);
  }
}


Note: this may make your site more vulnerable to hackers, use at your own risk


Last edited by Evaders99 on Mon Jul 10, 2006 2:57 am; edited 1 time in total

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Sat Jul 08, 2006 8:54 pm Reply with quote
strik9
Resource Seeker
Resource Seeker
 
Joined: May 22, 2005
Posts: 14




I know this is a late reply on a topic but i have the same issue. What is a better ay to resolve this. I hve never seen this ever in my time using nuke.
View user's profile Send private message Send e-mail
PostPosted: Mon Jul 10, 2006 2:58 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Although it was a good concept, the code was flawed. It was removed from the latest Patched files.

Go ahead and delete the lines in mainfile.php as I showed

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
HTTP_REFERER
 NukeResources Forum Index -> Upgrading PHP-Nuke
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 176 unique hit(s) in the past 24 hours.
Forums ©
Nuke Sites Link Directory


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.t