Results 1 to 2 of 2

Thread: Config prog to upload to my web site
      
   

  1. #1
    GoldDraco13's Avatar
    GoldDraco13 is offline Sergeant Major
    Join Date
    Jun 2005
    Location
    Alberta, Canada
    Posts
    92

    Default 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. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    Is this PHP code?

    What are you trying to accomplice here?
    Forum Moderator
    BlueVoda Specialist

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Google Guide
    By VodaBot in forum Google, Yahoo & Bing
    Replies: 26
    Last Post: 03-02-2010, 03:17 PM
  2. The Definitive Secret to SEO Revealed
    By VodaBot in forum VodaHits SEO Services
    Replies: 7
    Last Post: 04-09-2007, 01:36 AM
  3. Your Web Site's Ranking
    By VodaHost in forum VodaHits SEO Services
    Replies: 12
    Last Post: 03-18-2006, 06:47 PM
  4. How to add new page to site
    By whoopbird in forum General Support Issues
    Replies: 3
    Last Post: 09-23-2005, 05:50 AM
  5. Can't upload new web site - HELP!
    By fairygirl40 in forum General Support Issues
    Replies: 3
    Last Post: 08-09-2005, 07:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49