I was haing problems with this script on a test server due to it not being on port 80. So I just added a little code and bamb!
sub.php Line 9: $url = $HTTP_HOST; Change to: $url = str_replace(":1318", "", $HTTP_HOST);
Log in to post a comment.