Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.4] Versammlungsplatz: "Eigene Dörfer"
#15
Ich weiß altes Thema hier aber trotzdem nochmal ne Frage Wink

1. Danke erstmal an dich Molt ich verwende sehr viele Tools von dir und durch sie wird TWLan erst richtig interessant.

2. Nun aber mein Problem ... ich habe alles nach Anleitung installiert und danach TWLan gestartet. Gehe ich jedoch nun auf den Versammlungsplatz erscheint folgende Meldung:

Parse error: parse error, unexpected '<' in C:\Users\Nickel\Documents\DSLan_1.4\htdocs\templates_c\%%75^75F^75F67C6F%%game_place_command.tpl.php on line 80

Hier der Auszug des zugehörigen PHP Codes (game_place_command.tpl.php) von Zeile 62-96

PHP Code:
{php}
if(
$_GET['molt']) echo '<script type="text/javascript">
document.getElementsByName("attack")[0].click();
</script>'
;
{/
php}

<
h3>{$lang->get("movements")}</h3>
{* 
Eigene losgeschickte Angriffe *}
{if 
count($my_movements)>0}
<
table class="vis">
    <
tr>
        <
th width="250">{$lang->get("own_troops")}</th>
        <
th width="160">{$lang->get("arrival")}</th>
        <
th width="80">{$lang->get("arrival_in")}</th>
    </
tr>
    {foreach 
from=$my_movements item=array}
        <
tr>
            <
td>
                <
a href="game.php?village={$village.id}&amp;screen=info_command&amp;id={$array.id}&amp;type=own">
                <
img src="graphic/command/{$array.type}.png"> {$array.message}
                </
a>
            </
td>
            <
td>{$array.end_time|format_date}</td>
            {if 
$array.arrival_in<0}
                <
td>{$array.arrival_in|format_time}</td>
            {else}
                <
td><span class="timer">{$array.arrival_in|format_time}</span></td>
            {/if}
            {if 
$array.can_cancel}
                <
td><a href="game.php?village={$village.id}&amp;screen=place&amp;action=cancel&amp;id={$array.id}&amp;h={$hkey}">{$lang->get("doCancel")}</a></td>
            {/if}
        </
tr>
    {/foreach}
</
table>
{/if} 
Reply


Messages In This Thread
Versammlungsplatz: "Eigene Dörfer" - by Molt - 26.11.2010, 21:26
RE: Versammlungsplatz: "Eigene Dörfer" - by Old pro - 30.11.2010, 12:03
RE: Versammlungsplatz: "Eigene Dörfer" - by Old pro - 05.06.2011, 14:51
RE: Versammlungsplatz: "Eigene Dörfer" - by Old pro - 05.06.2011, 15:22
RE: Versammlungsplatz: "Eigene Dörfer" - by Old pro - 05.06.2011, 15:31
RE: Versammlungsplatz: "Eigene Dörfer" - by Energizer - 23.07.2012, 14:54



Users browsing this thread: 2 Guest(s)