MyBB Community Forums

Full Version: Can you guys load my index page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im having trouble loading my index page like it just becomes blank so i was was wondering if you guys can heres the link http://the4gnation.webege.com/index.php

usally i cant connect at all to my site form 9:30 to 5:am but today i can but now i cant load my index(forums) but everything else i can
Nope the page doesn't load nothing outputs besides the 000webhost script.
Just blank for me, too. What plugins have you installed recently? What does your index template look like?
yea i was adding some plugins and i think i screwd up heres my header

<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="panel">
{$welcomeblock}
</div>
<div class="logo_left">
<div class="logo_right">
<div id="logo">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
<form action="search.php" method="post" style="padding-top: 8px;">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" value="Search..." onfocus="if(this.value == 'Search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Search...'; }" class="textbox" style="padding: 6px 26px 6px 6px; width: 140px; margin-left: 13px;" /><input type="submit" value="" class="search_go" />
</form>
</div>
</div>
</div>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">Home{$mybb->settingsForums}</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php" class="index">Forums{$lang->toplinks_Home}</a></li>
<li><a href="{$mybb->settings['bburl']}/donate.php" class="help">Premium{$lang->toplinks_Premium}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">Help Me!{$mybb->settingsHelp}
<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
</ul>
</div>
</div>
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- NotifyReplies -->
{$newreplies}<!-- /NotifyReplies -->
{$pending_joinrequests}
<navigation>
<br />

_________________________________________________

and heres my index
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}

{myshoutbox}
{$forums}

{$footer}
</body>
</html>

o no this is not gooooood. i just deleted everything i recently added and still didnt work
ok all i had to do was replace the old index.php with a new one