Well, I want to make universal save files go to a website that I have access to. I know that I'd use world.Export in the BYOND code, but what would I do on the website itself?
Well, I want to make universal save files go to a website that I have access to. I know that I'd use world.Export in the BYOND code, but what would I do on the website itself?
The website would need some sort of CGI program running that did all the work. You'd also need some way of accepting the export of a file from BYOND, which may not be a standard HTTP upload.
Well, I want to make universal save files go to a website that I have access to. I know that I'd use world.Export in the BYOND code, but what would I do on the website itself?
The website would need some sort of CGI program running that did all the work. You'd also need some way of accepting the export of a file from BYOND, which may not be a standard HTTP upload.
Try creating a central server instead. It uses byond Export/Import to transfer files. It will be more secure.
The website would need some sort of CGI program running that did all the work. You'd also need some way of accepting the export of a file from BYOND, which may not be a standard HTTP upload.