[Wbblite] Pn Füllstand Hack - Tabellenbreite anpassen

evelyn260590
Hallo ihr lieben,
habe mir von yourwbb.de den Pn Füllstand Hack gedownloadet, jetzt hab ich nur folgendes Problem, es schaut alles zusammengequetscht aus ( siehe anhang )
habe schon versucht die tabellen selbst größer zu machen, hilft aber nix

hier auch der code aus der pms_folder.tpl


php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
{!DOCTYPE}
<html>
 <head>
  <title>$master_board_name $folder[title]</title>
  $headinclude
 <script language="javascript">
  <!--
  function select_all(status) {
   for (i=0;i<document.bbform.length;i++) {
    if(document.bbform.elements[i].name=="pmid[]"document.bbform.elements[i].checked status;
   }
  }

  //-->
 </script>
 </head>
 <body id="bg">
  $header
  <tr bgcolor="{tablecolora}" id="tablea">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a» <a href="usercp.php?sid=$session[hash]">Kontrollzentrum von $wbbuserdata[username]</a» <a href="pms.php?sid=$session[hash]">Private Nachrichten</a» $folder[title]</b></font></td>
    <td align="right"><smallfont><b>$usercbar</b></font></td>
   </tr>
  </table></td>
 </tr>
</table><br>
  <table cellpadding=5 cellspacing=0 border=0 width="{tableinwidth}">
   <tr>
    <td width="200" valign="top">
     <table cellpadding=4 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="200">
      <tr bgcolor="{tabletitlecolor}" id="tabletitle">
       <td colspan=3 align="center"><normalfont color="{fontcolorsecond}"><b>Ordner</b></font></td>
      </tr>
      <tr>
       <td id="tablea" bgcolor="{tablecolora}"><img src="{imagefolder}/msg-folder.gif"></td>
       <td id="tableb" bgcolor="{tablecolorb}" width="100%" colspan=2><normalfont><a href="pms.php?folderid=0&sid=$session[hash]">Posteingang</a></font></td>
      </tr>
      $folder_bit
      <tr>
       <td id="tablea" bgcolor="{tablecolora}"><img src="{imagefolder}/msg-folder.gif"></td>
       <td id="tableb" bgcolor="{tablecolorb}" width="100%" colspan=2><normalfont><a href="pms.php?folderid=outbox&sid=$session[hash]">Postausgang</a></font></td>
      </tr>
     </table><br>
     <table cellpadding=4 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="200">
      <tr bgcolor="{tabletitlecolor}" id="tabletitle"><FORM ACTION="pms.php" METHOD="POST">
       <td colspan=2 align="center"><normalfont color="{fontcolorsecond}"><b>Ordner erstellen</b></font></td>
      </tr>
      <tr>
       <td id="tablea" bgcolor="{tablecolora}"><img src="{imagefolder}/msg-folder.gif"></td>
       <td id="tableb" bgcolor="{tablecolorb}" width="100%"><input type="text" name="foldertitle" maxlength=100 value="" class="input"> <input src="{imagefolder}/go.gif" type="image" border=0></td>
      </tr>
      <input type="hidden" name="sid" value="$session[hash]">
      <input type="hidden" name="action" value="createfolder">
      </form>
     </table><br>
     $pmsspeicher
     $folder_rename
    </td>
    <td width="600%" valign="top"><FORM ACTION="pms.php" METHOD="POST" name="bbform">
     <table cellpadding=4 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="100%">
      <tr bgcolor="{tabletitlecolor}" id="tabletitle" align="center">
       <td colspan=3 width="60%"><normalfont color="{fontcolorsecond}"><b>Betreff</b></font></td>
       <td width="20%"><normalfont color="{fontcolorsecond}"><b>von</b></font></td>
       <td width="20%"><normalfont color="{fontcolorsecond}"><b>Datum</b></font></td>
       <td><input type="checkbox" name="all" value="1" onclick="select_all(this.checked)"></td>
      </tr>
      $pms_bit
     </table>
     <table width="100%">
      <tr>
       <td><a href="pms.php?action=newpm&sid=$session[hash]"><img src="{imagefolder}/newpm.gif" border=0 alt="Neue Nachricht erstellen"></a></td>
       <td align="right"><select name="action">
        <option value="">Aktion w&auml;hlen...</option>
        <option value="delmark">l&ouml;schen</option>
        $moveto_options
        <option value="">----------------------------</option>
        <option value="delall">Alle Nachrichten l&ouml;schen</option>
       </select>&nbsp;<input src="{imagefolder}/go.gif" type="image" border=0></td>
      </tr>
     </table>
    </td>
   </tr>
  </table><br>
   <input type="hidden" name="folderid" value="$folderid">
   <input type="hidden" name="sid" value="$session[hash]">
  </form>
  $footer
 </body>
</html>
bolop
Was ich da immer wieder nur sagen kann ist, das Backup hochladen, den Hack erneut einbauen und schauen... ansonsten müsstest Du irgendwie was doppelt darin haben, welche Dateien hast Du für den Hack alles bearbeitet?
Alex96
hi bin mir zwar nich sicher da ich mich da auch nich undbedinkt gut auskenn Augen rollen

<td width="600%" valign="top"><FORM ACTION="pms.php" METHOD="POST" name="bbform">
<table cellpadding=4 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="100%">
<tr bgcolor="{tabletitlecolor}" id="tabletitle" align="center">
<td colspan=3 width="60%"><normalfont color="{fontcolorsecond}"><b>Betreff</b></font></td>
<td width="20%"><normalfont color="{fontcolorsecond}"><b>von</b></font></td>
<td width="20%"><normalfont color="{fontcolorsecond}"><b>Datum</b></font></td>
<td><input type="checkbox" name="all" value="1" onclick="select_all(this.checked)"></td>

gehören da nich 100 hin?