Starcraft II LAN news ( with bnet 2.0 EMU )

Started by Serutan, December 21, 2010, 02:50:09 PM

Previous topic - Next topic

Serutan

Hi,
After the news, i search who develop this project.  ::)
And i found them. 8)
Two links and two dates.
This friday, 24/12/2010, they issue the database
And the 31/12, their emu.
Links by MP.

I'm French, sorry  ;)

Example of their changelog
- Achievements now available and editable.
- Replay system working.
- Statiscs panel working.
- Login available now.
- Friend add system available.
- Friend chat available.
- Create user accounts.
- Game search available (but not playable).
- Create ADMIN and GM accounts.
- Simple Server updated.
- Single Player archievements saves now on Multiplayer Profile.
- New ONLY-STAFF Chat Channel available.
- Fixed Login Bugs.

Myst


Serutan

I prefer not divulge their web-adress or their name 9 days before the official publication of their bnet emu...
Or PM me ...

Myst

Well considering they themselves made posts about it publically on a public forum, that there is no need to be kept secret from what they already made public.
The alleged group and their site is located at http://private-net.tk/  and the author made posts on http://ac-web.org/forums/showthread.php?t=102817.   
Noting by the site and then that sudden post about a emulator, I don't know how legitimate it really is.   And we all know of the past fakes, so when I see it, I'll believe it ;)

Serutan

they have posted in one forum, with our, two public post ....
I <3 Spain now ^^

darkrib

31th of December... The day , of the REVOLUTION...

Sounds awesome, maybe ill buy that game after all...
I dont know if its true, i trusted in code-gen, even gave
them a beta-key and nothing turned out....
But if it really happens... ^^
Havent got any Words for it.
Thx 4 sharing the links n info...

Serutan

Quote :
---------------------
WARNING!
In the next hours , our website "www.private-net.tk" will be down for maintenance reasons , when we come back (in... 2hours) our new website are available.
Community Forums unavailable , but coming soon.

----------------------
So we will see if it's a fake .... And tomorow the database <3 ..


darkrib

Well,
Site up n Database released.
I've already downloaded it. Can anyone tell from the database if its real?
thx

blejdaq

from a short analysis:
- it's a database of 9 empty tables each with 5 - 10 fields, this would require max. 10 minutes to design and create
- this database can in no way serve as a backend for battle.net nor starcraft 2 server emulator, basic auth fields are missing, basic unit/structures info is missing (for example unit construction time, structure hp/shields)

together with theatrical release dates, poor web design and bad english it looks like a big humbug, but let's see on 31th

my hope is pointing toward Myst's german friends and their sc2 server hosting in russia

merry christmas :)

Myst


darkrib

Looks like someone managed to retrieve the data from the .frm files:

CREATE SCHEMA `pnet`;
USE `pnet`;

CREATE TABLE `accounts` (
`id` bigint(20) DEFAULT NULL,
`powers` bigint(20) DEFAULT NULL,
`username` bigint(20) DEFAULT NULL,
`password` bigint(20) DEFAULT NULL,
`e-mail` bigint(20) DEFAULT NULL,
`last-connection` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `achievements` (
`id` bigint(20) DEFAULT NULL,
`requirement` bigint(20) DEFAULT NULL,
`description` tinytext,
`title` bigint(20) DEFAULT NULL,
`reward` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `avatar_profiles` (
`id` bigint(20) DEFAULT NULL,
`file` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `characters` (
`id` bigint(20) NOT NULL,
`name` bigint(20) NOT NULL,
`createdate` bigint(20) NOT NULL,
`lastconnection` bigint(20) NOT NULL,
`friendlist` text NOT NULL,
`spstarted` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `newspanel` (
`id` bigint(20) DEFAULT NULL,
`show` bigint(20) DEFAULT NULL,
`title` bigint(20) DEFAULT NULL,
`description` longtext,
`showonlyforGM` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `profiles` (
`account_id` bigint(20) DEFAULT NULL,
`last-played` bigint(20) DEFAULT NULL,
`last-connection` bigint(20) DEFAULT NULL,
`last-race-played` bigint(20) DEFAULT NULL,
`wins` bigint(20) DEFAULT NULL,
`loses` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `serverinfo` (
`id` bigint(20) DEFAULT NULL,
`key` bigint(20) DEFAULT NULL,
`servername` tinytext,
`max-users` bigint(20) DEFAULT NULL,
`max-users-in-league` bigint(20) DEFAULT NULL,
`show` bigint(20) DEFAULT NULL,
`ip/DNS` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `structures` (
`id` bigint(20) NOT NULL,
`name` bigint(20) NOT NULL,
`unit1` bigint(20) NOT NULL,
`unit2` bigint(20) NOT NULL,
`unit3` bigint(20) NOT NULL,
`unit4` bigint(20) NOT NULL,
`unit5` bigint(20) NOT NULL,
`enhacement1` bigint(20) NOT NULL,
`enhacement2` bigint(20) NOT NULL,
`enhacement3` bigint(20) NOT NULL,
`enhacement4` bigint(20) NOT NULL,
`enhacement5` bigint(20) NOT NULL,
`mineralcost` bigint(20) DEFAULT NULL,
`gascost` bigint(20) DEFAULT NULL,
`limit+` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `units` (
`id` bigint(20) NOT NULL,
`name` bigint(20) NOT NULL,
`race` bigint(20) NOT NULL,
`health` bigint(20) NOT NULL,
`energy` bigint(20) NOT NULL,
`shield` bigint(20) NOT NULL,
`damage` bigint(20) NOT NULL,
`speed` bigint(20) NOT NULL,
`air` bigint(20) NOT NULL,
`mineralcost` bigint(20) NOT NULL,
`gascost` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


Not done by me, but nice though ^^...
Doesnt look very promissing to me, so ill be waiting for the 31. for them to prove their emulator.

aceyot

its only creating tables too short info to be legit..

on 31st will see if its real or not

blejdaq

i started to be pessimist after seeing 'username', 'password' and units names declared as bigint(20) ;-)

aceyot

maybe the want us to use numbers on username and passwords.

no pk on the db.

i wish myst post some info on his friends work..