The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Not vb related
I have taken on the role of a game server owner, administrator, and overall do it all myself but, I need help with an add-on to the game that shows players stats.
This involves editing a database table to correctly match the example shown on the developers installation instructions. This is the code I need my db to match. Code:
CREATE TABLE IF NOT EXISTS `playerstats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `kills` INT NOT NULL, `deaths` INT NOT NULL, `suicides` INT NOT NULL, `bears` INT NOT NULL, `wolves` INT NOT NULL, `stags` INT NOT NULL, `boars` INT NOT NULL, `chickens` INT NOT NULL, `rabbits` INT NOT NULL, `total` INT NOT NULL, `points` INT NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1; I will of course have to give you access to my hosting panel to alter the db. That's why I need to deal with someone on here I know and can trust |
#2
|
||||
|
||||
Not sure what it is you are asking exactly, " This involves editing a database table to correctly match the example shown on the developers installation instructions. "
What is the full instructions? |
#3
|
||||
|
||||
How expensive is this? The game server deal?
|
#4
|
|||
|
|||
$20 a month for a 50 player.
The game is RUST. --------------- Added [DATE]1410580061[/DATE] at [TIME]1410580061[/TIME] --------------- Quote:
I've done everything in the instructions except the database set up. |
#5
|
||||
|
||||
Hey Gary how did you finally solve your footer deal. What you have on the forum really looks sharp.
|
#6
|
|||
|
|||
Quote:
--------------- Added [DATE]1410583425[/DATE] at [TIME]1410583425[/TIME] --------------- I'm in the process of changing my site over to a gaming site for the RUST game server I have now. Really enjoying this game. It's unique and not like anything I've played before. |
Благодарность от: | ||
tbworld |
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
Telling me it's "not hard to do" is like calling me an idiot. If it was "not hard to do" I would have done it myself. Don't be so quick to judge and, when the mood hits you to not reply, please pay attention to your mood.
|
#9
|
|||
|
|||
Ok.. Someone got out of the wrong side. Have you tried to run the query as I did and have no problems with it
|
#10
|
|||
|
|||
I know you both as gentlemen, so please play nice. Sometimes a word is interpreted more sharply then it was intended, at least hopefully that is the case.
--------------- Added 13 Sep 2014 at 18:35 --------------- Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|