Author |
Topic  |
|
jeanvallery
Starting Member
USA
32 Posts |
Posted - 11 July 2002 : 09:03:03
|
I installed the first step of the email validation mod. It was sucessfull. Now I need to know exactly which individual files I need to insert code changes to and the code to do it. I don't want to replace the old page with a new page. Just the line changes to update. Thank you Jean Andre Vallery www.2453.net 
|
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 11 July 2002 : 14:15:59
|
All the files you see in the zip file for the mod are the files you will need to edit for your forum. The contain the codes you need to add.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
jeanvallery
Starting Member
USA
32 Posts |
Posted - 11 July 2002 : 19:49:51
|
Thank you for the reply. I installed all the files that were in the email validate mod. I did it to a forum called http://www.2453.net/test/default.asp I registered with a valid email and I was granted permission after hitting the submit button. I also registered with the email fakeemail@noaddress.com and received instant permission to post again as well. Never did I receive a email to reply back and verify my email address. ???? If you would like to go to the forum and register you will see what I mean. Anyone with prior experience in this available? I would like to have this setup correctly, I just finished adding the Events calendar mod. So having the email validator working would finish the whole project.
Thank you Jean Andre Vallery 941-378-3107 Sarasota Florida www.2453.net
Edited by - jeanvallery on 12 July 2002 08:32:13 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 12 July 2002 : 22:01:37
|
quote: I installed all the files that were in the email validate mod.
What do you mean you installed all the files? Do you mean you overwrite your forum files with the files from the MOD. Or did you copy the code into your files?
You are using the lastest version of the Snitz Forum (v3.3.05) correct?
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
jeanvallery
Starting Member
USA
32 Posts |
Posted - 12 July 2002 : 23:46:18
|
Your right, I made the mistake of replacing the existing files from the forum with the additional files from the email mod folder. Yes I'm using the version 3.3.05 I didn't look at the email validate files to see what I was doing. I sure learn the hard way. I had a problem that I couldn't recover from so I had to delete all the forums. I have a new forum up and running at www.2453.net/forum I'm gun shy of attempting to install the email validation mod. I need a lot more indepth examination of the mod files and what files I need to make code improvements to. Please direct me to a more indepth resource. Thank you Jean Andre Vallery 941-378-3107
Edited by - jeanvallery on 12 July 2002 23:47:57 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 13 July 2002 : 02:03:24
|
The changes that you need to make and the code you need to copy over to your forum files are all commented out in the mod files. Just look for "Email Validation Mod" in each files and you should see the changes you need to make.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
gigaboy20
Starting Member
2 Posts |
Posted - 14 July 2002 : 19:17:07
|
When trying to add the email updater i got the following error:
Email Validation Mod
Adding Column M_KEY... Column added successfully Adding Column M_NEWEMAIL... Column added successfully
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STREMAILVAL','0') -2147217900 | [Microsoft][ODBC Microsoft Access Driver] The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_MEMBERS_PENDING( MEMBER_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY , M_STATUS smallint NULL DEFAULT 0, M_NAME varchar(75) NULL , M_USERNAME varchar(150) NULL , M_PASSWORD varchar(25) NULL , M_EMAIL varchar(50) NULL , M_COUNTRY varchar(50) NULL , M_HOMEPAGE varchar(50) NULL , M_SIG varchar(255) NULL , M_DEFAULT_VIEW int NULL DEFAULT 1, M_LEVEL smallint NULL DEFAULT 1, M_AIM varchar(150) NULL , M_ICQ varchar(150) NULL , M_YAHOO varchar(150) NULL , M_POSTS int NULL DEFAULT 0, M_DATE varchar(50) NULL , M_LASTHEREDATE varchar(50) NULL , M_LASTPOSTDATE varchar(50) NULL , M_TITLE varchar(50) NULL , M_SUBSCRIPTION smallint NULL DEFAULT 0, M_HIDE_EMAIL smallint NULL DEFAULT 0, M_RECEIVE_EMAIL smallint NULL DEFAULT 0, M_LAST_IP varchar(50) NULL DEFAULT '000.000.000.000', M_IP varchar(50) NULL DEFAULT '000.000.000.000', M_FIRSTNAME varchar(100) NULL , M_LASTNAME varchar(100) NULL , M_OCCUPATION varchar(255) NULL , M_SEX varchar(50) NULL , M_AGE varchar(10) NULL , M_HOBBIES memo NULL , M_LNEWS memo NULL , M_QUOTE memo NULL , M_BIO memo NULL , M_MARSTATUS varchar(100) NULL , M_LINK1 varchar(255) NULL , M_LINK2 varchar(255) NULL , M_CITY varchar(100) NULL , M_STATE varchar(100) NULL , M_PHOTO_URL varchar(255) NULL , M_KEY varchar(16) NULL , M_NEWEMAIL varchar(50) NULL ) Table already exists
-------------------------------------------------------------------------------- The dbs file was succesfully deleted.
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 15 July 2002 : 01:34:54
|
So what's the problem?
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
gigaboy20
Starting Member
2 Posts |
Posted - 18 July 2002 : 22:56:09
|
It said: The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
Therefore it didn't work...
|
 |
|
|
Topic  |
|