Dynaverse.net

Taldrenites => General Starfleet Command Forum => Topic started by: SBO_Ranger on October 10, 2003, 06:58:28 am

Title: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: SBO_Ranger on October 10, 2003, 06:58:28 am
can somebody please tell me how to add a password to a sfc3 dynaverse server?  
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: Corbomite on October 10, 2003, 09:30:55 am
I don't know about passwords, but you can add an innocuous file that needs to be present to be able to log onto the server. That way you can control who is on the server by only handing out the file to those who have been approved.
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: Bonk on October 10, 2003, 09:48:39 am
An EAW server running on SQL could be password protected by adding the password to the campaigninfo table. I'm not sure if the db structure for SFC3 is similar or not, but if you are running on SQL take a look for the password field in the campaigninfo table. I'm not sure if the field is present in the flatfile or how to add it. If all that is too much, Corbo's suggestion is the simplest, just put a unique file (rules text?) in the validatedclientfiles folder and rename it to an .scr file then distribute it to those who you want to allow in.  
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: Towelie on October 10, 2003, 10:07:30 am
  Add this line to the campaign.mct file...


ServerPassword="yourpassword"


  That's all.
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: SBO_Ranger on October 10, 2003, 11:32:15 am
thankyou all the peeps who answered this for me
 
Title: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: SBO_Ranger on October 10, 2003, 06:58:28 am
can somebody please tell me how to add a password to a sfc3 dynaverse server?  
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: Corbomite on October 10, 2003, 09:30:55 am
I don't know about passwords, but you can add an innocuous file that needs to be present to be able to log onto the server. That way you can control who is on the server by only handing out the file to those who have been approved.
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: Bonk on October 10, 2003, 09:48:39 am
An EAW server running on SQL could be password protected by adding the password to the campaigninfo table. I'm not sure if the db structure for SFC3 is similar or not, but if you are running on SQL take a look for the password field in the campaigninfo table. I'm not sure if the field is present in the flatfile or how to add it. If all that is too much, Corbo's suggestion is the simplest, just put a unique file (rules text?) in the validatedclientfiles folder and rename it to an .scr file then distribute it to those who you want to allow in.  
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: Towelie on October 10, 2003, 10:07:30 am
  Add this line to the campaign.mct file...


ServerPassword="yourpassword"


  That's all.
Title: Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
Post by: SBO_Ranger on October 10, 2003, 11:32:15 am
thankyou all the peeps who answered this for me