29.06.2009, 09:13
No, nothing saves, apart from the account, and the password, everything else is basically telling me to fuck off, cause it don't wanna work.
There, my database.
Code:
-- phpMyAdmin SQL Dump -- version 2.11.9.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jun 29, 2009 at 11:10 AM -- Server version: 5.0.45 -- PHP Version: 5.1.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `dbhex127` -- -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE IF NOT EXISTS `users` ( `Username` varchar(30) NOT NULL, `Password` varchar(50) NOT NULL, `Money` int(10) NOT NULL default '0', `Kills` int(10) NOT NULL default '0', `Deaths` int(10) NOT NULL default '0', `Admin` int(10) NOT NULL default '0', `Donator` int(10) NOT NULL default '0', `Cmem` int(10) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `users` -- INSERT INTO `users` (`Username`, `Password`, `Money`, `Kills`, `Deaths`, `Admin`, `Donator`, `Cmem`) VALUES ('[UF]XtreaMeR', 'eb02afeb8d9580122adfccf7e62c48eb', 0, 0, 0, 0, 0, 0);