Hello,
You must change a few line's in this php script where de information is.
Use you editor and make
like this:
// define our webserver variables
// FS = Filesystem (physical)
// WS = Webserver (virtual)
define('HTTP_SERVER', '');
define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server.. needed to delete images.. (eg, /usr/local/apache/htdocs)
define('DIR_FS_LOGS', '/usr/local/apache/logs/');
define('DIR_WS_ADMIN', '/ibay_name/admin/');
define('DIR_WS_CATALOG', '/ibay_name/');
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
define('DIR_WS_IMAGES', DIR_WS_ADMIN . 'images/');
But I al so think that you can better if you have problems to the own site off user's and writters off the the the exchange project on
http://theexchangeproject.orgSucces
Johan