Results 1 to 2 of 2

Thread: Is this against the license agreement

  1. #1
    skiboy is offline Junior Member
    Join Date
    Oct 2010
    Posts
    1

    Default Is this against the license agreement

    I know you cannot modify Sugar in a way that removes the "Powered by sugarCRM" text, or the logo from the bottom of the page and still be in accordance with the license agreement. I also know that even if you try, Sugar has quite a few hidden ticks and code obfuscation methods in place to make it quite difficult.

    My question is does the license agreement actually say the copyright, etc has to be displayed, or simply that you cannot modify the code to remove it?

    Apache has this neat module called mod_substitute. It is basically a tool that can search for and replace text after PHP has parsed the code, but before it is sent to the browser. You can search by any combination of plain-text strings or regular expressions. It's pretty neat!

    This means instead of spending hours trying to find some obfuscated code, you simply view the html source of the page in your web browser, find the bit of code you want gone and use a string or regular expression in Apache to remove just that code.

    Here's a little example of what would go in your httpd.conf or .htaccess file:

    Code:
    <Location />
    AddOutputFilterByType SUBSTITUTE text/html
    Substitute "s|<div align='center'><img src=\"http://updates.sugarcrm.com/logo.php||in"
    </Location>
    The code above would have to be tweaked to actually work, but you get the idea.

  2. #2
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: Is this against the license agreement

    why are people so eager to remove the info about sugar and logo?

    I mean you use the product, which someone has put an great amount of effort to make it work, why would you want to remove little piece of code/picture.

    I don't get it at all.
    CRM Software Engineer
    Eontek - www.eontek.rs

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 2010-04-21, 12:44 AM
  2. can't get past license agreement on 5.5. install?
    By jweinberger in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2010-02-05, 06:06 AM
  3. Replies: 1
    Last Post: 2009-05-13, 03:07 PM
  4. 5.2.0 install can't get past license agreement
    By siliconcty in forum Installation and Upgrade Help
    Replies: 15
    Last Post: 2009-01-29, 03:41 AM
  5. 4.5.1 Page is blank after i accpet the License Agreement
    By rooihaas in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2008-02-18, 05:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •