salve!
Sto sviluppando un modulo x phpnuke vi riporto qui tutto il codice...
[code:1:2136b1b7f6]
<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
function mytable ($gamename, $popup, $imageg)
{
$txt="<a href=\"# \" onClick=\"window.open('$popup', 'newWin', 'scrollbars=no,status=no,resizable=no,top=100,left =150,width=650,height=420')\">play!< ;/a>";
$img="<img src=\"http://www.web3.altervista.org/nuke/modules/nescio_games/images/$imageg\" alt=\"immagine del gioco\" </img>";
echo"<div align=center>"
. "table border=\"0\" width=\"80%\">"
. "<tr>"
. " <td width=\"80%\"> $gamename </td>"
. " <td>&nbsp;</td>"
. "</tr>"
. "<tr>"
. " <td height=\"\" width=\"148\"> $txt </td>"
. " <td height=\"\"><div align=\"center\"> $img </div></td>"
. "</tr>"
. "/table>"
. "/div>";
}
?>
<div align="center"><img src="http://web3.altervista.org/nuke/modules/nescio_games/nescio_games_online.png" alt="games online"></img>
<br>Giochi Online </div>
<?
$lancio_name="Lancio del pinguino";
$lancio_pop="http://www.yetisports.net/yetisports1/index.php";
$lancio_image="yeti1.jpg";
function mytable($lancio_name, $lancio_pop, $lancio_image);
CloseTable();
include("footer.php");
?>
[/code:1:2136b1b7f6]
ma non capisco perchè mi da questo errore...
http://web3.altervista.org/nuke/modu...e=nescio_games
qualcuno mi sa dire dove sbaglio?