vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Arcade Pass Hack v3! (https://vborg.vbsupport.ru/showthread.php?t=62059)

weaver 06-01-2004 01:53 AM

A member suggested today receiving an email to inform them when their pass expires.

msimplay 06-01-2004 02:48 PM

Quote:

Originally Posted by snobbymom
A member suggested today receiving an email to inform them when their pass expires.

to expand on this although a great idea
it would be better if they were allowed to choose what kind of notification they recieved for it ie checkbox in usercp / options
Notification of Arcade Pass Expiration
Pm
Email

its a checkbox so if they don't check anything it would mean no notification at all

cashpath 06-05-2004 06:21 PM

can anyone help me possibly fix this... I had about 8 games installed.. I installed this... everything works except that... it does not charge people to play the games... And yes I do have that option set to charge in the cp

cashpath 06-05-2004 07:00 PM

I am thinking that this should happen when the prson clicks to play the game... it should subtract the points from their account... and I just can't find that in the file edits (arcade.php) anywhere??

I haven't seen anyone else complain of it not working so it MUST be in there.... so if anyone knows please at least tell me which edit it is that controls this??

Thanks!!

cashpath 06-06-2004 04:37 AM

anyone?

msimplay 06-06-2004 07:17 AM

try in the game settings and also turning the arcade pass on

cashpath 06-06-2004 03:40 PM

No thats not it.. could someone tell me the line that in the file edits that controls this please?

cashpath 06-06-2004 06:39 PM

ok.. at first I thought I had left something out.. now I have been scouring my code to find this part and I think I finally find it.. now this sucks, cause it IS in my code... which means it is not a simple fix that I just missed it...

Code:

else {
                        if (!isset($show['arcadepass'])) {
                                $DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions['arcadepass_pointtable']." SET ".$vboptions['arcadepass_pointsfield']."=".$vboptions['arcadepass_pointsfield']."-".$thisGame['arcadepass_cost']." WHERE userid='$bbuserinfo[userid]'");
                        }


House_of_Crazed 06-10-2004 07:37 AM

Quote:

Originally Posted by Link14716
This hack also features a jackpot. First, a default jackpot (amount configurable) is set up, and after each game played, the cost of the game plus another amount (configurable per game) is added to the jackpot. If the user ends up with a high enough ranking (minimum ranking configurable), then they'll get a piece of the jackpot - if they are in 3rd place they'd get 1/3 of the jackpot, if they were in 50h, they'd get 1/50th of the jackpot, etc. Once someone takes 1st place, they default jackpot is entered back in and the lucky winner gets ALL of the jackpot.

Link

I am wondering if you could further explain how the jackpot works. As I understand the above text, if someone places 1st place in a game, they get the jackpot automatically? Or am I wrong? Is it on a "Time-Delay" ?

HoC

msimplay 06-10-2004 08:57 AM

Quote:

Originally Posted by House_of_Crazed
Link

I am wondering if you could further explain how the jackpot works. As I understand the above text, if someone places 1st place in a game, they get the jackpot automatically? Or am I wrong? Is it on a "Time-Delay" ?

HoC

they have to get first to get full jackpot

but it is configurable to allow for example the top 3 to obtain a prize


All times are GMT. The time now is 11:32 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.01165 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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