Search found 3583 matches

by Masher
Fri Jul 11, 2008 10:28 am
Forum: Contents
Topic: Creating Admin Accounts
Replies: 0
Views: 5336

Creating Admin Accounts

The panel has two admin levels: Master admin: By default this is the admin account although it can be assigned to additional users. There is no way of adding or removing this user through the user interface, it has to be done using the SQL tool. Normal admin: This level is granted if the admin optio...
by Masher
Fri Jul 11, 2008 10:11 am
Forum: Contents
Topic: ASP.net Webserver Help
Replies: 0
Views: 5575

ASP.net Webserver Help

These are various asp.net issues. Web.config issues apply to all web servers (apache, EzUGCC, IIS, etc.) Q. I get the following error when using the file tool to upload a file: "Maximum request length exceeded." or "Upload size exceeds httpRuntime limit." A. You need to increase ...
by Masher
Fri Jul 11, 2008 10:00 am
Forum: Contents
Topic: Contact Info
Replies: 0
Views: 5172

Contact Info

Currently Brainless Tech is a one man crew. If you are having problems and need help, please search our forums, if you don't find an answer please make a new post. If you are having an issue, someone in the future may have the same problem aswell. Posting in the forums will allow people in the futur...
by Masher
Fri Jul 11, 2008 9:55 am
Forum: Contents
Topic: General Troubleshooting
Replies: 0
Views: 5068

General Troubleshooting

If you run into problems while using UGCC, there are a few important places to check for help in determining the problem. Any OS To get more specific error messages from the Web Panel, access the panel from the same computer it's hosted on if possible. If not, change the 'customErrors mode' settings...
by Masher
Fri Jul 11, 2008 9:36 am
Forum: Contents
Topic: Creating A Demo Account
Replies: 0
Views: 4568

Creating A Demo Account

Setting up a demo account allows you to give potential customers the ability to look through the control panel. To setup a demo account: Add a non-admin account. Assign the user to a server as either an owner or through groups permissions Using the SQL Tool type in the box INSERT INTO config (config...
by Masher
Fri Jul 11, 2008 9:30 am
Forum: Contents
Topic: Login From An External Page
Replies: 0
Views: 6965

Login From An External Page

You can append ?user=<usersname>&password=<userspassword> to the url to the webcontrol panel. For example: http://panel.somesite.com/Default.aspx?user=demo&password=demopassword Here is an HTML and Javascript code you can use on your pages to accomplish this via a form. Simply replace the ur...
by Masher
Fri Jul 11, 2008 9:17 am
Forum: Contents
Topic: Setting Up A Remote Monitor
Replies: 0
Views: 7712

Setting Up A Remote Monitor

Initial Monitor Setup In the web panel, go to the Settings Page-->Server Definitions. You should now be at the server definitions page. Scroll to the bottom of the page and enter a name for the new definition and click add. Fill in the information for your server. Be sure to enter the address, port...
by Masher
Fri Jul 11, 2008 9:11 am
Forum: Contents
Topic: The Monitor
Replies: 0
Views: 7850

The Monitor

The monitor is a very important part of UGCC. The monitor allows the panel to interface with the computer (master/slave/remote mode) and monitors running game servers to ensure they are still running and will restart them if necessary. The monitor also does alot of other things, and without the moni...
by Masher
Fri Jul 11, 2008 7:42 am
Forum: Contents
Topic: Tech Details: PID Files
Replies: 0
Views: 5410

Tech Details: PID Files

What is a pid file? A pid file is basically a file created by a program or another utility that contains the process identifier (a unique id that represents the program) for the game server. The panel makes use of PIDs extensively to track the status of a gameserver. Why use a PID file? Before the P...
by Masher
Thu Jul 10, 2008 3:40 pm
Forum: Contents
Topic: Tech Details: CPU Monitoring
Replies: 0
Views: 4452

Tech Details: CPU Monitoring

  • Doesn't work under Linux
  • The monitor updates the list of servers to monitor every hour, so if you enable the feature; it won't actually go into effect until the list is updated (within an hour) or the monitor is restarted
by Masher
Tue Jul 08, 2008 7:57 am
Forum: Pre-Sales Support
Topic: Demo request
Replies: 1
Views: 3173

Re: Demo request

I'll send you a private message via the forums to get started with getting demo license. If a game doesn't appear on the list, just use general. It'll work fine. The game type is really only so the panel knows how to query the game server. If you need game server queries, let me know what you are ru...
by Masher
Wed Jul 02, 2008 3:24 pm
Forum: Contents
Topic: Customizing the appearance of the panel
Replies: 0
Views: 5392

Customizing the appearance of the panel

The panel uses bootstrap for it's UI and has a customizer for easily changing the look of the theme at https://getbootstrap.com/docs/3.4/customize/ Version 2.14+ will check for and include custom.css in /css. Custom CSS should be placed in this file, and is not overwritten during an upgrade. Version...
by Masher
Wed Jul 02, 2008 3:01 pm
Forum: Contents
Topic: Apache with mod_aspnet
Replies: 0
Views: 6798

Apache with mod_aspnet

This is deprecated, and probably won't work anymore, and we do not support it under Windows any longer .... Get the latest version of Apache 2.2.x Download the latest version of mod_aspnet for Apache 2.2 (module for 2.0 is available also if you are already using that version of Apache) Install Apac...
by Masher
Wed Jul 02, 2008 2:48 pm
Forum: Contents
Topic: Abyss Setup
Replies: 0
Views: 3841

Abyss Setup

Download Abyss at Aprelium Technologies' website. Copy the Web Control Panel files to <Where you installed Abyss>\htdocs (Typically installed in \Program Files\Abyss Web Server) Log on to your Abyss Web Server Console Click Configure button Click Index Files icon Click Add button Enter Default.aspx ...
by Masher
Wed Jul 02, 2008 1:30 pm
Forum: Contents
Topic: EzUGCC
Replies: 0
Views: 16072

EzUGCC

EzUGCC is a pre-configured version of UGCC that uses a custom web server. It is a self extracting installer that runs an included configuration program that automagically configures the panel, the monitor, and everything else required. It is not stripped down in any way from the manual install versi...