forked from mawrez/nlrpg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmysql_log.html
More file actions
53 lines (53 loc) · 6.47 KB
/
mysql_log.html
File metadata and controls
53 lines (53 loc) · 6.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html><head><title>MySQL Plugin log</title><style>table {border: 1px solid black; border-collapse: collapse; line-height: 23px; table-layout: fixed; width: 863px;}th, td {border: 1px solid black; word-wrap: break-word;}thead {background-color: #C0C0C0;} tbody {text-align: center;} table.left1 {position: relative; left: 36px;} table.left2 {position: relative; left: 72px;} .time {width: 80px;} .func {width: 200px;} .stat {width: 75px;} .msg {width: 400px;} </style> <script> var LOG_ERROR = 1, LOG_WARNING = 2, LOG_DEBUG = 4; var FirstRun = true, IsCallbackActive = false, IsTableOpen = false, IsThreadActive = false; function StartCB(cbname) { StartTable(1, 0, cbname); } function EndCB() { EndTable(); IsCallbackActive = false; } function StartTable(iscallback, isthreaded, cbname) { if(IsTableOpen == true || isthreaded != IsThreadActive) EndTable(); if(iscallback == true) { document.write( "<table class=left2>" + "<th bgcolor=#C0C0C0 >In callback \""+cbname+"\"</th>" + "</table>" ); } document.write("<table"); if(iscallback == true || (isthreaded != IsThreadActive && isthreaded == false && IsCallbackActive == true) ) { document.write(" class=left2"); IsCallbackActive = true; } else if(isthreaded == true) document.write(" class=left1"); IsThreadActive = isthreaded; document.write(">"); if(FirstRun == true) { FirstRun = false; document.write("<thead><th class=time>Time</th><th class=func>Function</th><th class=stat>Status</th><th class=msg>Message</th></thead>"); } document.write("<tbody>"); IsTableOpen = true; } function EndTable() { document.write("</tbody></table>"); IsTableOpen = false; } function Log(time, func, status, msg, isthreaded) { isthreaded = typeof isthreaded !== 'undefined' ? isthreaded : 0; if(IsTableOpen == false || isthreaded != IsThreadActive) StartTable(false, isthreaded, ""); var StatColor, StatText; switch(status) { case LOG_ERROR: StatColor = "RED"; StatText = "ERROR"; break; case LOG_WARNING: StatColor = "#FF9900"; StatText = "WARNING"; break; case LOG_DEBUG: StatColor = "#00DD00"; StatText = "OK"; break; } document.write( "<tr bgcolor="+StatColor+">" + "<td class=time>"+time+"</td>" + "<td class=func>"+func+"</td>" + "<td class=stat>"+StatText+"</td>" + "<td class=msg>"+msg+"</td>" + "</tr>" ); } </script></head><body bgcolor=grey> <h2>Logging started at 00:24, 14.06.2017</h2><script>
StartCB("LoadProperty");Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_float",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_float",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_float",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_float",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_float",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_float",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:24:51","CMySQLResult::GetRowDataByName()",1,"invalid row index ('-1')",0);
Log("00:24:51","cache_get_field_content_int",1,"invalid datatype",0);
EndCB();Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"HelperToken\")",0);
Log("00:25:17","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"BTemp\")",0);
Log("00:25:17","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"BYear\")",0);
Log("00:25:17","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"BMonth\")",0);
Log("00:25:17","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"BDay\")",0);
Log("00:25:17","cache_get_field_content_int",1,"invalid datatype",0);
Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"BBy\")",0);
Log("00:25:17","CMySQLResult::GetRowDataByName",2,"field not found (\"BReason\")",0);
Log("00:27:00","CMySQLQuery::Execute[]",1,"(error #1054) Unknown column 'HelperToken' in 'field list'",1);
</script>