felixms / arma-rcon-class-php

A lightweight client for sending commands easily to a BattlEye server.
MIT License
46 stars 22 forks source link

Battleye id to steam id #17

Closed nerdalertdk closed 7 years ago

nerdalertdk commented 7 years ago

Hi

An option to convert Battleye Id to steam Id would be awesome I've been googling all day but no luck find anything. So let's work together

nerdalertdk commented 7 years ago

After more googling, I think this might be to much, found this python script, It basically just brute force "guess" then steam id. would take to many resources to do on the fly.

Only valid solution of can think of is a script that's calculate of steam id's and save them in an DB ( redis ) so you just have to call the db to convert, with an Redis DB this should not take long.

ps: python https://www.python-forum.de/viewtopic.php?t=37754

nerdalertdk commented 7 years ago

Hmm well gonna drop the Redis way, it would be an table with 400000000 (four hundred million) rows