-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JakeBBS first commit
- Loading branch information
0 parents
commit f9b527d
Showing
116 changed files
with
20,673 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
Revised BSD License | ||
Copyright (c) 2004-2009 JakeBBS Inc. | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
|
||
2. 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. | ||
|
||
3. Neither the name of JakeBBS Inc. 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. | ||
|
||
Transparent SHA-256 Implementation for PHP 4 and PHP 5 | ||
|
||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
This library 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 | ||
Lesser General Public License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public | ||
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
or see <http://www.gnu.org/licenses/>. | ||
|
||
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 | ||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 | ||
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
Please remember that we are not responsible for any | ||
messages posted. We do not vouch for or warrant the | ||
accuracy, completeness or usefulness of any message, | ||
and are not responsible for the contents of any message. | ||
The messages express the views of the author of the | ||
message, not necessarily the views of this BB. Any user | ||
who feels that a posted message is objectionable is | ||
encouraged to contact us immediately by email. We have | ||
the ability to remove objectionable messages and we will | ||
make every effort to do so, within a reasonable time | ||
frame, if we determine that removal is necessary. You | ||
agree, through your use of this service, that you will | ||
not use this BB to post any material which is knowingly | ||
false and/or defamatory, inaccurate, abusive, vulgar, | ||
hateful, harassing, obscene, profane, sexually oriented, | ||
threatening, invasive of a person's privacy, or | ||
otherwise violative of any law. You agree not to post | ||
any copyrighted material unless the copyright is owned | ||
by you or by this BB. | ||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<?php | ||
/* | ||
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. | ||
Copyright 2004-2009 JakeBBS - http://google.com/search?q=JakeBBS+Inc.&btnI=I%27m+Feeling+Lucky | ||
Copyright 2004-2009 JakeBBS Inc. - http://google.com/search?q=JakeBBS+Inc.&btnI=I%27m+Feeling+Lucky | ||
$FileInfo: admin.php - Last Update: 07/01/1867 Ver 142 Author: Jake $ | ||
*/ | ||
if(@ini_get("register_globals")) { | ||
require_once('inc/misc/killglobals.php'); } | ||
require('preindex.php'); | ||
$usefileext = $Settings['file_ext']; | ||
if($ext=="noext"||$ext=="no ext"||$ext=="no+ext") { $usefileext = ""; } | ||
$filewpath = $exfile['admin'].$usefileext.$_SERVER['PATH_INFO']; | ||
?> | ||
|
||
<title> <?php echo $Settings['board_name'].$jakebbspowertitle; ?> </title> | ||
</head> | ||
<body> | ||
<?php | ||
$_SESSION['ViewingPage'] = url_maker(null,"no+ext","act=view","&","=",$prexqstr['index'],$exqstr['index']); | ||
if($Settings['file_ext']!="no+ext"&&$Settings['file_ext']!="no ext") { | ||
$_SESSION['ViewingFile'] = $exfile['index'].$Settings['file_ext']; } | ||
if($Settings['file_ext']=="no+ext"||$Settings['file_ext']=="no ext") { | ||
$_SESSION['ViewingFile'] = $exfile['index']; } | ||
$_SESSION['PreViewingTitle'] = "Viewing"; | ||
$_SESSION['ViewingTitle'] = "Board index"; | ||
if(!isset($_GET['subact'])) { $_GET['subact'] = null; } | ||
if(!isset($_POST['subact'])) { $_POST['subact'] = null; } | ||
if(!isset($_GET['menu'])) { $_GET['menu'] = null; } | ||
$AdminMenu = null; | ||
require($SettDir['inc'].'navbar.php'); | ||
if($_SESSION['UserGroup']==$Settings['GuestGroup']||$GroupInfo['HasAdminCP']=="no") { | ||
redirect("location",$basedir.url_maker($exfile['index'],$Settings['file_ext'],"act=view",$Settings['qstr'],$Settings['qsep'],$prexqstr['index'],$exqstr['index'],false)); | ||
ob_clean(); @header("Content-Type: text/plain; charset=".$Settings['charset']); | ||
gzip_page($Settings['use_gzip'],$GZipEncode['Type']); @session_write_close(); die(); } | ||
if($_GET['act']==null) { | ||
$_GET['act']="view"; } | ||
if($_GET['act']=="view"&&$GroupInfo['ViewDBInfo']!="yes") { | ||
$_GET['act']="view"; } | ||
if($_GET['act']=="vercheck"&&$GroupInfo['ViewDBInfo']=="yes") { | ||
@header("Location: ".$VerCheckURL."&bid=".$Settings['bid']."&vercheck=newtype"); } | ||
if($_GET['act']=="view") | ||
{ $AdminMenu = "menu"; | ||
if($_GET['menu']==null) { | ||
$AdminMenu = "main"; } | ||
require($SettDir['admin'].'main.php'); } | ||
if($_GET['act']=="settings"|| | ||
$_GET['act']=="mysql"|| | ||
$_GET['act']=="info"|| | ||
$_GET['act']=="optimize"|| | ||
$_GET['act']=="delsessions") | ||
{ $AdminMenu = "main"; | ||
require($SettDir['admin'].'main.php'); } | ||
if($_GET['act']=="addforum"|| | ||
$_GET['act']=="editforum"|| | ||
$_GET['act']=="deleteforum"|| | ||
$_GET['act']=="retopics"|| | ||
$_GET['act']=="rereplies"|| | ||
$_GET['act']=="fixrnames"|| | ||
$_GET['act']=="fixtnames"|| | ||
$_GET['act']=="fpermissions") | ||
{ $AdminMenu = "forums"; | ||
require($SettDir['admin'].'forums.php'); } | ||
if($_GET['act']=="addcategory"|| | ||
$_GET['act']=="editcategory"|| | ||
$_GET['act']=="deletecategory"|| | ||
$_GET['act']=="cpermissions") | ||
{ $AdminMenu = "categories"; | ||
require($SettDir['admin'].'categories.php'); } | ||
if($_GET['act']=="validate"|| | ||
$_GET['act']=="editmember"|| | ||
$_GET['act']=="deletemember") | ||
{ $AdminMenu = "members"; | ||
require($SettDir['admin'].'members.php'); } | ||
require($SettDir['inc'].'endpage.php'); | ||
if(!isset($admincptitle)) { $admincptitle = null; } | ||
?> | ||
</body> | ||
</html> | ||
<?php | ||
if($admincptitle==null) { | ||
change_title($Settings['board_name']." ".$ThemeSet['TitleDivider']." Admin CP",$Settings['use_gzip'],$GZipEncode['Type']); } | ||
if($admincptitle!=null) { | ||
change_title($Settings['board_name'].$admincptitle,$Settings['use_gzip'],$GZipEncode['Type']); } | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?php | ||
/* | ||
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. | ||
Copyright 2004-2009 JakeBBS - http://google.com/search?q=JakeBBS+Inc.&btnI=I%27m+Feeling+Lucky | ||
Copyright 2004-2009 JakeBBS Inc. - http://google.com/search?q=JakeBBS+Inc.&btnI=I%27m+Feeling+Lucky | ||
$FileInfo: calendar.php - Last Update: 07/01/1867 Ver 142 Author: Jake $ | ||
*/ | ||
if(@ini_get("register_globals")) { | ||
require_once('inc/misc/killglobals.php'); } | ||
require('preindex.php'); | ||
$usefileext = $Settings['file_ext']; | ||
if($ext=="noext"||$ext=="no ext"||$ext=="no+ext") { $usefileext = ""; } | ||
$filewpath = $exfile['calendar'].$usefileext.$_SERVER['PATH_INFO']; | ||
?> | ||
|
||
<title> <?php echo $Settings['board_name'].$jakebbspowertitle; ?> </title> | ||
</head> | ||
<body> | ||
<?php | ||
require($SettDir['inc'].'navbar.php'); | ||
|
||
if($_GET['act']==null) { | ||
$_GET['act']="view"; } | ||
if($_GET['act']=="view") | ||
{ require($SettDir['inc'].'calendars.php'); } | ||
if($_GET['act']=="create") | ||
{ require($SettDir['inc'].'events.php'); } | ||
require($SettDir['inc'].'endpage.php'); ?> | ||
</body> | ||
</html> | ||
<?php | ||
if($_GET['act']=="view") { | ||
change_title($Settings['board_name']." ".$ThemeSet['TitleDivider']." Viewing Calendar",$Settings['use_gzip'],$GZipEncode['Type']); } | ||
if($_GET['act']=="create") { | ||
change_title($Settings['board_name']." ".$ThemeSet['TitleDivider']." Making a Event",$Settings['use_gzip'],$GZipEncode['Type']); } | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?php | ||
/* | ||
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. | ||
Copyright 2004-2009 JakeBBS - http://google.com/search?q=JakeBBS+Inc.&btnI=I%27m+Feeling+Lucky | ||
Copyright 2004-2009 JakeBBS Inc. - http://google.com/search?q=JakeBBS+Inc.&btnI=I%27m+Feeling+Lucky | ||
$FileInfo: category.php - Last Update: 07/01/1867 Ver 142 Author: Jake $ | ||
*/ | ||
if(@ini_get("register_globals")) { | ||
require_once('inc/misc/killglobals.php'); } | ||
$checklowview = true; | ||
require('preindex.php'); | ||
$usefileext = $Settings['file_ext']; | ||
if($ext=="noext"||$ext=="no ext"||$ext=="no+ext") { $usefileext = ""; } | ||
$filewpath = $exfile['category'].$usefileext.$_SERVER['PATH_INFO']; | ||
if(!is_numeric($_GET['id'])) | ||
{ $_GET['id']="1"; } | ||
?> | ||
|
||
<title> <?php echo $Settings['board_name'].$jakebbspowertitle; ?> </title> | ||
</head> | ||
<body> | ||
<?php if($_GET['act']!="lowview") { | ||
require($SettDir['inc'].'navbar.php'); } | ||
$CatCheck = null; | ||
if($_GET['act']==null) | ||
{ $_GET['act']="view"; } | ||
if(!is_numeric($_GET['id'])) | ||
{ $_GET['id']="1"; } | ||
if($_GET['act']=="view") | ||
{ require($SettDir['inc'].'categories.php'); } | ||
if($_GET['act']=="lowview") | ||
{ require($SettDir['inc'].'lowcategories.php'); } | ||
if($_GET['act']=="view"||$_GET['act']=="stats") | ||
{ require($SettDir['inc'].'stats.php'); } | ||
require($SettDir['inc'].'endpage.php'); | ||
if(!isset($CategoryName)) { $CategoryName = null; } | ||
?> | ||
|
||
</body> | ||
</html> | ||
<?php | ||
change_title($Settings['board_name']." ".$ThemeSet['TitleDivider']." ".$CategoryName,$Settings['use_gzip'],$GZipEncode['Type']); | ||
?> |
Oops, something went wrong.