admin.casino.html.php :
<th align="center"><?php echo $config->pointsname; ?></th>
===>fix
<th align="center"><?php echo CASINO_POINTS; ?></th>
casino.php : The form function ???
<form action="
localhost/joomlagaming/index.php?autocom...p;do=savescore" method="post">
<input type="hidden" name="enscore" value="88800" />
<input type="hidden" name="gcasino" value="flashpokerC" />
<input type="text" name="gmoney" value="150" />
<input type="submit" value="Get points!" />
</form>