Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /home/jackjohn/public_html/imagemanager/docs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jackjohn/public_html/imagemanager/docs/faq.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Frequently Asked Questions</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>

<div class="header">
	<h1>Frequently Asked Questions</h1>
</div>

<div class="content">
	<p>ImageManager if created to be easy to integrate with existing server applications such as CMS systems, web hosting controllers or LMS systems.</p>

	<div class="separator"></div>

	<h2>Thumbnails does not get generated.</h2>
	<div class="section">
		<p>Verify write access to the images folder, also verify your thumbnail.gd.enabled settings.</p>
	</div>
	<div class="separator"></div>

	<h2>I can't override option XYZ in a specific directory / mc_access not working.</h2>
	<div class="section">
		<p>Check the .allow_override option in you config.php file and also that it's not restricted by some other mc_access file. Remember the config options inherits. As of release 1.2 all allow_override defaults to *, use empty string to disallow any override.</p>
	</div>

	<div class="separator"></div>

	<h2>Variable substitution in options is not working.</h2>
	<div class="section">
		<p>If you specify for example ${rootpath} remember to place the contents of this option within ' characters instead of &quot; characters.</p>
		<p>This will not work: $mcImageManagerConfig['filesystem.file_templates'] = &quot;${rootpath}/templates/document.htm&quot;</p>
		<p>This will work: $mcImageManagerConfig['filesystem.file_templates'] = '${rootpath}/templates/document.htm'</p>
	</div>
</div>

<div class="footer">
	<div class="helpindexlink"><a href="index.html">Help index</a></div>
	<div class="copyright">Copyright &copy; 2005-2006 Moxiecode Systems AB</div>
	<br style="clear: both" />
</div>

</body>
</html>

haha - 2025