Guest Guest Posted February 25, 2003 Posted February 25, 2003 Is PHP compiled on the servers with GD and ImageMagick support? How about FreeType? Is PHPlot also available on the servers? I'm thinking of running content management software SiteFrame on my website. Does your webhosting support this? System requirements are here: http://www.siteframe.org/document.php?id=23
chuckmalani Posted February 28, 2003 Posted February 28, 2003 Apache 1.3.19. It is presumed that Siteframe will function with other versions; however, this is the only version of Apache that has been tested. Users have reported using Siteframe on a Windows 2000/NT server with Microsoft Internet Information Services (IIS); however, this has not been verified by me.TCH has Apache Version 1.3.27 (Unix) PHP version 4.0.6. Siteframe will not function with prior versions because it relies upon certain functions that were introduced in 4.0.6. It will not work with PHP3, and there is currently no intention to attempt a port. PHP must be compiled with the --with-jpeg option if you want to use Image documents. There may be undocumented dependencies on other PHP modules.Note: Siteframe requires that the PHP configuration option register_globals be set to On. While this is currently considered bad practice in the PHP programming community, and it represents a small security rish, I have not yet had the leisure to convert all the code to remove the dependency (prior versions of PHP had register_globals On by default; in fact, there was no way to turn it off when I first started writing Siteframe. TCH has PHP Version 4.2.3 with register_globals: Local Value=On; Master Value=On GD2.0 - PHP4 must be installed to utilize the GD2.0 image processing library. This is required in order to support the image resampling process. Note: Siteframe can optionally use GD1.8; however, there will be limited functionality in image processing, since GD1.8 cannot perform bicubic image scaling (it only has a brute-force "image resize" function that introduces artifacts into the image).TCH has GD Version 2.0 or higher MySQL 3.23.32. Siteframe has not been tested with prior versions of MySQL. It is expected to function with newer releases unless there is a significant change in the supported SQL syntax. TCH has Mysql Version 3.23.54 PHP scripts that generate charts (all of them are called chart_something) use the open-source PHPlot library. Under FreeBSD, this can be installed via the ports library at /user/ports/graphics/phplot; other operating systems may require a download and manual installation. Not sure about this, but if its an open-source project, couldnt you install it yourself in your own account?
TCH-Rick Posted February 28, 2003 Posted February 28, 2003 I downloaded the Siteframe program and installed it. It seems to work fine on here. Took about 20 minutes to go through the process. You can see it Here. Looks a lot like PhpNuke and the like.
Guest Tom Posted March 17, 2003 Posted March 17, 2003 Same question here. Is ImageMagick installed? How about NetPBM (or can you install it)? I want to run the popular Gallery script on my site.
TCH-Rick Posted March 18, 2003 Posted March 18, 2003 I run Gallery on my site and it works fine. I will say that it wasn;t the easiest script I've installed. I'm not sure if it's because I was installing late at night or what but it took me a while to get everything working correctly. I rebuilt it later and all went well. It is a great program.
Recommended Posts