Jump to content
MakeWebGames

help


masterdon

Recommended Posts

ive done everything the step by step guide says and my site still doesnt work!!

http://www.kronicalwars.co.cc

please email me at [email protected]

thanks!

you need to set up your default document correctly. it is currently www.kronicalwars.co.cc/index.html

if you type in www.kronicalwars.co.cc/index.php it works.

i dont know what your root directory looks like but either remove or rename index.html to something like index.html.old and index.php should load as default document in the current directory.

Link to comment
Share on other sites

ok well i watched the video. i now have a user table. tried to create an account off it and it came up with this

SQL query: Edit

INSERT INTO `tassie12_db`.`users` (

`id` ,

`username` ,

`email` ,

`password`

)

VALUES (

'1', 'masterdon', '[email protected]', 'mypassword'

)

MySQL said: Documentation

#1062 - Duplicate entry '1' for key 1

now what?

Link to comment
Share on other sites

ok changed it to these

1 row(s) inserted.

Inserted row id: 1

Warning: #1366 Incorrect integer value: 'masterdon' for column 'login_name' at row 1

Warning: #1366 Incorrect integer value: '[email protected]' for column 'email' at row 1

Warning: #1366 Incorrect integer value: 'mypasshere' for column 'userpass' at row 1

 

still not working...

Link to comment
Share on other sites

please help. ive been adding tables just like the install says to. still not working though?

 

SQL query:

CREATE TABLE `tassie12_db`.`users` (`userid` INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `username` VARCHAR(255) NOT NULL, `userpass` VARCHAR(255) NOT NULL, `level` INT(11) NOT NULL DEFAULT '0', `exp` DECIMAL(11,4) NOT NULL DEFAULT '0.0000', `money` BIGINT(20) NOT NULL DEFAULT '0', `laston` INT(11) NOT NULL DEFAULT '0', `lastip` VARCHAR(255) NOT NULL, `energy` INT(11) NOT NULL DEFAULT '0', `will` INT(11) NOT NULL DEFAULT '0', `maxwill` INT(11) NOT NULL DEFAULT '0', `brave` INT(11) NOT NULL DEFAULT '0', `maxbrave` INT(11) NOT NULL DEFAULT '0', `maxenergy` INT(11) NOT NULL DEFAULT '0', `hp` INT(11) NOT NULL DEFAULT '0', `maxhp` INT(11) NOT NULL DEFAULT '0', `location` INT(11) NOT NULL DEFAULT '0', `fedjail` INT(11) NOT NULL DEFAULT '0', `user_level` INT(11) NOT NULL DEFAULT '1', `gender` ENUM(male,female) NOT NULL DEFAULT 'male', `daysold` INT(11) NOT NULL DEFAULT '0', `signedup` INT(11) NOT NULL DEFAULT '0', `email` VARCHAR(255) NOT NULL, `login_name` VARCHAR(255) NOT NULL, `display_pi[...]

MySQL said: b_help.png

#1064 - 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 'male,female) NOT NULL DEFAULT 'male', `daysold` INT(11) NOT NULL DEFAULT '0', `s' at line 1

 

why??????

Link to comment
Share on other sites

ive done everything the step by step guide says and my site still doesnt work!!

Hard to help when you start out your post like this and you did'nt do everything step by step.

You should delete everything and start over as you are creating more problems.I've installed this package and it works without any modifications like you are having to do.

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...