Hi Guys
Noob question 2
How do I set a Commander Name and Password for a sector for use in MP?
I presume that when I can do this it will lead me to the map and the area where I can set up movement etc.
Cheers
docattak
MP - getting started
Moderator: SEOW Developers
Re: MP - getting started
docattak wrote:Hi Guys
Noob question 2
How do I set a Commander Name and Password for a sector for use in MP?
I presume that when I can do this it will lead me to the map and the area where I can set up movement etc.
Noob question 3
How do I set an Authorization password for the DCS for the functions it will not let me use?
Cheers
docattak
-
- Posts: 74
- Joined: Thu 29 Nov 2007 3:48 pm
- Location: The Democratic People's Republic of Ohio
- Contact:
Re: MP - getting started
There are five default users: admin, alliedhq, alliedranks, axishq, and axisranks. They each have default passwords. Only the admin user can change passwords (or commander names, for that matter).docattak wrote:Hi Guys
Noob question 2
How do I set a Commander Name and Password for a sector for use in MP?
I presume that when I can do this it will lead me to the map and the area where I can set up movement etc.
Cheers
docattak
Click on your active sector to get the login screen. Log in as commander "admin" with password "password" to get into the mission planner itself.
From there click on "Manage <your sector> Campaign", and then "Commanders" to change passwords (and names also if you so choose). Youi should change all of the passwords. Note that alliedhq and axishq are for planning allied and axis missions, respectively, while alliedranks and axisranks are read-only access for those who should see the plans, but not change them.
Use the "admin" login for administrative tasks like adding reinforcements to resupply points, not for mission planning which should be left to the alliedhq and axishq users.
An alternate procedure which you may need to use if you forget your admin password is to directly edit the PilotData table where these passwords are stored.
Many thanks Tushka!
Where is all of this info stored??? You cannot get started without this info so I would expect it to be included in the documentation lol.
Now, I can really start to get into this. Is this all the work of just one guy? I made random mission generators and various other stuff for IL2 but this real is a huge job Shade's done - and a damn good job as well.
Thanks again - hopefully my next question will be less of a noob one lol.
Cheers
docattak
Where is all of this info stored??? You cannot get started without this info so I would expect it to be included in the documentation lol.
Now, I can really start to get into this. Is this all the work of just one guy? I made random mission generators and various other stuff for IL2 but this real is a huge job Shade's done - and a damn good job as well.
Thanks again - hopefully my next question will be less of a noob one lol.
Cheers
docattak
Back again!
Got the MP map for Berlin now (http://localhost/SEOW/MP4/Berlin/Berlin-intel.php - just to show that it is in the correct place) - if I ask for District or City map or click on the map I just get errors:-
"Commander Administrator, please wait. We are gathering the latest intelligence from Administration HQ ...
Notice: Trying to get property of non-object in D:\Program Files\EasyPHP 3.0\www\SEOW\MP4\Scripts\MP-SQL.php on line 573
Fatal error: Call to a member function Close() on a non-object in D:\Program Files\EasyPHP 3.0\www\SEOW\MP4\Scripts\MP-SQL.php on line 579"
The offending object is $rsC0 in both cases.
Cheers
docattak
Got the MP map for Berlin now (http://localhost/SEOW/MP4/Berlin/Berlin-intel.php - just to show that it is in the correct place) - if I ask for District or City map or click on the map I just get errors:-
"Commander Administrator, please wait. We are gathering the latest intelligence from Administration HQ ...
Notice: Trying to get property of non-object in D:\Program Files\EasyPHP 3.0\www\SEOW\MP4\Scripts\MP-SQL.php on line 573
Fatal error: Call to a member function Close() on a non-object in D:\Program Files\EasyPHP 3.0\www\SEOW\MP4\Scripts\MP-SQL.php on line 579"
The offending object is $rsC0 in both cases.
Cheers
docattak
-
- Posts: 302
- Joined: Fri 13 Apr 2007 1:13 pm
- Location: Italy
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Hi docattak,
Please list your PHP and MySQL versions. I suspect you are using a recent MySQL which might object to the "Range" alias used in the SQLCO query.
Inside that query text in MP-SQL.php, if you see "AS Range" anywhere, change it to "AS OSRange" and that should solve that problem. THere is an independent thread about this at this site.
Cheers,
4S
PS: SEOW is an open source effort with contributions by lots of people. Look at the Credits screen in the MP.
Please list your PHP and MySQL versions. I suspect you are using a recent MySQL which might object to the "Range" alias used in the SQLCO query.
Inside that query text in MP-SQL.php, if you see "AS Range" anywhere, change it to "AS OSRange" and that should solve that problem. THere is an independent thread about this at this site.
Cheers,
4S
PS: SEOW is an open source effort with contributions by lots of people. Look at the Credits screen in the MP.
IV/JG7_4Shades
SEOW Developer
SEOW Developer
Hi 4S
Many thanks - that does the trick (AS RANGE -> AS OSRANGE)
For info
PHP 5.2.8
MySQL 5.1.30
I guessed there would be others involved because of the sheer size of the project - but it obviously has one guy leading the charge and driving everybody on! This forum shows the sense of pride you have in what you have achieved - well deserved.
Cheers
docattak
Many thanks - that does the trick (AS RANGE -> AS OSRANGE)
For info
PHP 5.2.8
MySQL 5.1.30
I guessed there would be others involved because of the sheer size of the project - but it obviously has one guy leading the charge and driving everybody on! This forum shows the sense of pride you have in what you have achieved - well deserved.
Cheers
docattak