Jump to content

Php Script-Not updating for some?


Kyrros

Recommended Posts

Mmk, so basically, everyone I've had view my site has had problems with it.

Where ever I've edited the Php code and removed an image, it looks fine for me.

 

But the two people I had view it, one had Red X's in IE, the other had blue ?'s in Safari.

I removed the Caching option in my CMS, but that didn't do anything, and I'm a bit lost as to what to do.

http://www.ordosancta.org

How I see it/how it is supposed to look-Site.png

How one of my friend's sees it-> And my Php-Code-

 

moz-screenshot.jpgmoz-screenshot-1.jpg<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">

 

<html>

<head>

 

  <title><?php print $head_title ?></title>

  <?php print $head ?>

  <?php //print $styles ?>

  <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/style.css";</style>

  <?php print $scripts ?>

  <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>

 

<style type="text/css">

<!--

body    { background-color: #000000;

  margin: 0px;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  color: #ffffff;

  font-size: 11px;

  scrollbar-base-color: #000000;}

 

font {

  font-size: 11px;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 11px;

  color: #ffffff;}

 

table.standard,

table.userhead,

table.userbody,

table.userbottom,

table.quote,

table.contenthead,

table.contentbody,

table.contentbottom,

table.forumhead,

table.forumbody,

table.forumbottom,

table.event,

table.commentbody  {

  background: #1D1208;}

 

td, th {

  font-size: 11px;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  color: #ffffff;}

 

hr {

  color: #C10F0C;}

 

input,

option,

select,

textarea {

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 11px;

  color: #C10F0C;

  background: #000000;}

 

.radio, .checkbox {background: none;}

.w90    {width: 90%;}

 

 

.big {

  font-size: 11px;}

 

.small, .forumedit {

  font-size: 10px;}

 

.bg, .bgsmall {

  color: #ffffff;}

 

.bgsmall {

  font-size: 10px;}

 

a, a.forumcat, a.forumthread {

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 11px;}

 

a:link, a:visited,

a.forumcat:link, a.forumcat:visited,

a.forumthread:link, a.forumthread:visited {

  color: #ffffff;}

 

a:hover, a:active,

a.forumcat:active, a.forumcat:hover,

a.forumthread:active, a.forumthread:hover {

  color: #C10F0C;}

 

a.big:hover, a.big:active {

  color: #C10F0C;}

 

a.small:hover, a.small:active {

  color: #C10F0C;}

 

.heads, .headssmall {

  font-family: Tahoma, Verdana, Helvetica, Arial;

  color: #C10F0C;

  }

a.heads, td.heads, th.heads {

  font-size: 11px;

  }

 

td.heads, th.heads {

  background-color: #; background-image: url(<?php print base_path() . path_to_theme() ?>/images/head0000.jpg);}

 

 

a.heads:link,

a.heads:visited {

  color: #C10F0C;

  }

 

a.heads:active,

a.heads:hover {

  color: #ffffff;

}

 

a.headssmall, font.headssmall {

  font-size: 10px;}

 

a.headssmall:link,

a.headssmall:visited {

  color: #C10F0C;

  }

 

a.headssmall:active, a.headssmall:hover {

  color: #ffffff;}

 

td,th {color: #ffffff;}

 

td.left,

th.left,

td.commentleft,

th.commentleft  {

  background-color: #373B3A;

  color: #ffffff; }

 

td.right,

th.right,

td.commentright,

th.commentright {

  background-color: #262A29;

  color: #ffffff; }

 

td.standard,

th.standard,

td.event,

th.event {

  background-color: #373B3A;

  color: #ffffff; }

 

td.highlight,

th.highlight {

  background-color: #262A29;

  color: #ffffff; }

 

td.highlightsmall,

th.highlightsmall {

  background-color: #262A29;

  color: #ffffff;

  font-size: 10px; }

 

td.odd,

th.odd,

td.contentodd,

th.contentodd,

td.forum1,

 

th.forum1 {

  background-color: #373B3A;

  color: #ffffff;

  }

 

td.odd2,

th.odd2,

td.contentodd2,

th.contentodd2,

td.forum2,

th.forum2 {

  background-color: #373B3A;

  color: #ffffff;

  }

 

td.even,

th.even,

td.contenteven,

th.contenteven,

td.forum3,

th.forum3 {

  background-color: #3C403F;

  color: #ffffff;

  }

 

td.even2,

th.even2,

td.contenteven2,

th.contenteven2,

td.forum4,

th.forum4 {

  background-color: #3C403F;

  color: #ffffff;

  }

 

table.navtabletop,

table.navtableleft,

table.navtableright,

table.navtablebottom {

  background: #;}

 

td.quote {background-color: 6F7473; font-family: Tahoma, Verdana, Helvetica, Arial; font-size: 11;}

 

 

td.navheadtop,

  th.navheadtop,

td.navheadleft,

  th.navheadleft,

td.navheadright,

  th.navheadright,

td.navheadbottom,

  th.navheadbottom {

  background-color: #;

  color: #ffffff;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 10px;

  background-image: url(<?php print base_path() . path_to_theme() ?>/images/00000000.txt);

  }

 

A.navheadtop:link,

A.navheadtop:visited,

A.navheadleft:link,

A.navheadleft:visited,

A.navheadright:link,

A.navheadright:visited,

A.navheadbottom:link,

A.navheadbottom:visited    {

  text-decoration: underline;

  color: #ffffff;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 10px; }

 

A.navheadtop:active,

A.navheadtop:hover,

A.navheadleft:active,

A.navheadleft:hover,

A.navheadright:active,

A.navheadright:hover,

A.navheadbottom:active,

A.navheadbottom:hover {

  text-decoration: none;

  color: #ffffff;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 10px; }

 

td.navbgtop,

  th.navbgtop,

td.navbgleft,

  th.navbgleft,

td.navbgright,

  th.navbgright,

td.navbgbottom,

  th.navbgbottom {

  background-color: #;

  color: #ffffff;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 11px; }

 

A.navtop:link,

A.navtop:visited,

A.navleft:link,

A.navleft:visited,

A.navright:link,

A.navright:visited,

A.navbottom:link,

A.navbottom:visited    {

  text-decoration: none;

  color: #ffffff;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 11px; }

 

A.navtop:active,

A.navtop:hover,

A.navleft:active,

A.navleft:hover,

A.navright:active,

A.navright:hover,

A.navbottom:active,

A.navbottom:hover {

  text-decoration: none;

  color: #C10F0C;

  font-family: Tahoma, Verdana, Helvetica, Arial;

  font-size: 11px;

  }

 

.heads,

  .headssmall,

  .navheadtop,

  .navheadleft,

  .navheadright,

  .navheadbottom

{font-weight: bold;}

 

/* Added for Drupal */

 

ul {

  margin: 0.5em 0 1em;

  padding: 0;

}

 

ul li {

  margin: 0.4em 0 0.4em 1.2em;

}

 

ul li.expanded {

  list-style-type: circle;

}

 

ul li.collapsed {

  list-style-type: disc;

}

 

ul li.leaf {

  list-style-type: square;

}

 

 

body {

-->

</style>

</head>

 

<!--

  :::::::::::::::::::::::::::::::::::::::::::

  ::                                      ::

  ::    GS Grafix-Szene                    ::

  ::    http://www.psd-resources.de        ::

  ::                                      ::

  :::::::::::::::::::::::::::::::::::::::::::

  -->

<body>

<table border="0" cellspacing="0" cellpadding="0" height="100%" align="center">

    <tr>

        <td width="15" background="<?php print base_path() . path_to_theme() ?>/images/links000.jpg" valign="top" height="100%">

            <table cellpadding="0" cellspacing="0" width="15" height="100%">

                <tr>

                    <td width="15" height="250" valign="top"><img src="<?php print base_path() . path_to_theme() ?>/images/name0000.jpg" width="15" height="250" border="0"></td>

                </tr>

                <tr>

                    <td width="15" height="100%"> </td>

                </tr>

<tr>

                    <td width="15" height="250" valign="top"><img src="<?php print base_path() . path_to_theme() ?>/images/leftend0.jpg" width="15" height="250" border="0"></td>

                </tr>

                                    </table>

        </td>

                <td width="970" valign="top" background="<?php print base_path() . path_to_theme() ?>/images/backgrou.jpg" height="100%">

        <table cellpadding="0" cellspacing="0" width="970" height="100%">

                            <tr>

                                <td valign="top" width="970" align="center">

                                    <table cellpadding="0" cellspacing="0" width="970" height="250">

    <tr>

        <td width="970" height="250" background="<?php print base_path() . path_to_theme() ?>/images/header00.jpg">

<img border="0" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" width="10" height="225">

 

</td>

</tr>

    </table>

 

                                </td>

                            </tr>

                            <tr>

                                <td valign="top" width="650" align="center" height="100%">

                              <table class="sitebody" border="0" cellspacing="0" cellpadding="0" width="100%">

<tr>

  <td valign="top" class="designbodyleft">

    <table border="0" cellspacing="0" cellpadding="0" width="160" background="0" height="100%">

    <tr>

        <td valign="top" align="center" background="<?php print base_path() . path_to_theme() ?>/images/navstart.gif" width="160" height="46">

                              <tr>

              <td valign="top" background="<?php print base_path() . path_to_theme() ?>/images/navbox_b.gif">

           

<!-- BLOCK BEGIN -->

           

    <?php if ($sidebar_left) { ?>

      <?php print $sidebar_left ?>

    <?php } ?>

 

<!-- BLOCK END -->

 

 

</td>

      </tr>

<td valign="top" align="center" background="<?php print base_path() . path_to_theme() ?>/images/blank000.gif"><img src="<?php print base_path() . path_to_theme() ?>/images/navend00.gif" width="160" height="331">

      </td>

    </tr>

    </table>

  </td>

        <td width="100%" valign="top" class="designbodycenter">

<div align="center">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="650" background="<?php print base_path() . path_to_theme() ?>/images/background_buttons.gif">

<tr> <td width="0%" align="center"><img border="0" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" width="28" height="70"></td><td width="0%" align="center">

<a href="<?php print base_path() ?>index.php"><img border="0" src="<?php print base_path() . path_to_theme() ?>/images/home0000.gif" alt="Home"></a></td><td width="0%" align="center">

<img border="0" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" width="0" height="15"></td><td width="0%" align="center">

<a href="http://ordosancta.org/blog"><img border="0" src="<?php print base_path() . path_to_theme() ?>/images/news0000.gif" alt="Blog"></a></td><td width="0%" align="center">

<img border="0" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" width="0" height="15"></td><td width="0%" align="center">

<a href="http://ordosancta.org/forums"><img border="0" src="<?php print base_path() . path_to_theme() ?>/images/forum000.gif" alt="Forum"></a></td><td width="0%" align="center">

<img border="0" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" width="0" height="15"></td><td width="0%" align="center">

 

<img border="0" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" width="35" height="70"></td></tr>

</table>

</center></div>

<table border="0" cellspacing="0" cellpadding="0" width="99%" align="center">

<tr>

<td background="<?php print base_path() . path_to_theme() ?>/images/ta010000.jpg" width="650" height="64">

</td>

</tr>

<tr>

<td background="<?php print base_path() . path_to_theme() ?>/images/ta030000.jpg">

<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">

<tr>

<td height="80" valign="top">

 

 

<!-- Node Begin -->

 

 

<?php print $content; ?>

 

 

<!-- NODE END -->

 

 

<table border="0" cellspacing="0" cellpadding="0">

  <tr>

  <td><img border="0" height="5" width="1" alt="" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" /></td>

  </tr>

</table>

</td>

</tr>

</table>

</td></tr>

<tr>

<td><img src="<?php print base_path() . path_to_theme() ?>/images/ta020000.jpg" width="650" height="65"></td>

</tr>

</table>

        </td>

      <td valign="top" class="designbodyleft">

    <table border="0" cellspacing="0" cellpadding="0" width="160" background="0" height="100%">

    <tr>

        <td valign="top" align="center" background="<?php print base_path() . path_to_theme() ?>/images/navstaru.gif" width="160" height="45">

                              <tr>

              <td valign="top" background="<?php print base_path() . path_to_theme() ?>/images/navbox_c.gif"><table border="0" cellspacing="0" cellpadding="0" width="100%">

<tr>

<td class="navheadright" width="160" height="26" style="background-image: url(<?php print base_path() . path_to_theme() ?>/images/navtop.gif);" align="center">

</td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0" width="100%">

<tr>

<td class="centerbot" width="100%" height="12" style="background-image: url(<?php print base_path() . path_to_theme() ?>/images/nav_footer_re.gif);"><img border=0 width="1" height="1" alt="" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif" /></td>

</tr>

</table><table border="0" cellspacing="0" cellpadding="0">

  <tr>

  <td><img border="0" width="1" height="5" alt="" src="<?php print base_path() . path_to_theme() ?>/images/blank000.gif"></td>

  </tr>

</table>

 

 

<!-- BLOCK BEGIN -->

 

    <?php if ($sidebar_right) { ?>

      <?php print $sidebar_right ?>

    <?php } ?>

 

<!-- BLOCK END -->

 

 

 

 

</td>

      </tr>

<td valign="top" align="center" background="<?php print base_path() . path_to_theme() ?>/images/blank000.gif"><img src="<?php print base_path() . path_to_theme() ?>/images/navend_r.gif" width="160" height="323">   

    </table>

  </td>

</tr>

</table>

                                </td>

                            </tr>

                            <tr>

                                <td valign="top" width="100%" align="center">

                                    <br />

 

<p align="center">

<a href="" target="_blank"><img src="<?php print base_path() . path_to_theme() ?>/images/" border="0" align="center"></a><br>

<a href="" target="_blank"><img src="" border="0" align="center"></a>

</p>

                                </td>

                            </tr>

                        </table>

        </td>

        <td width="15" background="<?php print base_path() . path_to_theme() ?>/images/rechts00.jpg" valign="top" height="100%">

            <table cellpadding="0" cellspacing="0" width="15" height="100%">

                <tr>

                    <td width="15" height="250" valign="top"><img src="<?php print base_path() . path_to_theme() ?>/images/rechts_t.jpg" width="15" height="250" border="0"></td>

                </tr>

                <tr>

                    <td width="15" height="100%"> </td>

                </tr>

<tr>

                    <td width="15" height="250" valign="top"><img src="<?php print base_path() . path_to_theme() ?>/images/rechts_f.jpg" width="15" height="250" border="0"></td>

                </tr>

                                    </table>

        </td>

</table>

</body>

</html>

Any help is appreciated. :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.