luvzack
Joined: 17 Mar 2004 Posts: 1
|
Posted: Wed Mar 17, 2004 1:46 am Post subject: Blank Blog... |
|
|
Lucky me. My cpanel lost all my databases so I get to install everything again I saved the old coding from my former blog, but it doesn't work =( So, I started over again and my blog (http://purrmeow.net/b2) isn't showing up correctly.
Here's index.php
Quote: | <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->
<head><title>[ [ Smells like Rain ) ) || v. 1 || main ] ]</title>
<!-- -------- -->
<!-- [ this site was created by Ambrosia -- [email protected] ]
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<LINK REL=stylesheet HREF="/me/newestblogcss.css" TYPE="text/css">
</head>
<body>
<div id="content">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_title(); ?> | <?php the_date("","<b>","</b>"); ?><?php the_time() ?></div>
<div class="storyContent">
<?php the_content(); ?>
<div class="rightFlush">
<?php link_pages("<br />Pages: ","<br />","number") ?>
<?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>
<?php trackback_popup_link("TrackBack (0)", "TrackBack (1)", "TrackBack (%)") ?>
<?php pingback_popup_link("PingBack (0)", "PingBack (1)", "PingBack (%)") ?>
<br><?php list_cats(0, 'All', 'name'); ?>
<?php trackback_rdf() ?>
<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>
<!-- this includes the trackbacks -->
<?php include ("b2trackback.php"); ?>
<!-- this includes the pingbacks -->
<?php include ("b2pingbacks.php"); ?>
</div>
</div>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
</div>
<p class="centerP"><?php timer_stop(1); ?>
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
</p>
</body>
</HTML> |
The only thing that shows up is who it was powered by. Can someone please help me out? Thank you. |
|