Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin Tool: Call-Me-The-Village-Id
#1
Hi Leute,

Ich bin dabei bzw. ich habe ein Admin Tool für das Tool "Call-Me-The-Village-Id" gemacht. Ich weiß dieses Tool ist schon etwas älter aber ich habe immer wieder Lust und Laune etwas zu schreiben und was für die DSLan zu machen.

Ich habe einen Fehler in der Tabelle.
Und zwar sieht das momentan so aus:

Hier der Fehler!

Aber ich will, dass das alles untereinander ist.
Hier mal mein .tpl:

PHP Code:
<h2>Call-Me-The-Village-Id</h2><br>
<
h4>Village ID's:</h4>

<table class="vis" style=border:1px solid" border="1">
 <tr>
  <th>Dorfname</th>
  <th>DorfID</th>
  <th>UserID</th>
 </tr>
{foreach from=$villageInfo item=village}
<td>
{$village.name}
</td>
<td>
&nbsp;{$village.id}
</td>
<td>
&nbsp;&nbsp;{$village.userid}
</td>
{/foreach}
</table>

<b>Hier siehst du welche ID, welchem Spieler gehört:</b><br>

<table class="vis" style=border:1px solid" border="1">
 <tr>
  <th>UserID</th>
  <th>Username</th>
 </tr>
{foreach from=$userInfo item=user}
<td>
{$user.id}
</td>
<td>
&nbsp;{$user.username}
</td>
{/foreach}
</table><br>


<p align="right">Tool &copy; by Black Arrow und SlimShady | Admintool &copy; by <a href="http://dslan.gfx-dose.de/user-6529.html">Yannici</a></p> 

Was stimmt da nicht?
Ist vielleicht was an der .php im action Ordner nicht richtig?

Hoffe ihr könnte mir ein bisschen helfen.
Danke
Yannici
Manchmal denke ich:
Reply


Messages In This Thread
Admin Tool: Call-Me-The-Village-Id - by Yannici - 08.07.2009, 17:18



Users browsing this thread: 1 Guest(s)