i already set up the website but when i registered and try to login in panel it said account invalid also when i login ingame it also said invalid account
yes i already check it but it was not added to ranuser database
if you post the code register and config it might be can help you
ok this is the setting and register.php
the was include
username
password
md5 pass
you should have it on your database and the files was null
what do you mean i dont get what do you mean
Try to run this script on your SQL, and register again. it will work fine by then :)USE [RanUser]
GO
/****** Object: Table [dbo].[UserInfo] Script Date: 02/27/2012 11:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
ALTER TABLE UserInfo
ADD UserSQ varchar(50),UserSA varchar(50);
GO
SET ANSI_PADDING OFF
News is so easy to fix but im too lazy to do that :) sorry for my bad english