Leaderboard
Popular Content
Showing content with the highest reputation on 07/08/2014 in all areas
-
[Plugin] Admin Tools (More Options For Staff)
a.daniello and 2 others reacted to Blesta Addons for a topic
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 regards3 points -
Chances are the configurable option price and currency didn't match the term being ordered for the package. If there is no match, the option won't be displayed. For example, if you have a 1 month, and a 6 month term for the package, but only set a 1 month price for the configurable option, and a user selects the 6 month term, the configurable option won't be displayed because no pricing is defined. We will be maintaining the GoGetSSL and TheSSLStore modules moving forward, and have some feature changes planned. I don't like how you have to enter all the details during checkout, the client should be able to just order and pay for the certificate without having to enter any details, and then login and add their CSR, etc afterward. So, that's a change that will be happening. This is actually planned, see CORE-261. In the interim, we try to add sample emails to the documentation. In Blesta, the welcome email for a particular service/module is provided to the package. So, when selecting a module for a package, this feature would pre-fill out the welcome email to help save some time. In 3.3, we're also adding a "Copy Package" feature, which is complete. It lets you copy an existing package, tweak it around, and save it as a new package. This should eliminate a lot of copy/paste, since most of the time people offer packages that are very similar to one another.2 points
-
Configurable Options, Multicraft What is strange about the order system? We get compared to WHMCS a lot, which is to be expected. Most complaints are because we just don't do things the same as they do, and that's what people are use to. We're working on improving features that are not as good as they could be, like domain registrations.2 points
-
Documentation
domaingood and one other reacted to Paul for a question
New features are being properly documented as they are added, and we are updating documentation for existing features. I'll take a look at domains, but it may be one of those that hasn't received much attention because there are going to be some big changes.2 points -
I'm a RHEL/CentOS guy, so maybe someone from the community will be able to help you with installing necessary packages. If you have a web server up and running, and know how to create a database in MySQL then you can install via SSH this way.. Then, follow the prompt to complete installation. You'll be asked for your MySQL database/user/pass1 point
-
There should be a cron log that at least says the task Provision Paid Pending Services task was attempted. If a request was made to the module, it should be in the module log. Does the service have an order-id attached to it? When you go to manage the service and view a tab, like the Nameservers tab, does it say something like "This information is not yet available"? If so, then there is no order-id set for that service, and it can't perform any remote requests. The order-id should have been automatically determined when the service was originally created.1 point
-
Lol you plonker. I learn some new UK slang every week.1 point
-
The service renew date is bumped because an invoice was created for it. Whether a client pays for the invoice determines whether the service remains active, such as by how you have Blesta configured to suspend services. These are defined in the Invoice & Charge Options under [settings] -> [Company] -> [billing/Payment]. For example, if you have a service that renews every 7 days, and you have the Invoice Days Before Renewal set to 10, then an invoice will be created 10 days in advance (3 days before the new service term is set to begin). If you then set the Suspend Services Days After Due to 3 days, the client would have to pay for the service before, or on, the day that the service is set to begin, or it will be suspended.1 point
-
I don't think that would solve the issue, since it would only use daemon ID's you explicitly set, while the problem appears to be how a daemon ID is chosen when not explicitly defined. Based on how I think I understand the Multicraft logs, I think WHMCS is sending an update to change the daemon ID. The first command was to create the server, which it added automatically to daemon 1: 2014/06/30 12:49:42 [info] [application] [User 18, 64.90.52.151] Sending command "server 178:refresh" to daemon 1 2014/06/30 12:49:42 [info] [application] [User 18, 64.90.52.151] API: Created model Server, 178 Then a second API command was sent from WHMCS to update the server to change the daemon ID to 2: 2014/06/30 12:49:42 [info] [application] [User 18, 64.90.52.151] API: Updating model Server, 178 2014/06/30 12:49:42 [info] [application] [User 18, 64.90.52.151] Sending command "server 178:refresh" to daemon 2 2014/06/30 12:49:42 [info] [application] [User 18, 64.90.52.151] Sending command "server 178:refresh" to daemon 1 This leads me to believe that it auto-provisioned it on daemon ID 1 anyway, but that WHMCS changed it to daemon ID 2 afterward. How/why it changed the daemon is the question. Do you know if you defined daemon ID(s) in WHMCS for it to create the server on?1 point
-
I'm happy to take a look if you want to PM or email details. 3.3 beta will hopefully be out by the end of this month. I don't have an ETA on the SSL module updates, but if it happens after 3.3 is released we'll post to the forums where you can download. Do you have Platinum or better pricing from TheSSLStore? We have coupon codes to lock in that pricing.1 point
-
You missed the fun 2013 before they put in a bounty system then. http://blog.whmcs.com/security.php1 point
-
Blesta and WHMCS are equally good systems, of course corners can be cut, hence why WHMCS is buggy and insecure at times, however, WHMCS could be much better if it followed proper security policies which they don't, however, it's very rare you hear of an exploit in WHMCS with all of it's insecurities.1 point
-
I've used both and had no issues with either module. Erm right... fair enough but if you're going by that, I expect a system to at least try to cut corners because php.net removed the function register_global... which WHM** did and was one of the reasons the big exploits happened.1 point
-
Domain features, the domain plugin is being re-vamped to have a table for register, transfer, renew, privacy protection as a addon... You need to remember Whm** has been around since 2005 building on the same insecure core since day one when Matt was learning PHP. Blesta 3.x was started just over a year ago, before that there was Blesta 2.5 which is full of features which you can see a full documentation here: http://74.80.216.101/manual/Main_Page "Rome wasn't done in a day" best quote ever.1 point
-
Cpanel Module With Extra Bonus
PauloV reacted to Blesta Addons for a topic
The Module was updated 8-7-20141 point -
And that is why you are having issues mate1 point
-
Module: Multicraft
Michael reacted to fizzyjoe908 for a topic
I like what I'm hearing. Sounds like the next release, be it 3.2.2 or 3.3.0, is going to be a good one.1 point -
I think what this thread should be requesting is the ability to show currency equivalence. For example, package is $100 USD, user uses GBP, so they could see on the order form: $100 USD (approx. £78.73).1 point