Access denied for user ''@'localhost' (using password: NO) create table adminsettings ( sitename text, siteurl text, Email text, Username varchar(75), Password varchar(75), Paypal varchar(175), Alertpay varchar(175), Egold varchar(175), bdisplay int unsigned not null, badbgcolor varchar(175), badfontface varchar(175), badfontsize varchar(175), badfontcolor varchar(175), bottomad text, bottomurl text ) Access denied for user ''@'localhost' (using password: NO) create table sponsorads ( ID int unsigned not null auto_increment primary key, Username varchar(75), pid int unsigned not null, BannerURL text, WebsiteURL text, assigned int unsigned not null, remaining int unsigned not null, hits int unsigned not null, approved int unsigned not null, Date datetime, adtype int unsigned not null, Name text, Email text, PaymentDetails text, EDate datetime, sp varchar(255), width int unsigned not null, height int unsigned not null ) Access denied for user ''@'localhost' (using password: NO) create table packages ( ID int unsigned not null auto_increment primary key, ptype int unsigned not null, impdays int unsigned not null, details text, fee float(8,2), width int unsigned not null, height int unsigned not null ) |