• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help With Nicaaw AAc

7amo

New Member
Joined
Feb 16, 2011
Messages
147
Reaction score
3
Location
egypt
nicaaw.png I cant Create Character . When i Click On Submit Button It Logout From My Account And No Create Character Any Help?
Iam Using Aries Tibia 8.10 Xml V 0.4.0
Functions PHP http://pastebin.com/Dz2ThFgx
 
Last edited:
All you have to do is change the function name.
If you read this:
Code:
int ereg ( string $pattern , string $string [, array &$regs ] )

Code:
int preg_match ( string $pattern , string $subject [, array &$matches [, int $flags = 0 [, int $offset = 0 ]]] )

So all you have to do is to to replace ereg with preg_match.
If you read the parameters they are aswell in the same order, pattern, string.
 
Post the scripts.. And what submit button are you talking about? There are 2 on the picture.
 
Back
Top