Jump to content

I'm making a board.


Recommended Posts

http://fantasycore.heliohost.org/forums/

 

D: I have a problem, my login system wont work.

Login says : some invalid Mysql syntax blah blah.. look at the second post.

 

 

Please download the source code and figure out my problem.

http://fantasycore.heliohost.org/forums/source_forums.zip

 

sql for table users:

CREATE TABLE `users` (
  `id` int(11) NOT NULL auto_increment,
  `username` varchar(32) NOT NULL,
  `password` varchar(32) NOT NULL,
  `email` varchar(255) NOT NULL,
  `name` varchar(64) NOT NULL,
  `admin` int(11) NOT NULL default '0',
  `time` int(15) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;

IM : deospeon@live.com or crediter_braz@yahoo.com

Link to comment
Share on other sites

I've done the login script now.

 

It works fine. except for one big error now.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''test'' at line 1

 

Try to login with the username "Test" and password "Test"..

Link to comment
Share on other sites

Did you create your own forum software or are you using a pre-existing open source alternative such as phpBB or smf? Please include some more details.

 

Also another tip, allow people to be able to see the forum without having to register. It will draw more people and help with search indexes.

 

 

Joe

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...