View Single Post
Old 08-31-2008, 09:10 AM  
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
Alright, hit me up now for installs before I get lazy!!!

Make sure your server has imagemagick(perlmagick) and perl libwww installed :

If this little script can't run on you server then I can't complete your install :


Quote:
#!/usr/bin/perl

use Image::Magick;
use LWP;
use LWP::Simple;
use URI::Escape;
require LWP::UserAgent;
use HTTP::Request::Common;
use MIME::Base64;
require HTTP::Headers;

print "content-type: text/html\n\n";

print "Hurray!";

exit;
BTW : during the 10 years I've done this, if there was a host that had problems
installing perl libwww and I ended up doing it myself, every single one of them were
eventually hacked out of business.


It's a sign of poor tech support which can mean insecure servers etc...

Phatservers has everything my script needs without even asking on their cheapest
accounts.

And if they just added a new server that doesn't have everything then email them
and it will be fixed in a matter of minutes.
__________________

Last edited by sortie; 08-31-2008 at 09:12 AM..
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote