Thu, 2 September 2010

Total Visits
12170035
Visitors today: 3586

Main Menu
Home
Free Scripts
Free Email
Newsserver
Forum
Guestbook
Web Links
Contact

Our Sponsors
Stromvergleich

Chi Kien Uong
Bebelstrasse 90
70193 Stuttgart
Tel: +49(711) 4596534
Fax: +49(711) 9976123
Deutschland / Germany
If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
I can't login in as admin
Goto page 1, 2, 3, 4  Next  
Post new topic   Reply to topic    proxy2.de Forum Index -> Support Forum Printable version
View previous topic :: View next topic  
Author Message
Sorcerer
Guest





PostPosted: Sat Dec 27, 2003 7:07 pm    Post subject: I can't login in as admin Reply with quote

Hi,

i have a problem. I can't login as admin in my guestbook.
Everything works for the visitors. I read in the install notes that the default user and passwd is: test, 123. But it is'n working... Sad
(I get: "Invalid username or password. Please try again")

Is there anyone who can help me to get my username and passwd????
Back to top
Jam'n



Joined: 07 Jan 2003
Posts: 166
Location: Netherlands

PostPosted: Sun Dec 28, 2003 9:42 am    Post subject: Reply with quote

Try reseting the password

You will need PHPadmin for this.

[Method 1]
Select the Guestbook database.
Select book_auth.
Now choose Browse.
You now see the admin username and password.
Select edit.
Now paste Code:

Code:
773359240eb9a1d9



in the password field and click “GO”.

This will reset your account to:

Your admin name and the password will be: 123


Or do it like this.


[Method 2]
Select the Guestbook database
Now choose on the right side of screen select SQL
Now insert in the Data Entry Field the following lines:

Code:

delete from book_auth;
INSERT INTO book_auth VALUES (1, 'test', '773359240eb9a1d9', '7d8b85294e2e060b83f596a4fc5561ce', 1058460506);




And click "GO"

This will reset your account to:

User name: test
Password: 123
_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
Back to top
View user's profile Send private message Visit poster's website
Sorcerer
Guest





PostPosted: Sun Dec 28, 2003 10:30 am    Post subject: It is still not working... Reply with quote

I did what you said and it is still not working.
And i checkt my sql database, it's all there.
Even that user 'test'.

Do you know anything else?
Back to top
Jam'n



Joined: 07 Jan 2003
Posts: 166
Location: Netherlands

PostPosted: Mon Dec 29, 2003 1:56 am    Post subject: Reply with quote

The only option I have left is delete all the cookies and temporary internet files and try again.

Do you have a link so I could give it a try?
_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
Back to top
View user's profile Send private message Visit poster's website
Sorcerer
Guest





PostPosted: Mon Dec 29, 2003 4:21 pm    Post subject: Reply with quote

I changed my guestbook in the same as this site uses (this forum).
So my problem is solved, but thanks anyway for your help...
Back to top
BrendaJ



Joined: 14 Jan 2004
Posts: 3

PostPosted: Wed Jan 14, 2004 6:58 pm    Post subject: Same problem, can't log-in Reply with quote

Hi,

I installed advanced GB 2.2 for a friend and it worked fine for months, now he (nor I) can login as admin, although I myself was able to before.

I tried both methods as you described and I still can't login.
Any thoughts?

I'm willing to try upgrading his gb to the new version but don't want to lose his entries.

I look forward to your response. Thanks.

Brenda
Back to top
View user's profile Send private message
Jam'n



Joined: 07 Jan 2003
Posts: 166
Location: Netherlands

PostPosted: Wed Jan 14, 2004 10:34 pm    Post subject: Reply with quote

Hello BrendaJ

I don't have any thoughts at the moment, but the upgrade should go like this.

First: are you sure you have version 2.2, the one with the smilies.
If you have the right version, then you can do this.

You will have to use PHPMYADMIN or something similar. Phpmyadmin is what most web server hosts use for their clients to access the database.

Replace all files (with the guestbook 2.3.1) and update your database with the SQL file.

Code:
# MySQL dump 8.16
#
# Host: localhost    Database: gb23
#--------------------------------------------------------
# Server version      3.23.42

