This is probably not necessary, if Sourceforge is using a recent version of PHP. From the PHP online manual (http://www.php.net/manual/en/ref.image.php):
Note: Since PHP 4.3 there is a bundled version of the GD lib. This bundled version has some additional features like alpha blending, and should be used in preference to the external library since it's codebase is better maintained and more stable. Brian On Fri, 2003-03-07 at 16:44, Matthew Li wrote: > i just noticed in the ssh banner: > "Should you encounter an issue in using this shell server, or > if you wish to request the installation of software on this host, > please submit a Support Request at: > https://sourceforge.net/tracker/?func=add&group_id=1&atid=200001" > so ian, since you are the project admin, can you submit a request > for the GD library (link: http://www.boutell.com/gd) > > > Matt > > > -----Original Message----- > > From: devl-admin at freenetproject.org > > [mailto:devl-admin at freenetproject.org]On Behalf Of Matthew Li > > Sent: Saturday, 8 March 2003 8:32 AM > > To: devl at freenetproject.org > > Subject: RE: [freenet-dev] Automated donation info on website > > > > > > ok i'll work on it. i just found a very amusing php > > article/tutorial on how to create dynamic image. it > > basically creates an image within the webpage (as > > normal) and changes the document header to image/jpeg > > it makes use of the GD library though which is what > > i'm concerned about. you need to compile the library > > and then recompile php. sf probably wont do this, so > > im searching for another image creation script. > > > > > > Matt > > > > > > > > > -----Original Message----- > > > From: devl-admin at freenetproject.org > > > [mailto:devl-admin at freenetproject.org]On Behalf Of Ian Clarke > > > Sent: Friday, 7 March 2003 1:12 PM > > > To: devl at freenetproject.org > > > Subject: Re: [freenet-dev] Automated donation info on website > > > > > > > > > > 1) There is a need to store the total amount of money; this has to be > > > > stateful. Where will this amount be stored, and in what format? > > > > > > That is up to whoever volunteers to write the PHP code, the easiest way > > > would be to just stick it in a very small file. > > > > > > > 2) Will the same URL be used, with a negative donation amount, when > > > > money is spent? Or will a different URL or mechanism be used to > > > > deduct funds from the total amount available? > > > > > > That will be done manually whenever we spend money - certainly one easy > > > way to do this would be for me to visit the URL from hawk with a > > > negative amount. > > > > > > Ian. > > > > > > -- > > > Ian Clarke ian at > > > locut.us > > > Coordinator, The Freenet Project http://freenetproject.org/ > > > CEO, Cematics LLC http://cematics.com/ > > > Founder, Locutus http://locut.us/ > > > Personal Homepage http://locut.us/ian/ > > > > > > > _______________________________________________ > > devl mailing list > > devl at freenetproject.org > > http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl > > > _______________________________________________ > devl mailing list > devl at freenetproject.org > http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl > _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
