Initial commit
This commit is contained in:
		
							
								
								
									
										27
									
								
								docker-compose.yaml
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										27
									
								
								docker-compose.yaml
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					version: "3"
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  lotgd-web:
 | 
				
			||||||
 | 
					     image: kizaing/lotgd-web
 | 
				
			||||||
 | 
					     ports:
 | 
				
			||||||
 | 
					       - "8007:80"
 | 
				
			||||||
 | 
					     environment:
 | 
				
			||||||
 | 
					       - TZ=America/Toronto
 | 
				
			||||||
 | 
					     volumes:
 | 
				
			||||||
 | 
					       - /media/Cerberus/Backup/Docker/LotGD/lotgd-web/site:/var/www/lotgd
 | 
				
			||||||
 | 
					     depends_on:
 | 
				
			||||||
 | 
					       - lotgd-php
 | 
				
			||||||
 | 
					       - lotgd-db
 | 
				
			||||||
 | 
					     links:
 | 
				
			||||||
 | 
					       - lotgd-php
 | 
				
			||||||
 | 
					       - lotgd-db
 | 
				
			||||||
 | 
					  lotgd-php:
 | 
				
			||||||
 | 
					     image: kizaing/lotgd-php
 | 
				
			||||||
 | 
					     environment:
 | 
				
			||||||
 | 
					       - TZ=America/Toronto
 | 
				
			||||||
 | 
					     volumes:
 | 
				
			||||||
 | 
					       - /media/Cerberus/Backup/Docker/LotGD/lotgd-web/site:/var/www/lotgd
 | 
				
			||||||
 | 
					  lotgd-db:
 | 
				
			||||||
 | 
					     image: kizaing/lotgd-db
 | 
				
			||||||
 | 
					     environment:
 | 
				
			||||||
 | 
					       - MYSQL_ROOT_PASSWORD=lotgd
 | 
				
			||||||
							
								
								
									
										10
									
								
								lotgd-db/Dockerfile
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										10
									
								
								lotgd-db/Dockerfile
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					FROM mariadb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					MAINTAINER Chris P
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ENV MYSQL_ROOT_PASSWORD "lotgd"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#Copies in the pre-populated database files
 | 
				
			||||||
 | 
					COPY mysql /var/lib/mysql
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					EXPOSE 3306
 | 
				
			||||||
							
								
								
									
										1181
									
								
								lotgd-db/lotgd.sql
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										1181
									
								
								lotgd-db/lotgd.sql
									
									
									
									
									
										Executable file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/aria_log.00000001
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/aria_log.00000001
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/aria_log_control
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/aria_log_control
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										478
									
								
								lotgd-db/mysql/ib_buffer_pool
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										478
									
								
								lotgd-db/mysql/ib_buffer_pool
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,478 @@
 | 
				
			|||||||
 | 
					40,3
 | 
				
			||||||
 | 
					40,2
 | 
				
			||||||
 | 
					0,420
 | 
				
			||||||
 | 
					40,1
 | 
				
			||||||
 | 
					40,0
 | 
				
			||||||
 | 
					39,5
 | 
				
			||||||
 | 
					39,4
 | 
				
			||||||
 | 
					39,3
 | 
				
			||||||
 | 
					39,2
 | 
				
			||||||
 | 
					0,419
 | 
				
			||||||
 | 
					39,1
 | 
				
			||||||
 | 
					39,0
 | 
				
			||||||
 | 
					38,5
 | 
				
			||||||
 | 
					38,4
 | 
				
			||||||
 | 
					38,3
 | 
				
			||||||
 | 
					38,2
 | 
				
			||||||
 | 
					0,418
 | 
				
			||||||
 | 
					38,1
 | 
				
			||||||
 | 
					38,0
 | 
				
			||||||
 | 
					0,417
 | 
				
			||||||
 | 
					37,4
 | 
				
			||||||
 | 
					37,3
 | 
				
			||||||
 | 
					37,2
 | 
				
			||||||
 | 
					0,416
 | 
				
			||||||
 | 
					37,1
 | 
				
			||||||
 | 
					37,0
 | 
				
			||||||
 | 
					36,3
 | 
				
			||||||
 | 
					36,2
 | 
				
			||||||
 | 
					36,1
 | 
				
			||||||
 | 
					36,0
 | 
				
			||||||
 | 
					0,415
 | 
				
			||||||
 | 
					35,3
 | 
				
			||||||
 | 
					35,2
 | 
				
			||||||
 | 
					35,1
 | 
				
			||||||
 | 
					35,0
 | 
				
			||||||
 | 
					34,5
 | 
				
			||||||
 | 
					34,4
 | 
				
			||||||
 | 
					34,3
 | 
				
			||||||
 | 
					34,2
 | 
				
			||||||
 | 
					34,1
 | 
				
			||||||
 | 
					34,0
 | 
				
			||||||
 | 
					33,3
 | 
				
			||||||
 | 
					33,2
 | 
				
			||||||
 | 
					33,1
 | 
				
			||||||
 | 
					33,0
 | 
				
			||||||
 | 
					32,3
 | 
				
			||||||
 | 
					32,2
 | 
				
			||||||
 | 
					32,1
 | 
				
			||||||
 | 
					32,0
 | 
				
			||||||
 | 
					2,7
 | 
				
			||||||
 | 
					2,6
 | 
				
			||||||
 | 
					0,414
 | 
				
			||||||
 | 
					31,4
 | 
				
			||||||
 | 
					31,3
 | 
				
			||||||
 | 
					31,2
 | 
				
			||||||
 | 
					0,413
 | 
				
			||||||
 | 
					31,1
 | 
				
			||||||
 | 
					31,0
 | 
				
			||||||
 | 
					0,412
 | 
				
			||||||
 | 
					0,411
 | 
				
			||||||
 | 
					0,410
 | 
				
			||||||
 | 
					0,409
 | 
				
			||||||
 | 
					30,5
 | 
				
			||||||
 | 
					30,4
 | 
				
			||||||
 | 
					30,3
 | 
				
			||||||
 | 
					30,2
 | 
				
			||||||
 | 
					0,408
 | 
				
			||||||
 | 
					30,1
 | 
				
			||||||
 | 
					30,0
 | 
				
			||||||
 | 
					0,407
 | 
				
			||||||
 | 
					0,406
 | 
				
			||||||
 | 
					0,405
 | 
				
			||||||
 | 
					29,3
 | 
				
			||||||
 | 
					29,2
 | 
				
			||||||
 | 
					0,404
 | 
				
			||||||
 | 
					29,1
 | 
				
			||||||
 | 
					29,0
 | 
				
			||||||
 | 
					0,403
 | 
				
			||||||
 | 
					0,402
 | 
				
			||||||
 | 
					0,401
 | 
				
			||||||
 | 
					28,4
 | 
				
			||||||
 | 
					28,3
 | 
				
			||||||
 | 
					28,2
 | 
				
			||||||
 | 
					0,400
 | 
				
			||||||
 | 
					28,1
 | 
				
			||||||
 | 
					28,0
 | 
				
			||||||
 | 
					0,399
 | 
				
			||||||
 | 
					0,398
 | 
				
			||||||
 | 
					27,3
 | 
				
			||||||
 | 
					27,2
 | 
				
			||||||
 | 
					0,397
 | 
				
			||||||
 | 
					27,1
 | 
				
			||||||
 | 
					27,0
 | 
				
			||||||
 | 
					0,396
 | 
				
			||||||
 | 
					0,395
 | 
				
			||||||
 | 
					0,394
 | 
				
			||||||
 | 
					26,3
 | 
				
			||||||
 | 
					26,2
 | 
				
			||||||
 | 
					0,393
 | 
				
			||||||
 | 
					26,1
 | 
				
			||||||
 | 
					26,0
 | 
				
			||||||
 | 
					0,392
 | 
				
			||||||
 | 
					0,391
 | 
				
			||||||
 | 
					25,5
 | 
				
			||||||
 | 
					25,4
 | 
				
			||||||
 | 
					25,3
 | 
				
			||||||
 | 
					25,2
 | 
				
			||||||
 | 
					0,390
 | 
				
			||||||
 | 
					25,1
 | 
				
			||||||
 | 
					25,0
 | 
				
			||||||
 | 
					0,389
 | 
				
			||||||
 | 
					0,388
 | 
				
			||||||
 | 
					0,387
 | 
				
			||||||
 | 
					24,3
 | 
				
			||||||
 | 
					24,2
 | 
				
			||||||
 | 
					0,386
 | 
				
			||||||
 | 
					24,1
 | 
				
			||||||
 | 
					24,0
 | 
				
			||||||
 | 
					0,385
 | 
				
			||||||
 | 
					0,384
 | 
				
			||||||
 | 
					23,3
 | 
				
			||||||
 | 
					23,2
 | 
				
			||||||
 | 
					0,383
 | 
				
			||||||
 | 
					23,1
 | 
				
			||||||
 | 
					23,0
 | 
				
			||||||
 | 
					0,382
 | 
				
			||||||
 | 
					0,381
 | 
				
			||||||
 | 
					0,380
 | 
				
			||||||
 | 
					22,4
 | 
				
			||||||
 | 
					22,3
 | 
				
			||||||
 | 
					22,2
 | 
				
			||||||
 | 
					0,379
 | 
				
			||||||
 | 
					22,1
 | 
				
			||||||
 | 
					22,0
 | 
				
			||||||
 | 
					0,378
 | 
				
			||||||
 | 
					0,377
 | 
				
			||||||
 | 
					0,376
 | 
				
			||||||
 | 
					21,5
 | 
				
			||||||
 | 
					21,4
 | 
				
			||||||
 | 
					21,3
 | 
				
			||||||
 | 
					21,2
 | 
				
			||||||
 | 
					0,375
 | 
				
			||||||
 | 
					21,1
 | 
				
			||||||
 | 
					21,0
 | 
				
			||||||
 | 
					2,5
 | 
				
			||||||
 | 
					2,4
 | 
				
			||||||
 | 
					0,374
 | 
				
			||||||
 | 
					0,373
 | 
				
			||||||
 | 
					20,3
 | 
				
			||||||
 | 
					20,2
 | 
				
			||||||
 | 
					0,372
 | 
				
			||||||
 | 
					20,1
 | 
				
			||||||
 | 
					20,0
 | 
				
			||||||
 | 
					0,371
 | 
				
			||||||
 | 
					0,370
 | 
				
			||||||
 | 
					0,369
 | 
				
			||||||
 | 
					19,3
 | 
				
			||||||
 | 
					19,2
 | 
				
			||||||
 | 
					0,368
 | 
				
			||||||
 | 
					0,367
 | 
				
			||||||
 | 
					0,366
 | 
				
			||||||
 | 
					19,1
 | 
				
			||||||
 | 
					19,0
 | 
				
			||||||
 | 
					0,365
 | 
				
			||||||
 | 
					0,364
 | 
				
			||||||
 | 
					18,5
 | 
				
			||||||
 | 
					18,4
 | 
				
			||||||
 | 
					18,3
 | 
				
			||||||
 | 
					18,2
 | 
				
			||||||
 | 
					0,363
 | 
				
			||||||
 | 
					18,1
 | 
				
			||||||
 | 
					18,0
 | 
				
			||||||
 | 
					0,362
 | 
				
			||||||
 | 
					0,361
 | 
				
			||||||
 | 
					17,3
 | 
				
			||||||
 | 
					17,2
 | 
				
			||||||
 | 
					0,360
 | 
				
			||||||
 | 
					17,1
 | 
				
			||||||
 | 
					17,0
 | 
				
			||||||
 | 
					0,359
 | 
				
			||||||
 | 
					0,358
 | 
				
			||||||
 | 
					16,3
 | 
				
			||||||
 | 
					16,2
 | 
				
			||||||
 | 
					0,357
 | 
				
			||||||
 | 
					16,1
 | 
				
			||||||
 | 
					16,0
 | 
				
			||||||
 | 
					0,356
 | 
				
			||||||
 | 
					0,355
 | 
				
			||||||
 | 
					0,354
 | 
				
			||||||
 | 
					15,4
 | 
				
			||||||
 | 
					15,3
 | 
				
			||||||
 | 
					15,2
 | 
				
			||||||
 | 
					0,353
 | 
				
			||||||
 | 
					15,1
 | 
				
			||||||
 | 
					15,0
 | 
				
			||||||
 | 
					0,352
 | 
				
			||||||
 | 
					0,351
 | 
				
			||||||
 | 
					14,6
 | 
				
			||||||
 | 
					14,5
 | 
				
			||||||
 | 
					14,4
 | 
				
			||||||
 | 
					14,3
 | 
				
			||||||
 | 
					14,2
 | 
				
			||||||
 | 
					0,350
 | 
				
			||||||
 | 
					14,1
 | 
				
			||||||
 | 
					14,0
 | 
				
			||||||
 | 
					0,349
 | 
				
			||||||
 | 
					0,348
 | 
				
			||||||
 | 
					0,347
 | 
				
			||||||
 | 
					13,5
 | 
				
			||||||
 | 
					13,4
 | 
				
			||||||
 | 
					13,3
 | 
				
			||||||
 | 
					13,2
 | 
				
			||||||
 | 
					0,346
 | 
				
			||||||
 | 
					13,1
 | 
				
			||||||
 | 
					13,0
 | 
				
			||||||
 | 
					12,8
 | 
				
			||||||
 | 
					12,7
 | 
				
			||||||
 | 
					12,6
 | 
				
			||||||
 | 
					12,5
 | 
				
			||||||
 | 
					0,345
 | 
				
			||||||
 | 
					0,344
 | 
				
			||||||
 | 
					0,343
 | 
				
			||||||
 | 
					12,4
 | 
				
			||||||
 | 
					12,3
 | 
				
			||||||
 | 
					12,2
 | 
				
			||||||
 | 
					0,342
 | 
				
			||||||
 | 
					12,1
 | 
				
			||||||
 | 
					12,0
 | 
				
			||||||
 | 
					0,341
 | 
				
			||||||
 | 
					0,340
 | 
				
			||||||
 | 
					0,339
 | 
				
			||||||
 | 
					11,3
 | 
				
			||||||
 | 
					11,2
 | 
				
			||||||
 | 
					0,338
 | 
				
			||||||
 | 
					11,1
 | 
				
			||||||
 | 
					11,0
 | 
				
			||||||
 | 
					0,337
 | 
				
			||||||
 | 
					0,336
 | 
				
			||||||
 | 
					10,5
 | 
				
			||||||
 | 
					10,4
 | 
				
			||||||
 | 
					10,3
 | 
				
			||||||
 | 
					10,2
 | 
				
			||||||
 | 
					0,335
 | 
				
			||||||
 | 
					10,1
 | 
				
			||||||
 | 
					10,0
 | 
				
			||||||
 | 
					0,334
 | 
				
			||||||
 | 
					0,333
 | 
				
			||||||
 | 
					9,5
 | 
				
			||||||
 | 
					9,4
 | 
				
			||||||
 | 
					9,3
 | 
				
			||||||
 | 
					9,2
 | 
				
			||||||
 | 
					0,332
 | 
				
			||||||
 | 
					9,1
 | 
				
			||||||
 | 
					9,0
 | 
				
			||||||
 | 
					0,331
 | 
				
			||||||
 | 
					0,330
 | 
				
			||||||
 | 
					8,6
 | 
				
			||||||
 | 
					8,5
 | 
				
			||||||
 | 
					8,4
 | 
				
			||||||
 | 
					8,3
 | 
				
			||||||
 | 
					8,2
 | 
				
			||||||
 | 
					0,329
 | 
				
			||||||
 | 
					8,1
 | 
				
			||||||
 | 
					8,0
 | 
				
			||||||
 | 
					0,328
 | 
				
			||||||
 | 
					0,327
 | 
				
			||||||
 | 
					0,326
 | 
				
			||||||
 | 
					0,325
 | 
				
			||||||
 | 
					0,324
 | 
				
			||||||
 | 
					7,3
 | 
				
			||||||
 | 
					7,2
 | 
				
			||||||
 | 
					0,323
 | 
				
			||||||
 | 
					0,322
 | 
				
			||||||
 | 
					7,1
 | 
				
			||||||
 | 
					7,0
 | 
				
			||||||
 | 
					6,5
 | 
				
			||||||
 | 
					6,4
 | 
				
			||||||
 | 
					0,321
 | 
				
			||||||
 | 
					0,320
 | 
				
			||||||
 | 
					0,319
 | 
				
			||||||
 | 
					6,3
 | 
				
			||||||
 | 
					6,2
 | 
				
			||||||
 | 
					0,318
 | 
				
			||||||
 | 
					6,1
 | 
				
			||||||
 | 
					6,0
 | 
				
			||||||
 | 
					0,317
 | 
				
			||||||
 | 
					5,15
 | 
				
			||||||
 | 
					5,14
 | 
				
			||||||
 | 
					5,13
 | 
				
			||||||
 | 
					5,12
 | 
				
			||||||
 | 
					5,11
 | 
				
			||||||
 | 
					5,10
 | 
				
			||||||
 | 
					5,9
 | 
				
			||||||
 | 
					5,8
 | 
				
			||||||
 | 
					5,7
 | 
				
			||||||
 | 
					5,6
 | 
				
			||||||
 | 
					5,5
 | 
				
			||||||
 | 
					5,4
 | 
				
			||||||
 | 
					5,3
 | 
				
			||||||
 | 
					5,2
 | 
				
			||||||
 | 
					5,1
 | 
				
			||||||
 | 
					5,0
 | 
				
			||||||
 | 
					4,3
 | 
				
			||||||
 | 
					4,2
 | 
				
			||||||
 | 
					4,1
 | 
				
			||||||
 | 
					4,0
 | 
				
			||||||
 | 
					3,6
 | 
				
			||||||
 | 
					3,5
 | 
				
			||||||
 | 
					3,4
 | 
				
			||||||
 | 
					3,3
 | 
				
			||||||
 | 
					3,2
 | 
				
			||||||
 | 
					3,1
 | 
				
			||||||
 | 
					3,0
 | 
				
			||||||
 | 
					2,3
 | 
				
			||||||
 | 
					2,2
 | 
				
			||||||
 | 
					2,1
 | 
				
			||||||
 | 
					2,0
 | 
				
			||||||
 | 
					1,3
 | 
				
			||||||
 | 
					1,2
 | 
				
			||||||
 | 
					1,1
 | 
				
			||||||
 | 
					1,0
 | 
				
			||||||
 | 
					0,243
 | 
				
			||||||
 | 
					0,9
 | 
				
			||||||
 | 
					0,0
 | 
				
			||||||
 | 
					0,310
 | 
				
			||||||
 | 
					0,305
 | 
				
			||||||
 | 
					0,308
 | 
				
			||||||
 | 
					0,304
 | 
				
			||||||
 | 
					0,303
 | 
				
			||||||
 | 
					0,302
 | 
				
			||||||
 | 
					0,307
 | 
				
			||||||
 | 
					0,12
 | 
				
			||||||
 | 
					0,10
 | 
				
			||||||
 | 
					0,8
 | 
				
			||||||
 | 
					0,300
 | 
				
			||||||
 | 
					0,299
 | 
				
			||||||
 | 
					0,298
 | 
				
			||||||
 | 
					0,297
 | 
				
			||||||
 | 
					0,296
 | 
				
			||||||
 | 
					0,295
 | 
				
			||||||
 | 
					0,294
 | 
				
			||||||
 | 
					0,293
 | 
				
			||||||
 | 
					0,292
 | 
				
			||||||
 | 
					0,291
 | 
				
			||||||
 | 
					0,290
 | 
				
			||||||
 | 
					0,289
 | 
				
			||||||
 | 
					0,288
 | 
				
			||||||
 | 
					0,287
 | 
				
			||||||
 | 
					0,286
 | 
				
			||||||
 | 
					0,285
 | 
				
			||||||
 | 
					0,284
 | 
				
			||||||
 | 
					0,283
 | 
				
			||||||
 | 
					0,282
 | 
				
			||||||
 | 
					0,281
 | 
				
			||||||
 | 
					0,280
 | 
				
			||||||
 | 
					0,279
 | 
				
			||||||
 | 
					0,278
 | 
				
			||||||
 | 
					0,277
 | 
				
			||||||
 | 
					0,276
 | 
				
			||||||
 | 
					0,275
 | 
				
			||||||
 | 
					0,274
 | 
				
			||||||
 | 
					0,273
 | 
				
			||||||
 | 
					0,272
 | 
				
			||||||
 | 
					0,271
 | 
				
			||||||
 | 
					0,270
 | 
				
			||||||
 | 
					0,269
 | 
				
			||||||
 | 
					0,268
 | 
				
			||||||
 | 
					0,267
 | 
				
			||||||
 | 
					0,266
 | 
				
			||||||
 | 
					0,265
 | 
				
			||||||
 | 
					0,264
 | 
				
			||||||
 | 
					0,263
 | 
				
			||||||
 | 
					0,262
 | 
				
			||||||
 | 
					0,261
 | 
				
			||||||
 | 
					0,260
 | 
				
			||||||
 | 
					0,259
 | 
				
			||||||
 | 
					0,258
 | 
				
			||||||
 | 
					0,257
 | 
				
			||||||
 | 
					0,256
 | 
				
			||||||
 | 
					0,255
 | 
				
			||||||
 | 
					0,254
 | 
				
			||||||
 | 
					0,253
 | 
				
			||||||
 | 
					0,252
 | 
				
			||||||
 | 
					0,251
 | 
				
			||||||
 | 
					0,250
 | 
				
			||||||
 | 
					0,249
 | 
				
			||||||
 | 
					0,248
 | 
				
			||||||
 | 
					0,247
 | 
				
			||||||
 | 
					0,246
 | 
				
			||||||
 | 
					0,245
 | 
				
			||||||
 | 
					0,244
 | 
				
			||||||
 | 
					0,242
 | 
				
			||||||
 | 
					0,241
 | 
				
			||||||
 | 
					0,240
 | 
				
			||||||
 | 
					0,239
 | 
				
			||||||
 | 
					0,238
 | 
				
			||||||
 | 
					0,237
 | 
				
			||||||
 | 
					0,236
 | 
				
			||||||
 | 
					0,235
 | 
				
			||||||
 | 
					0,234
 | 
				
			||||||
 | 
					0,233
 | 
				
			||||||
 | 
					0,232
 | 
				
			||||||
 | 
					0,231
 | 
				
			||||||
 | 
					0,230
 | 
				
			||||||
 | 
					0,229
 | 
				
			||||||
 | 
					0,228
 | 
				
			||||||
 | 
					0,227
 | 
				
			||||||
 | 
					0,226
 | 
				
			||||||
 | 
					0,225
 | 
				
			||||||
 | 
					0,224
 | 
				
			||||||
 | 
					0,223
 | 
				
			||||||
 | 
					0,222
 | 
				
			||||||
 | 
					0,221
 | 
				
			||||||
 | 
					0,220
 | 
				
			||||||
 | 
					0,219
 | 
				
			||||||
 | 
					0,218
 | 
				
			||||||
 | 
					0,217
 | 
				
			||||||
 | 
					0,216
 | 
				
			||||||
 | 
					0,215
 | 
				
			||||||
 | 
					0,214
 | 
				
			||||||
 | 
					0,213
 | 
				
			||||||
 | 
					0,212
 | 
				
			||||||
 | 
					0,211
 | 
				
			||||||
 | 
					0,210
 | 
				
			||||||
 | 
					0,209
 | 
				
			||||||
 | 
					0,208
 | 
				
			||||||
 | 
					0,207
 | 
				
			||||||
 | 
					0,206
 | 
				
			||||||
 | 
					0,205
 | 
				
			||||||
 | 
					0,204
 | 
				
			||||||
 | 
					0,203
 | 
				
			||||||
 | 
					0,202
 | 
				
			||||||
 | 
					0,201
 | 
				
			||||||
 | 
					0,200
 | 
				
			||||||
 | 
					0,199
 | 
				
			||||||
 | 
					0,198
 | 
				
			||||||
 | 
					0,197
 | 
				
			||||||
 | 
					0,196
 | 
				
			||||||
 | 
					0,195
 | 
				
			||||||
 | 
					0,194
 | 
				
			||||||
 | 
					0,193
 | 
				
			||||||
 | 
					0,192
 | 
				
			||||||
 | 
					0,63
 | 
				
			||||||
 | 
					0,62
 | 
				
			||||||
 | 
					0,61
 | 
				
			||||||
 | 
					0,60
 | 
				
			||||||
 | 
					0,59
 | 
				
			||||||
 | 
					0,58
 | 
				
			||||||
 | 
					0,57
 | 
				
			||||||
 | 
					0,56
 | 
				
			||||||
 | 
					0,55
 | 
				
			||||||
 | 
					0,54
 | 
				
			||||||
 | 
					0,53
 | 
				
			||||||
 | 
					0,316
 | 
				
			||||||
 | 
					0,52
 | 
				
			||||||
 | 
					0,315
 | 
				
			||||||
 | 
					0,51
 | 
				
			||||||
 | 
					0,314
 | 
				
			||||||
 | 
					0,50
 | 
				
			||||||
 | 
					0,313
 | 
				
			||||||
 | 
					0,49
 | 
				
			||||||
 | 
					0,312
 | 
				
			||||||
 | 
					0,48
 | 
				
			||||||
 | 
					0,311
 | 
				
			||||||
 | 
					0,47
 | 
				
			||||||
 | 
					0,309
 | 
				
			||||||
 | 
					0,46
 | 
				
			||||||
 | 
					0,306
 | 
				
			||||||
 | 
					0,45
 | 
				
			||||||
 | 
					0,301
 | 
				
			||||||
 | 
					0,6
 | 
				
			||||||
 | 
					0,5
 | 
				
			||||||
 | 
					0,1
 | 
				
			||||||
 | 
					0,11
 | 
				
			||||||
 | 
					0,4
 | 
				
			||||||
 | 
					0,2
 | 
				
			||||||
 | 
					0,3
 | 
				
			||||||
 | 
					0,7
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/ib_logfile0
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/ib_logfile0
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/ibdata1
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/ibdata1
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/ibtmp1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/ibtmp1
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts_output.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts_output.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts_output.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/accounts_output.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/armor.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/armor.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/armor.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/armor.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/bans.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/bans.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/bans.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/bans.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/clans.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/clans.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/clans.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/clans.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/commentary.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/commentary.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/commentary.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/commentary.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/companions.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/companions.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/companions.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/companions.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/creatures.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/creatures.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/creatures.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/creatures.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										2
									
								
								lotgd-db/mysql/lotgd/db.opt
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								lotgd-db/mysql/lotgd/db.opt
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					default-character-set=utf8mb4
 | 
				
			||||||
 | 
					default-collation=utf8mb4_general_ci
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/debuglog.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/debuglog.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/debuglog.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/debuglog.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/faillog.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/faillog.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/faillog.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/faillog.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/gamelog.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/gamelog.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/gamelog.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/gamelog.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnet.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnet.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnet.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnet.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnetbans.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnetbans.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnetbans.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/logdnetbans.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mail.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mail.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mail.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mail.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/masters.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/masters.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/masters.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/masters.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/moderatedcomments.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/moderatedcomments.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/moderatedcomments.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/moderatedcomments.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_event_hooks.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_event_hooks.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_event_hooks.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_event_hooks.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_hooks.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_hooks.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_hooks.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_hooks.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_objprefs.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_objprefs.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_objprefs.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_objprefs.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_settings.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_settings.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_settings.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_settings.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_userprefs.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_userprefs.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_userprefs.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/module_userprefs.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/modules.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/modules.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/modules.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/modules.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/motd.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/motd.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/motd.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/motd.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mounts.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mounts.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mounts.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/mounts.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/nastywords.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/nastywords.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/nastywords.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/nastywords.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/news.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/news.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/news.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/news.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/paylog.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/paylog.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/paylog.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/paylog.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/petitions.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/petitions.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/petitions.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/petitions.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/pollresults.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/pollresults.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/pollresults.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/pollresults.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/referers.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/referers.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/referers.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/referers.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/settings.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/settings.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/settings.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/settings.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/taunts.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/taunts.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/taunts.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/taunts.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/titles.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/titles.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/titles.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/titles.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/translations.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/translations.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/translations.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/translations.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/untranslated.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/untranslated.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/untranslated.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/untranslated.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/weapons.frm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/weapons.frm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/weapons.ibd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/lotgd/weapons.ibd
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								lotgd-db/mysql/multi-master.info
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										0
									
								
								lotgd-db/mysql/multi-master.info
									
									
									
									
									
										Executable file
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/column_stats.MAD
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/column_stats.MAD
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/column_stats.MAI
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/column_stats.MAI
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/column_stats.frm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/column_stats.frm
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/columns_priv.MAD
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/columns_priv.MAD
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/columns_priv.MAI
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/columns_priv.MAI
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/columns_priv.frm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/columns_priv.frm
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/db.MAD
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/db.MAD
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/db.MAI
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/db.MAI
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/db.frm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/db.frm
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										2
									
								
								lotgd-db/mysql/mysql/db.opt
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								lotgd-db/mysql/mysql/db.opt
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					default-character-set=utf8mb4
 | 
				
			||||||
 | 
					default-collation=utf8mb4_general_ci
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/event.MAD
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/event.MAD
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/event.MAI
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/event.MAI
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/event.frm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/event.frm
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/func.MAD
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/func.MAD
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/func.MAI
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/func.MAI
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/func.frm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/func.frm
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/general_log.CSM
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lotgd-db/mysql/mysql/general_log.CSM
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user