#
# Table structure for table 'book_pics'
#

CREATE TABLE book_pics (
  msg_id int(11) NOT NULL default '0',
  book_id int(11) NOT NULL default '0',
  p_filename varchar(100) NOT NULL default '',
  p_size int(11) unsigned NOT NULL default '0',
  width int(11) unsigned NOT NULL default '0',
  height int(11) unsigned NOT NULL default '0',
  KEY msg_id (msg_id),
  KEY book_id (book_id)
) TYPE=MyISAM;

ALTER TABLE `book_config` ADD `thumbnail` SMALLINT(1) NOT NULL, ADD `thumb_min_fsize` INT(10) NOT NULL; 


Ps. don't forget ta back up your database first. Just in case Smile
_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
Back to top
View user's profile Send private message Visit poster's website
Jam'n



Joined: 07 Jan 2003
Posts: 166
Location: Netherlands

PostPosted: Wed Jan 14, 2004 10:38 pm    Post subject: Reply with quote

Here are some pictures

Here is a tutorial how to import the tables to upgrade your guestbook 2.2 to version 2.3.1
I assume you already have phpMyAdmin and advance guestbook installed and running.



Login to phpMyAdmin.



And choose your guestbook database.



Now select on the right window SQL and browse to the file with the upgrade or paste it into the window and press GO.



You should now see the message that the SQL-query executed successfully.



You just need to copy all the files of the new guestbook and your done.


_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
Back to top
View user's profile Send private message Visit poster's website
BrendaJ



Joined: 14 Jan 2004
Posts: 3

PostPosted: Thu Jan 15, 2004 7:38 pm    Post subject: Reply with quote

Thank you for your reply and the time it took to do so!

Well, I'm not so sure it is version 2.2 with smilies, it says version 2.2 but there are no smilies. Here is the url: http://www.uspatriotsmc.com/guestbook/

I have this guestbook installed at my own site as well and I sometimes have to enter my username and password several times for it to let me in.

If I can't upgrade this version I may just install the new version and manually transfer the posts.

I really appreciate your help Very Happy

Brenda
Back to top
View user's profile Send private message
Jam'n



Joined: 07 Jan 2003
Posts: 166
Location: Netherlands

PostPosted: Sun Jan 18, 2004 9:56 pm    Post subject: Reply with quote

Hi Brenda,

I just looked at your version and you have indeed the 2.2 version.
You can see the smilies when you click on show legend.
So you can just upgrade, but make sure to backup first.
Just incase.

Good luck.
_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
Back to top
View user's profile Send private message Visit poster's website
Digital Beat



Joined: 19 Jan 2004
Posts: 3
Location: Finland

PostPosted: Mon Jan 19, 2004 4:05 pm    Post subject: help does not help Reply with quote

I also forget my password, tried everything and still it does not reset. What I am doing wrong?
_________________
///Digital Beat///
Back to top
View user's profile Send private message Visit poster's website
jaliam



Joined: 27 May 2002
Posts: 5

PostPosted: Tue Jan 20, 2004 6:31 am    Post subject: Many Thanks! Reply with quote

You just solved my problem, Jam'n! Thank you very much. :D
_________________
- jaliam
Back to top
View user's profile Send private message Visit poster's website
guest
Guest





PostPosted: Tue Jan 20, 2004 6:59 am    Post subject: Reply with quote

ok thanks, it works now
Back to top
Trek
Guest





PostPosted: Fri Jan 23, 2004 1:28 am    Post subject: Guestbook username & password Reply with quote

Iam also havin problem, forgot my username and password, which file that hold username and password, so that I can see it?, thanks for any help.
Back to top
BrendaJ



Joined: 14 Jan 2004
Posts: 3

PostPosted: Fri Jan 23, 2004 4:48 pm    Post subject: Reply with quote

Jam'n,

I really appreciate your help, but I'm a little confused about the upgrade.
Do you ever upgrade for a fee? How much would you charge to upgrade my site and my friend's with the newest version?
Feel free to email me.

Thanks!
Brenda
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    proxy2.de Forum Index -> Support Forum All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group
Processed in 0.059575 seconds : 13 queries executed