I have no idea how to implement these mssql query's. I'm using b20's db and tried executing the query's, but they dont add on to the table thats already there and i can't delete the table already in the db, so i can execute these fixes o_O.
Ok wtf is this a scam, mssql_query("INSERT INTO Login ([UserID],[AID],[Password],[euCoins])VALUES('$user','$aid','$pw1',100)");
Each time I regster on an new account a person gets 100 EUU COINS.
nice 1.
Full CoDE:
mssql_query("INSERT INTO Login ([UserID],[AID],[Password],[euCoins])VALUES('$user','$aid','$pw1',100)");
Upload the files?
Its easier than editing
make it 0?
thanks i need this
Yes but what if nobody knew about it, tell now I just did. So wht if people keep registering and get free donators.
P.S User availability. Dosent work for me :/
omg errors everywere example!!!!! on announcements box
PHP Code:Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'IndexContent'. (severity 16) in C:\xampp\htdocs\modules\mod_index.php on line 56
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\modules\mod_index.php on line 56
Warning: mssql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\modules\mod_index.php on line 57
Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'IndexContent'. (severity 16) in C:\xampp\htdocs\modules\mod_index.php on line 81
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\modules\mod_index.php on line 81
Warning: mssql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\modules\mod_index.php on line 82
PHP Code:USE [GunzDB]
GO
/****** Object: Table [dbo].[IndexContent] Script Date: 08/30/2010 08:38:18 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[IndexContent](
[ICID] [int] IDENTITY(1,1) NOT NULL,
[Type] [tinyint] NULL,
[Title] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[User] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Date] [datetime] NULL,
[Text] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
Thanks.
need help! after applying these fixs still when i add item to shop it doesnt show up :(
I am getting this error while i access my website.
"It show the error on the top!"PHP Code:Warning: touch() [function.touch]: Unable to access logs/DoSlogs/8d6 in C:\AppServ\www\NighT\includes\shield.php on line 71
I hope you can find a way or you may know how to fix this error.
EDITED:
Never mind i fixed already xD.
Tutorial:
GO to logs folder and just create a folder called "DoSlogs".
Last edited by adminjoker; 28-09-10 at 11:33 PM. Reason: i fixed it