close× Call Us +49 (1805) 01 29 59

PHPFusion DE NSS
Thread Author: AndiS76
Thread ID: 2775
Thread Info
Es gibt 4 Beiträge zu diesem Thema, und es wurde 3181 mal angesehen.
Wer ist hier? 1 Gäste
 Thema drucken
Script umschreiben!
AndiS76
Hallo Ich habe hier einen Counterzähler aber wenn ich den in die Fussnote der Page einbauen will löscht er sich automatisch und bleibt weder drin noch wird er mir angezeigt.
Muss man den umschreiben?


<script language="JavaScript" src="http://www.onlyfree.de/cgi-bin/counterservice/count.pl?AndiS"></script>

bitte um eure Hilfe
euer Andi
 
SC-Ad-Bot
 
AndiS76
und welche seite wäre die Hauptseite in die ich das fügen müsste?
euer Andi
 
AndiS76
sorry für die doofe Frage jetzt aber wo ungefäir darf man den code eingeben? ganz unten oder wor? Ich stelle den script mal rein.


<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }

define("THEME_WIDTH", "860");
define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='' style='border:0' />");

require_once INCLUDES."theme_functions_include.php";


function render_page($license=false) {

        global $settings, $main_style;
        //Header

        echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' class='outer-border center'>\n<tr>\n";
        echo "<td>\n";

        echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
        echo "<tr><td height='174' background='".THEME."images/banner.png' align='right' valign='middle'>
        <table width='960' border='0' cellspacing='0' cellpadding='0'>
  <tr>
    <td>&nbsp;</td>
    <td width='200' align='center'>";
        echo "</tr>\n</table>\n";
        echo "</td>\n</tr>\n</table>\n";
        echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
        echo "
        <div id='menucase'>
  <div id='stylefour' style='padding-left: 225px;'>
    <ul>
    <li><a href='".BASEDIR."index.php'>Startseite</a></li>
    <li><a href='".BASEDIR."forum/index.php'>Forum</a></li>
    <li><a href='".BASEDIR."photogallery.php'>Galerie</a></li>
    <li><a href='".BASEDIR."articles.php'>Artikel</a></li>
    <li><a href='".BASEDIR."faq.php'>Faq</a></li>
    <li><a href='".BASEDIR."contact.php'>Kontact</a></li>
    <li><a href='".BASEDIR."search.php'>Suche</a></li>
    </ul>
  </div>
  ";

        //Content
        echo "<script type='text/javascript' src='".THEME."/SnowScript2.js'></script>";
        echo "<table cellpadding='0' cellspacing='0' width='100%' class='$main_style'>\n<tr>\n";
        if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
        echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
        if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
        echo "</tr>\n</table>\n";



        //Footer

        echo "</tr>\n</table>\n";
        echo "<table cellpadding='0' cellspacing='0' width='960' align='center'>\n<tr>\n";
        echo "<td align='center' class='footer'>".stripslashes($settings['footer'])."\n";
        if (!$license) {
        echo showcopyright()."<br />\n"; }
        echo showcounter()."<br /></b>Design By <a  href='http://phpfusion.webradio-help.de/news.php' target='blank'>Dmaus</a>\n";
        echo"<br /></b>Theme By <a  href='http://www.at-faga.com' target='blank'>Faga</a>\n";

}





function render_news($subject, $news, $info) {

        echo "<br><table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
        echo "<td class='capmain'>".$subject."</td>\n";
        echo "</tr>\n<tr>\n";
        echo "<td class='main-body'>".$news."</td>\n";
        echo "</tr>\n<tr>\n";
        echo "<td align='center' class='news-footer'>\n";
        echo newsposter($info," &middot;").newsopts($info,"&middot;").itemoptions("N",$info['news_id']);
        echo "</td>\n</tr>\n</table>\n";

}

function render_article($subject, $article, $info) {

        echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
        echo "<td class='capmain'>".$subject."</td>\n";
        echo "</tr>\n<tr>\n";
        echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
        echo "</tr>\n<tr>\n";
        echo "<td align='center' class='news-footer'>\n";
        echo articleposter($info," &middot;").articleopts($info,"&middot;").itemoptions("A",$info['article_id']);
        echo "</td>\n</tr>\n</table>\n";

}

function opentable($title) {

        echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
        echo "<td class='capmain'>".$title."</td>\n";
        echo "</tr>\n<tr>\n";
        echo "<td class='main-body'>\n";

}

function closetable() {

        echo "</td>\n</tr>\n</table>\n";

}

function openside($title, $collapse = false, $state = "on") {

        global $panel_collapse; $panel_collapse = $collapse;

        echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>\n<tr>\n";
        echo "<td class='scapmain'>".$title."</td>\n";
        if ($collapse == true) {
                $boxname = str_replace(" ", "", $title);
                echo "<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>\n";
        }
        echo "</tr>\n<tr>\n";
        echo "<td".($collapse == true ? " colspan='2'" : "")." class='side-body'>\n";
        if ($collapse == true) { echo panelstate($state, $boxname); }

}

function closeside($collapse = false) {

        global $panel_collapse;

        if ($panel_collapse == true) { echo "</div>\n"; }
        echo "</td>\n</tr>\n</table>\n";

}
?>


und das soll rein!


<script language="JavaScript" src="http://www.onlyfree.de/cgi-bin/counterservice/count.pl?AndiS"></script>



euer Andi
 
AndiS76
super danke! hat super geklappt
euer Andi
 
Springe ins Forum:

 Ähnliche Themen 

TEST
Thema Forum Antworten Letzter Beitrag
Playlist Kick Script Allgemeine Diskussionen 9 19.03.2015 00000003 17:15
Liga System für Clan(Script anfrage) Allgemeine Support Fragen 28 24.06.2013 00000006 12:12
fehler in einem Script PHP & MySql 2 07.03.2012 00000003 18:54
Problem mit Script PHP & MySql 3 21.05.2011 00000005 10:11
Umschreiben hello_world_panel mit User - Bild Infusionen 6 27.03.2011 00000003 11:08