Can we change the ISPConfig logo ?

Discussion in 'General' started by leiw, Sep 19, 2014.

  1. leiw

    leiw Member

    Hello,

    Can the ISPConfig logo change to our own company logo ?

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, you may change the logo.
     
  3. leiw

    leiw Member

    Why I can change the ISPConfig logo for commercial ? is BSD license acceptable?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The BSD license is a very liberal OpenSource License, much more liberal then e.g. GPL. The BSD License does not forbid that you make your own theme for ISPConfig. You can find the BSD License text in almost all code files from ispconfig. Here is a copy:

    Code:
    Copyright (c) 2007 - 2014, Till Brehm, ISPConfig UG
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modification,
    are permitted provided that the following conditions are met:
    
        * Redistributions of source code must retain the above copyright notice,
          this list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        * Neither the name of ISPConfig nor the names of its contributors
          may be used to endorse or promote products derived from this software without
          specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
    OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     
  5. leiw

    leiw Member

    OK, just save the Powered by ISPConfig is find.
     
  6. leiw

    leiw Member

    And we won't edit ISPConfig code, just want use ISPConfig for our commercial Web hosting.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    You may edit the code or extend the code, thats absolutely fine. Just ensure that you dont remove the copyright as stated by BSD license.
     
  8. leiw

    leiw Member

    hehe, we don't edit code, just replace our company logo for Web hosting .
     
  9. Moenish

    Moenish New Member

    Hello there!

    I also want to add my own logo instead of the ispconfig logo, but i dont know how.
    Because i can´t locate the directory of the logo:
    [​IMG]
    which is 'themes/default/images/header_logo.png'
    the same directory is shown in de database in the sys_theme table
    i also cant find the directory by looking for the hidden folders in the terminal of linux
     
    Last edited: Nov 11, 2016
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    This thread is outdated and refers to ispconfig 3.0 and not 3.1. In ISPConfig 3.1, the logo is now in the sys_ini database table.
     
  11. Moenish

    Moenish New Member

    thanks for the reply, this is what i found
    upload_2016-11-11_10-16-36.png
    upload_2016-11-11_10-16-51.png
    upload_2016-11-11_10-17-3.png
    upload_2016-11-11_10-17-16.png
    upload_2016-11-11_10-17-26.png
    upload_2016-11-11_10-17-35.png
    it looks like the picture file is encrypted, how can i add my own logo and where?
     
  12. webguyz

    webguyz Active Member HowtoForge Supporter

    Do a thread search on Logo 3.1. There was a recent thread about it and how to use base64 utility to create a suitable copy of your logo by Jessie I think
     

Share This Page