Alright as the title says, I'm using php to creating a working reg page (Passwords can be 6-12 characters). And atm I'm having a bit of trouble with the infinite character creation loop. I've fixed my source to "patch" this up a bit (more on that in a minute).
Basically as i see it, there's an ASCII encryption recognized by []xxxxx (xxxxx being your password), another ASCII encryption for PM status OR a space declaring it's a normal account. And finally another ASCII encryption and the character name.
Now from what i've seen while using a reg page, creating PM accounts is fine as long as the encrypted ascii before the password matches the length of the password. BUT if you try creating a normal acc:
i.e. character1.usr----> []12345(space here)
Even though its the correct syntax, it will throw you into an infinite character creation loop. I've had to patch my source as i mentioned up top to compensate by creating accounts like: []123456[]user[]charactername,
and using the source to null the "user" tag before entering the game.
But that's my story. I'm now trying to help out the community a bit by writing a decent reg page for 5165 .ini sources. Any input you could give me on creation loop would help immensely and will be credited upon release.
--Regards, Dragon (sorry for the long read)






