Man...this is really weird. Can anyone see any reason why this global would cause the whole site to go offline?
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Document contains no data
The global is;
my $query = shift;
use LWP;
my $got = get("http://www.mylittlesearchengine.com/newbooks/a2kpf_search.php?pfj=1&pfs=$query");
$got =~ s,document.write(',,sig;
$got = s,'),,sig;
return $got;
}
I am probably missing something really stupid here, but I just can't see it
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote:
Proxy Error The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Document contains no data
The global is;
Code:
sub { my $query = shift;
use LWP;
my $got = get("http://www.mylittlesearchengine.com/newbooks/a2kpf_search.php?pfj=1&pfs=$query");
$got =~ s,document.write(',,sig;
$got = s,'),,sig;
return $got;
}
I am probably missing something really stupid here, but I just can't see it

Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!