![]() |
Quote:
|
Quote:
The current version number you've got installed is 1.0.0, right? If so, run this: DROP TABLE IF EXISTS arcade_challenges And then this: CREATE TABLE arcade_challenges ( challengeid int(10) unsigned NOT NULL auto_increment, fromuserid int(10) unsigned NOT NULL default '0', touserid int(10) unsigned NOT NULL default '0', winnerid int(10) unsigned NOT NULL default '0', loserid int(10) unsigned NOT NULL default '0', gameid int(10) unsigned NOT NULL default '0', datestamp int(10) unsigned NOT NULL default '0', fromsessionid int(10) unsigned NOT NULL default '0', tosessionid int(10) unsigned NOT NULL default '0', fromscore float(15,3) unsigned NOT NULL default '0.000', toscore float(15,3) unsigned NOT NULL default '0.000', status tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (challengeid) ) |
Quote:
|
anybody know where i can get a sudoku flash game from?
|
will the mods on your site still work.... the ones in the beta section... cause my leader board dont work... was just wondering if they will work with this?
|
thanks!
|
Quote:
|
same here sitll got the error
|
Oh sooo sweet :) Thanks John!
|
The importer script, do i run it before or after i isntall v3arcade?
|
Quote:
|
Thanx John, wonderfull...
-b6 |
Quote:
https://vborg.vbsupport.ru/showpost....2&postcount=42 |
John, The arcade is calling: arcade_challenges, but the table is forum_arcade_challenges so you probably forgot the ".TABLE_PREFIX." somewhere...
|
Quote:
I tried that mate did not work Edit there is no vb3_ before the arcade_challenges in my db mate |
I have done that m8 and still gettint the error :( i dont have much luck doing this sort of thing lol
|
Are either of you using table prefixes?
|
Quote:
|
Quote:
|
I'm also getting the:
Code:
Database error in vBulletin 3.5.1: I've tried dropping the table and running the query you submitted earlier. I've tried with and without the table prefix. And i've checked that the table exists. Again, i had nothing arcade'ish installed prior to this installation. edit: I am using prefix |
Oh, got it.
Find: Code:
$challenges = $db->query_read("SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM " . TABLE_PREFIX . "arcade_challenges Code:
$challenges = $db->query_read("SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM " . TABLE_PREFIX . "arcade_challenges AS arcade_challenges |
|
Thanks man! :D
Question. I wonder why you have changed your mind and made the arcade as a free product? |
Trying to import the plugin I get this error :
Database error in vBulletin 3.5.1: Invalid SQL: ALTER TABLE usergroup ADD arcadepermissions INT( 10 ) UNSIGNED NOT NULL; MySQL Error : Duplicate column name 'arcadepermissions' Error Number : 1060 Date : Sunday, November 27th 2005 @ 09:00:49 AM Script : http://www.emuhub.com/forums/admincp/plugin.php Referrer : http://www.emuhub.com/forums/admincp...?do=productadd IP Address : **.**.**.*** Username : ****** Classname : vb_database |
Quote:
|
Quote:
Code:
Invalid SQL: Quote:
|
Quote:
Zip updated. (You can just download it again and overwrite arcade.php) |
This is what i have got in my config m8
PHP Code:
|
Tried the replacment line and get the same error
PHP Code:
|
Quote:
b.) I doubt John "needs" the money - I imagine he will do just fine with the $60 branding free and premium forum access on v3arcade.com c.) If he wants to get vBulletin.org users feedback, usage and whatnot, he needs it to be free to do so ;) Chris |
Quote:
|
Quote:
|
Sorry for sounding a bit n00b but the second step in the instructions is:
2. Import product-v3arcade.xml as a new product How and where do I import this in Vb as a new product? -Abbas |
Try the attached file?
|
Quote:
Log into your admincp > Plugin Systems > Manage Products > Add/Import Product |
I'm a proud branding free user - glad this got to be posted here without any trouble! :)
|
Thanks John :)
|
Quote:
|
Perfection :)
|
Quote:
|
All times are GMT. The time now is 01:01 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:
|