Jump to content

This is a weird one???


crazylegseddie

Recommended Posts

Hi everyone.

When I run my script using my [a href=\"http://localhost\" target=\"_blank\"]http://localhost[/a] its runs and works fine. Now when i run it under my ip [a href=\"http://82.43.141.201\" target=\"_blank\"]http://82.43.141.201[/a] it also runs fine except on one page in the payment confirmation page. The beggining code for this page is:

[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]<?php
if (!defined('WEB_ROOT')
|| !isset($_GET['step']) || (int)$_GET['step'] != 2
|| !isset($_SERVER['HTTP_REFERER']) != 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . '?step=1') {
exit;
}
$errorMessage = '&nbsp;';[!--colorc--][/span][!--/colorc--]

Now when I goto confirm order I am presented with a completely blank screen. I have no idea why using my IP address has this effect on the script.

I have to display this as part of my dissertation so I need to be able to access my script away from home so any insight to why I am recieving this problem will be greatly appreciated. Thank you.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.