Sorry to give an "up" to this thread, but I have some questions about installing this hack.
Firstly when te instructions says
Quote:
|
Originally Posted by Instructions ################################################## ####################
# Queries to run
################################################## ####################
Run the following queries. You can do it via phpmyadmin, or at the
"Execute SQL Query" section at the Admin Control Panel
ALTER TABLE post ADD dice varchar(250) not null;
|
What do I have to do there? Do I have to modify any .php of the forum?
Then, it says:
Quote:
|
Originally Posted by Instructions
################################################## ####################
# New template: dice
################################################## ####################
<img src="http://www.vbhackers.com/images/dice/$point.gif" width="63" height="62" />
################################################## ####################
# New template: postbit_dice
################################################## ####################
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td><smallfont><b>Has lanzado $dicesno dados de $dicesfaces caras, obteniendo $dicepoints puntos</b></smallfont></td>
</tr>
<tr>
<td style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #000000; BACKGROUND-COLOR: #D7D7D7;">
$dicedata
</td>
</tr>
</table><br/> |
There do I have to "add a module" using de vbadvanced?
I mean, do I have to create 2 new modules, with those names and those scripts in the "replacement" section?
Finally, how do I use de hack?... Because in any part I add a new BB code like [dice] [/dice]
Thanks!
PD: Admins sorry for this "up", honestly
Edit:
I found this error, could anyone tell how to solve it?
Quote:
|
Originally Posted by ERROR Fatal error: Field dice is not defined in $validfields in class vb_datamanager_post in /includes/class_dm.php on line 485 |
It appears when I try to post after changing all the things that the instructions says to do.