PHP Fusion und ein Counter Script

Diskutiere und helfe bei PHP Fusion und ein Counter Script im Bereich Webmaster Support, Scripts, etc im SysProfile Forum bei einer Lösung; Hallo @ all Ich habe ein Kleines Prob und das schaut so aus. In meinem Desigen was ich für meien Page habe ist alles so weit fertig auser der Couter... Dieses Thema im Forum "Webmaster Support, Scripts, etc" wurde erstellt von Hardfighter, 22. Oktober 2008.

  1. Hardfighter
    Hardfighter Computer-Experte
    Registriert seit:
    12. Oktober 2007
    Beiträge:
    979
    Zustimmungen:
    30
    1. SysProfile:
    47062
    2. SysProfile:
    42945147962

    Hallo @ all

    Ich habe ein Kleines Prob und das schaut so aus.
    In meinem Desigen was ich für meien Page habe ist alles so weit fertig auser der Couter den beckomme ich einfachnicht darein !

    Vieleiht könnt ihr mir sagen wie ich den da rein beckomme !

    Datei: theme.php
    PHP:
    <?php

    /*--------------------------------------------+

    | PHP-Fusion v6 - Content Management System   |

    |---------------------------------------------|

    | author: Nick Jones (Digitanium) © 2002-2005 |

    | web: http://www.php-fusion.co.uk            |

    | email: nick@php-fusion.co.uk                |

    |---------------------------------------------|

    | Released under the terms and conditions of  |

    | the GNU General Public License (Version 2)  |

    +--------------------------------------------*/

    /*--------------------------------------------+

    |      H-Metal Theme for PHP-Fusion v6        |

    |---------------------------------------------|

    | author: [-DT-] (AttaX1)© 2005               |

    | web: http://www.dt.holstebronx.com          |

    | email: dennis_ostergaard@msn.com            |

    |---------------------------------------------|

    | Released under the terms and conditions of  |

    | the GNU General Public License (Version 2)  |

    +--------------------------------------------*/

    if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }

    require_once 
    INCLUDES."theme_functions_include.php";



    // theme settings

    $body_text "#000000";

    $body_bg "#000000";

    $theme_width "850";

    $theme_width_l "175";

    $theme_width_r "175";



    function 
    render_header($header_content) {



    global 
    $theme_width,$settings;



    echo 
    "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>

    <tr>

    <td>

    <table cellpadding='0' cellspacing='0' width='100%'>

    <tr>

    <td class='full-header'>

    <table cellpadding='0' cellspacing='0' width='100%'>

    <tr>

    <td><center><a href=''><img src='http://hardfighter.super-gilden-zocker.de/themes/Hardfighter2008/images/logo.jpg' border='0'></a></center></td>

    </tr>

    </table>

    </td>

    </tr>

    </table>\n"
    ;

    echo 
    "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
    <td class='white-header'><center>"
    .showsublinks("&middot;","white")."</center></td>
    </tr>
    </table>\n"
    ;


    echo 
    "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";



    }



    function 
    render_footer($license=false) {



    global 
    $theme_width,$settings,$locale;



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

    echo 
    "<table cellpadding='0' cellspacing='0' width='100%'>

    <tr>

    <td align='center' class='footer'><a href='http://hardfighter.super-gilden-zocker.de'>Music 2008</a> | Powered by:<a href='http://hardfighter.super-gilden-zocker.de'>Christian Großmann</a><br>
    </td>

    </tr>

    </table>

    </td>

    </tr>

    </table>\n"
    ;



    }



    function 
    render_news($subject$news$info) {



    global 
    $locale;



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

    <tr>

    <td class='capmain'>
    $subject</td>

    </tr>

    <tr>

    <td class='main-body'>
    $news</td>

    </tr>

    <tr>

    <td align='center' class='news-footer'>\n"
    ;

    echo 
    openform("N",$info['news_id']).newsposter($info,"<br>").newsopts($info,"&middot;").closeform("N",$info['news_id']);

    echo 
    "</td>

    </tr>

    </table>\n"
    ;



    }



    function 
    render_article($subject$article$info) {



    global 
    $locale;

        

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

    <tr>

    <td class='capmain'>
    $subject</td>

    </tr>

    <tr>

    <td class='main-body'>

    "
    .($info['article_breaks'] == "y" nl2br($article) : $article)."

    </td>

    </tr>

    <tr>

    <td align='center' class='news-footer'>\n"
    ;

    echo 
    openform("A",$info['article_id']).articleposter($info,"<br>").articleopts($info,"&middot;").closeform("A",$info['article_id']);

    echo 
    "</td>

    </tr>

    </table>\n"
    ;



    }



    function 
    opentable($title) {



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

    <tr>

    <td class='capmain'>
    $title</td>

    </tr>

    <tr>

    <td class='main-body'>\n"
    ;



    }



    function 
    closetable() {



    echo 
    "</td>

    </tr>

    </table>\n"
    ;



    }



    function 
    openside($title) {

        

    echo 
    "<table cellpadding='0' cellspacing='0' width='100%'>

    <tr>

    <td class='scapmain'>
    $title</td>

    </tr>

    <tr>

    <td class='side-body'>\n"
    ;



    }



    function 
    closeside() {



    echo 
    "</td>

    </tr>

    </table>\n"
    ;



    }



    function 
    opensidex($title,$state="on") {



    $boxname str_replace(" """$title);

    echo 
    "<table cellpadding='0' cellspacing='0' width='100%'>

    <tr>

    <td class='scapmain'>
    $title</td>

    <td class='scapmain' align='right'>"
    .panelbutton($state,$boxname)."</td>

    </tr>

    <tr>

    <td colspan='2' class='side-body'>

    <div id='box_
    $boxname'".($state=="off"?" style='display:none'":"").">\n";



    }



    function 
    closesidex() {



    echo 
    "</div>

    </td>

    </tr>

    </table>\n"
    ;



    }



    function 
    tablebreak() {



    echo 
    "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";



    }

    ?>


    <link rel="shortcut icon" href="http://hardfighter.super-gilden-zocker.de/images/phpkit.gif">
    </head>
    Und das will ich Dort ein bauen.
    Code:
    <script language="JavaScript" src="http://hardfighter.super-gilden-zocker.de/counter.php?ac=js">
    </script>
    Das ganze solte aber allerdings auf meiner Page ganz unten stehen das, das kann man in der theme.php sehen wo das steht.
    PHP:
    <tr>

    <
    td align='center' class='footer'><a href='http://hardfighter.super-gilden-zocker.de'>Music 2008</a> | Powered by:<a href='http://hardfighter.super-gilden-zocker.de'>Christian Großmann</a><br>
    </
    td>

    </
    tr>
    Das ist ganz unten =)

    Thx jetzt schon mal denk das ihr mir Helfen könnt :great:

    Mfg Hardifghter
     
    #1 Hardfighter, 22. Oktober 2008
Thema:

PHP Fusion und ein Counter Script

Andere User suchten nach Lösung und weiteren Infos nach:

  1. php fusion 7 counter panel

    ,
  2. counter php fusion

  1. Diese Seite verwendet Cookies. Wenn du dich weiterhin auf dieser Seite aufhältst, akzeptierst du unseren Einsatz von Cookies.
    Information ausblenden