Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-23-2013, 09:35 PM
Disorder
Hill Giant
 
Join Date: Apr 2010
Location: USA
Posts: 133
Default Recompile problems

I decided to try out Git and make sure my server was up to date with latest revisions.

I downloaded latest files with Git. I ran cmake, no errors. Compiled, no errors. Then I updated my DB with the latest revisions, including the required one via git for mercs.

I edited the new config file. Booted up.

Four windows stay up now for me instead of the two that used to.
world.exe
queryserv.exe
ucs.exe
eqlaunch.exe

When I log into server select on client, I see my server but it says LOCKED. I'm still able to attempt to log in. However, world.exe crashes as soon as I do. Then no characters load in char select screen and I'm unable to do anything but quit.

Here are some of my log files.

First my config file
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>Disorder</shortname>
		<longname>Disorder -- Under Construction --</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<!-- <address>some.server.com</address> -->
		<!-- <localaddress>192.168.0.5</localaddress> -->

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account></account>
			<password></password>
		</loginserver>

		<!-- Server status.  Default is unlocked -->
		<!--<locked/>-->
		<!-- <unlocked/> -->

		<!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
		<tcp ip="localhost" port="9000" telnet="disable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>some long random string</key>
		
		<!-- Enable and set the port for the HTTP service.  Defaults are shown -->
		<http port="9080" enabled="false" mimefile="mime.types" />
	</world>

	<!-- Chatserver (channels) information.  Defaults shown -->
	<chatserver>
		<host>localhost</host>
		<port>7778</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>localhost</host>
		<port>7778</port>
	</mailserver>

	<zones>
		<defaultstatus>0</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7100"/>
	</zones>

	<!-- Database configuration, replaces db.ini.  Defaults shown -->
	<database>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>root</username>
		<password>MYPW</password>
		<db>peq</db>
	</database>

	<qsdatabase>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>root</username>
		<password>MYPW</password>
		<db>peq</db>
	</qsdatabase>
Code:
---------------------------------------------
[02.23. - 19:32:04] Starting Log: logs/eqemu_debug_zone_5768.log
[02.23. - 19:32:04] [ZONE__INIT] Loading server configuration..
[02.23. - 19:32:04] [ZONE__INIT] Log settings loaded from log.ini
[02.23. - 19:32:04] [ZONE__INIT] Connecting to MySQL...
[02.23. - 19:32:04] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEmulator 0.8.0
[02.23. - 19:32:04] [ZONE__INIT] Log settings loaded from ./log.ini
[02.23. - 19:32:04] [ZONE__INIT] Mapping Incoming Opcodes
[02.23. - 19:32:04] [ZONE__INIT] Loading Variables
[02.23. - 19:32:04] [ZONE__INIT] Loading zone names
[02.23. - 19:32:04] [ZONE__INIT] Loading items
[02.23. - 19:32:04] [ZONE__INIT_ERR] Loading items FAILED!
[02.23. - 19:32:04] [ZONE__INIT] Failed.  But ignoring error and going on...
[02.23. - 19:32:04] [ZONE__INIT] Loading npc faction lists
[02.23. - 19:32:04] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!

