Topic: passwords HELP!!!!!!!! CANT FIGURE IT OUT  (Read 1273 times)

0 Members and 1 Guest are viewing this topic.

SBO_Ranger

  • Guest
passwords HELP!!!!!!!! CANT FIGURE IT OUT
« on: October 10, 2003, 06:58:28 am »
can somebody please tell me how to add a password to a sfc3 dynaverse server?  
« Last Edit: October 10, 2003, 06:59:28 am by SBO_Ranger »

Corbomite

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #1 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.
« Last Edit: December 31, 1969, 06:00:00 pm by Corbomite »

Bonk

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #2 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.  

Towelie

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #3 on: October 10, 2003, 10:07:30 am »
  Add this line to the campaign.mct file...


ServerPassword="yourpassword"


  That's all.

SBO_Ranger

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #4 on: October 10, 2003, 11:32:15 am »
thankyou all the peeps who answered this for me
 

SBO_Ranger

  • Guest
passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #5 on: October 10, 2003, 06:58:28 am »
can somebody please tell me how to add a password to a sfc3 dynaverse server?  
« Last Edit: October 10, 2003, 06:59:28 am by SBO_Ranger »

Corbomite

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #6 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.
« Last Edit: December 31, 1969, 06:00:00 pm by Corbomite »

Bonk

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #7 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.  

Towelie

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #8 on: October 10, 2003, 10:07:30 am »
  Add this line to the campaign.mct file...


ServerPassword="yourpassword"


  That's all.

SBO_Ranger

  • Guest
Re: passwords HELP!!!!!!!! CANT FIGURE IT OUT
« Reply #9 on: October 10, 2003, 11:32:15 am »
thankyou all the peeps who answered this for me