crazylegseddie Posted April 1, 2006 Share Posted April 1, 2006 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--]<?phpif (!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 = ' ';[!--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 https://forums.phpfreaks.com/topic/6328-this-is-a-weird-one/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.