Welcome, Guest. Please Login or Register.
May 15, 2025, 09:06:07 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  |  Mod Ideas and Creation  |  Multiple Accounts on one email adress « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Multiple Accounts on one email adress  (Read 1183 times)
Adin
Noobie
*
Posts: 10


I'm a llama!

Multiple Accounts on one email adress
« on: September 10, 2003, 05:37:01 AM »
Reply with quote

Hi there everbody.

Alright, i have a problem. I'm running a Board where many members like to Roleplay in many sections. Most of those people want to have more then one account cause they have more then one Character. So far, so good. Now here's the problem: Yabb denies to register more then one account to the same email adress. On a normal board this would be a feature, but on my board it's simply causing trouble.

Is there a easy way for the members to get more then one account on the same email adress ?

Or could someone please write a mod that kills that email check ?

Thank you so much for any help.
« Last Edit: September 10, 2003, 05:38:28 AM by Adin » Logged
Valconeye
Full Member
***
Posts: 190


Re:Multiple Accounts on one email adress
« Reply #1 on: September 10, 2003, 06:26:00 AM »
Reply with quote

where did you get this RPG mod? please you must tell me!!!!!
Logged
Adin
Noobie
*
Posts: 10


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #2 on: September 10, 2003, 06:54:42 AM »
Reply with quote

I believe that this was posted in the wrong thread ?
Logged
Valconeye
Full Member
***
Posts: 190


Re:Multiple Accounts on one email adress
« Reply #3 on: September 10, 2003, 07:45:17 AM »
Reply with quote

well, it can go in here or in the help board, what i would do (since i have unlimited emails etc) i would have a small script to create email forwarding for members, so all the emails goto their original email. although i think there is a simpler way to do this. seriously please i have been trying to get a rpg mod for AGES!!! i tried to convert the german rpg and it was, well, difficult. got it to install but it doesnt really work.
Logged
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #4 on: September 10, 2003, 07:49:58 AM »
Reply with quote

I believe you'd just comment out this in Register.php:   $request = mysql_query("SELECT realName FROM {$db_prefix}members WHERE emailAddress='$member[email]'") or database_error(__FILE__, __LINE__);

   if (mysql_num_rows($request) > 0)

      fatal_error("$txt[730] (" . htmlspecialchars($member[email]) . ") $txt[731]");
Logged

Adin
Noobie
*
Posts: 10


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #5 on: September 10, 2003, 08:07:57 AM »
Reply with quote

@Metho:

Ok i'll try that. Thank you :)
Logged
Adin
Noobie
*
Posts: 10


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #6 on: September 10, 2003, 08:51:40 AM »
Reply with quote

If i change that the following error occurs when someone tries to edit the profile of a account like that:

---

An Error Has Occurred!

That email address (email) is being used by a registered member already. If you feel this is a mistake, go to the login page and use the password reminder with that address.

---

How do i get rid of that ? I can't find the code that's causing this :/
« Last Edit: September 10, 2003, 09:00:29 AM by Adin » Logged
Adin
Noobie
*
Posts: 10


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #7 on: September 10, 2003, 08:55:06 AM »
Reply with quote

Ok, sorry ! The problem was found.

This has to be commented out in the profile.php:

if (mysql_num_rows($request) > 0)
         fatal_error("$txt[730] ($member[email]) $txt[731]");
Logged
Adin
Noobie
*
Posts: 10


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #8 on: September 10, 2003, 09:02:06 AM »
Reply with quote

Quote from: Valconeye on September 10, 2003, 07:45:17 AM
well, it can go in here or in the help board, what i would do (since i have unlimited emails etc) i would have a small script to create email forwarding for members, so all the emails goto their original email. although i think there is a simpler way to do this. seriously please i have been trying to get a rpg mod for AGES!!! i tried to convert the german rpg and it was, well, difficult. got it to install but it doesnt really work.

I don't have any RPG mods, though. Sorry. The People just RP. LOTR and stuff.
Logged
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:Multiple Accounts on one email adress
« Reply #9 on: September 10, 2003, 03:27:51 PM »
Reply with quote

I did this on another board.. yes, you just comment those out in both register.php and profile.php but keep in mind that the forgot password utility will not work properly anymore when using the "by email" option.

Valconeye, he is talking about people doing true role playing, not the Final Fantasy style rpg stuff.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Adin
Noobie
*
Posts: 10


I'm a llama!

Re:Multiple Accounts on one email adress
« Reply #10 on: September 10, 2003, 09:05:03 PM »
Reply with quote

Yeah, you're right. This should be a option. I think a mod is needed of some kind or maybe the dev-team could add a option for this in SMF, maybe ?

Otherwise the whole Password by email stuff is rather worthless for me now :/

Thanks to all of you for the help anyways, it gave me the one hint i needed to find the lines in the profile.php ;)
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Multiple Accounts on one email adress « 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.087 seconds with 21 queries.