+ Reply to Thread
Results 1 to 3 of 3

Thread: Msql question

  1. #1
    FFmaster's Avatar
    FFmaster is offline x10Hosting Member FFmaster is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    25

    Msql question

    i have a program called vbGORE which need a msql database to run
    can i use my website's free mql datebase to run the program throught it??

  2. #2
    LHVWB's Avatar
    LHVWB is offline Lord Of The Keys LHVWB is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    1,308

    Re: Msql question

    I don't see any reason why not, just remember that you can't access the x10 databases from other places.

  3. #3
    FFmaster's Avatar
    FFmaster is offline x10Hosting Member FFmaster is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    25

    Re: Msql question

    i need to know all of this can you help me
    my server is lotus if that helps??
    Code:
    [INIT]
    
    //This defines the ID of this server - you must change this for every server to the appropriate server number (defined below)
    //This can also be defined in the server's EXE name. For example, 1.exe will force the ServerID = 1 while 3.exe will force
    //the ID to 3. If the ID is defined in the EXE's name, this value is completely ignored. Using this, you can have multiple
    //servers in the same directory instead of having a copy of all the files for each server.
    ServerID=1
    
    //How long a user must be idle for them to be disconnected
    IdleLimit=300000
    
    //How many milliseconds must pass with no packets being received to disconnect the client
    //Helpful to find lost connections if combined with a pinging system
    LastPacket=300000
    
    //Starting position of new characters
    StartPos=1-15-15
    
    //Where characters go when they die
    ResPos=1-15-15
    
    //Port for the update server
    UpdatePort=10201
    
    //How many servers there is (as listed below)
    Servers=1
    
    [MYSQL]
    
    //MySQL account username (default is "root")
    User=ffmaster_root
    
    //Password for the username specified above for the database - same as the password entered into the MySQL Instance Config
    Password=test
    
    //Name of the MySQL database (default is "vbgore")
    Database=ffmaster_vbgore
    
    //External IP of the MySQL host ("127.0.0.1" for hosted locally [on the same computer as the server])
    Host=67.228.162.200
    
    //Port of the MySQL database (default is "3306")
    Port=3306
    
    [SERVER1]
    
    //Internal IP of the server (usually either 127.0.0.1 for localhost, or 0.0.0.0 for public) - public servers require correctly forwarded ports
    IP=67.228.162.200
    
    //External IP of the server (get from a site like www.whatismyip.org) - will be 127.0.0.1 if the internal IP is 127.0.0.1 and on the same computer
    ExIP=67.228.162.200
    
    //The port of the server (between 1-65535, usually best to use numbers over 10000)
    Port=10200
    
    //The port used to communicate between other servers
    ServerPort=10300
    
    //The maximum number of users allowed on the server at once
    MaxUsers=100
    
    //Range of maps the server handles
    //Map: Adds maps to the server's handle list. Either a range, number, or * (for all)
    //Ex: Map=* - adds all maps to the server's handling
    //    Map=1 - adds map 1 to the server's handling
    //    Map=1-10 - adds maps 1 to 10 to the server's handling
    //List is seperated by commas
    //Ex: Map=1,2,5-10 - Server handles maps 1, 2 and 5 to 10
    Map=*
    
    ///////////////////////////////////////////////////////////////
    //Two server example:
    //To use this, you must copy the server files to a new directory and
    //set the second server's ServerID above to 2
    //This will make the first map on one server (port 10200/10300) and the
    //rest on the second server on port 10203/10303
    //Just uncomment the lines, and delete the lines above
    //** Make sure you modify NumServers in "Init", too! **
    ///////////////////////////////////////////////////////////////
    'KEEP IN MIND THAT EVERY LINE WITH A ' OR // IN FRONT IS JUST AN EXAMPLE AND NOT USED BY THE SERVER!
    'THAT MEANS THESE LINES BELOW!
    '[SERVER1]
    'IP=127.0.0.1
    'ExIP=127.0.0.1
    'Port=10200
    'ServerPort=10300
    'MaxUsers=50
    'Map=1
    '[SERVER2]
    'IP=127.0.0.1
    'ExIP=127.0.0.1
    'Port=10203
    'ServerPort=10303
    'MaxUsers=50
    'Map=2,3,4
    Last edited by FFmaster; 06-05-2008 at 05:00 AM.

+ Reply to Thread

Similar Threads

  1. MSQL related question
    By hack5 in forum Free Hosting
    Replies: 4
    Last Post: 05-17-2008, 11:24 PM
  2. Lottery Website (kind of)
    By admintwo in forum Earning Money
    Replies: 4
    Last Post: 12-29-2007, 05:07 PM
  3. New Question on Limits.
    By adsensefun in forum Free Hosting
    Replies: 1
    Last Post: 11-15-2007, 06:02 PM
  4. Odd question but will I be banned for this?
    By sielk in forum Free Hosting
    Replies: 3
    Last Post: 09-28-2007, 11:29 AM
  5. SQL Question
    By DizzyTechnology in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 01-16-2007, 07:56 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
x10hosting free hosting for the masses
dedicated servers