Just curious if I can upload this to my linux server and link to it from my website for my users to enjoy?
Sorry Ciprian, for using the reply form but you said you wanted me to pm you and that was the only way I could find to do that. No pm buttons anywhere in sourceforge that I could find. As for the installation after manually inserting data into the users_reg table I was able to get the chat page to show but couldn't login or register without errors. I could also get into the admin area but there was limited things I could do and sometimes when I clicked on a link nothing happened. I've decided to...
Okay solved that error by changing lines 179 & 260 to current date and time but now I am trying to solve the next error: INSERT INTO c_reg_users VALUES ('', '1', 'admin', '0', '21232f297a57a5a743894a0e4a801fc3', '', '', '', '', '', 0, 'admin', '', '', '', 0, 1, '', '', 'https://sourceforge.net/projects/phpmychat', 'http://ciprianmp.com/plus', '', 'red', 'images/avatars/def_avatar.gif', '0', '', '', '', '', '', '', '', '', '', '', '') MySQL said: Documentation 1366 - Incorrect integer value: '' for...
Okay tried that and got this: CREATE TABLE c_config ( ID tinyint(1) NOT NULL default '0', MSG_DEL tinyint(1) NOT NULL default '96', USR_DEL tinyint(1) NOT NULL default '10', REG_DEL tinyint(1) NOT NULL default '0', LANGUAGE varchar(40) NOT NULL default 'english', MULTI_LANG enum('0','1') NOT NULL default '1', REQUIRE_REGISTER enum('0','1') NOT NULL default '0', REQUIRE_NAMES enum('0','1') NOT NULL default '0', EMAIL_PASWD enum('0','1') NOT NULL default '0', PASS_LENGTH tinyint(1) NOT NULL default...
Okay tried that and got this: CREATE TABLE c_config ( ID tinyint(1) NOT NULL default '0', MSG_DEL tinyint(1) NOT NULL default '96', USR_DEL tinyint(1) NOT NULL default '10', REG_DEL tinyint(1) NOT NULL default '0', LANGUAGE varchar(40) NOT NULL default 'english', MULTI_LANG enum('0','1') NOT NULL default '1', REQUIRE_REGISTER enum('0','1') NOT NULL default '0', REQUIRE_NAMES enum('0','1') NOT NULL default '0', EMAIL_PASWD enum('0','1') NOT NULL default '0', PASS_LENGTH tinyint(1) NOT NULL default...
I deleted everything and started over this time installing inside a directory named chat. ie: root/chat/ The reason I can't install inside root is because there is a wordpress installation there for the original website for which I want this chat to work with. I proceeded to follow the prompts in the install script windows and got all the way to the end where I clicked the login to admin link and got this error again: Database error: Invalid SQL: SELECT password,perms,email FROM c_reg_users WHERE...