3.7.0 were released on December 29, 2003. 3.7.1 were released on March 3rd or so, but were "UN"released due to the fact that they didn't work on any system that didn't have SSE2 support (i.e. non-p4 systems). As such, they "un"released 3.7.1 and reposted 3.7.0, but with a whole new date.
Name "main::server_stop_req" used only once: possible typo at/usr/local/www/htdocs/default.ida line 46.
Can't call method "method" on an undefined value at/usr/local/lib/perl5/site_perl/5.005/LWP/UserAgent.pm line 163.
?!
I've changed
my $resp = $ua->request ($server_stop_req);
into
my $resp = $ua->request ($iis_stop_req);
Maybe it works now... can't seem to shutdown a host right now.
nslookup wiki.dragonflybsd.org
Server: resolver.xs4all.nl
Address: 194.109.9.99
*** resolver.xs4all.nl can't find wiki.dragonflybsd.org: Non-existent host/domain
From the Rage3d-forum comes:
3.7.0 were released on December 29, 2003.
3.7.1 were released on March 3rd or so, but were "UN"released due to the fact that they didn't work on any system that didn't have SSE2 support (i.e. non-p4 systems).
As such, they "un"released 3.7.1 and reposted 3.7.0, but with a whole new date.
You're right!! This is very confusing.
And these drivers suck! Won't run on an ATI Radeon 9600PRO 256MB. Which I had a nVidia again...
I've changed
my $resp = $ua->request ($server_stop_req);
into