Development > Coding and development discussion

Important notices to code contributors

(1/1)

Khalem:
This list may change to include recommended ways of accessing certain features of the bot as time goes by.

License
- All code posted on these forums or links to code where it is clear that the author of the code is the person making the link will be assumed to be licensed under the General Public License version 2 or later unless otherwise stated in the post or in the actual code. As such they can be freely distributed and changed.

- Any code modifications done to code posted on these forums or distributed with BeBot will fall under their respective License.

This is effective as of 28th of November 2005

Important
All sourcecode, attachments and similar posted or linked to from these forums are unofficial and often unsupported. Use at your own risk. Usually the GPL disclaimer will apply:

--- Quote ---This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

--- End quote ---
The full GPL text is available at http://www.gnu.org/copyleft/gpl.html

Coding
- Whenever you hardcode access restrictions into modules, please ensure that those access restrictions are recursive.
For example, if the restriction check is for "Raidleader", also make sure that "Admin" and "Superadmin" are checked. This ensures that people do not need to be listed in all access lists below their highest access list entry.

Posting code
You will generally have 3 options when it comes to posting code.
- You can post the code in your post on the forum. If you use the code BBCode tag your code will appear in a fixed font preserving any formatting.
If you paste your code inside the code BB-code blocks starting with <?php instead of merely <? the code will automatically be colorized with syntax highlighting.
- Post your mod as an attachment using the "Additional Options" when posting. Permitted file extentions are: txt, zip, rar, tar, gz, bz2
- Direct links to an offsite location. If you do this, please be sure to either archive it using zip, rar, tar, gz or bz2, or post it in a plaintext readable format like phps or txt

Khalem:
Bump for update.

Navigation

[0] Message Index

Go to full version