Re: Need:Registation Scprit
use original register_do.php ^^
Sorry oztahmet and St34lth4ng3l, don't recreate table td_Account,
Run this query in SQL Server to fix:
Code:
USE [atum2_db_account]
GO
/****** Object: Index [idx_AccountName_on_account] Script Date: 06/17/2013 22:50:18 ******/
CREATE UNIQUE NONCLUSTERED INDEX [idx_AccountName_on_account] ON [dbo].[td_Account]
(
[AccountName] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
GO
http://i159.photobucket.com/albums/t...ps3cec2f2f.jpg
Have a nice day! :)