Page 1 of 1

The adresses Rom uses

Posted: Sat Aug 12, 2017 1:02 am
by notknowingguy
I have no idea if someone would need this kind of info but anyway
These are the adresses OFFICIAL runes of magic use for patching, data collection, check version number, downloading, uploading raports etc etc

een.runesofmagic.gameforge.com/js/jquery.validationEngine-lang.js.php
en.runesofmagic.gameforge.com/launcher
rom-eneu-patch.runewaker.com/patch/version.txt
rom-eneu-srv.runewaker.com
dl.rom.gameforge.com/frogster-legacy/patch/en
eu.runesofmagic.com
en.runesofmagic.gameforge.com
rom-eneu-patch.runewaker.com
download.frogster-online.com
a95-101-72-215.deploy.akamaitechnologies.com
download.frogster-online.com
board.eu.runesofmagic.gameforge.com
95.101.72.215
akamaitechnologies.com
deploy.akamaitechnologies.com
clientconfig.akamai.steamstatic.com
pixelzirkus.gameforge.com -----> This is the data collection address what it collect it have no idea
79.110.87.192
194.187.19.13
gf1.geo.gfsrv.net
gf2.geo.gfsrv.net

Re: The adresses Rom uses

Posted: Fri Aug 25, 2017 8:34 pm
by Administrator
Have you tried using something like WireShark to capture some packets being sent to pixelzirkus.gameforge.com? Could help determine what information is being sent to them.

Since it's Gameforge, maybe it's to help them with their database. I think that's the company that runs it, anyways. You know, those sites that list details about all items, enemies, quests, drop rates, etc..

Re: The adresses Rom uses

Posted: Sat Aug 26, 2017 4:17 am
by Stionowl1943
Hello,
pixelzirkus is global tracking java script from Gameforge.
This is used on most of websites in their games.

Code: Select all

<!-- GFTracking -->
<script type="text/javascript" src="http://pixelzirkus.gameforge.com/functions.js"></script>
<script type="text/javascript">
setPixel ({
'location':'VISIT',
'product':'metin2',
'language':'ae',
'server-id':'1'
});
</script>
<!-- /GFTracking -->
Detailed JS script can be found here: http://pixelzirkus.gameforge.com/functions.js
Here beautified version: https://pastebin.com/RavThnV0