Create a login form for TCAdmin within your existing site

Use this sample form. Make sure you change "http://demo.tcadmin.com/templates/default/login.aspx" to your control panel's login.aspx.

<form method="POST" action="http://demo.tcadmin.com/templates/default/login.aspx">
  <table border="0" id="table1"><br />
    <tr><td>User:</td><td><input type="text" name="USERID" size="20"></td></tr>
    <tr><td>Password:</td><td><input type="password" name="PASSWORD" size="20"></td></tr>
  </table>
  <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset">
</form>

  • 104 Users Found This Useful
Was this answer helpful?

Related Articles

Enable System Monitoring and Game Server Performance Monitoring

The System Monitor will collect system information and store them to the database. This...

Allow your clients to create game/voice servers on their dedicated server

To allow your client to create game servers on his dedicated server(s): First you must...

Using Install/Uninstall Scripts (with Windows Firewal integration example)

With the release of the latest version of TCAdmin, we have introduced "Install/Unistall" scripts...

Creating a demo user within your panel

To create a demo user for your control panel just create a user named demouser. Create one or...

GSAutomation.Processes.InstallMod: Could not update service 'TCXXXXXXXXXXXXXXXX': Initialization failure

This error is porduced by Windows WMI. It can be corrected by using the following method: Create...