Hi Everyone - :D,
Wonder if you can help - I have inherited a site written in php, and its giving some headaches - I am a basic programmer in visual and not php.
The site is old, and thinking of taking it down - but need to provide support for software still out there…problem is the site provided a registration code to each member to unlock the CDs…
The problem with the site at the moment is when I go to the register side of the website - and press continue (with any 8 digit and 4 digit) - I get a “Your request could not be fulfilled - Please try again”
The 8 digit is created by the program on install - the 4 digit is just a random on the CD box (but is not used to unlock).
SO 1st: attached is the code I am having problems with:
And 2nd: - Crack that code…
I understand by my basic php that the user entered 8 digit program code is *(3987654321/1000000000), and the additional numerics of 9900900 is used in the sequence.
Thereafter the sequence of numbers is arranged according to the code sequence attached -
I have been able to understand 90% of it, but numeric 15 I cannot find…
Here is some registration codes and unlock keys:
8-Digit code program Registration Code
12345678 2900360240999290
34175866 2300890431996590
61734518 1100770745996990
48578266 7300120893993390
54756367 3600430519998490
53815156 5300990616994290
18231813 7600070972992190
37526567 6700470542999990
86238468 8900890849993190
11626232 3900640341996390
65221876 0900850962990290
Thanks!!!
Register Code.php.txt (5.54 KB)