Announcement

Collapse
No announcement yet.

Config prog to upload to my web site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Config prog to upload to my web site

    I run a server off my computer that uploads player information to a web site, in the config.cs for the server is the following configs. I'm just learning web design/coding, was wondering what I should put into the following fields to connect to my web site. Thanks for any help on this and I hope I havn't used up my quota of question asking.

    Code:
    public static string DatabaseDriver   = "{MySQL ODBC 3.51 Driver}";
      public static string DatabaseServer   = "localhost";
      public static string DatabaseName   = "MyRunUO";
      public static string DatabaseUserID   = "username";
      public static string DatabasePassword  = "password";
    GD13,

  • #2
    Is this PHP code?

    What are you trying to accomplice here?
    Forum Moderator
    BlueVoda Spe******t

    Comment

    Working...
    X