HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/discuz/index.php.bak
<?php

/*
	[Discuz!] (C)2001-2009 Comsenz Inc.
	This is NOT a freeware, use is subject to license terms

	$Id: index.php 21048 2009-11-09 05:59:18Z monkey $
*/

define('BINDDOMAIN', 'index');

require_once './include/common.inc.php';

if(!$loadforum) {
	if($indextype) {
		$op = empty($op) ? $indextype : $op;
		$indexfile = in_array($op, array('classics', 'feeds')) ? $op : 'classics';
	} else {
		$indexfile = 'classics';
	}

	if($indexfile == 'classics' || !empty($gid)) {
		require_once DISCUZ_ROOT.'./include/index_classics.inc.php';
	} elseif($indexfile == 'feeds') {
		require_once DISCUZ_ROOT.'./include/index_feeds.inc.php';
	} else {
		showmessage('undefined_action');
	}
} else {
	require_once './forumdisplay.php';
}

?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15319853-1");
pageTracker._trackPageview();
} catch(err) {}</script>