Quote:
Originally Posted by DS MrSinister
ok i delete this out of the database lol..
Code:
`warned_user` int(15) NOT NULL default '0',
I need to know the code to add this to my database.. I am new to this stuff don't know much coding.
looks like the only thing i am missing....
|
Run the following query:
ALTER TABLE `warnings` ADD `warned_user` int(15) NOT NULL default '0'
And now that you have it right, download the latest zip and upload the files to your web server again. Did some more changes this morning.
Files you need to download, are shown at the bottom of the hack's description, at the top of every page.
Rgds