Author |
Message |
cmdrpinksock Novice
Age:44 Gender: Joined: Dec 05 2008 Posts: 43 Location: Fort Worth Offline
|
Posted: Sat Dec 20, 2008 7:18 pm Post subject: Passwords and Chats |
 |
|
|
|
How do I let people store there passwords automatically when the login with out having to use the ?passwd command if not connected to a billing server?
Also what about the ?Chat=... if no connected to billing?
Are these separate modules I have to compile, and if so, does anyone have them so I can compile?
Thanks Much |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sat Dec 20, 2008 9:11 pm Post subject: |
 |
|
|
|
?chat= will do nothing without a billing server. That's just the way it is, I'm afraid. One could write a module to simulate it, of course, but connecting a simple biller is an easier solution.
As for the password thing, take a look in auth_file. See if there are any configuration settings that it reads. Searching for "cfg->" is a good place to start. _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
cmdrpinksock Novice
Age:44 Gender: Joined: Dec 05 2008 Posts: 43 Location: Fort Worth Offline
|
Posted: Sat Dec 20, 2008 9:16 pm Post subject: auth_file |
 |
|
|
|
auth_file
where is that. thought that was an internal module?
thanks |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sun Dec 21, 2008 12:04 pm Post subject: |
 |
|
|
|
It is a core module, yes. I meant look through its source code. You don't need to be a programmer or to fully understand everything going on in the file, just search for "cfg->" in auth_file.c and see what you can find. Many of the lines will be something like
cfg->GetString(blah, "Foo", "Bar");
Meaning they're checking Foo:Bar=Something in a configuration file. In the case of the auth_file, it's probably checking the passwd.conf file. |
|
Back to top |
|
 |
|