*

Recent

Author Topic: Can not login  (Read 7501 times)

WiseFrog

  • Newbie
  • *
  • Posts: 6
  • Force: +0/-0
    • arcade
Can not login
« on: November 27, 2014, 08:34:29 AM »
Hi I know it is Turkey day. So happy Turkey day all. Ok the problem and a brand new install is that when i go to log in as admin an the same pw like to said to in the read me. It says user don't exist. I also tried to use administrator. I was however able to log in by making a new account but could not change user status. Also Where are the games? Is that some thing the admin does after log in?  Thanks

oh here is the site http://unknownspirit.com/freearcade

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #1 on: November 27, 2014, 08:43:03 AM »
Welcome to FAS .......... WiseFrog

did you update the database fas_users with the new user info?

you can add games in the admin panel once your logged in.

WiseFrog

  • Newbie
  • *
  • Posts: 6
  • Force: +0/-0
    • arcade
Re: Can not login
« Reply #2 on: November 27, 2014, 08:46:58 AM »
Huh lol Update it? how? I can go into sql and do that but how do update it? i am using 3.1 or what ever i downloaded this an trying it yesterday

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #3 on: November 27, 2014, 08:49:59 AM »
go into phpmyadmin and update the password field to " 21232f297a57a5a743894a0e4a801fc3 "

that is the default password admin

once you log in, you will be able to change it to whatever.

if you need help, i can fix it for you

WiseFrog

  • Newbie
  • *
  • Posts: 6
  • Force: +0/-0
    • arcade
Re: Can not login
« Reply #4 on: November 27, 2014, 08:53:20 AM »
I am in there I have user guest and user wise frog no admin

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #5 on: November 27, 2014, 08:55:45 AM »
did you change admin to wisefrog?

is the password field have this info => 21232f297a57a5a743894a0e4a801fc3

WiseFrog

  • Newbie
  • *
  • Posts: 6
  • Force: +0/-0
    • arcade
Re: Can not login
« Reply #6 on: November 27, 2014, 08:57:23 AM »
No it never had a admin name only guest till i made a wisefrog account by registering

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #7 on: November 27, 2014, 08:59:40 AM »
that is strange, can you drop the database and do a reinstall, because admin should of been there.

WiseFrog

  • Newbie
  • *
  • Posts: 6
  • Force: +0/-0
    • arcade
Re: Can not login
« Reply #8 on: November 27, 2014, 09:01:36 AM »
Ok I changed the guest account to admin with the PW you give I can log in but i have no admin privileges what is the user id # for the admin account so can change that

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #9 on: November 27, 2014, 09:04:30 AM »
admin id = #1

change user_level to 2 that will give you admin writes

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #10 on: November 27, 2014, 09:07:09 AM »
also set activation_key set to 0 if not already

WiseFrog

  • Newbie
  • *
  • Posts: 6
  • Force: +0/-0
    • arcade
Re: Can not login
« Reply #11 on: November 27, 2014, 09:10:35 AM »
OK that worked thank you much now i just change the pw in sql and i can start work :) I have a very cool ajax chat room an shout box I am going to add to this. TY again have a great thanks giving

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #12 on: November 27, 2014, 09:13:08 AM »
Not a problem
Here is a free game pack to get your arcade started if you like => http://freearcadescript.net/forums/index.php?topic=784.0

Happy Thanksgiving  8)

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: Can not login
« Reply #13 on: November 27, 2014, 11:26:57 AM »
You are going to want to delete that database and start a new one. Because you renamed guest and changed the password anything that uses guest will no longer work.

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Can not login
« Reply #14 on: November 27, 2014, 01:01:46 PM »
you can run this query to insert guest back into the database
Code: [Select]
INSERT INTO `fas_users` (`userid`, `username`, `password`, `email`, `user_level`, `plays`, `newsletter`, `aim`, `icq`, `msn`, `yim`, `location`, `job`, `website`, `link1`, `link2`, `link3`, `link4`, `link5`, `link6`, `link7`, `link8`, `sex`, `interests`, `bio`, `ip`, `bloglevel`, `forumlevel`, `gamelevel`, `signature`, `avatar`, `avatarfile`, `joindate`) VALUES(0, 'Guest', 'hhhhhhhhhhhhhhhhh', '', 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, '', 0, '', '');

then copy the joindate from admin to guest