View Single Post
  #2  
Old 05-08-2011, 11:25 AM
Xevious
Fire Beetle
 
Join Date: May 2011
Posts: 15
Default

I'm not familar with Netgear routers, but if it's forwarding both port types (UDP and TCP) then that's the same ports I'm forwarding and it works fine.

You have a problem with your account table missing "time_created" like mine did as well. You'll need to go add a field in "account" table using Navicat.

Open your server connection, then your database for Eqemu, open the table "account".

From that window, select File, Design Table off the menu, click the "Add field button" and set the name to "time_creation", with a type of "datetime", length "0", decimals "0", and save.
Reply With Quote