boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem whit my index.php in f2o hosting

 
Post new topic   Reply to topic    boardom Forum Index -> PHP help
View previous topic :: View next topic  
Author Message
Spanglish
Guest





PostPosted: Wed Jun 04, 2003 10:17 am    Post subject: Problem whit my index.php in f2o hosting Reply with quote

I don´t know which is the problem. Two days a go the page ran ok, and now the page can´t run in netscape and some times in IE. I think it´s a server problem but I´m not sure. Can you help me?
Code:

<?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 Strict//EN" "http://www.w3.org/TR/xht4ml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->

<head>
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />

<link href="/layout2b.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
<SCRIPT LANGUAGE="JavaScript">

<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=320');");
}
// -->
</script>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" valign="top">
      <table width="100%" border="0" cellpadding="20" cellspacing="0" background="images/saladleuttice.jpg" bgcolor="#FFFFFF">
        <tr>
          <td rowspan="2" align="left" valign="top">
            <!-- // b2 loop start -->
            <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
            <?php the_date("","<h2>","</h2>"); ?>
            <?php permalink_anchor(); ?>
            <div class="storyContent">
              <div class="storyTitle">
                <?php the_title(); ?>
                <br />
                <br />
              </div>
              <?php the_content(); ?>
              <br />
              <br />
              <span class="storyAuthor">
              <?php the_category() ?>
              enviado por
              <?php the_author() ?>
              a las </span><a href="<?php permalink_link() ?>">
              <?php the_time() ?>
              </a>
              <?php permalink_anchor(); ?>
              <a href="index.php?p=<?php the_ID() ?>&c=1&theme=<?= $theme ?>#comments" width="95%">
              [
              <?php comments_number("Sin comentario", "Comentario (1)", "Comentarios (%)") ?>
              ]</a>
              <?php link_pages("<br />Pages: ","number") ?>
              <a href="<?php permalink_link() ?>"></a>
              <?php include ("b2comments.php"); ?>
              <?php trackback_rdf() ?>
              <!-- this includes the comments and a form to add a new comment -->
            </div>
            <!-- // this is just the end of the motor - don't touch that line either :) -->
            <?php } ?>
          </td>
          <td width="180" align="center" valign="top" class="border">
            <?php include("b2calendar.php"); ?>
            <h4>archivos:</h4>
            <?php include("b2archives.php"); ?>
         <h4>links:</h4>
            <?php
   // This sample file provided by Loyd Goodbar http://www.blackrobes.net/
   $blog=1;
   include("./blog.header.php");
   include_once("./b2links.php");
   $query = "SELECT cat_id, cat_name FROM $tablelinkcategories ORDER BY cat_name";
?>
            <?php
  /* motor for link categories, then show all links therein */
  $result = mysql_query($query) or die("Could not retrieve list of link categories.");
  while ($row = mysql_fetch_array($result)) {
?>
            <?php get_links($row['cat_id'],'','<br />',' ',true,'name',true,false); ?>
            <?php
  }
?>
            <h4>categorias:</h4>
            <?php list_cats(0, 'All', 'name'); ?>
            <h4>buscar:</h4>
            <form action="<?php echo $PHP_SELF; /*$siteurl.$blogfilename*/ ?>" method="get" name="searchform" id="searchform">
              <input type="text" name="s" size="15" />
              <br />
              <br />
              <input type="submit" name="submit" value="buscar" />
            </form>
         <h4>otros:</h4>
            <a href="b2login.php">entra</a><br />
            <a href="b2register.php">reg&strate</a><br />
            <h4>usuarios:</h4>
            <span class="storyAuthor">
            <? include "activos.php"; ?>
            </span><br />
            <h4>stats:</h4>
            <span class="storyAuthor"> <a href="b2stats.php" target="_blank">estad&sticas</a></span><br />
            <h4>chat</h4>
            <a href="javascript:popUp('chat/chat1.html')">chat</a><br />
<h4>noticias:</h4>
            <span class="storyTitle">
            <iframe src="noticias.html" name="noticias" width="170" marginwidth=0 height="300" marginheight=0 frameborder=0 hspace=0 vspace=0 class="borderall" noresize>
            Tu navegador no soporta iframes, actualizalo a un navegador moderno.
            <a href="noticias.html" target="_blank"><br>
            <br>
            Pulsa aquí</a> para ver la página de noticias o <a href="http://www.microsoft.com." target="_blank">pulsa
            aquí</a> para bajarte el Internet Explorer.</iframe>
            </span></td>
        </tr>
        <tr>
          <td align="center" valign="bottom" class="border"><a href="/b2rss.xml"><img src="b2-img/xml.gif" alt="RSS" width="36" height="14" border="0" /></a><br />
            <br /> <a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
            <br /> <br /> <div id="chaff"><a href="mailto:abuse@[127.0.0.1]" title="anti sp@mbot addrss">4
              sp@mbots e-mail me</a> </div>
            <p class="centerP"> [powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]</p>
            <!-- BlueRobot was here. -->
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>
Back to top
confused_juvenille



Joined: 28 May 2003
Posts: 52
Location: bleh

PostPosted: Tue Jul 08, 2003 11:31 pm    Post subject: Reply with quote

did you edit it at all during that time?
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> PHP help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group