![]() |
A member suggested today receiving an email to inform them when their pass expires.
|
Quote:
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 its a checkbox so if they don't check anything it would mean no notification at all |
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
|
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!! |
anyone?
|
try in the game settings and also turning the arcade pass on
|
No thats not it.. could someone tell me the line that in the file edits that controls this please?
|
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 { |
Quote:
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 |
Quote:
but it is configurable to allow for example the top 3 to obtain a prize |
Quote:
|
Quote:
|
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? |
Kal, is my above posts issue a known bug?
|
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?
|
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? |
Quote:
|
How long is the arcade pass good for? It is good forever, or for a set period of time?
|
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? |
Quote:
Quote:
Code:
$menu .= "<tr onClick=\"document.getElementById('id').innerHTML = |
You can set the time span of the pass in the admin options area > arcade pass options...
"Timeout for Arcade Passes? Set this to the number of seconds after purchase that an arcade pass is valid. Set to 0 to disable. Default: 1209600 = 2 weeks." Seems pretty self-explanatory to me :D Cheers, ~Regs. |
Quote:
This would have been resolved if it had been answered to begin with. |
The first screen shot in the second post in this thread clearly shows the option you are/have been asking about... I'd call that answering your question pretty damn well before you even asked it!
Cheers, ~Regs. |
Quote:
I am sorry that I bothered you with a question that evidently I was too blind to see the answer. I thought this was a "Community", but obviously I was wrong. |
You're welcome, it's the least I could do!
Cheers, ~Regs. |
Is this also a bug?
Many bought the pass while the timout was set to the default two weeks and I've changed the timeout to 0 disabled just recently, however the message in arcade saying Hang Pass Expired! Buy a new one! Still shows. Furthermore, when the users click and buy a new one, it still shows the same message when they revisit the arcade. Has anyone else ran across this along with this issue in my previous post? :surprised: |
I installed this on my vb3.01 system and it works fine. That is, until I install a new game. When I install a game after I have installed this hack and then a user runs the game, the following database error comes up.
Code:
Database error in vBulletin 3.0.1: help |
Quote:
|
Quote:
|
Quote:
|
Is there a newer thread out of beta for this hack that I'm not finding in my search?
I'm unable to fix the below issues with this hack ... or know if they have been reported elsewhere or addressed yet. If anyone could direct me, I'd be obliged Quote:
Quote:
|
Tip:
To get it to show on left hand panel in admincp, edit admincp/index.php Find: PHP Code:
PHP Code:
It should now be accesible from left hand menu under Arcade. 'Course, you could create a separate group for it, too... |
I'm not sure where to post this at but since it has to do with getting around having a pass or using points and wouldn't matter as much if you didn't use this hack I chose here. There is an exploit that will allow anyone who has the same game on their home pc to play without using a pass at all as if they are doing it from your website. This is how the person done it on my site and used it. It happened to be a friend so he warned me about it and told me how he done it. The info he sent me word for word:
You create an html file on your computer and embed the flash game like the arcade.php file does. You can either download the game and run it from your computer or run it from the web, either way. The key is to set this html tag to point to the same directory that the arcade.php file is in, which should be the forum root. Below is an example of the tag that was used on my site minus my real address. <base href="http://www.yoursite.com/forums/"> He did use it a couple times but I caught on right away since I just payed for vbulletin a couple weeks ago and less then 24 hours ago added the store and arcade pass. There was no way he should have been able to have what he has so I asked him what he was doing and he told me. Is there a way to fix this or is it only happening on my site? |
Error
SQL-query : INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( 6472, 0, 'settinggroup_arcadepass', 'Arcade Pass Hack v3 Settings', 5000 ) MySQL said: Duplicate entry '6472' for key 1 Can someone please address this? 2 people have posted multiple times about it, and I'm getting the same error. Is 6472 taken up by another hack? |
Here's one for you, I have the pass installed and the UT shop and store hack but cannot get the pass to admit it needs to take points! Any ideas?
|
Anyone?
|
I will wait until this is working with no errors to install.. :(
|
I have no errors, just can't turn the dang thing on!?
|
There's a very easy fix to get this all working.
Do everything via the TXT install, rather then the HTL install. Run db_queries and setting in MySQL first. Then, go through file_edits and template_edits. Finally, add the phrases via Download/Upload in the ACP. Point to arcadepass_phrases in the HTL folder. Do the same for the new templates, pointing to arcadepass_templates. This will work, and it works well. As an added feature for the full release, how bout a field in the ACP to change the cost of the pass? |
After trying to install this hack I received this error in Admincp for Import/Export
Database error in vBulletin:ImpEx Target 3.0.3: Link-ID == false, connect failed mysql error: mysql error number: 0 |
All times are GMT. The time now is 06:42 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|