- Регистрация
- 24.10.2016
- Сообщения
- 6 524
- Благодарностей
- 3 373
- Баллы
- 113
Вы можете переключаться на данные сервера:
Для этого существует утилита:
Ссылка на скомпилированную утилиту: https://github.com/ZennoHelpers/ServerSwitcher/releases
Для этого существует утилита:
GitHub - ZennoHelpers/ServerSwitcher: Переключатель серверов для продуктов ZennoLab.
Переключатель серверов для продуктов ZennoLab. Contribute to ZennoHelpers/ServerSwitcher development by creating an account on GitHub.
github.com
В зависимости от программы, найдите в папке Progs
Там будет примерно такой блок кода:
Домен, например
Сохраните файл и перезапустите программу.
*.exe.config
файлы:ZennoPoster.exe.config
ZennoBox.exe.config
ProjectMaker.exe.config
Там будет примерно такой блок кода:
XML:
<client>
<endpoint address="https://userarea.zennolab.com/ActivateHardware.asmx" binding="basicHttpBinding" bindingConfiguration="ActivateHardwareSoap" contract="ActivateHardwareServiceReference.ActivateHardwareSoap" name="ActivateHardwareSoap" />
<endpoint address="https://userarea.zennolab.com/TimeService.asmx" binding="basicHttpBinding" bindingConfiguration="TimeServiceSoap" contract="TimeServiceReference.TimeServiceSoap" name="TimeServiceSoap" />
<endpoint address="https://userarea.zennolab.com/TemplateService.asmx" binding="basicHttpBinding" bindingConfiguration="TemplateServiceSoap" contract="TemplateServiceReference.TemplateServiceSoap" name="TemplateServiceSoap" />
<endpoint address="https://userarea.zennolab.com/IntelliSearchService.asmx" binding="basicHttpBinding" bindingConfiguration="IntelliSearchServiceSoap" contract="IntelliSearchServiceReference.IntelliSearchServiceSoap" name="IntelliSearchServiceSoap" />
<endpoint address="https://userarea.zennolab.com/Profile/ProfileService.asmx" binding="basicHttpBinding" bindingConfiguration="ProfileServiceSoap" contract="ProfileServiceReference.ProfileServiceSoap" name="ProfileServiceSoap" />
<endpoint address="https://userarea.zennolab.com/DemoService.asmx" binding="basicHttpBinding" bindingConfiguration="DemoServiceSoap" contract="DemoServiceReference.DemoServiceSoap" name="DemoServiceSoap" />
<endpoint address="https://userarea.zennolab.com/BotStore.asmx" binding="basicHttpBinding" bindingConfiguration="BotStoreSoap" contract="BotStoreServiceReference.BotStoreSoap" name="BotStoreSoap" />
</client>
userarea.zennolab.com
замените на один из указанных в первом списке.Сохраните файл и перезапустите программу.
Последнее редактирование: