I'm probably being stupid. I already got an idea in mind but was wondering if there's an easier way of doing things.
Got 2 machines.
One of them, a Web server - the other a Games server.
I want a page from the Web server to read files from the Game server.
How would I go about that?
My idea was to set up a webserver on the games server just and point the HTTP_DOCS to the folders containing the files I want - and some security to prevent ppl from just using the Games Server as a webserver. Then access the required files from the Games Server (through its web server) in the web pages on the Main Web server.
If there's any easier way about this please help! 🙂
Another idea would be to open a port on the Games Machine with access to the info and somehow (through some php command I've never used) connect to that Machine from the Webserver and fetch the data. -- I don't know how to carry this out (if it's possible) anyway. 😉
Many thanks