Welcome, Guest. Please Login or Register.
April 26, 2025, 09:38:29 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.0] Register/Forgot Password Confirmation « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [Beta 1.4.0] Register/Forgot Password Confirmation  (Read 7892 times)
sylvester
YaBB God
*****
Posts: 525


[Beta 1.4.0] Register/Forgot Password Confirmation
« on: July 25, 2002, 03:29:55 PM »
Reply with quote

If you enable this mod from Installed 'Mods' Settings and Options, a user must confirm his/her request to send a
new password and a new user has to confirm his/her registration.
You have to run dbmod.php before you apply this mod.
Upload Confirmation.php into your Sources-folder
I've tested this with v. 1.4.0
I haven't tested out this boardmod version. If you get some errors, please post them here.

http://www.computerfreakz.net/somestuff/confirmation.zip
« Last Edit: August 23, 2002, 07:29:34 AM by Nemesis » Logged

I'm back
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #1 on: July 25, 2002, 04:45:49 PM »
Reply with quote

I get these errors when running dbmod.php.

Error updating the DB. SQL Error: You have an error in your SQL syntax near '('ConfirmExpire','24')' at line 1
Error updating the DB. SQL Error: You have an error in your SQL syntax near '('ConfirmExpire','24')' at line 1
Error updating the DB. SQL Error: You have an error in your SQL syntax near '('ConfirmExpire','24')' at line 1
Error updating the DB. SQL Error: You have an error in your SQL syntax near '('ConfirmExpire','24')' at line 1

Will this work on 1.3 as well?  That is the version I am installing it on BTW.  For the most part everything was similar on register.php, just one line was different.   I haven't done the reminder.php yet.
« Last Edit: July 25, 2002, 04:53:30 PM by iamdamnsam » Logged

sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Register/Forgot Password Confirmation
« Reply #2 on: July 25, 2002, 05:04:45 PM »
Reply with quote

I'll look to the dbmod.php
Logged

I'm back
sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Register/Forgot Password Confirmation
« Reply #3 on: July 25, 2002, 05:25:35 PM »
Reply with quote

dbmod.php has been fixed ;)
Just re-download it.
« Last Edit: July 25, 2002, 05:26:01 PM by sylvester » Logged

I'm back
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #4 on: July 26, 2002, 12:54:08 AM »
Reply with quote

This isn't in version 1.3' register.php

<search for>
      <td><font size=2><input type=checkbox name="cookieneverexp"></font></td>  </font></td>
        <td align=center colspan=2><input type=submit value="$txt[34]"></td>
      </tr>
    </table>
      </form>
    </td>
  </tr>
</table>
EOT;
   }
   else      <td><font size=2><input type=checkbox name="cookieneverexp"></font></td>  </font></td>
        <td align=center colspan=2><input type=submit value="$txt[34]"></td>
      </tr>
    </table>
      </form>
    </td>
  </tr>
</table>
EOT;
   }
</search for>

instead I put it after this

<td><font size=2><input type=checkbox name="cookieneverexp"></font></td>  </font></td>
        <td align=center colspan=2><input type=submit value="$txt[34]"></td>
      </tr>
    </table>
    </td>
  </tr>
</table>
EOT;
   }
   else {
   if( $emailwelcome ) {
      $euser=urlencode($member['user']);
      sendmail($member['email'],"$txt[700] $mbname", "$txt[248] $member[user]!\n\n$txt[719] $member[user], $txt[492] $member[passwrd1]\n\n$txt[701]\n$scripturl?action=profile;user=$euser\n\n$txt[130]",$webmaster_email);
   }

Is that OK?  I haven't tried it yet, I will here in a sec.
Logged

iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #5 on: July 26, 2002, 12:56:36 AM »
Reply with quote

Ok, it didn't work.  Any ideas on where it should go or what I need to replace?  Can I just use a version 1.4 register.php with 1.31?
Logged

iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #6 on: July 26, 2002, 01:15:37 AM »
Reply with quote

I tried to see if enabling the password reminder confirm would work, but it won't stay checked in mod settings.  Any ideas?
Logged

sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Register/Forgot Password Confirmation
« Reply #7 on: July 26, 2002, 02:03:48 AM »
Reply with quote

Quote from: iamdamnsam on July 26, 2002, 01:15:37 AMI tried to see if enabling the password reminder confirm would work, but it won't stay checked in mod settings.  Any ideas?
download the new zip-file. And run dbmod.php, if you get errors in the first 2 steps, just ignore it.
Logged

I'm back
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #8 on: July 26, 2002, 02:06:49 AM »
Reply with quote

any ideas what I should do on my register.php since it is different than 1.4's?
Logged

iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #9 on: July 26, 2002, 02:13:07 AM »
Reply with quote

I ran the new dbmod.php and still no go.
Logged

sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Register/Forgot Password Confirmation
« Reply #10 on: July 26, 2002, 10:23:21 AM »
Reply with quote

sorry, I cannot post a lot because I have to do a lot in the following few days. :-\
Logged

I'm back
Yngwiedis
Full Member
***
Posts: 111


Yngwie Rules !!!

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #11 on: July 26, 2002, 12:59:16 PM »
Reply with quote

Every time i try to install this mod BoardMod gives me this error :
nothing todo here
> finished.
> note: this mod did not contain any actions so nothing has been done at all
What happens ?
I edit the mod file and is ok  ???
Logged
sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Register/Forgot Password Confirmation
« Reply #12 on: July 26, 2002, 01:56:41 PM »
Reply with quote

Quote from: Yngwiedis on July 26, 2002, 12:59:16 PMEvery time i try to install this mod BoardMod gives me this error :
nothing todo here
> finished.
> note: this mod did not contain any actions so nothing has been done at all
What happens ?
I edit the mod file and is ok  ???
hmm...strange. ??? :-[
I'll look onto it :P 8)
Logged

I'm back
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[BETA] Register/Forgot Password Confirmation
« Reply #13 on: July 29, 2002, 10:57:58 PM »
Reply with quote

Any progress on this?
Logged

sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Register/Forgot Password Confirmation
« Reply #14 on: July 29, 2002, 10:59:21 PM »
Reply with quote

Quote from: iamdamnsam on July 29, 2002, 10:57:58 PMAny progress on this?
it works for me, that's strange... :P ::)
Logged

I'm back
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.0] Register/Forgot Password Confirmation « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.017 seconds with 16 queries.