The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Arcade Pass Hack v2.0 Details »» | |||||||||||||||||||||||||
Arcade Pass Hack v3 is here!
vB2: https://vborg.vbsupport.ru/showthread.php?t=62060 (for futureal's vbProArcade Beta 2) vB3: https://vborg.vbsupport.ru/showthread.php?t=62059 (for John's v3 Arcade) Show Your Support
|
Comments |
#102
|
|||
|
|||
PHP Code:
i'm using this HTML code: PHP Code:
|
#103
|
|||
|
|||
is it possible to make an updated install txt for arcade pass for vbarcade beta 2?
I've followed the info above, and the index.txt from this hack and although the admin section seems to work, the jackpot doesn't seem to visualy update, anyone else have this problem? |
#104
|
||||
|
||||
Yea, the Jackpot won't update, and it says "Your Arcade Pass has been verified" when I don't even have the option in the store....
Note: Newest version of everything. |
#105
|
||||
|
||||
I had 1 point. The jackpot for the game I played (breakout) was set to 1. The cost to play breakout was 1 point. I had earned 60 SCORE points after I finished playing breakout, and I received over 200 regular points for it... is that suppose to happen?
|
#106
|
||||
|
||||
I don't see how some of these errors are happening, all I can say is, double check all the instructions.
Beta 2 instructions will come when I have my FTP password reset, and when I am not too lazy to make a .txt file and ZIP it. |
#107
|
||||
|
||||
hm... In my proarcadeadmin.php file, i'm supposed to replace
PHP Code:
with PHP Code:
PHP Code:
|
#108
|
||||
|
||||
As I said before, those running Beta 2 of the vbProArcade hack MUST follow instructions posted earlier in this thread by a nice user (can't be bothered to get the username of this person while typing this). Note that those modifications for Beta 2 are not tested, and I will try to get a Beta 2 txt file up in the ZIP soon.
|
#109
|
|||
|
|||
here are the 15 new templates for the Arcade Pass. you need the Template Backup System in order to use them properly.
you will still have to modify the edited templates. |
#110
|
||||
|
||||
So, wait a second.... My arcade is screwed then? I used the install instructions from the first post of this thread, and I've got Beta2 of the Arcade.
Could someone be kind enough to PM me a working copy of the proarcade.php file from Beta2? I really don't feel like re-hacking my files, and it's probably easier to just ask. I don't have any other hacks for the Arcade installed, so pretty much anyone can send me it... |
#111
|
|||
|
|||
OK guys why is I cant even run this in mysql without errors.
Not sure how the rest of you are doing this as this is right from the 'how-to' Code:
ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT '0' NOT NULL; INSERT INTO `store` (`id`, `action`, `title`, `costs`, `sold`, `imgurl`, `description`, `ok`, `quantity`) VALUES (NULL, 'arcadepass', 'Arcade Pass', '500', '0', 'images/arcade.gif', 'Buy a lifetime pass into the Arcade!', 'N', '0'); ALTER TABLE `arcadeconfig` ADD `passtimeout` BIGINT(255) DEFAULT '155520000' NOT NULL, ADD `epergamecost` TINYINT(1) DEFAULT '1' NOT NULL, ADD `earcadepass` TINYINT(1) DEFAULT '1' NOT NULL, ADD `eaph` TINYINT(1) DEFAULT '1' NOT NULL, ADD `ejackpot` TINYINT(1) DEFAULT '1' NOT NULL; ALTER TABLE `arcadegames` ADD `playcost` int(255) NOT NULL default '10', ADD `jackpot` int(255) NOT NULL default '0', ADD `jackpotadd` int(255) NOT NULL default '5'; Code:
SQL-query : [Edit] ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT \'0\' NOT NULL; INSERT INTO `store` (`id`, `action`, `title`, `costs`, `sold`, `imgurl`, `description`, `ok`, `quantity`) VALUES (NULL, \'arcadepass\', \'Arcade Pass\', \'500\', \'0\', \'images/arcade.gif\', \'Buy a lifetime pass into the Arcade!\', \'N\', \'0\'); ALTER TABLE `arcadeconfig` ADD `passtimeout` BIGINT(255) DEFAULT \'155520000\' NOT NULL, ADD `epergamecost` TINYINT(1) DEFAULT \'1\' NOT NULL, ADD `earcadepass` TINYINT(1) DEFAULT \'1\' NOT NULL, ADD `eaph` TINYINT(1) DEFAULT \'1\' NOT NULL, ADD `ejackpot` TINYINT(1) DEFAULT \'1\' NOT NULL; ALTER TABLE `arcadegames` ADD `playcost` int(255) NOT NULL default \'10\', ADD `jackpot` int(255) NOT NULL default \'0\', ADD `jackpotadd` int(255) NOT NULL default \'5\'; MySQL said: You have an error in your SQL syntax near '\'0\' NOT NULL; INSERT INTO `store` (`id`, `action`, `title`, `costs`, `sold`, ' at line 1 Back |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|