no faking way :D I finished my education about databases long time ago and I'm not gonna change it xDQuote:
I never said that will be easy :D
The magic words which gives you the searched funtionality is "transactions", also especially "isolation level".
All modern databases support them.
But to warn you:
I'm currently reading a lot about it myself to use it in C# and WCF.
This is a really complicated thing to learn and to implement/configure correctly.
As long as you use transactions only for the database rather than distributed transactions into your code as well it should be possible (in terms of complexity and time).
anyway I started thinking about it yesterday and today I have ready bot that pulls accounts from database where when 10 bots finished accounts at same time there is 1/80 chance to pull double account, but even so bot will take new one if that acc was already taken + live tracking system with real time level updates (when bot is checking level he update database with it) + tool to update database with fresh accounts that automatically create needed tables + estimated start of your refs based on refs in queue and few more :bandit:
now I will build live tracking website and gonna test all that shit