Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/08/2015 in all areas

  1. I use nmap all of the time, it's even good for checking a variety of different things, including what SSL/TLS versions and ciphers are supported by a web server. Good for making sure you have SSL v2 and v3 disabled. Of course ssllabs.com is great too.
    3 points
  2. Hello when i was playing with a custom theme , i have found that the ClientTheme always use the theme.css of the bootsrap template . and normally it should fetch them file from the client set template . in admin side i have set a custom template , normally it should fetch this file from this custom template . // Set the path to the custom theme style sheet $theme_loc = VIEWDIR . "client" . DS . "bootstrap" . DS . "css" . DS . $dir . "theme.css"; a simple fix // Set the path to the custom theme style sheet $theme_loc = VIEWDIR . "client" . DS . $this->layout . DS . "css" . DS . $dir . "theme.css";
    2 points
  3. I've used it many times when scanning a LAN and for seeing what ports and services are available on a given machine. There isn't much need to have it on most servers but it is almost always installed on my laptops.
    2 points
  4. Michael

    Change Username

    Go to this: http://www.blesta.com/forums/index.php?app=core&module=usercp&tab=core&area=displayname
    1 point
  5. Tyson

    Client Theme.css Generator

    Thanks. CORE-1799.
    1 point
  6. Are you using it on your server, and if yes, what's your feedback https://nmap.org/
    1 point
  7. serge

    Debian 8 (Jessie)

    I solved my issue, by the way, since OS upgrade, server switched in maintenance mode (single-user-mode) at boot, but I did not figured before, so I corrected
    1 point
  8. Michael

    New To Blesta

    http://www.liquidwebhost.com/checkout/ is the portal (cms) plugin. You can edit that to remove the admin urls here: Settings > Company > Plugins > Available > Portal: Manage When a client is logged in by clicking My Account, they will be taken to the dashboard, where they will see their services, invoices, transactions, tickets and be able to changed their information etc that would be: http://www.liquidwebhost.com/checkout/client/ To create packages you go to: Packages > Add // To set-up an order form you go to: Packages > Order form > Add. If you go to http://www.liquidwebhost.com/checkout/ you'll notice the order form url doesn't work. Go to Packages > Order form > Settings > Default and select it from the dropdown menu. If you would like more than one order form shown there see: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/232/how-can-i-display-more-than-one-order-forms/11/ For Package urls see: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/3/how-can-i-get-a-direct-url-to-a-package/11/ How to set-up a registration form without placing an order: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/227/how-can-i-set-up-a-registration-form/11/ How to sell domains: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/273/how-can-i-sell-domains/11/ Package welcome email templates: https://licensecart.com/billing/plugin/support_manager/knowledgebase/index/26/
    1 point
  9. We're actually doing that now anyway, it was done before 2.0
    1 point
  10. serge

    Issues With Piping

    it's will help you for your blesta email be not assimillated as spam or a spammer simulate being you, if you have some DNS TXT records like: 1/ A TXT DNS RECORD to definite allowed sender, so you will list your server IP(s):"v=spf1 ip4:85.214.93.191 ip4:85.214.149.150 -all" 2/ A TXT DNS RECORD FOR DKIM Other, regarding your permission level on the pipe file, there should not have relation as said Paul, but your mail box (mail server) is on the same server as your Blesta install? If not it's explain you needed 777 level, but using piping is only when all is on same server. if you are well on same sever, if you needed 777 for that work, it's could mean you user/group didn't own any right on the piping file and that really bad to solve it by giving full right to anybody
    1 point
  11. Abdy

    Blesta Design

    Using Javascript
    1 point
  12. Kangaroo

    Blesta Design

    Looks sensational !! keep it up
    1 point
×
×
  • Create New...