now go to your phpadmin and create a table with this query
CODE
CREATE TABLE users (
id int(10) NOT NULL auto_increment,
username varchar(40),
password varchar(50),
regdate varchar(20),
email varchar(100),
website varchar(150),
location varchar(150),
show_email int(2) DEFAULT '0',
last_login varchar(20),
PRIMARY KEY(id))
id int(10) NOT NULL auto_increment,
username varchar(40),
password varchar(50),
regdate varchar(20),
email varchar(100),
website varchar(150),
location varchar(150),
show_email int(2) DEFAULT '0',
last_login varchar(20),
PRIMARY KEY(id))
Well I tryed to access my Phpadmin and it still doesnt work... so i created a new database and named it login and still wouldnt let me loginto my database sooooo idk what im doing wrong but my URL is:
http://guildsoflemuria.vndv.com Database... guildsoflemuria_phpbb and guildsoflemuira_login
so if i have to wait 24 hours before my Database is up i dont mind wating but if its not going to work then whats the point in using Zymic. Thanks hope some one has some Answers!