• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Storage box Code generator

Joined
Jun 10, 2009
Messages
659
Reaction score
141
I guess this is the logic
PHP:
$temp = [];
$temp[0] = 17;
$temp[1] = 16384 * $itemCount + $itemCode;
$temp[2] = rand(100000, 999999);
$finalCode = implode(';', $temp);
Though the core logic is simple, its good to have an application :thumbup1:
 
Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
Same logic I used in the tool !
I hated it when I had to test something with hundreads of Soul's and it was hard to keep spawning and also calculating code !
 
Back
Top