vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Casino (w/ 10 player poker) (https://vborg.vbsupport.ru/showthread.php?t=159151)

RollaJedi 12-11-2007 04:23 PM

no, i just have vbulletin and do all my changing of stuff through the admin area. I have only been doing this for a few months now so I'm pretty new to a lot of stuff.

I had installed your casino mod a while back and have installed all the updates so far just fine. However this one was different. Say when I went to roulette and tried clicking on a chip to use, it wouldnt 'light up'. Also, the strips that spin were above the actual slot machine as well. I guess I should have handled it differently, but I tried to reinstall the version before this one and it gave me one of those error messages, this time about the texas hold-em chat area. I tried uninstalling and reinstalling the new version and now here is where I am with the casino_cash error. I'd really like to get back to square one, but I'm not sure what to do.
Thank you

Andrew Green 12-11-2007 05:34 PM

Quote:

Originally Posted by RollaJedi (Post 1399284)
no, i just have vbulletin and do all my changing of stuff through the admin area. I have only been doing this for a few months now so I'm pretty new to a lot of stuff.

I had installed your casino mod a while back and have installed all the updates so far just fine. However this one was different. Say when I went to roulette and tried clicking on a chip to use, it wouldnt 'light up'. Also, the strips that spin were above the actual slot machine as well. I guess I should have handled it differently, but I tried to reinstall the version before this one and it gave me one of those error messages, this time about the texas hold-em chat area. I tried uninstalling and reinstalling the new version and now here is where I am with the casino_cash error. I'd really like to get back to square one, but I'm not sure what to do.
Thank you

I'll get back to you with a script to upload later today.

RollaJedi 12-11-2007 05:39 PM

ok, thank you. sorry to be a problem. :P

punchbowl 12-11-2007 06:30 PM

Donate:
when clicked on the main casino page http://www.xxxxxxx.com/forum/casino.php?do=donate no longer goes to the donate page. It just refreshes the main page.

Stats:
Still getting
"Notice: Undefined variable: db in /var/www/vhosts/xxxxxx.com/httpdocs/forum/casino/stats.php on line 2" if i click 'more stats' and then 'your stats' . Rest of the page loads normally.

Everything else seems great. Only updated last night.

Mark.B 12-11-2007 07:17 PM

Quote:

Originally Posted by punchbowl (Post 1399358)
Donate:
when clicked on the main casino page http://www.xxxxxxx.com/forum/casino.php?do=donate no longer goes to the donate page. It just refreshes the main page.

Quick fix for that:

In casino.php find:
Code:

if($do == 'stats')
        {
                require_once('casino/stats.php');
                exit();
        }

Add below:
Code:

else if($_GET['do']=='donate')
                {
                        require_once('casino/donate.php');
                        exit();
        }

That'll patch it to make the donate link work until Andrew does a cleaner fix.

mastertek2000 12-11-2007 07:38 PM

works great on my site thanks great mod

RollaJedi 12-11-2007 07:59 PM

Quote:

Originally Posted by Andrew Green (Post 1399329)
I'll get back to you with a script to upload later today.

leaving from work today and had a few minutes. just seeing if you might have that script for me yet. Thanks!

Andrew Green 12-11-2007 08:00 PM

Quote:

Originally Posted by RollaJedi (Post 1399431)
leaving from work today and had a few minutes. just seeing if you might have that script for me yet. Thanks!


Not till I get home from work ;)

RollaJedi 12-11-2007 08:06 PM

ok, thats cool. :)
My folks in my forum love your mod and I do to. Just will be happy to have it back. :D

ChU v2 12-11-2007 08:43 PM

Quote:

Originally Posted by Andrew Green (Post 1397184)
At some point maybe.

I think no limit would be a huge step in the right direction, a lot of the interest is in No Limit poker.

Quote:

Probably not, don't really see the benefit myself.
Benefit of showing previous hands would be just that, I can't always remember and I people are always asking "what did I just have" or "what did I fold again" after they see the flop or what not.

Quote:

Not sure what you mean
Let's say a player folds, the other player could then have an option to show his cards to the players that folded.

Quote:

thought about that, but with a 10 player game, chat box and common cards, there isn't really any space to put them and keep everything on the screen at once without a high resolution monitor
there's always room :D

Quote:

Yep. Otherwise people that don't want dealt in, or have left the room will get dealt in.
What about a checkbox that the user can select to say if they want to be in the next or not. This can be done for the check or fold options as well, so the user can check the box before its there turn to speed up the gameplay

Quote:

Sound effects have been asked for before, might happen in the near future.
Would help

Some more suggestions:

Displaying the winning hand in the chatbox. ex. "ChU wins with a pair of Kings"

With an additon of multiple rooms, tournaments 8 player tables, set cash, winner gets $ added to their total casino cash or admin set prize

I assume you have gone into a free online poker site and seen what they do, if not I suggest it. Most of my suggestions stem from playing online poker on fulltiltpoker.net

punchbowl 12-11-2007 11:10 PM

Quote:

