This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RealEC-XML> | |
<Header> | |
<AckRequest>No</AckRequest> | |
<AckRef>1</AckRef> | |
<Created>2002/11/20 09:51:36</Created> | |
<Format>RealEC</Format> | |
<GMTOffset>-6</GMTOffset> | |
<SourceApp>RealEC Web</SourceApp> | |
<SourceID>1001</SourceID> | |
<SourceVer>1</SourceVer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1A[2KPhantomJS 1.9.8 (Linux 0.0.0) UserPermissionsCtrl toggleSetting should toggle settings FAILED | |
TypeError: 'undefined' is not an object (evaluating 'vm.safeData.userMail.selectedUser') | |
undefined | |
at /var/lib/jenkins/workspace/Front%20End%20Development%20Build/app/components/admin/users/client/userPermissions/controllers/UserPermissionsCtrl.js:65 | |
at /var/lib/jenkins/workspace/Front%20End%20Development%20Build/bower_components/angular/angular.js:14300 | |
at /var/lib/jenkins/workspace/Front%20End%20Development%20Build/app/components/admin/users/client/userPermissions/tests/spec/UserPermissionsCtrl.js:19 | |
at invoke (/var/lib/jenkins/workspace/Front%20End%20Development%20Build/bower_components/angular/angular.js:4203) | |
at workFn (/var/lib/jenkins/workspace/Front%20End%20Development%20Build/bower_components/angular-mocks/angular-mocks.js:2436) | |
Error: [$rootScope:inprog] $digest already in progress | |
http://errors.angularjs.org/1.3.15/$rootScope/inprog?p0=%24digest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
mysql_connect('localhost:3306', 'mysql_user', 'mysql_pass'); | |
mysql_select_db('realmd'); | |
$username = strtoupper(mysql_real_escape_string($_GET['username'])); | |
$email = mysql_real_escape_string($_GET['email']); | |
$pass = strtoupper(mysql_real_escape_string($_GET['password'])); | |
$sha_pass = SHA1($username.':'.$pass); | |
$ip = $_SERVER['REMOTE_ADDR']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 22e20ae49a4590ba74341e402aa9ddc154ab9bda Mon Sep 17 00:00:00 2001 | |
From: Alex <vidovic404@gmail.com> | |
Date: Tue, 13 Apr 2010 18:46:56 +0200 | |
Subject: [PATCH] Sending mail via SQL (Needs testing) | |
Signed-off-by: Alex <vidovic404@gmail.com> | |
--- | |
sql/characters_external_mail.sql | 18 ++++++++ | |
src/game/Mail.cpp | 82 ++++++++++++++++++++++++++++++++++++++ | |
src/game/World.cpp | 13 ++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<font size='6'><p><center>Player Commadns</center></p></font> | |
<table style="width: 100%; text-align: left;" border='1'> | |
<tr style="text-align: center;"> | |
<th width="13%">Command</th> | |
<th width="20%">Syntax</th> | |
<th width="65%">Description</th> | |
</tr> | |
<tr> | |
<td align="left">gm ingame</td> | |
<td>.gm ingame</td> |