Jump to content

Mujahed

Members
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Mujahed got a reaction from Michael in License Checker / Verification   
    good job
  2. Like
    Mujahed reacted to Paul in License Checker / Verification   
    You can now check to see if a hostname is using a valid license for Blesta at https://account.blesta.com/client/plugin/license_verify/
    Over the past several months, we've found a number of Blesta installations that were nulled in production. If you suspect a company is using a nulled or invalid copy of Blesta, you can use this utility to find out.
    If you find someone in violation, feel free to reach out to them directly to try to resolve the issue. Or, submit a ticket to us and we'll investigate and reach out to them. When people pay for Blesta it helps support development.
    Tip! Follow the Tips on the page  
    Also, feel free to comment below if you have any suggestions.
  3. Like
    Mujahed reacted to Michael in License Checker / Verification   
    Love it mate
  4. Like
    Mujahed reacted to Michael in License Checker / Verification   
    Blesta made their own mate.
  5. Like
    Mujahed reacted to Paul in License Checker / Verification   
    Yeah, it doesn't share any of the same code. I appreciate what you sent though, we just wanted to do it different enough that it made sense to start from scratch. Thanks!  
  6. Like
    Mujahed got a reaction from Paul in Advandz Framework   
    That's alright, in the open source world it is normal for someone to fork an open source project and build on top of it or modify it (MySQL & MariaDB, OwnCloud & NextCloud) , however, when you use a code that is written by others, you must keep the copyrights/license of the original developer and not change it to your own, and only put your own copyrights/license to the files/code you wrote , e.g:
    - NextCloud which is a fork of OwnCloud,(server/apps/dav/lib/CalDAV/Plugin.php) : https://github.com/nextcloud/server/blob/6a75296ccbd37d11f88f1e69cfe4063a802c438c/apps/dav/lib/CalDAV/Plugin.php
    - OwnCloud's File (core/apps/dav/lib/CalDAV/Plugin.php): https://github.com/owncloud/core/blob/master/apps/dav/lib/CalDAV/Plugin.php
     
  7. Like
    Mujahed got a reaction from Paul in Advandz Framework   
    What's the difference between it and the minPHP? ... frankly, doesn't look like there is much .....
    And  the "Advandz-Framework/src/components/download/download.php" component looks exactly like the one that is shipped with Blesta, obviously, this component isn't shipped with the minPHP framework, so its not "Open Source" and its copyrighted, so you cannot re-use it without a permission:
    https://github.com/Advandz/Advandz-Framework/blob/master/src/components/download/download.php
    https://github.com/phillipsdata/minphp/tree/master/src/components
    In general, its just the minPHP framework, with download (which you copied from Blesta), http, hashing, and orm components (did you copy these from somewhere else ?!), which is not enough to make it a different framework.
    Also the components/files ...etc you took from minPHP,  the comments on the top of these files,  you shouldn't replace them with your own copyrights !!!!!:
    https://github.com/Advandz/Advandz-Framework/blob/master/src/components/session/session.php
    https://github.com/phillipsdata/minphp/blob/master/src/components/session/session.php
     
    Yeah, a lot of "copying" work !!!!!!!!
     

     
     
  8. Like
    Mujahed got a reaction from Blesta Addons in Advandz Framework   
    That's alright, in the open source world it is normal for someone to fork an open source project and build on top of it or modify it (MySQL & MariaDB, OwnCloud & NextCloud) , however, when you use a code that is written by others, you must keep the copyrights/license of the original developer and not change it to your own, and only put your own copyrights/license to the files/code you wrote , e.g:
    - NextCloud which is a fork of OwnCloud,(server/apps/dav/lib/CalDAV/Plugin.php) : https://github.com/nextcloud/server/blob/6a75296ccbd37d11f88f1e69cfe4063a802c438c/apps/dav/lib/CalDAV/Plugin.php
    - OwnCloud's File (core/apps/dav/lib/CalDAV/Plugin.php): https://github.com/owncloud/core/blob/master/apps/dav/lib/CalDAV/Plugin.php
     
  9. Like
    Mujahed got a reaction from Michael in What accounting software do you use/ works best with blesta   
    FreeAgent looks good:
    https://www.freeagent.com/
    Other options would be Xero & QuickBooks.
     
  10. Like
    Mujahed got a reaction from Michael in what is this got to do with Blesta ?   
    Well, Blesta.com used to be built on WordPress, and they moved to Hugo, so they're just announcing this...... what is your problem with this anyway? why is it bothering you ? 
  11. Like
    Mujahed got a reaction from Michael in How To Show This On Blesta Client Area? Need A Developer To Asnwer   
    you can do it by calling the models in the view files which is unrecommended and breaks the rules of the MVC, OR you can modify the controller to call the models and then pass the vars to the view, then modify the view files to print these info.
  12. Like
    Mujahed got a reaction from Michael in Database Structure   
    You can have a look at the DB schema, blesta/components/upgrade/schema.sql
  13. Like
    Mujahed got a reaction from Michael in Release 3.6.1   
    Looking forward to it
  14. Like
    Mujahed reacted to Paul in Release 3.6.1   
    We are getting close to a 4.0 beta. 
×
×
  • Create New...