Originally Posted by Mark.B (Post 1399404)
Quick fix for that:
That'll patch it to make the donate link work until Andrew does a cleaner fix.

Perfect thanks.
:up:

Andrew Green 12-12-2007 12:13 AM

.81

Fixed the the transfer cash link and the two backwards ones in the stats page, and added a log and on / off switch to transfers as well

SuperTaz 12-12-2007 12:30 AM

Every day I sign on here, I see this mod has been updated. This is getting nuts. I am about ready to give up on this mod. lol :D

Andrew Green 12-12-2007 12:40 AM

lol, well, that's the thing about beta releases, they are still in development so get updated fairly regularly ;)

This was mainly just to fix a couple bugs from .80, hopefully its all set until I have some larger additions now ;)

flyboyindy 12-12-2007 01:12 AM

I tried to upgrate today and i got an SQL error:

Invalid SQL:
ALTER TABLE user ADD casino_cash integer default 250;

MySQL Error : Duplicate column name 'casino_cash'
Error Number : 1060

Im not really that knowlegable on MySQL.... any ideas on what to do to get the Casino up and running again?

Thanks,
Frank

dodgeboard.com 12-12-2007 01:14 AM

Quote:

Originally Posted by Warden-B- (Post 1399546)
Every day I sign on here, I see this mod has been updated. This is getting nuts. I am about ready to give up on this mod. lol :D

Frequent updates means the developer is responding to your requests, fixing glitches, adding new features, etc. One of these most "frequent" updates we got the roulette game added.

I appreciate the diligence of the developer and the work he spends to integrate the features we are requesting.

Don't complain about frequent updates on a beta program - that's how we get to GOLD.

Andrew Green 12-12-2007 01:17 AM

Next time don't uninstall before updating, just import the new product file and it will overwrite the old one. Do you have access to phpmyadmin? If so delete the casino_cash field from the user table, and delete any casino_* tables that are left.

If you don't have phpmysql let me know and I'll send you a file to do that.

Quote:

Originally Posted by flyboyindy (Post 1399567)
I tried to upgrate today and i got an SQL error:

Invalid SQL:
ALTER TABLE user ADD casino_cash integer default 250;

MySQL Error : Duplicate column name 'casino_cash'
Error Number : 1060

Im not really that knowlegable on MySQL.... any ideas on what to do to get the Casino up and running again?

Thanks,
Frank


Mixibiza 12-12-2007 01:27 AM

It does seem like a great mod and I tried installing it. But when I try to access the casino I get the following error :

Quote:

Warning: require_once(casino/stats.php) [function.require-once]: failed to open stream: No such file or directory in /casino.php on line 177

Fatal error: require_once() [function.require]: Failed opening required 'casino/stats.php' (include_path='.:/usr/local/lib/php/') in /mounted-storage/home78c/sub008/sc44374-ITEF/www/casino.php on line 177
Can you please help me on this. Thanks :)

Mixibiza 12-12-2007 01:29 AM

Oooppps did i forgot to mention that i installed this version - casino 0 80.zip

Andrew Green 12-12-2007 02:20 AM

looks like not everything got uploaded, or not to the right place.

The casino folder needs to go up in the main forum directory. So inside that you should have a "casino" folder, with "stats.php" and a whole lot of other files in it. (/casino/stats.php)

This message says that file doesn't exist.

Hornstar 12-12-2007 02:34 AM

Casino is becoming very popular on my site. they love it.

Just wanted to let you know again, how much I love this mod :)

flyboyindy 12-12-2007 02:55 AM

Thanks Andrew! Fixed it!

Robert Paulson 12-12-2007 04:06 AM

Quote:

Originally Posted by hornstar1337 (Post 1399609)
Casino is becoming very popular on my site. they love it.

Just wanted to let you know again, how much I love this mod :)

Wait until you start getting the "I need more cash" PM's. It's a total P.I.T.A.!

But still, great add-on! They love it!

carubmun 12-12-2007 06:20 AM

Quote:

Originally Posted by Warden-B- (Post 1399546)
Every day I sign on here, I see this mod has been updated. This is getting nuts. I am about ready to give up on this mod. lol :D

Im gonna give you the benefit of the doubt in guessing that you mistyped in some way.
Because it would boggle the mind to think that someone finds that a mod maker updating his creation on a constant basis... is a bad thing.

In case i havent said so, big thanks to Andrew the creater of this mod.
My small forum is having loads of fun asking me for more money :)

Just a few humble suggestions. (excuse me if they have already been suggested)

1. Hold'Em seems a bit glitchy to my users, the game slows down, drops players in the middle of the hand, takes everyone back out to the "start game" screen that informs you about ajax. If you click start game you get right back into the game, but its pretty annoying.
Possibly might just be my server or database that has a problem if this hasnt been reported by anyone else.

2. Adding a "Who is playing Texas Hold Em" feature, as in the CMPS module... for those of us who dont use CMPS. Or at least a "Who is in the Casino" feature.

