Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-21-2002, 04:13 PM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default Eqemu: Wrong nickname or password **Fixed read first post

i has sucessfully set publiclogin to work but it wont accept my normal account i set in eqadmin?

or does it store it elsewhere?

apperently if its same computer as the server the ip MUST be set as 127.0.0.1 if you want to log in from same computer as login server.

heres what i did..

downloaded lurker's account macro and choice.exe it needs ( nice batch work!! )

made this batch file to automate input

start set-login eq Server TheSuperPassword 192.168.0.2
pause

start set-login eq Hmm RandomPassword 127.0.0.1

make sure this new batch and lurkers is in same dir. run the new batch file, when the new window appears press a then z when back in choices menu.

now run all servers see if theres any errors etc. if theres NO error then

go back to first window and press any key. a new window will appear again but this time just press b then z when back in menu window.

now start eq and log in and enjoy the fun!
__________________
Hmm...
Reply With Quote
  #2  
Old 04-21-2002, 04:31 PM
Meekrat
Fire Beetle
 
Join Date: Mar 2002
Posts: 12
Default diff.

eqadmin was based on 0.2.6 and stores info in accounts.
0.3.0 and 0.3.1 store the info login_accounts. so its not going to work. I have only been able to make it work by entering them line by line in the mysql consol. Would be nice if the publiclogin.exe had commands for add or remove accounts...hehe **hint hint** :p

also how can you make sql purge unused account_id number so they can be reused? anybody know?
Reply With Quote
  #3  
Old 04-22-2002, 01:13 AM
Ruzkz
Fire Beetle
 
Join Date: Apr 2002
Posts: 9
Default

if you're asking how to delete an account: DELETE FROM login_accounts WHERE id = <id of account to delete>;
(don't forget the WHERE part )

If you mean when you insert an account and the id it gives you is not in sequence you can use (from readme):
update login_accounts set id='whateveryouwant' where name='usersname';

to move it to.
Reply With Quote
  #4  
Old 04-22-2002, 03:12 AM
Meekrat
Fire Beetle
 
Join Date: Mar 2002
Posts: 12
Default ok

yeah, i got that working already. with the accout_id being the primary key you have to manually edit the account in sql to get it be 12 or less. was wondering if we can make the id a nonprimary key. In which case when you create the account you can specify by entering the id number. seems like im chasing number trying to get accounts made. just my 2cp
Reply With Quote
  #5  
Old 04-22-2002, 06:12 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

See http://forums.eqemu.net/showthread.p...;threadid=1471 for seting up publiclogin easily.

For the publiclogin don't try to add the accounts to the account table, you only need to work with the login_* tables

NOTE: Setup the worldserver account, run the emu. Then when creating and loging in accounts for the first time, do it WHILE the server is running.
Reply With Quote
  #6  
Old 04-22-2002, 08:00 AM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default

ohh i didnt run login server when i was setting accounts. gues thats where i went wrong on. thanks!
__________________
Hmm...
Reply With Quote
  #7  
Old 04-22-2002, 09:23 AM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default

i must be still doing something wrong. i made a batch file to run your batch file since theres no way to input variables in windows :P

anyway i ran login server, i picked a to set worldserver settings then b to set my account.

both had no errors at all.

but when i log into server it still says 'bad userpass/password"
__________________
Hmm...
Reply With Quote
  #8  
Old 04-22-2002, 10:32 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

If running all on the same computer

Run the batch file, and chose A
Start your server, it should run without any errors.
Then go back to the batch file and chose C
Now log in with the client (worldserver and the client are using the same account here)


If running server on 1 and a client on another computer

Run the batch file, and chose A and exit
Start your server, it should run without any errors.
Run the batch file with different user/pass/ip info and chose B
Now log in with the client


Once you login you should be set. I havn't checked if you can login from a different IP once your authenticated. But with this batch file it is pretty easy to add accounts, or wipe em and start over.
Reply With Quote
  #9  
Old 04-22-2002, 01:03 PM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default Okay im a idiot...

i did exactly what you suggested but i still am getting same error. i triple verified the acct and pw is correct.
__________________
Hmm...
Reply With Quote
  #10  
Old 04-22-2002, 01:23 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Hmm <- no not you, I am thinking

Hmm, <- That is you (sorry couldn't resist)

The error is when the client logs in correct?

And the IP for that login is the same as the computer loging in?

While I don't know if it matters or not, make sure you don't have the same user in the accounts table.

Also if running all on the same computer, try to second option anyhow. (creating a second login)
Reply With Quote
  #11  
Old 04-22-2002, 06:09 PM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default

ok made new account but its still same error.
__________________
Hmm...
Reply With Quote
  #12  
Old 04-23-2002, 11:57 AM
morpheus014
Hill Giant
 
Join Date: Feb 2002
Location: the little voice in the back of your head
Posts: 239
Default

I have a problem very similar to this, so if anyone who posts a fix on this can u also post on mine (listed as problems w/ login.exe on network) Thanks in advance!
Reply With Quote
  #13  
Old 04-23-2002, 12:32 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

It sounds like your doing things right.

Lets try this, you describe what your doing in as much detail as you can. Step by step preferably starting with a new(or different) database.
Reply With Quote
  #14  
Old 04-25-2002, 08:56 AM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default

read the first post for updated info..
__________________
Hmm...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:45 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3