The Unreal Admins Page - Forums

The Unreal Admins Page - Forums (https://unrealadmin.org/forums/index.php)
-   UT3 Server - Windows Specific (https://unrealadmin.org/forums/forumdisplay.php?f=197)
-   -   Web Admin Issues (https://unrealadmin.org/forums/showthread.php?t=27077)

Midge 25th March, 2008 02:01 AM

Web Admin Issues
 
Today i installed the UT3 server on my dedicated windows box, and patched/configured everything this is my command line

UT3.exe Server WAR-Torlan ?game=UTGame.UTOnslaughtGame_Content -login=********* -password=******** -unattended?maxplayers=32?AdminPassword=********

ok now webadmin works(as far as i can tell) but it will not accept any user/password

is there anythin wrong with the way i have that set?

---UTWEB.ini---
Code:

[UWeb.WebConnection]
MaxValueLength=512
MaxLineLength=4096

[UWeb.WebServer]
Applications[0]=WebAdmin.UTServerAdmin
Applications[1]=WebAdmin.UTImageServer
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
;;Applications[0]=UWeb.HelloWeb
;;ApplicationPaths[0]=/Hello
ListenPort=9000
MaxConnections=18
ExpirationSeconds=86400
bEnabled=true

[UWeb.WebResponse]
IncludePath=/Web
CharSet=iso-8859-1

[IniVersion]
0=1201691568.000000

---UTWEBADMIN.ini---

Code:

[WebAdmin.WebAdmin]
bHttpAuth=true
startpage=/current
QueryHandlers=WebAdmin.QHCurrent
QueryHandlers=WebAdmin.QHDefaults

[WebAdmin.QHCurrent]
ChatRefresh=5000
denyUrlOptions=GamePassword
denyUrlOptions=AdminPassword
denyUrlOptions=Port
denyUrlOptions=QueryPort
bConsoleEnabled=true
bAdminConsoleCommandsHack=true
denyConsoleCommands=say
denyConsoleCommands=obj
denyConsoleCommands=debug
denyConsoleCommands=flush
denyConsoleCommands=set

[WebAdmin.QHDefault]
GeneralSettingsClass=WebAdmin.GeneralSettings
AdditionalMLClass=WebAdmin.AdditionalMapLists

[IniVersion]
0=1206383198.000000

[WebAdmin.QHDefaults]
GeneralSettingsClass=WebAdmin.GeneralSettings
AdditionalMLClass=WebAdmin.AdditionalMapLists

any help will be greatly appreciated
thankyou :)

Midge 25th March, 2008 02:37 AM

ok i got it going for anyone who may pass this thread in the future with the same problem



UT3.exe Server WAR-Torlan?game=UTGame.UTOnslaughtGame_Content?maxplay ers=32?AdminName=admin?AdminPassword=****** -login=******* -password=******

i hate to set it up in that format and it worked fine

Dozinator 18th April, 2008 12:33 AM

Web Admin v1.1

Change your Listening port and need to add what I have here.
Good Luck and I hope that will help you.

[WebAdmin.WebAdmin]
bHttpAuth=true
startpage=/current
QueryHandlers=WebAdmin.QHCurrent
QueryHandlers=WebAdmin.QHDefaults

[WebAdmin.QHCurrent]
ChatRefresh=5000
denyUrlOptions=AdminPassword
denyUrlOptions=Port
denyUrlOptions=QueryPort
bConsoleEnabled=true
bAdminConsoleCommandsHack=true
denyConsoleCommands=say
denyConsoleCommands=obj
denyConsoleCommands=debug
denyConsoleCommands=flush
denyConsoleCommands=set

[WebAdmin.QHDefault]
GeneralSettingsClass=WebAdmin.GeneralSettings

[WebAdmin.BasicWebAdminAuth]
RequireUsername=XXXXX

[IniVersion]
0=1204265146.000000

[WebAdmin.QHDefaults]
GeneralSettingsClass=WebAdmin.GeneralSettings
AdditionalMLClass=WebAdmin.AdditionalMapLists





[UWeb.WebConnection]
MaxValueLength=512
MaxLineLength=4096

[UWeb.WebServer]
Applications[0]=WebAdmin.UTServerAdmin
Applications[1]=WebAdmin.UTImageServer
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
;;Applications[0]=UWeb.HelloWeb
;;ApplicationPaths[0]=/Hello
ListenPort=8888
MaxConnections=18
ExpirationSeconds=86400
bEnabled=true

[UWeb.WebResponse]
IncludePath=/Web
CharSet=iso-8859-1

[IniVersion]
0=1201713168.000000

dirrty[starbuck] 16th July, 2008 06:53 PM

Quote:

Originally Posted by Midge (Post 138895)
ok i got it going for anyone who may pass this thread in the future with the same problem

UT3.exe Server WAR-Torlan?game=UTGame.UTOnslaughtGame_Content?maxplay ers=32?AdminName=admin?AdminPassword=****** -login=******* -password=******

In your UTWebAdmin.ini add the following
Code:

[WebAdmin.BasicWebAdminAuth]
RequireUsername=Admin

In your UTGame.ini add the following
Code:

[Engine.AccessControl]
AdminPassword=xXxXxXxXx

With these two things added remove ?AdminName=admin?AdminPassword=****** from your command line.

:cool:


All times are GMT +1. The time now is 04:48 AM.

 


All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.