Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Arcade Submission Problems

  1. #1
    Join Date
    Dec 2005
    Posts
    57
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Arcade Submission Problems

    Hello. I've recently installed the Arcade system for PHPNuke on one of my websites and have downloaded a few games for it. Now, after installing and playing - every time the score needs to be submitted I get the following error:

    "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."

    Anyone knows how to fix this? I pretty much believe this is a setting problem.

    P.S: I do not use a firewall, nor a proxy and am using Internet Explorer.



  2. #2
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    This could be your ISP using an invisible proxy.

    BTW, what web browser are you using?

  3. #3
    Join Date
    Dec 2005
    Posts
    57
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    As said in the post above - Interent Explorer. and no, its not just me having this problem but other users aswell, so thats why I am pretty sure its a setting problem. Any ideas, Sol?

  4. #4
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Must be a problem with the arcade script then, not finding the referrer as its likly it is actually being sent...
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  5. #5
    Join Date
    Dec 2005
    Posts
    57
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, so I thought Warren. Just thought you might have an idea how to fix it as I absolutly have no idea..

  6. #6
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    presuming the script is just going to be checking the $_SERVER['HTTP_REFERER'] variable, what you could try is setting this manually to any old value youself.
    So in some globally included file, a config file or something, maybe write...
    PHP Code:
    if( !isset($_SERVER['HTTP_REFERER']) ) {
        
    $_SERVER['HTTP_REFERER'] = 'unknown';


  7. #7
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by nick
    presuming the script is just going to be checking the $_SERVER['HTTP_REFERER'] variable, what you could try is setting this manually to any old value youself.
    So in some globally included file, a config file or something, maybe write...
    PHP Code:
    if( !isset($_SERVER['HTTP_REFERER']) ) {
    $_SERVER['HTTP_REFERER'] = 'unknown';

    I doubt that would work...

    I guess the arcade script is checking the referrer to ensure the score submission is a little more secure than not checking.
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  8. #8
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    Quote Originally Posted by Warren Ashcroft
    I doubt that would work...

    I guess the arcade script is checking the referrer to ensure the score submission is a little more secure than not checking.
    the http referer is a pretty unreliable source to use for validation as it can be changed quite easily by the user and not all user agents bother setting it anyway. You are right though that it may well not work, I'd have to have a look at the code, and how it is trying to use the information to think of a better solution.

  9. #9
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by nick
    the http referer is a pretty unreliable source to use for validation as it can be changed quite easily by the user and not all user agents bother setting it anyway. You are right though that it may well not work, I'd have to have a look at the code, and how it is trying to use the information to think of a better solution.
    I know, hence why I said "little"
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  10. #10
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    Quote Originally Posted by Warren Ashcroft
    I know, hence why I said "little"
    :p

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Games Arcade Added
    By Warren Ashcroft in forum Community Feedback and Suggestions
    Replies: 52
    Last Post: 20th March 2006, 02:28 PM
  2. The Missing Arcade??
    By DavidJenkins in forum Community Feedback and Suggestions
    Replies: 2
    Last Post: 13th January 2006, 02:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •