Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

about allods 7.0

startItemMallServer and startBillingServer are ok START
bur ingame store dont open

1677287496534.png

<billingServer ip="127.0.0.1">
<accounter accounterOneWay="billingserver.AccounterOneWayFakeImpl"/>
<net port="9322" host="127.0.0.1"/>
<api port="8080" host="127.0.0.1"/>
<db host="127.0.0.1" user="postgres" password="postgres" database="billing" type = "pgsql"/>
</billingServer>
<itemMallServer memory="3512">
<net ip="127.0.0.1" port="9321"/>
<assortment banners-config="banners.cfg"/>
<billing-api-url>
You do not have permission to view link Log in or register now.
</billing-api-url>
</itemMallServer>
<accountServer>
<api protocol="http" host="127.0.0.1" port="9356"/>
<authenticator>
<api host="127.0.0.1" port="9398"/>
</authenticator>
</accountServer>
</config>

------------------------------------------------------

<billingServer ip="127.0.0.1">
<api port="8080" host="127.0.0.1"/>
</billingServer>
<itemMallServer memory="3512" remote.launch.dir="/allods">
<net ip="127.0.0.1" port="9321"/>
<assortment banners-config="banners.cfg"/>
<billing-api-url>
You do not have permission to view link Log in or register now.
</billing-api-url>
</itemMallServer>
<accountServer>
<api protocol="http" host="127.0.0.1" port="9459"/>
<authenticator>
<api host="127.0.0.1" port="9399"/>
</authenticator>
</accountServer>
</config>
 
 
Back
Top