- Регистрация
- 27.01.2020
- Сообщения
- 10
- Благодарностей
- 0
- Баллы
- 1
I'm working on a project where I will need to remotely share(multiple VPS each with own zp license) ZPPROFILE files between multiple bots. So to do this I want to store them to a central database so all bots can use them.
Currently, I get the text from the ZPPROFILE using the "read file" and get text. I then use a quick html form to upload the data(couldn't ZP POST request to work) which stores it in the mysql db as a blob text.
When I need to use a profile, I then fetch the profile data from the remote db and write to a new file using the "write to file" command as a "filename.ZPPROFILE". This creates the new file.
However when I load the profile using the "load profile" command in ZP it gives the "Running the Profile Failed to process the profile" error.
Any ideas how I can fix this?
Just wanted to add, I'm using Zennoposter 7.
Currently, I get the text from the ZPPROFILE using the "read file" and get text. I then use a quick html form to upload the data(couldn't ZP POST request to work) which stores it in the mysql db as a blob text.
When I need to use a profile, I then fetch the profile data from the remote db and write to a new file using the "write to file" command as a "filename.ZPPROFILE". This creates the new file.
However when I load the profile using the "load profile" command in ZP it gives the "Running the Profile Failed to process the profile" error.
Any ideas how I can fix this?
Just wanted to add, I'm using Zennoposter 7.