Joomla Gaming

The Gaming extensions for Joomla!

  • Increase font size
  • Default font size
  • Decrease font size
Home Forums
Welcome, Guest
Please Login or Register.    Lost Password?

Subscribers: JG Casino Pro v1.3 alpha available!
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Subscribers: JG Casino Pro v1.3 alpha available!
#1520
Subscribers: JG Casino Pro v1.3 alpha available! 7 Months ago  
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
Vanama
Admin
Posts: 620
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Czech Republic Birthday: 07/11
The administrator has disabled public write access.
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!
 
#1521
Re: Subscribers: JG Casino Pro v1.3 alpha available! 7 Months ago  
btw translators can update language files and post it here too
Vanama
Admin
Posts: 620
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Czech Republic Birthday: 07/11
The administrator has disabled public write access.
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!
 
#1522
Re:Subscribers: JG Casino Pro v1.3 alpha available! 7 Months ago  
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>
barret
Senior Boarder
Posts: 71
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1523
Re:Subscribers: JG Casino Pro v1.3 alpha available! 7 Months ago  
Ups, this form You can delete. I was tested security with this
Vanama
Admin
Posts: 620
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Czech Republic Birthday: 07/11
The administrator has disabled public write access.
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!
 
#1524
Re:Subscribers: JG Casino Pro v1.3 alpha available! 7 Months ago  
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;
}
barret
Senior Boarder
Posts: 71
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/02/09 06:46 By barret.
The administrator has disabled public write access.
 
#1525
Re:Subscribers: JG Casino Pro v1.3 alpha available! 7 Months ago  
each game? Check gamedata.
Vanama
Admin
Posts: 620
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Czech Republic Birthday: 07/11
The administrator has disabled public write access.
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!
 
Go to topPage: 12345
Moderators: Tinker