Gossamer Forum
Quote Reply
Global causes crash?
Man...this is really weird. Can anyone see any reason why this global would cause the whole site to go offline?


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 Frown

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!
Subject Author Views Date
Thread Global causes crash? Andy 6078 May 15, 2003, 1:53 AM
Thread Re: [Andy] Global causes crash?
webmaster33 5867 May 15, 2003, 2:11 AM
Thread Re: [webmaster33] Global causes crash?
Andy 5896 May 15, 2003, 2:19 AM
Thread Re: [Andy] Global causes crash?
webmaster33 5859 May 15, 2003, 2:26 AM
Thread Re: [webmaster33] Global causes crash?
Andy 5878 May 15, 2003, 2:34 AM
Thread Re: [Andy] Global causes crash?
Paul 5845 May 15, 2003, 2:36 AM
Thread Re: [Paul] Global causes crash?
Andy 5869 May 15, 2003, 2:42 AM
Thread Re: [Andy] Global causes crash?
Paul 5839 May 15, 2003, 2:52 AM
Post Re: [Paul] Global causes crash?
pugdog 5854 May 15, 2003, 6:36 AM
Post Re: [Paul] Global causes crash?
Andy 5832 May 15, 2003, 7:00 AM
Thread Re: [Paul] Global causes crash?
pugdog 5789 May 15, 2003, 12:08 PM
Thread Re: [pugdog] Global causes crash?
Paul 5831 May 15, 2003, 12:12 PM
Post Re: [Paul] Global causes crash?
pugdog 5788 May 15, 2003, 12:29 PM
Post Re: [Andy] Global causes crash?
webmaster33 5851 May 15, 2003, 2:29 AM