Log IP's on Registration
Geplaatst: 24 mei 2004, 20:49
Ik probeerde deze mod te installeren maar het ging mis:
Ik ben naar de mijn phpBB database gegaan in phpMyAdmin en heb toen geklikt op "SQL". Vervolgens heb ik dit ingevoerd:#################################################################
## Mod Title: Log IP's on Registration
## Mod Version: 1.1.1
## Author: Woody <woody@scoobler.com>
## Description: This will log a users IP when they register.
## From the admin panel, you can search for a user
## you will be displayed with the username you
## searched for, the IP they registered at, their
## email address and any other username's that
## registered from that IP address.
##
## Installation Level: Easy
## Installation Time: 5-8 Minutes
## Files To Edit: includes/usercp_register.php
## Included Files: templates/subSilver/admin/user_ip_list.tpl
## admin/admin_reg_ip.php
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ SQL / RUN ]---------------------------
#
ALTER TABLE `phpbb2_users`
ADD `user_reg_ip` TEXT NULL,
ADD `user_reg_host` TEXT NULL;
#
#-----[ COPY ]---------------------------
#
templates/xxxx/admin/user_ip_list.tpl
#
#-----[ COPY ]---------------------------
Ik kreeg toen de volgende melding:ALTER TABLE `phpbb2_users`
ADD `user_reg_ip` TEXT NULL,
ADD `user_reg_host` TEXT NULL;
Kan ik dit probleem verhelpen of moet ik een back-up gaan runnen?Error
SQL-query :
ALTER TABLE `phpbb2_users` ADD `user_reg_ip` TEXT NULL ,
ADD `user_reg_host` TEXT NULL
MySQL said:
#1146 - Table 'aonline_phpBB.phpbb2_users' doesn't exist