Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TERA 92.03 - Launcher - Cannot register account.

Newbie Spellweaver
Joined
May 16, 2022
Messages
21
Reaction score
17
Hi,

I've been following the TERA 92.03 Retail Files post and I've gotten all the servers started up to the world server (Apache - MYSQL - hubServer - hub_gw - arb_gw - abriterServer - topographyServer - WorldServer). I'm running into an issue with being able to register an account through the launcher... Has anyone dealt with this error?

I get the following error

Code:
Fatal error: Uncaught Error: Call to undefined function eregi() in C:\xampp\htdocs\reg\config.php:25 Stack trace: #0 C:\xampp\htdocs\reg\index_act.php(29): isAlNum('test') #1 {main}thrown in C:\xampp\htdocs\reg\config.php on line 25

- Update
Got passed error just having issues with game start now...

Code:
function isAlNum($str) {   return preg_match("|^([a-z0-9\_\-\.]+)$|is", $str);}function ismail($str) {   return preg_match("|^([a-z0-9\_\-\.]+)@([a-z0-9\_\-\.]+)$|is", $str);}
 
Last edited:
Back
Top