3. The option to disable the chat feature in the Hold Em area.
Or as a better option, for the chat feature to dump all posts into a single dedicated Hold Em thread in the forum. The way some shoutboxes operate.

4. A complaint from one of my users that might help.... "It's just that the big blind is first to act and can raise before the small blind calls the minimum, thats not how it should be".

5. Keep up the good work! :up:

SBlueman 12-12-2007 06:31 AM

Updated and still loving this mod!

ezurick 12-12-2007 06:31 AM

Quote:

Originally Posted by Andrew Green (Post 1399538)
.81

Fixed the the transfer cash link and the two backwards ones in the stats page, and added a log and on / off switch to transfers as well

Thanks so much for the quick fixes Andrew... Everything appears to be working great! I did notice since I updated to .81 that games are showing up on the list that I have unchecked as active. Was that meant to be? Of course when a member clicks on it, it gives the normal vb warning about you don't have access... but it could be confusing to some newbies. Again, thanks for the great product... my members love it!

skcyber 12-12-2007 08:01 AM

Quote:

Originally Posted by stangger5 (Post 1398700)
Try this,,
edit the casino.php file..

Find:
Code:

$result = $db->query_read("SELECT * FROM casino_games ORDER BY gamename");
while ($row = $db->fetch_array($result))

And replace with this

Code:

$result = $db->query_read("SELECT * FROM casino_games  WHERE active = 1 ORDER BY gamename");
while ($row = $db->fetch_array($result))


I have already this problem ;)

Thank Andrew for the update ! :)

Mafialife Chris 12-12-2007 08:32 AM

What does this mean?

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT * FROM casino_games ORDER BY gamename;

MySQL Error : Out of memory; restart server and try again (needed 524280 bytes)
Error Number : 1037
Date : Wednesday, December 12th 2007 @ 05:30:06 AM
Script : http://www.thefakemafia.com/casino.php
Referrer : http://www.thefakemafia.com/index.php
IP Address : 69.123.81.245
Username : Mafialife Chris
Classname : vB_Database

ezurick 12-12-2007 10:08 AM

Quote:

Originally Posted by skcyber (Post 1399731)
I have already this problem ;)

Thank Andrew for the update ! :)

Ha! That fixed me! Perhaps Andrew could make that permanent in the program so we don't have to change that on every update. And I am certainly not complaining about the updates... I just wished that some other authors would update their stuff... Excellent support Andrew!!!

Andrew Green 12-12-2007 01:20 PM

Quote:

Originally Posted by Mafialife Chris (Post 1399736)
What does this mean?

You ran out of memory...

Try the .81a, I redid that query to use less, might want to talk to your host too...

rwilkins108 12-12-2007 04:17 PM

Andrew, just downladed 81To81A zip file and the casino.php on line 40 has this:

'casino_sportspool_maihttp://martialtalk.com/forum/search.php?searchid=905462n',

just checked, it's in the regular .81a zip file too...

Andrew Green 12-12-2007 04:18 PM

no idea how that happened... gimme a sec...

dSpotter 12-12-2007 04:31 PM

Call me blind, but how do I download this or where are the instructions?

I would like to add this to my vBulletin however I seem to going in circles lol. I tried going to the vbgaming web site and clicked on the download link there but it only took me back to the vbulletin.org page.

Can someone please point me in the right direction on how to get this for my board?

Jimandbob 12-12-2007 04:32 PM

I think Andrew is just upgrading the download. It will be back soon

xchewbaka 12-12-2007 05:13 PM

Quote:

Originally Posted by rwilkins108 (Post 1399938)
Andrew, just downladed 81To81A zip file and the casino.php on line 40 has this:

'casino_sportspool_maihttp://martialtalk.com/forum/search.php?searchid=905462n',

just checked, it's in the regular .81a zip file too...

i think you must edit your php.ini file on your server, there is not enough max_memory limit

dSpotter 12-12-2007 05:21 PM

Quote:

Originally Posted by Jimandbob (Post 1399944)
I think Andrew is just upgrading the download. It will be back soon

Oh okay, thanks. I will we check back later then. Hopefully will be able to add this soon :)

JimmiOO 12-12-2007 05:41 PM

Im having problems getting hold em to work, ive got the start game button and this msg (This game is AJAX powered and requires javascript to be turned on) when i click the button it justs says page error at the bottom, any ideas and yes java is turned on :)

Sorry forgot to mention none of my members can play the game,

rwilkins108 12-12-2007 05:42 PM

Quote:

Originally Posted by xchewbaka (Post 1399959)
i think you must edit your php.ini file on your server, there is not enough max_memory limit

Think you meant that for someone else...

stangger5 12-12-2007 06:28 PM

No Files Uploaded. ??

nautiqeman 12-12-2007 06:32 PM

I'm trying to read through this thread to get the fix but I'm not sure if the fix was included with the newest Casino version, which is the one I'm running.

The lottery ran 1 time and now it just shows this message for Upcoming Draw: No Draw Active at this time, please check back later


All times are GMT. The time now is 03:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11626 seconds
  • Memory Usage 1,846KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete