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-10-2004 11:25 AM

Quote:

Originally Posted by msimplay
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

Great idea! PM notification didn't occur to me but I'm sure many would prefer it over email. :)

kall 06-26-2004 04:19 AM

Quote:

Originally Posted by teksigns
my board is setup with 3 groups .....

regular members
donators1
and donators2
and staff

i would like to make it so that

staff, donators1 , and donators2 groups all can play arcade without having a arcade pass.


i would like the regular members still be required to buy pass.




can this be done ?

Yep. Check my signature. :)

Littlebit 07-19-2004 02:17 PM

I've noticed that all you have to do is aquire the amount of points needed for a pass in order for the arcade games to become enabled for use. But you don't actually have to buy the pass.
Did I mess up part of the install?

Littlebit 07-23-2004 01:15 PM

Kal, is my above posts issue a known bug?

Holidazed 07-23-2004 02:15 PM

OK, so here is my question. If my user buys this pass, is it a lifetime pass or does it expire in xx hours or xx days?

Littlebit 07-26-2004 03:35 PM

I user doesn't have to buy the pass, but just needs the amount of points a pass costs to play the games and when a user who didn't buy the pass loses the amount of points required to buy the pass, database errors occur each time that user attempts to play.
Is anyone else having this issue?

Holidazed 07-26-2004 04:34 PM

Quote:

Originally Posted by bitg
OK, so here is my question. If my user buys this pass, is it a lifetime pass or does it expire in xx hours or xx days?

Is anybody going to answer my question?

netrosearch 07-30-2004 10:54 PM

How long is the arcade pass good for? It is good forever, or for a set period of time?

netrosearch 07-30-2004 11:21 PM

I have now lost the ability to use my Remove Game hack. Can someone help me please? Here is where I think the problem is...

This is the code needed for the Arcade pass:

$menu .= "<tr onClick=\"document.getElementById('id').innerHTML = ".$games[shortname]."id;document.getElementById('descr').innerHTML = ".$games[shortname]."descr;document.getElementById('title').innerH TML = ".$games[shortname]."title;document.getElementById('cost').innerHT ML = ".$games[shortname]."cost;document.getElementById('jackpot').innerHTM L = ".$games[shortname]."jackpot;document.getElementById('increase').inne rHTML = ".$games[shortname]."increase;document.getElementById('showaward').in nerHTML = ".$games[shortname]."showaward;document.getElementById('challenabled' ).innerHTML = ".$games[shortname]."challenabled;document.getElementById('playpanel' ).innerHTML = ".$games[shortname]."playpanel;document.getElementById('active').inne rHTML = ".$games[shortname]."active;document.getElementById('netplay').innerH TML = ".$games[shortname]."netplay;document.getElementById('removegame').in nerHTML = ".$games[shortname]."netplay;document.getElementById('uptbut').innerH TML = ".$games[shortname]."upbuttext;document.getElementById('categorytitle ').innerHTML = ".$games[shortname]."categorytitle;\">

Here is the code before the arcade pass hack

//$menu .= "<tr onClick=\"document.getElementById('id')
.innerHTML = ".$games[shortname]."id;document.getElementById('descr')
.innerHTML = ".$games[shortname]."descr;document.getElementById('title')
.innerHTML = ".$games[shortname]."title;document.getElementById('showaward')
.innerHTML = ".$games[shortname]."showaward;document.getElementById('challenabled' )
.innerHTML = ".$games[shortname]."challenabled;document.getElementById('playpanel' )
.innerHTML = ".$games[shortname]."playpanel;document.getElementById('active')
.innerHTML = ".$games[shortname]."active;document.getElementById('netplay')
.innerHTML = ".$games[shortname]."netplay;document.getElementById('removegame')
.innerHTML = ".$games[shortname]."removegame;document.getElementById('uptbut')
.innerHTML = ".$games[shortname]."upbuttext;document.getElementById('categorytitle ')
.innerHTML = ".$games[shortname]."categorytitle;\">

Any suggestions?

Holidazed 07-31-2004 03:28 PM

Quote:

Originally Posted by netrosearch
How long is the arcade pass good for? It is good forever, or for a set period of time?

I have asked this question as well, but it seems that either nobody knows or nobody cares to answer. This should have been a cusomozable field in the ACP.

Quote:

Originally Posted by netrosearch
I have now lost the ability to use my Remove Game hack. Can someone help me please?

I think the correct entry is as follows
Code:

$menu .= "<tr onClick=\"document.getElementById('id').innerHTML =
".$games[shortname]."id;document.getElementById('descr').innerHTML =
".$games[shortname]."descr;document.getElementById('title').innerHTML =
".$games[shortname]."title;document.getElementById('cost').innerHTML =
".$games[shortname]."cost;document.getElementById('jackpot').innerHTML =
".$games[shortname]."jackpot;document.getElementById('increase').innerHTML =
".$games[shortname]."increase;document.getElementById('showaward').innerHTML =
".$games[shortname]."showaward;document.getElementById('challenabled').innerHTML =
".$games[shortname]."challenabled;document.getElementById('playpanel').innerHTML =
".$games[shortname]."playpanel;document.getElementById('active').innerHTML =
".$games[shortname]."active;document.getElementById('netplay').innerHTML =
".$games[shortname]."netplay;document.getElementById('removegame').innerHTML =
".$games[shortname]."removegame;document.getElementById('uptbut')..innerHTML =
".$games[shortname]."netplay;document.getElementById('uptbut').innerHTML =
".$games[shortname]."upbuttext;document.getElementById('categorytitle').innerHTML =
".$games[shortname]."categorytitle;\">



All times are GMT. The time now is 12:33 PM.

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.01359 seconds
  • Memory Usage 1,752KB
  • 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
  • (5)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