Hey,
I have a problem with the licensing addon i've just ordered, when I try to access he return :
Array
(
[status] => Invalid
[remotecheck] => 1
)
In access logs, I have :
What'is the **************** ?
Many thanks.
Hey,
I want to make this :
{foreach from=$history item=entry}
<tr>
<td>{php} echo date("Y-m-d H:i:s", $entry.timestamp); {/php}</td>
<td>{$entry.code}</td>
<td>{$entry.credit_added}</td>
</tr>
{foreach}
But the first field stay empty..
Any idea ?
Thanks