Code:
---------------------------------------------
[02.23. - 19:27:59] Starting Log: logs/eqemu_debug_launch_5212.log
[02.23. - 19:27:59] [LAUNCHER__INIT] Loading server configuration..
[02.23. - 19:27:59] [LAUNCHER__INIT] Starting main loop...
[02.23. - 19:27:59] [NET__WORLD] Connected to World: localhost:9000
[02.23. - 19:28:04] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[02.23. - 19:28:04] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[02.23. - 19:28:04] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[02.23. - 19:28:04] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[02.23. - 19:28:04] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[02.23. - 19:28:04] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[02.23. - 19:28:04] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[02.23. - 19:28:04] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[02.23. - 19:28:04] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[02.23. - 19:28:04] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[02.23. - 19:28:04] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:28:04] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:28:04] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:28:06] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:28:24] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:28:24] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:28:24] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:28:26] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:28:44] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:28:44] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:28:44] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:28:46] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:29:04] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:29:04] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:29:04] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:29:06] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:29:24] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:29:24] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:29:24] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:29:26] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:29:44] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:29:44] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:29:44] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:29:46] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:30:04] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:30:04] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:30:04] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:30:06] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:30:24] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:30:24] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:30:24] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:30:26] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:30:44] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:30:44] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:30:44] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:30:46] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:31:04] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:31:04] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:31:04] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:31:06] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:31:24] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:31:24] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:31:24] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:31:26] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:31:44] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:31:44] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:31:44] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:31:46] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:32:04] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:32:04] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:32:04] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:32:06] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:32:24] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:32:24] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:32:24] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:32:26] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
[02.23. - 19:32:44] [LAUNCHER__STATUS] Starting zone dynamic_01
[02.23. - 19:32:44] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[02.23. - 19:32:44] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[02.23. - 19:32:46] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.
Code:
---------------------------------------------
[02.23. - 19:29:21] Starting Log: logs/crash_world_3896.log
[02.23. - 19:29:21] EXCEPTION_ACCESS_VIOLATION
[02.23. - 19:29:21] SymInit: Symbol-SearchPath: '.;C:\eqemu;C:\eqemu;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Kasey' 
[02.23. - 19:29:21] OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1 
[02.23. - 19:29:21] C:\eqemu\world.exe:world.exe (01300000), size: 6615040 (result: 0), SymType: 'PDB', PDB: 'C:\eqemu\world.exe' 
[02.23. - 19:29:21] C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (76E90000), size: 1294336 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ntdll.dll', fileVersion: 6.1.7601.17725 
[02.23. - 19:29:21] C:\Windows\system32\kernel32.dll:kernel32.dll (755A0000), size: 868352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\kernel32.dll', fileVersion: 6.1.7601.18015 
[02.23. - 19:29:21] C:\Windows\system32\KERNELBASE.dll:KERNELBASE.dll (75250000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\KERNELBASE.dll', fileVersion: 6.1.7601.18015 
[02.23. - 19:29:21] C:\Perl\bin\perl512.dll:perl512.dll (28000000), size: 1273856 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\bin\perl512.dll', fileVersion: 5.12.3.1204 
[02.23. - 19:29:21] C:\Windows\system32\USER32.dll:USER32.dll (76990000), size: 823296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\USER32.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\GDI32.dll:GDI32.dll (75AE0000), size: 319488 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\GDI32.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\LPK.dll:LPK.dll (75750000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\LPK.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\USP10.dll:USP10.dll (757C0000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\USP10.dll', fileVersion: 1.626.7601.18009 
[02.23. - 19:29:21] C:\Windows\system32\msvcrt.dll:msvcrt.dll (76830000), size: 704512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\msvcrt.dll', fileVersion: 7.0.7601.17744 
[02.23. - 19:29:21] C:\Windows\system32\ADVAPI32.dll:ADVAPI32.dll (756B0000), size: 655360 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ADVAPI32.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\SYSTEM32\sechost.dll:sechost.dll (75B30000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\sechost.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\RPCRT4.dll:RPCRT4.dll (768E0000), size: 659456 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\RPCRT4.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll:COMCTL32.dll (70710000), size: 540672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll', fileVersion: 5.82.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\WS2_32.dll:WS2_32.dll (77050000), size: 217088 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WS2_32.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\NSI.dll:NSI.dll (770B0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NSI.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\VERSION.dll:VERSION.dll (74610000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\VERSION.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\IMM32.DLL:IMM32.DLL (77090000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\IMM32.DLL', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\MSCTF.dll:MSCTF.dll (76DC0000), size: 835584 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSCTF.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\NLAapi.dll:NLAapi.dll (73710000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NLAapi.dll', fileVersion: 6.1.7601.17964 
[02.23. - 19:29:21] C:\Windows\system32\napinsp.dll:napinsp.dll (71B30000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\napinsp.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (71880000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\pnrpnsp.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\System32\mswsock.dll:mswsock.dll (74A90000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\mswsock.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (74950000), size: 278528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DNSAPI.dll', fileVersion: 6.1.7601.17570 
[02.23. - 19:29:21] C:\Windows\System32\winrnr.dll:winrnr.dll (71B20000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\winrnr.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\wshbth.dll:wshbth.dll (71860000), size: 53248 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wshbth.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Program Files\Bonjour\mdnsNSP.dll:mdnsNSP.dll (71830000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Bonjour\mdnsNSP.dll', fileVersion: 3.0.0.10 
[02.23. - 19:29:21] C:\Windows\system32\Iphlpapi.DLL:Iphlpapi.DLL (72800000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\Iphlpapi.DLL', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:21] C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (727F0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINNSI.DLL', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\system32\rasadhlp.dll:rasadhlp.dll (70FE0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rasadhlp.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\System32\wshtcpip.dll:wshtcpip.dll (74500000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wshtcpip.dll', fileVersion: 6.1.7600.16385 
[02.23. - 19:29:21] C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (72620000), size: 229376 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\fwpuclnt.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:22] C:\Windows\system32\dbghelp.dll:dbghelp.dll (73410000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514 
[02.23. - 19:29:22] C:\Windows\system32\SspiCli.dll:SspiCli.dll (74F30000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\SspiCli.dll', fileVersion: 6.1.7601.17725 
[02.23. - 19:29:22] c:\sourcegit\source\common\shareddb.cpp (1080): SharedDatabase::GetItem 
[02.23. - 19:29:22] c:\sourcegit\source\common\shareddb.cpp (650): SharedDatabase::GetInventory 
[02.23. - 19:29:22] c:\sourcegit\source\world\worlddb.cpp (182): WorldDatabase::GetCharSelectInfo 
[02.23. - 19:29:22] c:\sourcegit\source\world\client.cpp (184): Client::SendCharInfo 
[02.23. - 19:29:22] c:\sourcegit\source\world\client.cpp (499): Client::HandlePacket 
[02.23. - 19:29:22] c:\sourcegit\source\world\client.cpp (1013): Client::Process 
[02.23. - 19:29:22] c:\sourcegit\source\world\clientlist.cpp (59): ClientList::Process 
[02.23. - 19:29:22] c:\sourcegit\source\world\net.cpp (435): main 
[02.23. - 19:29:22] f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c (278): __tmainCRTStartup 
[02.23. - 19:29:22] f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c (189): mainCRTStartup 
[02.23. - 19:29:22] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 755EED6C) 
[02.23. - 19:29:22] 755EED6C (kernel32): (filename not available): BaseThreadInitThunk 
[02.23. - 19:29:22] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76EF377B) 
[02.23. - 19:29:22] 76EF377B (ntdll): (filename not available): RtlInitializeExceptionChain 
[02.23. - 19:29:22] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76EF374E) 
[02.23. - 19:29:22] 76EF374E (ntdll): (filename not available): RtlInitializeExceptionChain
Code:
---------------------------------------------
[02.23. - 19:27:50] Starting Log: logs/eqemu_error_world_3896.log
[02.23. - 19:27:50] Could not load EQTime file eqtime.cfg
I'm not savvy at this. Sorry, mates. Thanks in advance for looking at this.
__________________
Disorder
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:54 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3