or one question, i need to upload ISRM to my server?
or upload a file ?
also im using 500servers.com and my ip is 75.126.74.69 and the port is 37429.
Any idea what i need to do?
I try to put /insim 29999 and i dont get an error on my server
but when i execute ISRM.exe i get a error
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!-- your server ip (127.0.0.1 if local) -->
<add key="ip" value="75.126.74.69" />
<!-- your insim port -->
<add key="port" value="29999" />
<!-- your admin password -->
<add key="password" value="YOUCANTSEETHIS" />
<!-- whether to show the agreement screen -->
<add key="show_agreement" value="yes" />
<!-- how long to show it -->
<add key="agreement_time" value="20" />
<!-- allow voting for restart-->
<add key="voting" value="yes" />