사이트 로그인
2017.02.11 19:02
Okay so finally we get "working" files. ;D
Repacked the files and deleted unneeded stuff, so it should be very simple to get a working server. - you don't really have to configure anything.
1. Install .NET Framework 3.5 & 4
http://go.microsoft.com/fwlink/?LinkId=159615
http://go.microsoft.com/fwlink/?LinkId=186913
2. Install SQL Server 2008 (32-bit OR 64-bit, depending on your OS)
http://go.microsoft.com/fwlink/?LinkId=186785&clcid=0x409
http://go.microsoft.com/fwlink/?LinkId=186786&clcid=0x409
In "Server Configuration" step during installation set "SQL Server Database Engine" account name to "NT AUTHORITY\NETWORK SERVICE" and click next. ;D
In "Database engine configuration" step change from windows authentication to mixed mode and set password: 123456
3. Create Db_Count and Db_Tank databases. Restore them from Db_Count.bak and Db_Tank.bak + in options check "overwrite..."
4. Install IIS server (+asp.net)
In default website properties set asp.net version to framework 4.0
Add 3 new virtual directories for default website - gamegunny, Request and Resource. Set gamegunny and Request as applications.
5. Go to: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319 and run "aspnet_regiis.exe -i"
6. Execute run.bat and wait till servers loaded.
7. Open browser and navigate to: http://127.0.0.1/gamegunny/login.htm
login with id: test and any password
That's pretty much it if I didn't forget anything.
Download:
(Binaries)
http://files.inbox.lv/ticket/3f2e9944c3b8b688c69ec58d1d91267d7c6ffed5/Release.rar?language=en
(Source)
http://files.inbox.lv/ticket/f3cd98e6059033e388700133def63098bfcfbc20/Source.rar?language=en
For the lazy ones here's VirtualBox image:
http://files.inbox.lv/ticket/f62dcbde5488a0164c52585c8fa320720b2fcad0/DDT_win_server_2003_x86.part1.rar?language=en (Part 1)
http://files.inbox.lv/ticket/bf4fd68ceb62ab535ef7e7d96739fa639aa5546d/DDT_win_server_2003_x86.part2.rar?language=en (Part 2)
Just do "Import appliance" and wuola. ;D
P.S. pass: 123456