I created a tool for Second Life that lets users store ‘prim parameters’ (positions,rotations etc.) and creates an LSL script which is posted to pastebin.com. The problem is that the entire script has to be sent to pastebin in one httprequest, limiting its size to the maximum string that Second Life can send at a time (2K i believe).
I’m looking for a php script that stores the data it recieves from SL as a txt file untill it recieves a ‘ready’ trigger and then posts all ‘slices’ together. ( either to pastebin or just as a html file )
The script should delete the txt file after posting.
It should also be able to handle multiple users at once without getting confused.