Sergey Ten
04-09-2007, 09:37 AM
Hello all,
Let me introduce a tool (ExManager) that allows you managing your links/categories more easier way. ExManager is a categories and links manager for eSyndiCat directory script similar to the “Manage Categories” in the admin panel. But the ExManager allow you manage data so easier way.
How to install:
*** PLEASE CREATE BACKUP OF DATABASE YOUR CURRENT VERSION ***
You could download the ExManager here (http://www.xootest.com/downloads/exmanager-beta.zip)
#1 Upload a updates/exmanager.sql to folder "updates".
#2 Execute sql file via admin panel of eSyndiCat.
#3 Upload a folder "exmanager" to folder where eSyndiCat installed.
#4 Set a permission 777 (chmod 777) for "exmanager/includes/config.inc.php".
#5 Run a installation script "exmanager/install/install.php".
After you have to make some changes in the eSyndiCat script.
[ Open your admin/login.php ]
[ Find code ]
setcookie("admin_name", $admin['username'], 0);
setcookie("admin_pwd", $pwd, 0);
[ Replace with ]
setcookie("admin_name", $admin['username'], 0, '/');
setcookie("admin_pwd", $pwd, 0, '/');
[ Save change ]
[ Open your admin/top.php ]
[ Find code ]
$mnuMain['cache']['caption'] = $gDirLang['manage_cache'];
$mnuMain['cache']['url'] = 'manage-cache.php';
[ After add this snippet ]
$mnuMain['exmanager']['caption'] = 'ExManager';
$mnuMain['exmanager']['url'] = $config->get('base').$config->get('dir').'exmanager/exmanager.php';
[ Save change ]
Now you have to register your domain here (http://www.xootest.com/registration/registration.php). After registration you will see a key, copy it and paste to Admin Panel » Configuration » General Configuration » ExManager Key.
If you will have any problems/questions with it try to contact with me via Live chat/PM/email (sten at esyndicat dot com).
About a bug you could post here.
P.S. Manual will be released within 2-3 days.
Let me introduce a tool (ExManager) that allows you managing your links/categories more easier way. ExManager is a categories and links manager for eSyndiCat directory script similar to the “Manage Categories” in the admin panel. But the ExManager allow you manage data so easier way.
How to install:
*** PLEASE CREATE BACKUP OF DATABASE YOUR CURRENT VERSION ***
You could download the ExManager here (http://www.xootest.com/downloads/exmanager-beta.zip)
#1 Upload a updates/exmanager.sql to folder "updates".
#2 Execute sql file via admin panel of eSyndiCat.
#3 Upload a folder "exmanager" to folder where eSyndiCat installed.
#4 Set a permission 777 (chmod 777) for "exmanager/includes/config.inc.php".
#5 Run a installation script "exmanager/install/install.php".
After you have to make some changes in the eSyndiCat script.
[ Open your admin/login.php ]
[ Find code ]
setcookie("admin_name", $admin['username'], 0);
setcookie("admin_pwd", $pwd, 0);
[ Replace with ]
setcookie("admin_name", $admin['username'], 0, '/');
setcookie("admin_pwd", $pwd, 0, '/');
[ Save change ]
[ Open your admin/top.php ]
[ Find code ]
$mnuMain['cache']['caption'] = $gDirLang['manage_cache'];
$mnuMain['cache']['url'] = 'manage-cache.php';
[ After add this snippet ]
$mnuMain['exmanager']['caption'] = 'ExManager';
$mnuMain['exmanager']['url'] = $config->get('base').$config->get('dir').'exmanager/exmanager.php';
[ Save change ]
Now you have to register your domain here (http://www.xootest.com/registration/registration.php). After registration you will see a key, copy it and paste to Admin Panel » Configuration » General Configuration » ExManager Key.
If you will have any problems/questions with it try to contact with me via Live chat/PM/email (sten at esyndicat dot com).
About a bug you could post here.
P.S. Manual will be released within 2-3 days.