Joomla Gaming

The Gaming extensions for Joomla!

  • Increase font size
  • Default font size
  • Decrease font size
Home Forum
Welcome, Guest
Username Password: Remember me

Subscribers: JG Casino Pro v1.3 alpha available!
(1 viewing) (1) Guest

TOPIC: Subscribers: JG Casino Pro v1.3 alpha available!

Subscribers: JG Casino Pro v1.3 alpha available! 1 year, 12 months ago #1520

  • Vanama
  • OFFLINE
  • Administrator
  • Posts: 712
  • Points: 5063069
I was release new version of JG Casino today.

What new in v1.3?

* Added support for SMO Ajax Shoutbox and Universal Ajax Chat
* Reworked cashout script for more security for cashout
* Added Dutch, French and Russian language
* "points name" moved from JG Casino administration to language file (better for multilanguage sites)
* added feature for hide special users from lists if You wish
* some other small bugfixes


Note: This is first beta, it for testing! Don't use it on production site otherwise You use it at own risk.


Please all bugs or ideas about this version post here! Thank You
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!

Re: Subscribers: JG Casino Pro v1.3 alpha available! 1 year, 12 months ago #1521

  • Vanama
  • OFFLINE
  • Administrator
  • Posts: 712
  • Points: 5063069
btw translators can update language files and post it here too
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!

Re:Subscribers: JG Casino Pro v1.3 alpha available! 1 year, 12 months ago #1522

  • barret
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Points: 4989
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>

Re:Subscribers: JG Casino Pro v1.3 alpha available! 1 year, 12 months ago #1523

  • Vanama
  • OFFLINE
  • Administrator
  • Posts: 712
  • Points: 5063069
Ups, this form You can delete. I was tested security with this
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!

Re:Subscribers: JG Casino Pro v1.3 alpha available! 1 year, 12 months ago #1524

  • barret
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Points: 4989
CASH OUT :


Each game the winning Cash out when you have problems.

Appear:

Are You trying cheat?!



//if (file_exists($absolutepath."/casino/gamedata/$gname") && $gscore && $myresult && ($gscore != $myresult)) {
if ($gscore && $myresult && ($gscore != $myresult)) {
echo "Are You trying cheat?!";
return;
}
Last Edit: 1 year, 12 months ago by barret.

Re:Subscribers: JG Casino Pro v1.3 alpha available! 1 year, 12 months ago #1525

  • Vanama
  • OFFLINE
  • Administrator
  • Posts: 712
  • Points: 5063069
each game? Check gamedata.
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!
Moderators: Tinker
Time to create page: 0.63 seconds