Web Hosting Talk







View Full Version : PHP Expert needed.


Hands-on Mark
12-03-2005, 04:26 AM
I currently have a file hosting script.

What needs to happen, is have all the files uploaded go to a different server, not the one that the main page is hosted on. I guess this can be done via FTP or something similar.

Please PM everything.

<30 - this shouldn't be a lot of code anyway.

do not post here!

Sage2k6
12-03-2005, 04:47 AM
You can try contacting Reme at xtremeq_g@hotmail.com (email or MSN), he did a might fine job for me: www.newagegaming.net

ZmiyGorinich
12-04-2005, 06:05 AM
You don't need PHP expert.
If you use unix-based servers you can simple install on your servers NFS (http://nfs.sf.net) and simple mount your other servers to main server.

For example:
You can mount upload folders on your servers to:
/mnt/server1
/mnt/server2
/mnt/server3

And simple upload files to this folders. That's all.

If you want, I can help you with installing and configuring NFS on your servers