The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#92
|
|||
|
|||
Quote:
|
#93
|
||||
|
||||
Quote:
|
#94
|
||||
|
||||
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? |
#95
|
||||
|
||||
Kal, is my above posts issue a known bug?
|
#96
|
||||
|
||||
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?
|
#97
|
||||
|
||||
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? |
#98
|
||||
|
||||
Quote:
|
#99
|
|||
|
|||
How long is the arcade pass good for? It is good forever, or for a set period of time?
|
#100
|
|||
|
|||
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? |
#101
|
||||
|
||||
Quote:
Quote:
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;\"> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|