I changed this code in import_webimages.php $root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
define('ROOT_PATH', $root_path);
require(ROOT_PATH.'admin/admin_global.php');
include(ROOT_PATH.'includes/search_utils.php');
by this $nozip = 1;
define('IN_CP', 1);
$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";
define('ROOT_PATH', $root_path);
require(ROOT_PATH.'admin/admin_global.php');
include(ROOT_PATH.'includes/search_utils.php');
because without this change the plugin doesn`t start in Control Panel. Also how can I make an auto thumbnailer for the files which I am uploading ? ? ? Because in Control Panel "Auto thumbnailer" doesn`t show this new photos. Would you like to help me with this problem. It`s very important for me because I don`t have enough space in my frst server so I must redirected my photos to other one. Please help me.
PS. Sorry for my bad English.