2012 - Shot Templates

domingo, 27 de maio de 2012



Congratulations!


The Migration Wizard has completed the migration to this software.




{include file="secureinstall.tpl"}

Help Resources





{section name='vi' loop=$ValidateInstall}
{if $ValidateInstall[vi].0}

  • {$ValidateInstall[vi].0} {if $ValidateInstall[vi].2} - {$ValidateInstall[vi].2}{/if} {if $ValidateInstall[vi].1} - required{/if}

  • {/if}
    {/section}



    GameCP Setup Wizard








    New MySQL Server Details


    Please supply your MySQL Administrator information.
























    Setup Wizard was unable to access MySQL with the supplied information.







    Create New User


    Close




    Secure Your Install



    • Remove the 'installer' folder that this program is in.

    • Change the file ownership of all the files to a correct user.

    • Change the file mode of the mysql.inc.php file to restrict unauthorized access.


    Clear your browsers cache


    • Clear your browsers cache to ensure you view the correct version.




    Welcome to the GameCP Migration Wizard


    The Migration Wizard will help guide you through the migration to this software.



    {if $sqlstatus}

    Select a migration type then click 'Start Migration' to begin.


    Migration Type







    {else}

    There is a problem with your Database Settings



    • Browse to: Settings > General > Database Settings


    • Verify your Database Settings:

      • Database Name - the name of your database

      • Remote IP - the ip to access your database

      • Remote User - the user used to access your database

      • Remote Password - the password for the above user




    • To receive this error indicates this information is incorrect

    • View your offical settings in the `includes/mysql.inc.php` file




    The Migration Wizard will be able continue when your database settings are correct.
    {/if}






    {if $sqlstatus}

    Create a backup before migrating!



    Start Migration Wizard

    {else}

    Try Again

    {/if}




    Welcome to the GameCP Setup Wizard


    The Setup Wizard will help guide you through the installation of this software.


    Click '{if $doUpgrade}Start Upgrade{else}Start Install{/if}' to begin.




    {if $doUpgrade && $encrypted == "0"}

    Security Upgrade



    {else}

    {/if}






    {if $doUpgrade}Start Upgrade{else}Start Install{/if}





    {if $doUpgrade}



    Upgrading, please wait...





    Upgrading Complete


    The Setup Wizard has upgraded your GameCP Master Server



    {include file="secureinstall.tpl"}


    Login to Panel




    Setup Wizard encounted an error!


    There was an error while trying to update GameCP.





    Go back and try again. If the problem persists contact GameCP Support.




    Go Back
    readData("TCAdmin.mdb.TC_SERVICES.txt");
    unset($usertable[0]);
    foreach($usertable as $d => $a){
    $bb[strtolower($a[3])]=array(
    "user" => strtolower($a[3]),
    "name" => $a[5],
    "ip" => $a[12],
    "port" => $a[13],
    "query" => $a[14],
    "rcon" => $a[14],
    "slots" => $a[16],
    "private" => $a[17],
    "billingid" => $a[17],
    );
    }
    $smarty->assign("gameList", $bb);
    $smarty->assign("gameMaster", $this->GameList());
    }

    $dd=array();
    if(is_file("TCAdmin.mdb.TC_USERS.txt") && is_readable("TCAdmin.mdb.TC_USERS.txt")){
    $usertable=$this->readData("TCAdmin.mdb.TC_USERS.txt");
    unset($usertable[0]);
    foreach($usertable as $d => $a){
    $username=str_replace(" ", "", strtolower(trim($a[1])).substr(strtolower(trim($a[2])), 0, 1));
    if($username && $this->IsUser($username) != "1") $dd[]=$username;
    }
    $smarty->assign("userList", $dd);
    }

    $cc=array();
    if(is_file("TCAdmin.mdb.TC_VIRTUAL_VOICE_SERVERS.txt") && is_readable("TCAdmin.mdb.TC_VIRTUAL_VOICE_SERVERS.txt")){
    $voicetable=$this->readData("TCAdmin.mdb.TC_VIRTUAL_VOICE_SERVERS.txt");
    unset($voicetable[0]);
    foreach($voicetable as $d => $a){
    $username=strtolower($a[1]);
    $port=$a[2];
    $cc[$username]=array($port, $a[4]);

    }
    $smarty->assign("voiceList", $cc);
    }
    $smarty->assign("serverList", $this->ServerList());
    $smarty->display("migrate/tca2gcp/start.tpl");
    }