Human-readable private license translation would read like this:
In this document "attribution" and "attribute" refer to the same item.
We, us, our, website, SBC, and software refer to SocBoxCore.com and the SBC social software product. You, and your, their, customer, consumer, buyer, purchaser, refer to the customer who purchased the software (or has the free "testers" version) for use on their domain for testing.
The SocBoxCore attribution "powered by SocBoxCore" (including the SBC attribution image icon) must remain on the bottom of your SBC software install as per the license agreement. This document lays out specifics in which the license agreement has not.
The SocBoxCore attribute styling may only be changed to effect the text color and/or icon color and such colors must allow the SocBoxCore attribute to be visible on the page without any special modifications. We have several icon colors available which can be found inside the images folder of the software in the core/themes/global_theme_images/attributes folder. So if a different color icon looks better on your domain then you are welcome to change the icon by selecting one of the other available SocBoxCore icons using the admin section of the software. Under no circumstances is the SocBoxCore attribution to be changed in appearance or in any other way, other than described here in this document.
Any variation or modification to the css or attribution which changes the attribute's appearance or styling in any way other than what is described in this document is a violation of the license agreement.
Violations: Violating the attribution agreement is a serious matter. Depending on the circumstance, you could be refused technical support, refuse to provide you updates to the software, have the software locked, have a warning placed on the software page which displays that the violation has occured, or even be denied any further service from SocBoxCore.com and forfeit any refund if monies have been paid, or any and all of the above at our discretion.
Below you will find our most currrent attribute icon images, you may download any of them to use on your socboxcore installed domain.
Disclaimer: This document only governs anything provided by SocBoxCore. SocBoxCore will be held harmless for all issues resulting from the usage of any program, software, utility, or anything else outside of our software and our control.
When the time comes in which we allow 3rd party plugins for the software, this page will cover proper and required coding policies for SBC plugins and other connective related items. Not every condition will be covered but we hope to put enough general content and accepted practices, and tolerance here to let you know what is expected of your coding. We ask this of you because it matters. It matters in security of our server, the customers server, and to our overall reputation to offer quality products from professionals.
Coding/Product Quality: Product quality is incredibly important to the success of everyone's involved. In that spirit SocBoxCore will be enforcing a coding/product quality requirement. This requirement will not have exclusions or exceptions of any kind. However to paint you a basic picture, here are some basic requirements below.
<div>
<div>
<p>
</p>
</div>
</div>
Internal file documentation is required. We are not asking you to document every detail of your program. What we are requiring is simple basic respect from one professional to another. And that means documenting difficult, unusual, rare, or involved code with basic internal comments so that it saves other professionals valuable time should they have to diagnose a conflict or other issue. Simply make internal notes as to what the code does or its function and end result. Some basic php examples follow.
This is very simple to do and it takes no time at all. It could even help you to better code your project and to solve an issue you are having later on. Not all of use remember everything we do in coding, sometimes we need reminders, and that is where the internal documentation comes in handy. You can decide if you want to document each page as a whole or document individual code within the page. Remember, at some point somone else is probably going to view your code and they will know immediately if you have pride in your work or not. This includes (but not limited to) php, css, js, and html files.
We all have code in our projects that we may want to save for another day or when a process/function may be available in the future. This is understood and accepted. However, please keep it at a bare minimum. Long stretches or too many sections commented out looks unprofessional and we ask that you keep those portions in your developement area files only and not include them in your plugin files.
All database queries must be at a minimum in the protected files in which are designed for that purpose. We will provide you specifics of how to properly code plugins for the SBC software and we ask that you follow those methods for the safety of everyone involved. For other software if there is a secure class in which is designed to place your queries then do so, dont be lazy, it only takes a few minutes to create a function or method or class and protect those queries.
If it is determined that your plugin program uses anyones elses code in which the required attribution has been removed, your program will be banned permanently from use with our software. There are lots of free snippets and other items out there that are free to use as part of your programming project. Many of them require that you leave the original programmers attribution on the page in exchange for using it on your project. Its simple, leave the attribution there! I am sure (like you) they worked hard coding that, so give them the credit they ask for and move on.
These coding policies may be updated with or without notice so please check them often.
/*
*************************************************************************************
* SocBoxCore Common License *
* *
* (c) copyright SocBoxCore.com All Rights Reserved *
* *
* SocBoxCore is a core social software and is a department of Durangodaves LLC *
* *
* website: socboxcore.com *
* support forum: durangodaveswebservices.com *
* author: David Livingston *
* owner: David Livingston *
* programmer: David Livingston *
* *
* *
* "This Software" or "Plugin" or "Module" or "Mod" or "Script" refers to *
* products and intelectual propery owned by socboxcore.com AKA *
* Durangodaves LLC AKA David Livingston *
* *
* Terms Of Use and Privacy Policy can be found at *
* SocBoxCore.com/policies.php *
* SocBoxCore.com/privacy.php *
* *
* contributors: Please see our acknowledgment page *
* at socboxcore.com/acknowledgments.php *
* for a full listing of project contributors. *
* *
* *
*************************************************************************************
* This Software is furnished under a private commercial license and may *
* not be used or copied outside of and in accordance with the *
* terms of such license. *
* *
* Using the software does not entitle you to any kind of ownership *
* whatsoever in any way, shape or form. Even if you receive a free *
* copy as a result of helping test or translate the software (or for any *
* other reason), it only allows you to use the software, it does not constitute *
* ownership. Meaning that you cannot copy it or give it to others to use *
* without express written consent by the owner listed above. *
* *
* *
* You may not remove, alter, modify, or deface this copyright notice *
* in any way. This software or any other copies thereof may not be *
* provided or otherwise made available to any other person without *
* express written consent from its owner listed above. No title to *
* and/or ownership of the module is hereby transferred. The owner *
* listed above in this document retains full ownership and rights to *
* thereof. *
* *
* Purchasing the software does not constitute ownership. It only *
* allows you access to use the software and nothing more. *
* *
* You may not reverse engineer, decompile, defeat license encryption *
* mechanisms, or disassemble this modules product or modules product *
* license. The owner listed above or its parent partners reserve the right *
* to terminate this license at their discression upon any violation of *
* this license agreement. *
* *
* There may also be a premium version of this software which is not free *
* and there will be a reasonable charge for use of that version. But paying *
* for the premium version still does not constitute ownership in any way shape *
* or form. It only allows you use of such software barring any violations *
* of this license agreement. *
* *
* Refunds - refunds are done on a case by case basis and ONLY if the software *
* is faulty, not as described, or other reason beyond normal control. In either *
* case proof is required and is at our discretion. NO refunds will be issued *
* starting on the 31st day after purchase. This gives you plenty of time to test *
* drive the software. You are required to allow us the attempt to *
* resolve the issue via our support before any refund is considered. Refund *
* policy is also governed by our Terms Of Use policy. That link is available at *
* the top of this license document. *
* *
* By use of this software you agree not only to abide by this license but *
* also that if such action is taken and your license should be revoked *
* then you also agree to return to us or destroy all copies of software *
* upon termination of the license immediately and without further *
* judicial action. *
* *
* In either case voluntary or involuntary license revocation by you or by *
* the owner or partners, if you choose not to verify through a legal independant *
* party or company, or a signed notorized affidavit that all copies of the software *
* have been verified as being removed/wiped or by other terms destroyed, and that *
* you hold no backup copies of the software, then no refund shall be issued. And *
* other legal process could be filed to force you to verify removal. *
* *
* 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 HOLDER 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. *
* *
* This Agreement shall be governed and interpreted by the laws of the State of *
* Texas. Wood County, Texas shall be the appropriate venue and jurisdiction for *
* the resolution of any disputes hereunder. Both parties hereby consent to such *
* personal and exclusive jurisdiction. *
*************************************************************************************
*/