A few fixes, adjusted SSI location

This commit is contained in:
Robert Fritzen 2014-08-02 10:28:56 -05:00
parent 3f80def5c1
commit d0ee31af33
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@
// : Servers: [CORE] [SATELITE] // : Servers: [CORE] [SATELITE]
// ============================================================ // ============================================================
$Generic_Rank_Cap = 75000; //if we cannot get a valid connection $Generic_Rank_Cap = 3000000; //if we cannot get a valid connection
$TWM2Core_Interface = "www.phantomdev.net" TAB "www.tacticaluprising.phantomdev.net"; //don't touch, server connections $TWM2Core_Interface = "www.phantomdev.net" TAB "www.public.phantomdev.net"; //don't touch, server connections
$TWM2ServerInfo_Loc = "/ssiInterface.php"; $TWM2ServerInfo_Loc = "/Univ/ssiInterface.php";
//connects to the server //connects to the server
function establishPGDConnection() { function establishPGDConnection() {

View file

@ -729,7 +729,7 @@ function updateChallengeFile(%client) {
// //
echo("Daily Challenge File Expired for "@%client@", preparing new file."); echo("Daily Challenge File Expired for "@%client@", preparing new file.");
// //
%client.resetAtttempts++; %client.resetAttemps++;
if(%client.resetAttemps >= 3) { if(%client.resetAttemps >= 3) {
error("Client "@%client@" reset attempts > 3, disabling challenge interpreter"); error("Client "@%client@" reset attempts > 3, disabling challenge interpreter");
%client.cannotReset = 1; %client.cannotReset = 1;