Leaderboard
Popular Content
Showing content with the highest reputation on 07/28/2017 in all areas
-
Turn your Blesta Knowledgebase into a **VIDEO Knowledgebase** with hundreds of our ready-made videos articles! You can now import all our video support tutorials into your Blesta Knowledgebase in just a few clicksThe new Video Knowledgebase has been developed as a turn-key solution to getting our video tutorials into your searchable knowledgebase. No longer do we just provide a video tutorial rebranding service for web hosts... we now provide web hosts with a complete solution to populate their knowledgebase with hosting-related, video-based articles. All video tutorials in the knowledgebase will be branded with your company logo, or animated logo/intro if you choose that option. Video-based articles on the topics hosting customers need help withDemoWolf produces video support tutorials for web hosting customers. Web hosting companies put DemoWolf video tutorials on their websites... often times in their customer support or knowledgebase section. Their customers will then see the video tutorials when they are searching for the help they need. DemoWolf has produced video tutorials that help hosting companies provide better support to their customers. Topics covered include: * cPanel Paper Lantern End User series (28 videos) * cPanel Paper Lantern Email series (17 videos) * cPanel Paper Lantern MySQL series (11 videos) * cPanel x3 skin End User series (28 videos) * cPanel x3 skin Email series (17 videos) * cPanel x3 skin MySQL series (11 videos) * Plesk Onyx End User series (27 videos) * Plesk Email series (13 videos) * Plesk File Manager series (13 videos) * WordPress series (12 videos) * SmarterMail series (16 videos) * Horde Email series (11 videos) * RoundCube Email series (9 videos) * SquirrelMail series (10 videos) * Thuderbird series (8 videos) * IncrediMail series (8 videos) * Opera Mail series (8 videos) * DreamMail series (8 videos) * Pegasus Mail series (8 videos) * iPhone email series (8 videos) * iPad email series (8 videos) * Apple (Mac) Mail series (8 videos) * Updating DNS at popular registrars series (17 videos) * Creating Private Nameservers at popular registrars series (15 videos) * FileZilla series (10 videos) * WHMCS Setup series (13 videos) * Blesta Admin series (20 videos) * PuTTY series (12 videos) * FTP series (24 videos) * Direct Admin end user series (26 videos) * Facebook series (11 videos) * Drupal series (14 videos) You must be a DemoWolf member for the videos to work - and we offer a FREE membership Plan. Visit demowolf.com to get your FREE Membership Plan Every knowledgebase article has video and text instructions Every Video Knowledgebase article will have a video at the top, followed by the text instructions of the tutorial written below the video... creating a fully functioning and searchable knowledgebase with hundreds of video-text articles. The videos themselves are 100% responsive, so will size themselves according to the container of your knowledgebase. It will work no matter what template or theme you use. Instructions - Only takes a few minutes * Step 1 – Go to www.demowolf.com, login to your Member Area. * Step 2 – Download the Video Knowledgebase files for the video series(s) you want. Note: There is 1 .SQL file for each series. * Step 3 – Login to phpMyAdmin and select your Blesta database (i.e. yourdomain_blesta) * Step 4 – In phpMyAdmin, click "Import" in the top menu, then "Choose File". * Step 5 – Select the .SQL file for the series you want to import, then click "Go". * Step 6 – Repeat step 5 for each video series you want in your knowledgebase. Done! Now when your clients go to your knowledgebase, they’ll see categories for video tutorial series you imported, and within those categories will be articles containing all your new video tutorials as well as the text instructions... all completely searchable from your knowledgebase system! We will also help with installation of the Video Knowledgebase files upon request. If you have any questions, just let me know Rob Moore DemoWolf.com - founder2 points
-
If you're on Linkedin, you can follow the new Blesta company page at https://www.linkedin.com/company/blesta Thanks guys!2 points
-
Are you closed? banner attention grabber
Michael Foland reacted to Paul for a topic
Personally I recommend against these kinds of notices. Perhaps in the client area, but if it's public it can deter some people.1 point -
12/monthly would mean bill every 12 months (which is yearly). You would want to set it up a 1 monthly which means bill every month. I am not sure if there is a way to add an end date effectively for it to stop billing after a year.1 point
-
Hi, this is a question/feature request. If the Shared Login plugin fails to validate the token, the page remains blank at /plugin/shared_login/?t=1501259438&u=john%40customer.com&r=https%3A%2F%2Fexample.com%2Fclient%2Fplugin%2Fmyplugin%2Fclient_main%2F&h=4d49c89098eba2f70adccf4f1b8bffe4616263b09c06abd4470c24b820ddd656 I intentionally broke the token to see the behavior. Instead of staying at a blank page, it would be good if the plugin could just redirect to the given the redirect-url parameter. I made it work by updating plugins/shared_login/controllers/main.php in index() method before "return false;" I added the redirect; ==== if ($hash == $this->Companies->systemHash($time . $username . $uri, $key->value, 'sha256') && $time >= strtotime('-30 min')) { return $this->processSharedLogin($username, $uri); } $this->redirect($uri); return false; ==== Alternatively maybe there could be an admin setting that defines what URL should be redirected to if there is an error.1 point
-
Excessive resource usage
Michael reacted to Blesta Addons for a question
for me this is normal . you should increase the memory limit in csf or ignore the executable from bein reported .1 point -
Yep, of course we should be able to set it via the API calls as well. Simple text field on admin would suffice.1 point
-
In general Blesta doesn't require more than 512MB of memory itself. Is that memory for Blesta only, or for the system/account? It's possible some installations of Blesta may require more memory than others, based on the extensions you have installed, the process that's running (if it's the cron), and what your data set looks like.1 point
-
I added this to our "short term" bucket, and bumped it up in our back log. I assume the task, as described sounds good to you and you have nothing to add?1 point
-
I got your email and have replied. There is a file attachment, so if you don't see the email please check your spam folder.1 point
-
Sounds like a plan. Ill send an email. thanks.1 point
-
Excessive resource usage
FloXera-Jose reacted to Michael for a question
512MB should be plenty but cPanel requires more than 512MB of ram. They recommend at least 1-2GB of ram. https://documentation.cpanel.net/display/ALD/Installation+Guide+-+System+Requirements#InstallationGuide-SystemRequirements-Hardwarerequirements PS: That alert is PHP FPM for 5.6 so could be anything running PHP.1 point