Jump to content

nahanil

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    nahanil reacted to Abdy in Domain orders forms getSld() returns odd results   
    I just tried in my Blesta installation and got the same (weird) result. I think the solution you're proposing is pretty good, I did some testing even using Punnycode domains and it seems to work perfectly.

  2. Like
    nahanil got a reaction from Abdy in Domain orders forms getSld() returns odd results   
    Referring to the method getSld() in <Blesta 4.2.2>/plugins/order/lib/order_types/domain/order_type_domain.php
    This method doesn't handle domain searches as gracefully as it could.
    Search: www.something.com (.com checkbox selected)
    something.com somethingwww..com Search: www.something (.com checkbox selected)
    www.com Search: something.com (.com checkbox selected)
    something.com Search: something (.com checkbox selected)
    something.com  
    I'm not sure how this could be rectified by changing the existing regex, but I've found something like the following to handle all the above inputs to return something sensible
    function getSld($domain) { $parts = explode(".", $domain); if (count($parts) == 1) { return $parts[0]; } return $parts[0] == "www" ? $parts[1] : $parts[0]; } // Mentioned test cases foreach ([ 'www.something.com', 'www.something', 'something.com', 'something'] as $search) { echo "$search: ", getSld($search), "<br>"; } /* Output www.something.com: something www.something: something something.com: something something: something */  
  3. Like
    nahanil reacted to Tyson in v4.2.0 MySQL password escaping issue   
    Thanks for the report, we'll take a look. CORE-2594
  4. Like
    nahanil got a reaction from PauloV in v4.2.0 MySQL password escaping issue   
    I just set up a fresh v4.2.0 install.
    The MySQL database password contains the character "$" which was stored in config/blesta.php as "\$". This made sense in older versions as the config options were surrounded by double quotes in v3.6.?, but it appears they've been changed to single quotes which led to me banging my head for a minute trying to figure out why I was only getting blank pages.
     
    <?php //... Configure::set('Blesta.database_info', [ //... 'pass' => '\$abc123', //... ] );  
  5. Like
    nahanil got a reaction from Blesta Addons in v4.2.0 MySQL password escaping issue   
    I just set up a fresh v4.2.0 install.
    The MySQL database password contains the character "$" which was stored in config/blesta.php as "\$". This made sense in older versions as the config options were surrounded by double quotes in v3.6.?, but it appears they've been changed to single quotes which led to me banging my head for a minute trying to figure out why I was only getting blank pages.
     
    <?php //... Configure::set('Blesta.database_info', [ //... 'pass' => '\$abc123', //... ] );  
  6. Like
    nahanil reacted to Paul in Blesta 4.0.0 BETA 4 Released   
    Blesta version 4.0.0-b4 (BETA 4) is now available. You can download it from right here (Client Area Login Required).
    If you haven't seen the blog post announcement for 4.0.0 BETA 1, you can read it here.
    This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT.
    Please report any bugs you find in the v4 beta bug forum.
    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Release Notes

    See Blesta Core - Version 4.0.0-b1-b4. SEE BETA 4 ONLY

    For older releases see all Change Logs.
    What to Test!
    1. PHP 7. The focus of this beta was largely PHP 7 support. Check change log for more.
    Known issues
    1. An error is encountered when logging in or out with PHP 7, if errorReporting is enabled in /config/blesta.php
  7. Like
    nahanil reacted to Michael in Domain Registrar Module - Ventraip Wholesale   
    No you don't man for god sake.... You can GROUP domains if they have the same price, tick as many as you bloody well want. Or you can set the price PER domain in their own package... You have to do that with that insecure crap you mentioned and you will have to do that with the new domain manager anyway... so what's the difference? The only thing the domain manager is going to do mainly is allow a Register | Transfer | Renew pricing table. Do your research before you start making bullshit up.
  8. Like
    nahanil reacted to Michael in How Does Everyone Manage Domain Names In Blesta?   
    I believe you have put the domain groups in the Packages as-well. How can I sell Domains?
  9. Like
    nahanil reacted to Michael in Custom Plugin compatibility   
    Anything made for v3 will work on v4. The big change in v4 is the minPHP & it supports namespaces.
  10. Like
    nahanil reacted to austenite in Plesk and Blesta?   
    As @Licensecart Says we utilise Blesta and use Plesk servers. Everything works as it should. 
    The only issue which I've reported can be seen here https://dev.blesta.com/browse/CORE-2288
     
  11. Like
    nahanil reacted to Blesta Addons in Undefined index: coupon_code   
    when we edit a service , and error reporting is set to -1 , the fallowing error appear .
    Undefined index: coupon_code on line 3952 in /home/xxxxxx/public_html/app/controllers/admin_clients.php
    so is better to check if the coupon_code is set or not isset() . 
    this just improuvement and not a bug i think .
     
  12. Like
    nahanil reacted to JNdev in Lutfi Cloud - Blesta Client Template & Hosting Template   
    We are pleased to announce the release of our new blesta client theme, designed with a fresh new look cloud model and user-friendly display. We hope you will enjoy with our new blesta theme.
    Lutfi Cloud it’s perfectly suitable for Cloud Hosting or any other business hosting. It’s is a fully responsive and it works nicely on smartphones, PC’s and Laptops. Easy-to-customize and fully featured design.
    ---------------------------------------------------------------------------------------
    Main Feature
    Bootstrap Latest Version 3.3.7 Fixed And Static Header Super Fast Html5 & Css3 Blesta 3 And 4 Ready Always Compatible With Latest Blesta Ultra Responsive Well written & commented code & many more updates coming soon ------------------------------------------------------------------------
    You Get
    Free Lifetime Update Blesta Custom Order Form Real Super Friendly Support Free Feature Request If you have basic html skill you can create unlimited header/footer combination without editing css.
    -------------------------------------------------------------------------
    Buy Now $40
    -------------------------------------------------------------------------
    Free installation & customization like rearrange the menu, add remove widget or sidebar. We always consistent help the problems with our lutfi cloud template.
    Have any idea, feature request, questions and more info please don't hesitate to contact us hendra@jnhost.co.id Or submit ticket
    We are always happy to hear from you.


     
    Thank you so much to @Blesta Addons helped me make some functions, @Blesta Addons  recomended #1 blesta developer.

  13. Like
    nahanil reacted to evolvewh in New Domain Transfer Policy   
    I'm not sure what needs to be done with the domain registrar modules but I see that Enom has new API information and I would guess other providers do as well:
     
    http://www.enom.com/domains/new-transfer-policy/
  14. Like
    nahanil reacted to Blesta Addons in [Plugin] Support Manger Addons (Add Widget/badge)   
    Hello All .
    THIS PLUGIN IS ONLY FOR THE CORE SUPPORT MANAGER

    IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here

    we bring free and exclusive content , this plugin extend the support manager plugin , will add a badge count of open tickets to admin and client side , and client widget support ticket in client dashboard .

    with the plugin, you can :

    - Add Badge Count for opened ticket in client and admin side . (this mod was inspired and cloned from our friend PauloV in his Support manager pro plugin )
    - Add Widget for ticket in client dashboard .(this mod i have coded to achieve my request in this thread , and to make the link multilanguage , requested here  )

    TODO LIST :

    - Add setting to enable/disable the widget/badge .
     

    Some screenshoot :

    client badge

     
     
    client widget
     

     


    as always the installtion steps is :

    1 - download the file our website
    2 - upload the support_manager_addons folder inside plugin directory .
    3 - goto plugins , and install Support Manager Addons .
    4 - enjoy the free content .

    The Plugin require a free subscription (Access) .

    Best regards
  15. Like
    nahanil reacted to Paul in Feature Request? Please post at https://requests.blesta.com   
    We are trying out a new application for better handling of Feature Requests. Please register at https://requests.blesta.com
    The system allows for better tracking of feature requests, and allows users to up vote them. It should allow us to better prioritize requests. Please create an account there and give it a try!
  16. Like
    nahanil got a reaction from INUMIO-Rob in Network Status Suggestions   
    Wow! UptimeRobot is pretty sexy.
    I've had a StatusCake account for a while but toying with the idea of either setting up cachet (since I found it in this thread), writing something that hooks into our internal Nagios stuff (which won't tell me anything about networking issues between the DC and the real world) but this also looks like a pretty sweet alternative
    StatusCake does the job & has a decent API. I think they have a few network farts here and there though because I'm pretty sure not all of the downtime they notify me about is actually the real deal (but yes I did break our fancy homepage this week for about half an hour - no client services were affected).
    http://uptime.webmastery.com.au/ linked for a real life comparison of UptimeRobot/Cachet & StatusCake history pages.
  17. Like
    nahanil got a reaction from ariq01 in Network Status Suggestions   
    Wow! UptimeRobot is pretty sexy.
    I've had a StatusCake account for a while but toying with the idea of either setting up cachet (since I found it in this thread), writing something that hooks into our internal Nagios stuff (which won't tell me anything about networking issues between the DC and the real world) but this also looks like a pretty sweet alternative
    StatusCake does the job & has a decent API. I think they have a few network farts here and there though because I'm pretty sure not all of the downtime they notify me about is actually the real deal (but yes I did break our fancy homepage this week for about half an hour - no client services were affected).
    http://uptime.webmastery.com.au/ linked for a real life comparison of UptimeRobot/Cachet & StatusCake history pages.
  18. Like
    nahanil reacted to serge in Blesta Freely Spams After Conversion   
    Testing, learning, testing, and only after PRODUCTION?
  19. Like
    nahanil reacted to Paul in Have I been Pwned?   
    https://haveibeenpwned.com/
    Just stumbled across this site, let's you enter your email or username and find out if your account details were leaked in any known breaches. Turns out my details were stolen from Adobe, LinkedIn, and vBulletin. Fun.
    Good idea to subscribe to notifications if your details show up in any new dumps, since not all companies notify their user bases.
×
×
  • Create New...