Blesta Addons 2,685 Report post Posted July 8, 2014 Hello All . LAST UPDATE : 28/10/2017, Version 2.5.0 Plugin was rewritten from scratch for v 4.0.0 . we bring exclusive content , this plugin will help admin for their tasks . with the plugin, you can : - Empty Cache . - Manage Countries (List - Add - Edit - Delete). - Manage Clients Note on one page (List - Stick - Unstick - Delete - Edit) - Get a List of Duplicate Clients (Usernames/Emails). - Locking Down Admin Area By Ip to only authorized IPS - block ips from accessing the system . - stop spam user registration (check the StopForumSpam database). - Move Service from client A to client B. - Move invoice from client A to client B. - Edit dates service (Date Added, Date renew, Date canceled, Date last renew). - Delete Invoice from the system. - Reactivate canceled service. - Modify Text/links In Navigation Bar (client/admin side) . - stop registration with duplicated email in primary contact only - add/edit/delete CMS pages. - verify missed phrases from languages files .TODO LIST :- Locking Down Admin Area By Ip to only authorized IPS - block ips from accessing the system . - Stop spam user registration (check the StopForumSpam database). - Modify Text/links In Navigation Bar (client/admin side) - stop registration with duplicated email in primary contact only- Move Service Beetwen Clients (Move Service/invoice X from Client A to Client B )- Move Invoice Beetwen Clients (Move Service/invoice X from Client A to Client B ) - Add/Edit/Delete tasks/tasks_run in database . - Log ip/referral/useragent ..ect for dennied access to admin area if iprestriction is enabled . - Email admin if failure attemp to access admin area . - Add API key support for StopForumSpam to add entries in StopForumSpam database .- Change Service Dates (creation/deleted ... ) - GeoIP database auto updater - Blesta Available Update for CMS portal , add a new page , the URI is the path to that page in the url adress. exemple , new page with uri "about-us" can be accessed with the url http://yourdomain.com/blestaurl/about-us Some screenshoot : security settings ip restriction for admin area and all the system navigation links Languages Verify edit countries duplicated emais duplicated email message spam message if detected This Plugin is tested in our test server , no bugs at the moment . this plugin requiere the Basic (Bronze) subscription . Order Link as always the installtion steps is : 1 - download the file from client area. 2 - upload the admin_utils folder inside plugin directory . 3 - goto plugins , and install Admin Tools Plugin . 4 - enjoy the free content . if you are using a old version , you should upgrade the plugin from the plugin manager . Best regards 4 a.daniello, Paul, PauloV and 1 other reacted to this Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted July 8, 2014 Thank you mate, I do dislike the long author thing with the :. though I have to edit that and keep it like: Author: Mohamed Anouar Achoukhy - Naja7Host SARL, donate by PayPal. And the plugin/admin_tools/admin_clients/ page is a white page. Can you load it to a non cache tab, because it must empty it when you click admin tools... Quote Share this post Link to post Share on other sites
PauloV 778 Report post Posted July 8, 2014 Great work Thanks once again Quote Share this post Link to post Share on other sites
Paul 4,820 Report post Posted July 8, 2014 Thanks for the contribution to the community! Quote Share this post Link to post Share on other sites
Paul 4,820 Report post Posted July 16, 2014 UPDATE: This extension should be fine now, you can ignore this post. We do not recommend installing this plugin in its current form. Users have reported the Tools page displays a 404 error, even after uninstalling the plugin. If you are experiencing these issues, try removing the plugin files from the server. I'll change the subject back if the author corrects this issue. 2 PauloV and Blesta.Store reacted to this Quote Share this post Link to post Share on other sites
Blesta Addons 2,685 Report post Posted July 16, 2014 We do not recommend installing this plugin in its current form. Users have reported the Tools page displays a 404 error, even after uninstalling the plugin. If you are experiencing these issues, try removing the plugin files from the server. I'll change the subject back if the author corrects this issue. Fixed for release 1.0.3 , i will update the github reposity this night . more info here http://www.blesta.com/forums/index.php?/topic/2778-tools-logs-convert-currency-url-return-404-error/ 2 PauloV and Blesta.Store reacted to this Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted July 16, 2014 Fixed for release 1.0.3 , i will update the github reposity this night . more info here http://www.blesta.com/forums/index.php?/topic/2778-tools-logs-convert-currency-url-return-404-error/ Why was it doing that as it really frightened me, because me and Donn had the issue but Paul, Tyson and two other mates didn't get the error at all, then Paul suggested to remove the folder and bam it worked again. 1 Joseph H reacted to this Quote Share this post Link to post Share on other sites
Blesta Addons 2,685 Report post Posted July 16, 2014 Why was it doing that as it really frightened me, because me and Donn had the issue but Paul, Tyson and two other mates didn't get the error at all, then Paul suggested to remove the folder and bam it worked again. this bug is not related to the plugin code, is related to blesta routes . 1 PauloV reacted to this Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted July 17, 2014 this bug is not related to the plugin code, is related to blesta routes . Ah so because it's admin_tools it's like /admin/tools Makes sense if it is Quote Share this post Link to post Share on other sites
Joseph H 107 Report post Posted July 17, 2014 this bug is not related to the plugin code, is related to blesta routes . I read all the topics related to this, I think Blesta should work on this. Ah so because it's admin_tools it's like /admin/tools Makes sense if it is Relaxed mate....? lol Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted July 17, 2014 I read all the topics related to this, I think Blesta should work on this. Relaxed mate....? lol Relaxed? haha I supposed I was very worried mate Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted July 18, 2014 I can confirm that the plugin is working again and the logs / convert currency is working too. 1 PauloV reacted to this Quote Share this post Link to post Share on other sites
Joseph H 107 Report post Posted July 19, 2014 It's working on my end as well.... Thanks @Naja7host Quote Share this post Link to post Share on other sites
PauloV 778 Report post Posted July 31, 2014 I have installed your plugin, excelent work Only one small "bug" found, flag images dosent load wen Blesta is installed on a sub domain. to fix it: open admin_utils/views/default/admin_clients_emails.pdt on line 25 find: $dirname = dirname($_SERVER['SCRIPT_NAME']) . DS . str_replace(ROOTWEBDIR, "", PLUGINDIR); replace with: $dirname = $this->base_uri."../plugins/"; open admin_utils/views/default/admin_clients_usernames.pdt on line 25 find: $dirname = dirname($_SERVER['SCRIPT_NAME']) . DS . str_replace(ROOTWEBDIR, "", PLUGINDIR); replace with: $dirname = $this->base_uri."../plugins/"; open admin_utils/views/default/admin_countries.pdt on line 18 find: $dirname = dirname($_SERVER['SCRIPT_NAME']) . DS . str_replace(ROOTWEBDIR, "", PLUGINDIR); replace with: $dirname = $this->base_uri."../plugins/"; open admin_utils/views/default/admin_countries_edit.pdt on line 17 find: $dirname = dirname($_SERVER['SCRIPT_NAME']) . DS . str_replace(ROOTWEBDIR, "", PLUGINDIR); replace with: $dirname = $this->base_uri."../plugins/"; Keepup the good work Quote Share this post Link to post Share on other sites
Blesta Addons 2,685 Report post Posted July 31, 2014 I have installed your plugin, excelent work Only one small "bug" found, flag images dosent load wen Blesta is installed on a sub domain. the fix is just for subdomain ? or it can work for both ? if s yes i will update the files , if no we should search a mecnism to work for both . Quote Share this post Link to post Share on other sites
PauloV 778 Report post Posted July 31, 2014 the fix is just for subdomain ? or it can work for both ? if s yes i will update the files , if no we should search a mecnism to work for both . the fix works on both ways One more thing, change the title of your first post from "Admin Tools Plugin - Edit: Do Not Install" to something like "Admin Tools Plugin - Works 100%" Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted July 31, 2014 the fix works on both ways One more thing, change the title of your first post from "Admin Tools Plugin - Edit: Do Not Install" to something like "Admin Tools Plugin - Works 100%" I believe he's not touched it as we got Paul to edit it when it didn't work but it works now so he could (if he can) change it back to normal. 1 PauloV reacted to this Quote Share this post Link to post Share on other sites
Paul 4,820 Report post Posted July 31, 2014 I have changed the title back. 2 PauloV and Blesta.Store reacted to this Quote Share this post Link to post Share on other sites
Daniel B 231 Report post Posted August 1, 2014 I've submitted a pull request with PauloV's changes above, sitting here with nothing better to do lol (and while doing that accidentally made 3 of the changes to the Master branch itself, sorry about that...didn't realize anyone could edit it...) 1 PauloV reacted to this Quote Share this post Link to post Share on other sites
Blesta Addons 2,685 Report post Posted October 25, 2014 the new release is soon , available feature for next release Locking Down Admin Area By Ip to only authorized IPS block ips from accessing the system . stop spam user registration (check the StopForumSpam database). Modify Text/links In Navigation Bar (client/admin side) stop registration with duplicated email in primary contact only 3 Blesta.Store, Joseph H and PauloV reacted to this Quote Share this post Link to post Share on other sites
Blesta Addons 2,685 Report post Posted October 27, 2014 new release has been out LAST UPDATE : 27-10-2014 , Version 1.6.0 download from first post . 2 PauloV and Blesta.Store reacted to this Quote Share this post Link to post Share on other sites
RebornWebs 10 Report post Posted October 27, 2014 Keep up the good work Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted October 27, 2014 This plugin update broke the Plugins page, you click on upgrade and it goes to a 404. Then go to the plugin page you get an error. Quote Share this post Link to post Share on other sites
Blesta Addons 2,685 Report post Posted October 27, 2014 tested in two blesta instalation , no probleme here , try deleting the old files and reupload the new files . if you have activated the protect admin area and not set the authorized ip, you can't access the admin area and you will returned to the 404 error page . Quote Share this post Link to post Share on other sites
Blesta.Store 2,261 Report post Posted October 27, 2014 tested in two blesta instalation , no probleme here , try deleting the old files and reupload the new files . if you have activated the protect admin area and not set the authorized ip, you can't access the admin area and you will returned to the 404 error page . Tried and nope I've not even upgraded it yet. Won't let me. Removed the files and uploaded the new ones... Go to plugin page = 404. See here: [Link removed] Sorry mate I'm going back to your old version. Quote Share this post Link to post Share on other sites