I've got a bit of a problem here. I don't think I can install this just by having admin access. But maybe I can walk you through it...
The instructions in the install.txt document begin with this:
#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php
#
#-----[ FIND ]------------------------------------------
#
define('SMILIES_TABLE', $table_prefix.'smilies');
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('TEXTUAL_CONFIRMATION_TABLE', $table_prefix.'textual_confirmation');
What I did when I installed this to my phpbb was to FTP to the server like so:
http://www.flyingomelette.com/ezboard/p ... stall1.pngFrom there, we go into the "includes" folder and look for constants.php, like so:
http://www.flyingomelette.com/ezboard/p ... stall2.pngRight click on it and select to View/Edit:
http://www.flyingomelette.com/ezboard/p ... stall3.pngNow follow the instructions in the install.txt file exactly. Find the text "define('SMILIES_TABLE', $table_prefix.'smilies');" and right after it put, "define('TEXTUAL_CONFIRMATION_TABLE', $table_prefix.'textual_confirmation');"
http://www.flyingomelette.com/ezboard/p ... stall4.pngThen save it. You'll then continue to follow the instructions in the install.txt for each and every file it says to modify. When that's all done, we'll have to create a table with SQL...