X7Chat Prombleme...

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • X7Chat Prombleme...

    Hallo zusammen,

    ich weiß nicht ob ich dies hier posten kann, aber im FORUM des X7Chat Anbieters
    gibt es keine, absolut keine Hilfe oder Information für das, was ich im Anschluß hier
    schreibe, hätte ich dort Hilfe oder Tipps bekommen, würde ich es nicht hier schreiben,
    das zu allererst...

    Ein anderes PHP Forum (PHP.DE) hat diesen Thread gelöscht, mit der Anmerkung
    auf: Fremdsoftware und Trash...traurig, denn das ist wie Äpfel mit Birnen vergleichen,
    entweder gebe ich Hilfe oder will User loswerden, die Softwareprobleme haben... tja...
    werde mich bei PHP.de löschen, dieser Thred ist mit dem dort identisch gewesen...und
    normal poste ich nie doppelt!

    Also, wie fange ich an, gut, ich habe das X7 Chat 2.0.5 installiert, läuft alles klasse,
    nur das Style an sich gefällt mir nicht und ich will dies verändern, auf gut deutsch
    gesagt, habe ich mir schon einen "wolf" gesucht, wo ich dies in der programmierung
    einsetzen kann.

    Wenn ich den Source Code der Login Page über z.B. Firefox ansehe, habe ich das
    komplette Style der page...(loginout.php und frame.php)

    Die frame.php habe ich schon modifiziert, nur möchte ich den dusseligen schwarzen
    Gesamthintergrund des "Thema: Apex" durch einen Hintergrund von mir ersetzen,
    ich weiß nicht wie, klar, in CSS usw. null Problem, das sehe so aus (original der
    Startseite nur das CSS rauskopiert und modifiziert):

    PHP-Code:
     
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <
    html dir="ltr">
    <
    head>
     <
    title>BOYcraze Chat</title>
     <
    META NAME="COPYRIGHT" CONTENT="Copyright 2004 By The X7 Group">
     <
    META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
     <
    META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <
    META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
     <
    LINK REL="SHORTCUT ICON" HREF="./favicon.ico">
     <
    style type="text/css">
     
    // dies möchte ich modifizieren... 
     
    BODY {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size12px;
        
    backgroundtransparent;
        
    background-imageurl(chat_bg.jpg); 
                
    background-repeatrepeat;
     
    // Modifizierung ende
     
    }
       
    TD {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size12px;
       }
       .
    online_list {
        
    color#aaaaaa;
        
    border1px solid #000000;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size12px;
        
    width96%;
        
    background#2a2a2a;
        
    height98%;
        
    margin-left1%;
       }
       .
    menubar {
        
    color#2a2a2a;
        
    backgroundurl(./themes/Apex/button.gif);
        
    text-aligncenter;
        
    font-size12px;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    cursorpointer;
       }
       .
    menubar_hover {
        
    color#2a2a2a;
        
    backgroundurl(./themes/Apex/button_over.gif);
        
    text-aligncenter;
        
    font-size12px;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    cursorpointer;
       }
       .
    infobar {
        
    color#aaaaaa;
        
    font-size12px;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
       }
       .
    box_header {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size16px;
        
    backgroundurl(./themes/Apex/headerbg.png);
        
    border1px solid #000000;
        
    text-aligncenter;
        
    font-weightbold;
       }
       .
    box_body {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size12px;
        
    background#2a2a2a;
        
    border1px solid #000000;
        
    border-topnone;
        
    text-alignleft;
       }
       .
    info_box_body {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size12px;
        
    background#2a2a2a;
        
    border1px solid #000000;
        
    text-alignleft;
       }
       .
    col_header {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size14px;
        
    font-weightbold;
        
    backgroundurl(./themes/Apex/colheader.gif);
        
    text-alignleft;
        
    border1px solid #000000;
       
    }
       .
    dark_row {
        
    color#aaaaaa;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    font-size12px;
        
    background#4A4A4A;
        
    text-alignleft;
       }
       .
    inside_table {
        
    border1px solid #000000;
        
    border-topnone;
       }
       
    {
        
    color#aaaaaa;
        
    text-decorationnone;
       }
       
    A:HOVER {
        
    color#cccccc;
        
    text-decorationunderline;
       }
       
    A:ACTIVE {
        
    color#cccccc;
       
    }
       .
    text_input{
        
    background#5f5f5f;
        
    border1px solid #cccccc;
        
    font-size12px;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    color#cdcdcd;
       
    }
       .
    button{
        
    background#5f5f5f;
        
    border1px solid #cccccc;
        
    font-size12px;
        
    font-familyVerdana,Arial,Helvetica,sans-serif;
        
    color#cdcdcd;
       
    }
      </
    style>
    </
    head>
    <
    body>
    <
    table border="0" cellspacing="0" cellspacing="0" width="420" align="center">
     <
    tr>
      <
    td height="25" class="box_header">Login</td>
     </
    tr>
     <
    tr>
      <
    td class="box_body">
       <
    table width="100%" border="0" cellspacing="0" cellspacing="0">
        <
    tr>
         <
    td width="5">&nbsp;</td>
         <
    td width="100%"><Br> <form action="index.php" method="post" name="loginform">
         <
    input type="hidden" name="dologin" value="dologin">
         <
    table align="center" border="0" width="225" cellspacing="0" cellpadding="4">
          <
    tr valign="top">
           <
    td width="225" style="text-align: center" colspan="2">Bitte Benutzername 
    und Passwort zum Login eingeben
    <Br><Br></td>
          </
    tr>
          <
    tr valign="top">
           <
    td width="80">Benutzername: </td>
           <
    td width="175"><input type="text" class="text_input" name="username"></td>
          </
    tr>
          <
    tr valign="top">
           <
    td width="80">Passwort: </td>
           <
    td width="175"><input type="password" class="text_input" name="password">
    </
    td>
          </
    tr>
          <
    tr valign="top">
           <
    td width="225" style="text-align: center" colspan="2">
            <
    input type="submit" value="&nbsp;&nbsp; Login &nbsp;&nbsp;" class="button">
            <
    Br>
            <
    Br>
            <
    a href="./index.php?act=register">[Registrieren]</a> &nbsp;
    <
    a href="./index.php?act=forgotmoipass">[Passwort senden]</a>
            </
    td></tr>
         </
    table>
         </
    form>
        <
    Br><Br></td>
         <
    td width="5">&nbsp;</td>
        </
    tr>
       </
    table>
      </
    td>
     </
    tr>
    </
    table
    <
    Br><Br
    <
    table border="0" cellspacing="0" cellspacing="0" width="420" align="center">
     <
    tr>
      <
    td height="25" class="box_header">News</td>
     </
    tr>
     <
    tr>
      <
    td class="box_body">
       <
    table width="100%" border="0" cellspacing="0" cellspacing="0">
        <
    tr>
         <
    td width="5">&nbsp;</td>
         <
    td width="100%"><Br>Beta 2 BOIZ GayChat<Br><Br></td>
         <
    td width="5">&nbsp;</td>
        </
    tr>
       </
    table>
      </
    td>
     </
    tr>
    </
    table
    <
    Br><Br
     
    <
    table border="0" cellspacing="0" cellspacing="0" width="420" align="center">
     <
    tr>
      <
    td height="25" class="box_header">Stats</td>
     </
    tr>
     <
    tr>
      <
    td class="box_body">
       <
    table width="100%" border="0" cellspacing="0" cellspacing="0">
        <
    tr>
         <
    td width="5">&nbsp;</td>
         <
    td width="100%"><Br
          <
    table border="0" cellspacing="0" cellpadding="0">
           <
    tr valign="top">
            <
    td width="175">
             <
    table border="0" cellspacing="0" cellpadding="0">
              <
    tr valign="top">
               <
    td width="125"><b>Benutzer Online:</b> </td>
               <
    td width="50">1</td>
              </
    tr>
              <
    tr valign="top">
               <
    td width="125"><b>Anzahl Räume:</b> </td>
               <
    td width="50">6</td>
              </
    tr>
              <
    tr valign="top">
               <
    td width="125"><b>Registrierte User:</b> </td>
               <
    td width="50">10</td>
              </
    tr>
             </
    table>
            </
    td>
            <
    td width="225"><b>Online User</b><Br>
             <
    i>junction</i>
            </
    td>
           </
    tr>
          </
    table>
         <
    Br><Br></td>
         <
    td width="5">&nbsp;</td>
        </
    tr>
       </
    table>
      </
    td>
     </
    tr>
    </
    table
    <
    Br><Br
    <!----><
    div align="center" style="visibility: visible;">Powered By 
    <a href="http://www.x7chat.com/" target="_blank">X7 Chat</a
    2.0.5 &copy2004 By The <a href="http://www.x7chat.com/" target="_blank">
    X7 Group</a></div>
    </
    body>
    </
    html
    Nur ich komme nicht an die Programmierung...

    Ich habe das CSS kopiert und in eine Datei namens GC.CSS eingebunden, die
    könnte ich auch extern aufrufen, nur spinnt dann mein Chat...

    PHP-Code:
    <?PHP
    echo '<link href="gc.css" rel="stylesheet" type="text/css" />;
    ?>
    Ich vermute, das ein "flush" Befehl die HTML / CSS kompiliert um der Bandbreite
    wegen, aber wie kann ich das umgehen um Zugriff auf die CSS zu bekommen?

    Mit den Einstellungen als Admin, im Chat System, komme ich net weiter,
    die sind OK...

    Es geht reinweg darum, den HG zu verändern und evtl. auch innerhalb der
    frame.php eine
    Tabelle oder einen Iframe zu setzen wo ich z. B. selber Banner oder auch
    Flash Videos abspielen kann...

    Wäre super, wenn einer von Euch einen Tipp hätte und mir helfen könnte...

    LG.
    Sven
    Zuletzt geändert von sven321; 07.08.2010, 12:24.
    [FONT=Arial][FONT=Arial][FONT=Arial][COLOR=darkolivegreen]I would love to change the Universe but they won't give me it's source code.[/COLOR][/FONT]

    [/FONT][/FONT]

  • #2
    Bitte Code umbrechen! Vorher wird hier wahrscheinlich gar nichts passieren!
    [FONT="Helvetica"]twitter.com/unset[/FONT]

    Shitstorm Podcast – Wöchentliches Auskotzen

    Kommentar


    • #3
      Ohne die Software zu kennen, tippe ich auf den ordner themes/apex.

      Dort gibt es immer einen theme.data die wie folgt aufgebaut ist:

      Code:
      BGColor1[#000000];
      BGColor2[#2a2a2a];
      BGColor3[#4A4A4A];
      BGColor4[#5F5F5F];
      FontColor0[#aaaaaa];
      FontColor1[#aaaaaa];
      FontColor2[#2a2a2a];
      FontColor3[#aaaaaa];
      FontFamily[Verdana,Arial,Helvetica,sans-serif];
      FontSize0[10px];
      FontSize1[12px];
      FontSize2[16px];
      FontSize3[14px];
      BorderColor[#000000];
      BorderColorLight[#cccccc];
      BorderSize[1px];
      BorderStyle[solid];
      LinkColor[#aaaaaa];
      HoverColor[#cccccc];
      ActiveColor[#cccccc];
      FormBG[#5f5f5f];
      FormBorderColor[#cccccc];
      FormFontSize[11px];
      FormFontColor[#cdcdcd];
      FormBorderSize[1px];
      FormBorderStyle[solid];
      OtherPerson[#fa5757];
      You[#0288bf];
      ChatBG[#424242];
      ChatBorder[#cccccc];
      HeaderBG[url(headerbg.png)];
      ColumnBG[url(colheader.gif)];
      hab grad leider keine Zeit das Teil zu installieren...

      sorry, natürlich erstmal post anpassen :P
      Zuletzt geändert von ; 07.08.2010, 12:13. Grund: natürlich erst umbrechen

      Kommentar


      • #4
        Hey unset,

        wie umbreche ich den, ist mir auch schon aufgefallen *grummel* ?

        LG.
        Sven
        [FONT=Arial][FONT=Arial][FONT=Arial][COLOR=darkolivegreen]I would love to change the Universe but they won't give me it's source code.[/COLOR][/FONT]

        [/FONT][/FONT]

        Kommentar


        • #5
          Deinen Beitrag editieren, die "zu lange" Zeile(n) suchen und diese umbrechen, sprich Zeilenümbrüche einfügen, damit das Forum durch überbreite nicht gesprengt wird.
          [FONT="Helvetica"]twitter.com/unset[/FONT]

          Shitstorm Podcast – Wöchentliches Auskotzen

          Kommentar


          • #6
            OKÄ ich wusel :-)
            [FONT=Arial][FONT=Arial][FONT=Arial][COLOR=darkolivegreen]I would love to change the Universe but they won't give me it's source code.[/COLOR][/FONT]

            [/FONT][/FONT]

            Kommentar


            • #7
              Hey unset,

              Dein Tipp war schon mal super, hatte die auch mal "auf", dachte aber
              net weiter, konzentreirte mich erstmal aug die german.php im Ordner
              /lang...(passte dort noch Texte an.

              Dies ist im Ordner themes/apex der Inhalt der theme data...

              PHP-Code:
              // wäre dann modifiziert 
               
              BGColor1[transparent];
              background-image[url(chat_bg.jpg)];
               
              // modifiziert ENDE
               
               
              BGColor2[#2a2a2a];
              BGColor3[#4A4A4A];
              BGColor4[#5F5F5F];
              FontColor0[#aaaaaa];
              FontColor1[#aaaaaa];
              FontColor2[#2a2a2a];
              FontColor3[#aaaaaa];
              FontFamily[Verdana,Arial,Helvetica,sans-serif];
              FontSize0[10px];
              FontSize1[12px];
              FontSize2[16px];
              FontSize3[14px];
              BorderColor[#000000];
              BorderColorLight[#cccccc];
              BorderSize[1px];
              BorderStyle[solid];
              LinkColor[#aaaaaa];
              HoverColor[#cccccc];
              ActiveColor[#cccccc];
              FormBG[#5f5f5f];
              FormBorderColor[#cccccc];
              FormFontSize[12px];
              FormFontColor[#cdcdcd];
              FormBorderSize[1px];
              FormBorderStyle[solid];
              OtherPerson[#fa5757];
              You[#75D3FA];
              ChatBG[#424242];
              ChatBorder[#cccccc];
              HeaderBG[url(headerbg.png)];
              ColumnBG[url(colheader.gif)]; 
              Nur wie und wo weise ich es in der index.php / loginout.php /
              frame.php zu?

              Das wäre dann die nächste "Baustelle" *grumpf*

              LG.
              Sven
              Zuletzt geändert von sven321; 07.08.2010, 12:38.
              [FONT=Arial][FONT=Arial][FONT=Arial][COLOR=darkolivegreen]I would love to change the Universe but they won't give me it's source code.[/COLOR][/FONT]

              [/FONT][/FONT]

              Kommentar


              • #8
                Code:
                BGColor1[url(chat_bg.jpg)];
                wird so jedenfalls in einem anderen theme gemacht

                Kommentar


                • #9
                  Hi Peacie,

                  danke Dir für den Tipp, hatte ich so gemacht, aber dann blieb der Hintergrund "transparent", kann also darüber nicht eine Grafik setzen.

                  Komischerweise, habe ich in der frame.php, Teil - HTML und CSS eingebaut, dort wird der HG dargestellt, selbst die Tabelle di ich in HTML setzte. (siehe Source Code)

                  Das Problem ist wohl die index.php und die loginout.php, in der loginout.php habe ich das Cahtbanner oben in eine HTML Tabelle setzen können, VOR dem Aufruf der PHP Sequenzen, auch das identisceh CSS Style der Frame.php...nur macht das system den HG dort nicht *grübel*...

                  Fazit vorerst:
                  frame.php ► umgestellt, funktioniert

                  loginout.php ► Chatbanner drinne, HINTERGRUND geht net...

                  Erschlagt mich jetzt bitte nicht, ich setze mal den loginout.php
                  Code hier ein...
                  PHP-Code:
                  <head>
                  <!--<link rel="stylesheet" href="../gc.css" type="text/css" /> -->
                  <style type="text/css">
                  <!--
                  BODY {
                   color: #aaaaaa;
                   font-family: Verdana,Arial,Helvetica,sans-serif;
                   font-size: 12px;
                   background-color: #021722;
                   background-image: url(chat_bg1.jpg);
                   background-repeat: repeat;
                   }  
                  -->
                  </style>
                  </head>
                  <body background="../chat_bg1.jpg"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
                   
                  <table  width="37%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#021722">
                  <tr>
                                          <td ><img src="bc_logo.jpg" alt="" width="420" height="52" /></td>
                    </tr>
                                      </table>
                  <br>
                  </body>
                  </html>
                  <?PHP
                  /////////////////////////////////////////////////////////////// 
                  //
                  //  X7 Chat Version 2.0.4
                  //  Released June 16, 2006
                  //  Copyright (c) 2004-2006 By the X7 Group
                  //  Website: http://www.x7chat.com
                  //
                  //  This program is free software.  You may
                  //  modify and/or redistribute it under the
                  //  terms of the included license as written  
                  //  and published by the X7 Group.
                  //  
                  //  By using this software you agree to the      
                  //  terms and conditions set forth in the
                  //  enclosed file "license.txt".  If you did
                  //  not recieve the file "license.txt" please
                  //  visit our website and obtain an official
                  //  copy of X7 Chat.
                  //
                  //  Removing this copyright and/or any other
                  //  X7 Group or X7 Chat copyright from any
                  //  of the files included in this distribution
                  //  is forbidden and doing so will terminate
                  //  your right to use this software.
                  // 
                  ////////////////////////////////////////////////////////////////EOH
                  ?>
                   
                  <?PHP
                   
                   
                  // This file's job is to handle all login and logout
                   // This file controls pages for the following actions:
                   //  act = login
                   //  act = login2
                   //  act = logout
                   
                   
                  function page_login($failed=""){
                    global 
                  $print,$txt,$db,$prefix,$x7c;  
                    
                  // Check to see if $failed contains a value, if it does then print
                    // a message telling them they failed to authenticate
                    
                  if($failed == ""){
                     
                  $title $txt[0];
                     
                  $failmsg $txt[1];
                    }elseif(
                  $failed == "invalid"){
                     
                  $title $txt[14];
                     
                  $txt[23] = eregi_replace("_n","{$x7c->settings['maxchars_username']}",$txt[23]);
                     
                  $failmsg $txt[23];
                    }elseif(
                  $failed == "activated"){
                     
                  $title $txt[14];
                     
                  $failmsg $txt[613];
                    }else{
                     
                  $failmsg $txt[13];
                     
                  $title $txt[14];
                    }
                   
                    
                  // Print the login form that the user must enter username and password
                    
                  $body " <form action=\"index.php\" method=\"post\" name=\"loginform\">
                       <input type=\"hidden\" name=\"dologin\" value=\"dologin\">
                       <table align=\"center\" border=\"0\" width=\"225\" cellspacing=\"0\" cellpadding=\"4\">
                        <tr valign=\"top\">
                         <td width=\"225\" style=\"text-align: center\" colspan=\"2\">
                  $failmsg<Br><Br></td>
                        </tr>
                        <tr valign=\"top\">
                         <td width=\"80\">
                  $txt[2]: </td>
                         <td width=\"175\"><input type=\"text\" class=\"text_input\" name=\"username\"></td>
                        </tr>
                        <tr valign=\"top\">
                         <td width=\"80\">
                  $txt[3]: </td>
                         <td width=\"175\"><input type=\"password\" class=\"text_input\" name=\"password\"></td>
                        </tr>
                        <tr valign=\"top\">
                         <td width=\"225\" style=\"text-align: center\" colspan=\"2\">
                          <input type=\"submit\" value=\"
                  $txt[4]\" class=\"button\">
                          <Br>
                          <Br>
                          <a href=\"./index.php?act=register\">[
                  $txt[6]]</a> &nbsp;";
                   
                   
                   
                    if(
                  $x7c->settings['enable_passreminder'] == 1)
                     
                  $body .=    "<a href=\"./index.php?act=forgotmoipass\">[$txt[5]]</a>
                          </td>"
                  ;
                   
                    
                  $body .=  "</tr>
                       </table>
                       </form>
                      "
                  ;
                   
                    
                  // Output login window
                    
                  $print->normal_window($title,$body);
                   
                    
                  // See if there is any news to show
                    
                  if($x7c->settings['news'] != "")
                     
                  $print->normal_window($txt[262],$x7c->settings['news']);
                   
                    
                  // See if the stats window should be displayed
                    
                  if($x7c->settings['show_stats'] == 1){
                     
                  // Get the information for the online table
                     
                  include("./lib/online.php");
                     
                  clean_old_data();
                     
                  $people_online get_online();
                     
                  $number_online count($people_online);
                     
                  $people_online implode(", ",$people_online);
                     
                  // Calculate total rooms
                     
                  $rooms 0;
                     
                  $query $db->DoQuery("SELECT id FROM {$prefix}rooms WHERE type='1'");
                     while(
                  $row $db->Do_Fetch_Row($query))
                      
                  $rooms++;
                     
                  // Calculate total registered users
                     
                  $accounts 0;
                     
                  $query $db->DoQuery("SELECT id FROM {$prefix}users WHERE  user_group<>'{$x7c->settings['usergroup_guest']}'");
                     while(
                  $row $db->Do_Fetch_Row($query))
                      
                  $accounts++;
                   
                     
                  // Now body will hold the stats table
                     
                  $body 
                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                         <tr valign=\"top\">
                          <td width=\"175\">
                           <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                            <tr valign=\"top\">
                             <td width=\"125\"><b>
                  $txt[8]:</b> </td>
                             <td width=\"50\">
                  $number_online</td>
                            </tr>
                            <tr valign=\"top\">
                             <td width=\"125\"><b>
                  $txt[9]:</b> </td>
                             <td width=\"50\">
                  $rooms</td>
                            </tr>
                            <tr valign=\"top\">
                             <td width=\"125\"><b>
                  $txt[10]:</b> </td>
                             <td width=\"50\">
                  $accounts</td>
                            </tr>
                           </table>
                          </td>
                          <td width=\"225\"><b>
                  $txt[11]</b><Br>
                           <i>
                  $people_online</i>
                          </td>
                         </tr>
                        </table>
                       "
                  ;
                     
                  // Output Stats Window
                     
                  $print->normal_window($txt[7],$body);
                    }
                   
                    
                  // See if the admin wants the upcoming events to show
                    
                  if($x7c->settings['show_events'] == 1){
                     
                  $body "";
                     include(
                  "./lib/events.php");
                   
                     if(
                  $x7c->settings['events_show3day'] == 1){
                      
                  $body .= cal_threedays()."<Br><br>";
                     }
                   
                     if(
                  $x7c->settings['events_showmonth'] == 1){
                      
                  $body .= cal_minimonth();
                     }
                   
                     
                  // Output the Calander window
                     
                  $print->normal_window($txt[12],$body);
                    }
                   
                   }
                  ?>
                  Vll. fällt Dir /Euch dazu noch was ein, wie gesagt, das Banner ist drinne, nur der HG will ums verrecken net *grumpf*

                  Dank im Voraus für Eure Tipps...
                  Merci
                  Sven
                  [FONT=Arial][FONT=Arial][FONT=Arial][COLOR=darkolivegreen]I would love to change the Universe but they won't give me it's source code.[/COLOR][/FONT]

                  [/FONT][/FONT]

                  Kommentar


                  • #10
                    Doofe Frage, aber Du hast sicher daran gedacht, das dein chat_bg1.jpg auch im richtigen Ordner liegt ?
                    in deinem Beispiel rufst Du es auch mit verschiedenen Pfadangaben auf.

                    BGColor1[url(chat_bg.jpg)];
                    setzt voraus, das es im Theme Ordner liegt

                    Kommentar


                    • #11
                      na klar Peacie :0),

                      ich wusel mir echt einen ab..kann doch net sein, hab jetzt mal die komplette php Programmierung der loginout.php, in einen HTML tabelle geplöppt, als loginout.php abgespeichert, der Dreamweaver CS3 zeit auch den BG super an ...aber dann rauf auf den Server und was ist...HG=Blau...wie ich gleich *lol*, scherz ^^, funtioniert alles...auch der HG (meiner) in der frame ist drinne...nur in diesr dusseligen loginout.php gehts net *grumpf*, selbst emin selbstgestricktes CHAT banner ist drinne..nur der HG net :-(

                      LG
                      Sven
                      [FONT=Arial][FONT=Arial][FONT=Arial][COLOR=darkolivegreen]I would love to change the Universe but they won't give me it's source code.[/COLOR][/FONT]

                      [/FONT][/FONT]

                      Kommentar

                      Lädt...
                      X