Re: Installation fun...PHP & GD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for your reply,
I have been using scripts, thats why im posting as they dont work.
example-
Simple -

<?php
  Header("Content-type: image/gif");
   $string=implode($argv," ");
   $im = imagecreatefromgif("images/button1.gif");
   $orange = ImageColorAllocate($im, 220, 210, 60);
   $px = (imagesx($im)-7.5*strlen($string))/2;
   ImageString($im,3,$px,9,$string,$orange);
   ImageGif($im);
   ImageDestroy($im);
?>

or even a simple script to create an empty image and change the background colour returns a
broken link in the image on the page (bad enlglish sorry, basically a box with a red cross!!)


Shouldnt matter that im viewing the page on IE6??
Logan
From: Rick Warner <rwarner@xxxxxxxxxxxxxxxxx>
Reply-To: shrike-list@xxxxxxxxxx
To: shrike-list@xxxxxxxxxx
CC: redhat-list@xxxxxxxxxx
Subject: Re: Installation fun...PHP & GD
Date: 14 Jul 2003 16:58:52 -0700

On Mon, 2003-07-14 at 16:36, Logan Linux wrote:

> 1) Can I trust this information, and therefor a simple graphic should appear
> in my browser...???


Graph will appear when you connect to a page in which there is PHP code
to create a graph.  The output from phpinfo() you had in your message
just says that GD capability is compiled into mod_php; you need to
write the scripts to use that capability.

> 2) If not, is there a safe quick way to roll back some packages?
>
> >From a few installations using RPM's I have seen some info that states if
> you have installed from an RPM then the installation is installed into an
> RPM directory and to uninstall completely simply go to that directory and
> 'make --uninstall' ...the directory is empty and Im sure ive installed about
> 10 packages in the last week!!


No, no, no, no, no. That is not the way to uninstall RPMs;

rpm -e <package_name>

is the proper way to uninstall RPMs.  But do not do that unless you know
what you are removing, and why you want to remove it.


- rick warner



-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list

_________________________________________________________________
Hot chart ringtones and polyphonics. Go to http://ninemsn.com.au/share/redir/adTrack.asp?mode=click&clientID=174&referral=Hotmail_taglines_plain&URL=http://ninemsn.com.au/mobilemania/default.asp



-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux