1. #1
    Deleted

    how to divide a web chat onto 2 server?

    So i got these 2 servers
    Server 1 holds the code/files for my chat
    server 2 is where my website is but it don't have a database so i can't upload stuff to it

    so my question is how do i integrate the chat from Server 1 over to server 2

  2. #2
    Deleted
    It's ugly, but you could iframe it.

  3. #3
    Could you not link both servers up via command prompt;

    Code:
    NET USE \\computer-name or ip\hard-disk-letter-to-connect-to$
    e.g.

    Code:
    NET USE \\file-server\c$
    I'm not entirely sure why you want 2 servers though.

    If you use Xampp (and i'm sure an array of other programs) you can host a web server and a database (MySQL) server on the same machine.
    Computer: Intel I7-3770k @ 4.5GHz | 16GB 1600MHz DDR3 RAM | AMD 7970 GHz @ 1200/1600 | ASUS Z77-V PRO Mobo|

Posting Permissions

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