Hey I have seen sites that instead of an int show you a string.
For example d2fr4st == 147392525
and d2fr4ss == 147392524
. What base is this? And how can I do the same conversion in php and .NET?
At the moment converting from 147392524
to d2fr4ss
would be most useful.