View Single Post
  #2  
Old 04-27-2004, 04:29 AM
animepimp
Dragon
 
Join Date: Jan 2004
Posts: 860
Default

Well, the login would definitely crash if you change to our eqhost.txt because the formatting has been changed it looks like. Perhaps if you put our info in in that format it would still work. Try changing it to Host=eqlogin1.eqemulator.net:5997, then at least it will succesfuly parse the file and try to connect. As it is it would get to a brace and not know what to do and crash. I guess for the registration change we should try to make a seperate web application that uses a different DB than the forum login and lets you activate a new account like the client does. It also should not have web based passsword retrieval or anything so that people can't use it to steal peoples passwords. Perhaps the table could be set up so that the web application can only insert new rows into, and not let it even read from it at all so that even if someone hacks the web application they still can't read anything from the DB.
Reply With Quote