Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
futureal vBProArcade and Lesane Store hack addon (updated) Details »»
futureal vBProArcade and Lesane Store hack addon (updated)
Version: 1.00, by Dark Jim Dark Jim is offline
Developer Last Online: May 2007 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-07-2002 Last Update: Never Installs: 6
Is in Beta Stage  
No support by the author.

Small update on 09-15-02
You can now set an amount that will be put extra in the jackpot each time a user pays to play a game.

Updated (now beta 2)
I added configurable cost for each game in the admin cp. Also when you pay for a game that money goes into that game's jackpot. I have yet to make the jackpot give money to the winners automatically (read the To do list in the updated text attachment) but for the time being an admin can manually emtpy the jackpot and give certain percentages to the 1st, 2nd and 3th placed members of each game.

Pics (not really much to see though)
Viewing the main arcade menu
Editting a game in the admin cp

Old post
-----------------------------------------------------------------------------------
Not sure where to put this so I made a new topic. What this does is take 1 point every time you play a game. If you don't have enough points (0) then you will get a message that you don't have enough points to play the game. Obviously you need both the vBProArcade and Store hack for this. I may add more stuff such as admin cp controlable cost and whatmore but for now enjoy this simpe but nice addon.

Edit: As long as the vBProArcade is in beta I will keep this addon in the beta forum too.
-----------------------------------------------------------------------------------

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-09-2002, 01:18 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool d00d you da man also @ NTLDR if i add another flash game how do i add the score system to it i added Snipers
  #13  
Old 09-09-2002, 08:58 PM
Dark Jim's Avatar
Dark Jim Dark Jim is offline
 
Join Date: Apr 2002
Location: Netherlands
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I added a var playcost and jackpot. Now everytime someone enters a game it takes away the playcost of their points and puts it in the game's jackpot. Still need to find out how to prevent people playing games without having to pay (they need to pay at least the first time though). Then I will see if I can make the jackpot donate it's entire amount each week, hmm no I will make that a var too so you can choose the amount of time, anyway it needs to donate it's amount automatically to the current 1st placed in that game. Also the high scores need to be reset automatically (but not the Top High Scores!).

Any ideas? I'm really a newb with php and mysql.
  #14  
Old 09-10-2002, 09:03 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool great work d00d
  #15  
Old 09-13-2002, 02:02 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this sounds dope.....i shall install it now

wish me luck
  #16  
Old 09-13-2002, 09:18 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Damn.....I made it 1 point to play with a 5 starting jackpot

everything went smooth but i get this message

"You do not have enough points to play this game!"

when i actually have 103 points and 17000 in the bank any help or should i un-install?
  #17  
Old 09-14-2002, 05:38 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

are you gonna give support for this hack?
  #18  
Old 09-14-2002, 08:05 PM
Dark Jim's Avatar
Dark Jim Dark Jim is offline
 
Join Date: Apr 2002
Location: Netherlands
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh yeah sorry I was busy today. I will look into it.
  #19  
Old 09-14-2002, 08:33 PM
Dark Jim's Avatar
Dark Jim Dark Jim is offline
 
Join Date: Apr 2002
Location: Netherlands
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you attach your proarcade.php file? I looked again at the code and really don't see how that could happen. Did you edit the file correctly?

Edit: I attached mine. You can upload that one although it's exactly as in the instructions.
  #20  
Old 09-14-2002, 09:09 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks i'll try it very soon man.....and holla back with the update
  #21  
Old 09-14-2002, 09:36 PM
Dark Jim's Avatar
Dark Jim Dark Jim is offline
 
Join Date: Apr 2002
Location: Netherlands
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just made a small update to the instructions. Not the automatic jackpot donate thing cuz I have troubles with that (I'm a php newbie like I said) but an extra field called jackpotinc. You can set an amount it will extra add to the jackpot everytime a user pays for a game. Say you set the cost to play to 1 and the extra amount to 1 it will take 1 point from the user and add 2 to the jackpot. I updated the instructions with this.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:27 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.06703 seconds
  • Memory Usage 2,297KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete