-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
88 lines (88 loc) · 5.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// __________________________________________
// // JakeBBS \\
// \\ Made by JakeBBS Inc. //
// """"""""""""""""""""""""""""""""""""""""""
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// UTF8 helper functions
// author: Scott Michael Reynen "[email protected]"
// url: http://www.randomchaos.com/document.php?source=php_and_unicode
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// utf8_substr by frank at jkelloggs dot dk
// http://us3.php.net/manual/en/function.substr.php#55107
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// PhpCaptcha - A visual and audio CAPTCHA generation library
// Software License Agreement (BSD License)
// Copyright (C) 2005-2006, Edward Eliot.
// All rights reserved.
// Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) Under GPL License
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// JakeBBS Installer made by JakeBBS Inc. - http://upload.jakebbs.s1.jcink.com/
// How to delete installer if error happens:
// Delete install.php file and the setup folder/dir and everyting inside it also.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// DejaVu fonts 2.26 (c)2004-2009 DejaVu fonts team
// The DejaVu fonts are a font family based on the Bitstream Vera Fonts
// (http://gnome.org/fonts/). Its purpose is to provide a wider range of
// characters (see status.txt for more information) while maintaining the
// original look and feel.
// DejaVu fonts are based on Bitstream Vera fonts version 1.10.
// For more information go to http://dejavu.sourceforge.net/.
// Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah:
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// PhpCaptcha - A visual and audio CAPTCHA generation library
// Software License Agreement (BSD License)
// Copyright (C) 2005-2006, Edward Eliot.
// All rights reserved.
// Documentation is available at http://www.ejeliot.com/pages/2JakeBBS
// WebSite is at http://www.ejeliot.com/pages/php-captcha
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// Important Note: The Emoticons distributed with the Software were
// created by Jcink; its usage is not governed under the terms of
// this license agreement. Information regarding its usage can be
// found on textfileBB's Web site at https://launchpad.net/tfbb.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb)
// under GPL 2 License (http://www.gnu.org/licenses/gpl-2.0.txt)
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Revised BSD License.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// 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
// Revised BSD License for more details.
// Read LICENSE for more info.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// About Free Software:
// Free software is not just free of cost (like "free beer").
// It is free as in freedom (like "free speech").
// Free software gives you the freedom to use a program,
// study how it works, improve it, and share it with others.
// For more information, visit the Free Software Foundation.(http://www.fsf.org/)
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// List Can be fond at http://upload.jakebbs.s1.jcink.com/index.php/topic,103.0.html
// Free WebHosts
// Hosts that JakeBBS Works on
// * http://freejcinkhosting.afraid.org:81/
// * http://funpic.org/
// * http://5gigs.com/
// * http://www.lycos.co.uk/
// * http://www.100webspace.com/
// * http://www.globalweb.com.ru/
// Hosts that JakeBBS dose not work on
// * http://awardspace.com/
// Paid WebHosts
// Hosts that JakeBBS Works on
// * Unknow
// Hosts that JakeBBS dose not works on
// * Unknow
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=