Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugins by xlr8or (Moderator: Freelander)Is it advisable to install echelon v2 yet?
Pages: 1 [2]   Go Down
  Print  
Author Topic: Is it advisable to install echelon v2 yet?  (Read 2128 times) Bookmark and Share
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #15 on: April 06, 2011, 02:25:14 PM »

If you change line 154 of install\index.php to:

Code:
sendback('There was a problem sending the user login information email.' . $user_pw );

It will show you the password just after the message that appears, so you don't need the email to work. Grin
Logged

Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: MW2 (aIW)
Posts: 187
Offline Offline
WWW
« Reply #16 on: April 06, 2011, 06:46:41 PM »

If you change line 154 of install\index.php to:

Code:
sendback('There was a problem sending the user login information email.' . $user_pw );

It will show you the password just after the message that appears, so you don't need the email to work. Grin

COOL!
Thank you very much @82ndAB.Bravo17  Smiley
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #17 on: April 06, 2011, 06:55:50 PM »

Forgot to say, username is admin.
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: MW2 (aIW)
Posts: 187
Offline Offline
WWW
« Reply #18 on: April 06, 2011, 07:06:06 PM »

Thanks,  a billion times @82ndAB.Bravo17

 I ´ve been exploring echelon and it´s really beatiful!
I´m astonished  Smiley

Thank you Thank you Thank you
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: MW2 (aIW)
Posts: 187
Offline Offline
WWW
« Reply #19 on: April 09, 2011, 05:23:10 PM »

Hi again

Forgive me for being a nuisance, but, if I would like to give permissions to a server admin to explore echelon v2, how could I send him a username and pass to login without sending him a mail?
I haven´t been able to configure the mail server yet, and I don´t think I´ll be in the near future.

Thank you
« Last Edit: April 09, 2011, 05:27:04 PM by gabarram » Logged
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: UrT
Posts: 198
Offline Offline
WWW
« Reply #20 on: April 09, 2011, 05:55:29 PM »

In similar form to what you did to get it installed the first time (Also its now possible to install without a mail server, but not yet to add users.)

When you attempt to add a new user as is, it generates and mails the user a registration key which they can use on the register link from the login page. So for a temporary workaround we are going to just send the registration key back to you (you can also view a list of active registration keys on the site admin page). So this will still ask for and use the email (to validate user to key).

In the actions/user-add.php find line 50 (at least it's 50 in the latest version) and change it to be this;
Code:
set_warning('There was a problem sending the email. The registration key is; ' . $user_key);

I believe this will send it back to you just fine. If this fails to work for you, simply delete lines 49 and 50. (this is the part that looks like this)
Code:
// send email
if(!mail($email, $subject, $body, $headers))
sendback('There was a problem sending the email.');

Let me know how this goes.
Logged

Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: MW2 (aIW)
Posts: 187
Offline Offline
WWW
« Reply #21 on: April 09, 2011, 08:18:37 PM »

In similar form to what you did to get it installed the first time (Also its now possible to install without a mail server, but not yet to add users.)

When you attempt to add a new user as is, it generates and mails the user a registration key which they can use on the register link from the login page. So for a temporary workaround we are going to just send the registration key back to you (you can also view a list of active registration keys on the site admin page). So this will still ask for and use the email (to validate user to key).

In the actions/user-add.php find line 50 (at least it's 50 in the latest version) and change it to be this;
Code:
set_warning('There was a problem sending the email. The registration key is; ' . $user_key);

I believe this will send it back to you just fine. If this fails to work for you, simply delete lines 49 and 50. (this is the part that looks like this)
Code:
// send email
if(!mail($email, $subject, $body, $headers))
sendback('There was a problem sending the email.');

Let me know how this goes.
Thanks Wicked, now I added a server admin to echelon.

Logged
Tags:
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal