TotalChoice Hosting Family Forums: Advisory: Advanced Guestbook Vulnerability - TotalChoice Hosting Family Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Advisory: Advanced Guestbook Vulnerability Allows admin access.

#1 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 06 May 2004 - 12:24 AM

Advanced Guestbook v2.2, the version available in cPanel, has a vulnerability that allows anyone to gain admin access to your guestbook. Since admin access also allows the ability to modify all of the php templates the guestbook uses, I strongly recommend upgrading or removing Advanced Guestbook from your account.

If you have it installed, but are not using it, simply delete the directory you installed it in and delete the MySQL database.

If you are using it, you can get the new version from http://proxy2.de/scripts.php. However, the permissions on the author's download when extracted will not allow the web server to read the files, so I have repackaged it and attached it to this post.

To upgrade:
(Notes: This will overwite any template changes you have done. Also, I can't guarantee these instructions will work for all users. Proceed with caution.)
  • Go to your cPanel backup screen and select to download your guestbook database (this is a backup, just to be safe).
  • In your current guestbook directory, open the file admin/config.inc.php. Write down or copy the database settings (you will need them later). The lines you need look like:
    $GB_DB["dbName"] = "account_agbook1";
    $GB_DB["host"]   = "localhost";
    $GB_DB["user"]   = "account_agbook1";
    $GB_DB["pass"]   = "4fSurhKJzW";

  • Upload the attached file (tch-gbookphp.tar.gz) to your guestbook directory.
  • Using cPanel File Manager, extract the contents of tch-gbookphp.tar.gz.
  • In cPanel File Manager, edit the file admin/config.inc.php and change the Database Settings to what you copied from your old config (the 4 lines you copied down above) and save.
  • Go to phpmyadmin in cPanel. Select Databases. Select the appropriate database (should match the dbName above). Click on the SQL tab. Copy and paste the following SQL query into the query window and select Go. You should get a response back that says "Your SQL-query has been executed successfully".
    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;
    
    ALTER TABLE `book_auth` CHANGE `LAST_VISIT` `last_visit` int(11) NOT NULL DEFAULT '0'; 
    ALTER TABLE `book_data` DROP `image`; 
    ALTER TABLE `book_private` DROP `image`; 
    
    ALTER TABLE `book_smilies` CHANGE `width` `width` smallint(6) unsigned NOT NULL default '0'; 
    ALTER TABLE `book_smilies` CHANGE `height` `height` smallint(6) unsigned NOT NULL default '0'; 
    
    ALTER TABLE `book_ip` ADD KEY guest_ip (guest_ip);
At that point, your guestbook should be working on the new version. You will need to reapply any template changes you had done before. If you have any trouble, feel free to post here.

Attached File(s)


This post has been edited by TCH-MikeJ: 06 May 2004 - 02:22 AM

Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#2 User is offline   bellringr Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 687
  • Joined: 27-January 04

Posted 06 May 2004 - 01:46 AM

Wow! Is that what happened to Boxturt? That's one heckuva security gap!

Thank you SO MUCH for the clear instructions - it worked perfectly! Or at least I'm assuming it's secure now. :) I was sweatin' it as I'm an SQL dunce and have never even used File Manager in Cpanel before, but I had no problem understanding your directions or finding where I needed to go.

You are amazing!!

OK, spoke too soon. I can't get into my guestbook admin. I click on Admin, enter my username and password, it takes me to the admin page, but when I click on anything it takes me back out to the username and password screen again. Any suggestions?
www.gryfalia.com
My family's little corner of the internet

www.gryfaliasaerie.com
Gryfalia's Aerie - Where Bloomington/Normal gamers go to play

#3 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 06 May 2004 - 02:06 AM

Found some more tables needed to be altered... I have corrected the original message, but if you only did the query I orginally had up there, then go back into phpmyadmin and run the following query the same way you did the original:
ALTER TABLE `book_auth` CHANGE `LAST_VISIT` `last_visit` int(11) NOT NULL DEFAULT '0'; 
ALTER TABLE `book_data` DROP `image`; 
ALTER TABLE `book_private` DROP `image`; 

ALTER TABLE `book_smilies` CHANGE `width` `width` smallint(6) unsigned NOT NULL default '0'; 
ALTER TABLE `book_smilies` CHANGE `height` `height` smallint(6) unsigned NOT NULL default '0'; 

ALTER TABLE `book_ip` ADD KEY guest_ip (guest_ip);


You should be set then.
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#4 User is offline   bellringr Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 687
  • Joined: 27-January 04

Posted 06 May 2004 - 02:29 AM

That worked - thanks! I changed my password just in case.
www.gryfalia.com
My family's little corner of the internet

www.gryfaliasaerie.com
Gryfalia's Aerie - Where Bloomington/Normal gamers go to play

#5 User is offline   TCH-Thomas Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 15,147
  • Joined: 01-May 03

Posted 06 May 2004 - 03:14 AM

Im so lost in all this but will give it a try. :) I am using version 2.3.1 but as far as i can understand i am gonna need to do all those updates anyway? :(

Is there any guestbook you Mike or anyone would recommend for us to use instead or if we are not using one for the moment but planning on using one? :unsure:
Thomas Jikrantz
Forum Moderator
TotalChoice Hosting, L.L.C.

Any links or suggestions for third party software/sites should be used at your own risk. My opinions and recommendations are not necessary those of TCH and TCH is not responsible.

As a Forum Moderator I can assist in answering many of your hosting related questions. However, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.

Web Hosting by Total Choice Web Hosting - 24/7 Help Desk

#6 User is offline   boxturt Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 1,354
  • Joined: 13-March 03

Posted 06 May 2004 - 08:12 AM

Thanks MikeJ - I'll have to try this when I wake up - about 10 cups of coffee from now :P

Yea bellringr - I'm guessing that's probably what did happen :( I was able to fix it but it was pretty messed up.
- Ty

Guitar Lessons in Connecticut

Knowledge is knowing a tomato is a fruit; Wisdom is not putting it in a fruit salad." - Dunno
"After silence, that which comes nearest to expressing the inexpressible is music." - Aldous Huxley
"Imagination is more important than knowledge. Knowledge is limited, Imagination encircles the world." - Albert Einstein

#7 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 06 May 2004 - 08:15 AM

Jikrantz, on May 6 2004, 03:14 AM, said:

I am using version 2.3.1 but as far as i can understand i am gonna need to do all those updates anyway? :(

Only v2.2 has the vulnerability. If you are already running v2.3.1 you don't need to do anything. :)

I don't use guestbooks, so I'm not sure what else is out there.
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#8 User is offline   TCH-Thomas Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 15,147
  • Joined: 01-May 03

Posted 06 May 2004 - 08:24 AM

Ok, thanks Mike :)
Thomas Jikrantz
Forum Moderator
TotalChoice Hosting, L.L.C.

Any links or suggestions for third party software/sites should be used at your own risk. My opinions and recommendations are not necessary those of TCH and TCH is not responsible.

As a Forum Moderator I can assist in answering many of your hosting related questions. However, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.

Web Hosting by Total Choice Web Hosting - 24/7 Help Desk

#9 User is offline   boxturt Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 1,354
  • Joined: 13-March 03

Posted 07 May 2004 - 08:49 AM

Rats. :( Everything was fine until I tried to access the guestbook and got "You can't access this file directly..." as a message.

Tried to access admin.php -

Quote

Fatal error: Class gb_session: Cannot inherit from undefined class gbook_sql in /home/lyricsp/public_html/guestbook/lib/session.class.php on line 10
And in trying to get install.php

Quote

Fatal error: Cannot instantiate non-existent class: gbook_sql in /home/lyricsp/public_html/guestbook/install.php on line 9


This is where I stop before I really break something. I thought for sure it was ok when I got the "Your SQL-query has been executed successfully" message.

This post has been edited by boxturt: 07 May 2004 - 09:03 AM

- Ty

Guitar Lessons in Connecticut

Knowledge is knowing a tomato is a fruit; Wisdom is not putting it in a fruit salad." - Dunno
"After silence, that which comes nearest to expressing the inexpressible is music." - Aldous Huxley
"Imagination is more important than knowledge. Knowledge is limited, Imagination encircles the world." - Albert Einstein

#10 User is offline   greatfolios sysop Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 625
  • Joined: 05-January 03

Posted 08 May 2004 - 11:04 AM

Since I am using a forum and a guestbook I simply created a topic in the forum instead and redirected the guestbook traffic to the forum....

Guestbook was a pain anyway, too many German developers wanting backlinks to their sites.

Thanks for the info!

mr. Bill :Nerd:

#11 User is offline   TCH-Thomas Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 15,147
  • Joined: 01-May 03

Posted 08 May 2004 - 11:10 AM

Quote

too many German developers wanting backlinks

Hm...I find only the link at bottom of the guestbook.
Thomas Jikrantz
Forum Moderator
TotalChoice Hosting, L.L.C.

Any links or suggestions for third party software/sites should be used at your own risk. My opinions and recommendations are not necessary those of TCH and TCH is not responsible.

As a Forum Moderator I can assist in answering many of your hosting related questions. However, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.

Web Hosting by Total Choice Web Hosting - 24/7 Help Desk

#12 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 08 May 2004 - 01:25 PM

boxturt, on May 7 2004, 08:49 AM, said:

This is where I stop before I really break something. I thought for sure it was ok when I got the "Your SQL-query has been executed successfully" message.

Have you had any luck figuring out where it went wrong? If you are still having trouble, feel free to open a ticket, and ask them to forward it to me.
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#13 User is offline   boxturt Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 1,354
  • Joined: 13-March 03

Posted 08 May 2004 - 03:56 PM

Nope. Couldn't figure it out. I may try this weekend though.

I ended up reinstalling the previous version for now. Thanks for your offer, I really appreciate it. :)
- Ty

Guitar Lessons in Connecticut

Knowledge is knowing a tomato is a fruit; Wisdom is not putting it in a fruit salad." - Dunno
"After silence, that which comes nearest to expressing the inexpressible is music." - Aldous Huxley
"Imagination is more important than knowledge. Knowledge is limited, Imagination encircles the world." - Albert Einstein

#14 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 08 May 2004 - 06:04 PM

Ty, I haven't had time to update yet,
so I replaced the files with a back up made after installation
and replaced the admin.php with the index.php for now.
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#15 User is offline   boxturt Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 1,354
  • Joined: 13-March 03

Posted 08 May 2004 - 08:03 PM

hmm, that's not a bad idea at all! :)
- Ty

Guitar Lessons in Connecticut

Knowledge is knowing a tomato is a fruit; Wisdom is not putting it in a fruit salad." - Dunno
"After silence, that which comes nearest to expressing the inexpressible is music." - Aldous Huxley
"Imagination is more important than knowledge. Knowledge is limited, Imagination encircles the world." - Albert Einstein

#16 User is offline   kajoiner Icon

  • Distant Family
  • PipPipPip
  • Group: Members
  • Posts: 107
  • Joined: 02-March 04

Posted 14 June 2004 - 11:17 AM

I tried the update but seem to be having a problem. The guestbook will allow me to sign into the guest book admin area, but when I do it still shows version 2.2 and will not let me use any of the admin options. When you click on them, it takes you back to the login.
On my honor, I will do my best,
To do my duty, to God and my country,
To Obey the Scout Law,
To help other people at all times,
To keep myself physically strong,
Mentally awake, and morally straight.

Troop 98

#17 User is offline   bellringr Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 687
  • Joined: 27-January 04

Posted 14 June 2004 - 11:55 AM

TCH-MikeJ, on May 6 2004, 02:06 AM, said:

Found some more tables needed to be altered... I have corrected the original message, but if you only did the query I orginally had up there, then go back into phpmyadmin and run the following query the same way you did the original:
ALTER TABLE `book_auth` CHANGE `LAST_VISIT` `last_visit` int(11) NOT NULL DEFAULT '0'; 
ALTER TABLE `book_data` DROP `image`; 
ALTER TABLE `book_private` DROP `image`; 

ALTER TABLE `book_smilies` CHANGE `width` `width` smallint(6) unsigned NOT NULL default '0'; 
ALTER TABLE `book_smilies` CHANGE `height` `height` smallint(6) unsigned NOT NULL default '0'; 

ALTER TABLE `book_ip` ADD KEY guest_ip (guest_ip);


You should be set then.

Did you do these follow up changes MikeJ posted? I was having the same problem as you but when I did this, I was fine.
www.gryfalia.com
My family's little corner of the internet

www.gryfaliasaerie.com
Gryfalia's Aerie - Where Bloomington/Normal gamers go to play

#18 User is offline   kajoiner Icon

  • Distant Family
  • PipPipPip
  • Group: Members
  • Posts: 107
  • Joined: 02-March 04

Posted 14 June 2004 - 12:02 PM

It was part of the original query by the time I ran it, so those changes should have been made.
On my honor, I will do my best,
To do my duty, to God and my country,
To Obey the Scout Law,
To help other people at all times,
To keep myself physically strong,
Mentally awake, and morally straight.

Troop 98

#19 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 14 June 2004 - 01:14 PM

I'll start with the simple questions first since you mentioned it still says version 2.2.

Are you certain you extracted the tch_gbookphp.tar.gz inside your guestbook directory, and it did so without any errors?
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#20 User is offline   kajoiner Icon

  • Distant Family
  • PipPipPip
  • Group: Members
  • Posts: 107
  • Joined: 02-March 04

Posted 14 June 2004 - 03:52 PM

I took a different route. I downloaded it to my computer, extracted there, made the changes needed, then uploaded to the website.
On my honor, I will do my best,
To do my duty, to God and my country,
To Obey the Scout Law,
To help other people at all times,
To keep myself physically strong,
Mentally awake, and morally straight.

Troop 98

#21 User is offline   kajoiner Icon

  • Distant Family
  • PipPipPip
  • Group: Members
  • Posts: 107
  • Joined: 02-March 04

Posted 15 June 2004 - 06:42 AM

I completly deleted the entire gallery, reinstalled it from cpanel, and followed your instructions to the letter.

Here is the error that I am getting now.

Quote

Parse error: parse error, unexpected ';' in /home/ndycnua/public_html/guestbook/admin/config.inc.php on line 69

On my honor, I will do my best,
To do my duty, to God and my country,
To Obey the Scout Law,
To help other people at all times,
To keep myself physically strong,
Mentally awake, and morally straight.

Troop 98

#22 User is offline   Z3NiTH Icon

  • Family Friend
  • PipPip
  • Group: Members
  • Posts: 52
  • Joined: 09-September 03

Posted 21 June 2004 - 08:15 AM

I'm getting the same message as well when I try to access my guestbook! I've figured a way out to be able to access your guestbook:

- open the file config.inc.php which resides in the guestbook/admin directory
- go to line 69 there's the text
&&

- change this to
&&

- you have to do this at a second location in this file as well
- save the file

If it's allright you can get access to your guesbook now. :D

#23 User is offline   kajoiner Icon

  • Distant Family
  • PipPipPip
  • Group: Members
  • Posts: 107
  • Joined: 02-March 04

Posted 21 June 2004 - 08:20 AM

I had to submit a ticket to the help desk. They said that they found some corrupted files. They were able to get the updated version installed for me, but they were not able to import the guestbook entrys from the proir version.
On my honor, I will do my best,
To do my duty, to God and my country,
To Obey the Scout Law,
To help other people at all times,
To keep myself physically strong,
Mentally awake, and morally straight.

Troop 98

#24 User is offline   Z3NiTH Icon

  • Family Friend
  • PipPip
  • Group: Members
  • Posts: 52
  • Joined: 09-September 03

Posted 21 June 2004 - 08:28 AM

my "solution" above is not quite THE solution yet. e.g. if I enter the administration area I get the following messages:
Warning: Cannot modify header information - headers already sent by (output started at /home/olzhpqib/public_html/guestbook/admin/config.inc.php:84) in /home/olzhpqib/public_html/guestbook/lib/admin.class.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home/olzhpqib/public_html/guestbook/admin/config.inc.php:84) in /home/olzhpqib/public_html/guestbook/lib/admin.class.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/olzhpqib/public_html/guestbook/admin/config.inc.php:84) in /home/olzhpqib/public_html/guestbook/lib/admin.class.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/olzhpqib/public_html/guestbook/admin/config.inc.php:84) in /home/olzhpqib/public_html/guestbook/lib/admin.class.php on line 36


However, I don't need to import "old" guestbook entries, therefore I just would like to know how I can install the updated version.

#25 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 29 June 2004 - 04:09 PM

cPanel now has 2.3.1 version of the Advanced Guestbook available, so you should use that to install or upgrade your existing installation.
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#26 User is offline   tattoovampire Icon

  • Family Friend
  • PipPip
  • Group: Members
  • Posts: 58
  • Joined: 09-August 03

Posted 30 June 2004 - 10:31 AM

TCH-MikeJ, on Jun 29 2004, 04:09 PM, said:

cPanel now has 2.3.1 version of the Advanced Guestbook available, so you should use that to install or upgrade your existing installation.

My guestbook doesn't show up in the "upgrade" drop down list for some reason. :blink:
[tv]

Home to nothing of significance

<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=52613&amp;t=68" ><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/take.gif"/>< /a>
user posted image

#27 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 30 June 2004 - 11:01 AM

The only guestbooks that will show up as "upgradable" are ones that were installed via cPanel before. Did you perhaps install yours manually?
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#28 User is offline   tattoovampire Icon

  • Family Friend
  • PipPip
  • Group: Members
  • Posts: 58
  • Joined: 09-August 03

Posted 30 June 2004 - 12:15 PM

TCH-MikeJ, on Jun 30 2004, 11:01 AM, said:

The only guestbooks that will show up as "upgradable" are ones that were installed via cPanel before. Did you perhaps install yours manually?

Did it via control panel. Also noted my forum doesn't show up in the upgrade list for phpbb, either.... also installed via control panel.

Someone had a ball with my guestbook... put an obscenity in the boilerplate text for the automated mail sent out when someone posts. :rolleyes:
[tv]

Home to nothing of significance

<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=52613&amp;t=68" ><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/take.gif"/>< /a>
user posted image

#29 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 30 June 2004 - 12:20 PM

I would try the upgrade as MikeJ outlined at the top of this post, its works.
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#30 User is offline   Z3NiTH Icon

  • Family Friend
  • PipPip
  • Group: Members
  • Posts: 52
  • Joined: 09-September 03

Posted 07 July 2004 - 07:25 AM

TCH-MikeJ, on Jun 29 2004, 04:09 PM, said:

cPanel now has 2.3.1 version of the Advanced Guestbook available, so you should use that to install or upgrade your existing installation.

Did it, works like a charm ;)
BTW: didn't need to upgrade from a previous version...

#31 User is offline   askerturn Icon

  • Group: Members
  • Posts: 3
  • Joined: 21-July 04

Posted 21 July 2004 - 03:41 AM

Hi,

My guestbook was hacked, and I was advised to upgrade to 2.3.1 in cpanel. I did so, but obviously the database wasn't updated (the php was).

After some manipulation (let me know if I should explain) I managed to upgrade the database via cpanel, so that it now has 10 tables. All the php pages seem to be version 2.3.1 as well.

The problem is that I cannot sign in in the admin area ("Invalid username or password. Please try again.") with the new password that I set in the database (nor with the old one).

my book_auth table looks like this:

ID    smallint(5)     	 No
username 	 varchar(60)   	 No
password 	 varchar(60)   	 No
session 	 varchar(32)   	 No
last_visit 	 int(11)   	 No 	 0    


Any clues about what might be wrong?

The guestbook is here: http://www.askerturn.no/gjestebok/ (sorry that it's in Norwegian...)

#32 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 July 2004 - 10:32 AM

:dance: Welcome to the Family :dance:

and your new home!


In cpanels MySQL
You should be able to set a user and password
and then add the user to the database (agbook)
and then be able to sign in.
You can use the old user name too, but add

if not open a help ticket (link at top of page).


We really are like family here.
So if you need anything,
just ask your new family!
We love to help :)
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#33 User is offline   askerturn Icon

  • Group: Members
  • Posts: 3
  • Joined: 21-July 04

Posted 22 July 2004 - 02:13 PM

Thanks for your reply!

The guestbook itself works without problems, so the password that I set to connect to the database is OK. It is the password that is stored inside the database, to log onto the admin page, that doesn't work. Any other ideas?

#34 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 22 July 2004 - 06:51 PM

I had the same problem once, and I added a new user / password in MySql,
then added that user to the guestbook database and I was able to log into the admin page.

if that is what you did and it is still not working
then open a help ticket to see if the techs can help
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#35 User is offline   askerturn Icon

  • Group: Members
  • Posts: 3
  • Joined: 21-July 04

Posted 24 July 2004 - 01:35 PM

Thanks.

I found the error. The admin that was transferred from the old DB did not have a PASSWORD encrypted password.

If other people have this problem just keep in mind, when helping them that they need to run the password they manually add to the DB through the PASSWORD encryption.

#36 User is offline   steveeyes Icon

  • Group: Members
  • Posts: 2
  • Joined: 25-July 04

Posted 25 July 2004 - 06:14 PM

Hi all...thanks for a great thread..just recently I had my guest book hijacked. I'm ready to try to upgrade but I have one question. If I upgrade, will I lose my guest book entries? If so, how can I retrieve them before upgrading the guest book.

If this helps I'm using advanced guest book php/sql

any help or guidance you can provide would be appreciated.

thanks
steve.

#37 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 25 July 2004 - 06:24 PM

In cpanel > backup
you can click on the name of the database for your guestbook
probably agbook to download a backup
This is also where you can later upload the backup if needed.

Then cpanel > cgi scripts
click on advanced guest book
at the bottom there is a place to upgrade your guestbook,
just select it and that it.
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#38 User is offline   steveeyes Icon

  • Group: Members
  • Posts: 2
  • Joined: 25-July 04

Posted 25 July 2004 - 07:28 PM

thanks for the reply...

I don't see the link for the upgrade for the guest book. I found the back up. But can't find the link for upgrade...is there step by step instructions for installing the guest book somewhere.

thanks

#39 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 25 July 2004 - 07:53 PM

In cpanel it may be called cgi center
then a link to advanced guestbook
this is where you can install a fresh guestbook,
(just fill in the subfolder name and follow the prompts)
and at the bottom left there is a place to ugrade an existing guest book if it was installed by cpanel(a drop down menu to select which guestbook)
Other wise you can follow Mikes instructions at the top of this thread to upgrade.

This post has been edited by TCH-Don: 25 July 2004 - 07:54 PM

Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#40 User is offline   gravis778 Icon

  • Group: Members
  • Posts: 1
  • Joined: 26-August 04

Posted 26 August 2004 - 02:04 PM

Great it worked, except, I cannot seem to log in to the administrator account to change the settings. I get this error:

Connection Error
--------------------------------------------------------------------------------

MySQL Error : Connection Error
Error Number: 1045 Access denied for user: 'william2_agbook1@63.247.72.187' (Using password: YES)
Date : Thu, August 26, 2004 14:59:49
IP : 24.1.222.28
Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Referer : http://www.williamhenley.com
PHP Version : 4.3.8
OS : Linux
Server : Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.8 FrontPage/5.0.2.2634a mod_ssl/2.8.19 OpenSSL/0.9.6b
Server Name : www.williamhenley.com

#41 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 09 September 2004 - 10:21 AM

Dropping sticky as this version of guestbook hasn't been available in cPanel for at least 3 months. If you still have this version (2.2) that you installed via cPanel, you should upgrading using cPanel installer instead of this method.

Gravis, did you manage to get your guestbook working?
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#42 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Post icon  Posted 21 October 2004 - 09:23 AM

I had 2.2 and got hacked and installed the 2.3.1 NOW when someone tries to post in the guestbook no matter what they do it says the name field has not been filled in? What could be the problem? :(

Thanks,

Deborah

#43 User is offline   TCH-Thomas Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 15,147
  • Joined: 01-May 03

Posted 21 October 2004 - 09:31 AM

I am sorry but I dont know what can cause this, but someone who might know will be here shortly.
However, if you want you can provide a url so we can try it and then go from there.
Thomas Jikrantz
Forum Moderator
TotalChoice Hosting, L.L.C.

Any links or suggestions for third party software/sites should be used at your own risk. My opinions and recommendations are not necessary those of TCH and TCH is not responsible.

As a Forum Moderator I can assist in answering many of your hosting related questions. However, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.

Web Hosting by Total Choice Web Hosting - 24/7 Help Desk

#44 User is offline   TCH-Thomas Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 15,147
  • Joined: 01-May 03

Posted 21 October 2004 - 09:56 AM

I checked their forum and it looks like this may happen if any templates from an earlier version is still installed. Might be best to delete this installation and start again.
However as I said earlier, there might be someone who knows a better answer. :)
Thomas Jikrantz
Forum Moderator
TotalChoice Hosting, L.L.C.

Any links or suggestions for third party software/sites should be used at your own risk. My opinions and recommendations are not necessary those of TCH and TCH is not responsible.

As a Forum Moderator I can assist in answering many of your hosting related questions. However, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.

Web Hosting by Total Choice Web Hosting - 24/7 Help Desk

#45 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 October 2004 - 11:09 AM

be sure to backup your db in cpanel > download a db.
then after you reinstall
you can go back to cpanel>backup and upload the db.
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#46 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 October 2004 - 11:12 AM

Oops, in the case of being hacked,
you may want to delete all files in the guestbook folder after you backup the db.
It's possible a hacker may have modified or left a file there.

This post has been edited by TCH-Don: 21 October 2004 - 11:12 AM

Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#47 User is offline   TCH-MikeJ Icon

  • Big Gorilla
  • PipPipPipPip
  • Group: Moderators
  • Posts: 2,377
  • Joined: 21-January 04

Posted 21 October 2004 - 12:01 PM

TCH-Don, on Oct 21 2004, 11:09 AM, said:

be sure to backup your db in cpanel > download a db.
then after you reinstall
you can go back to cpanel>backup and upload the db.

Just make sure you backup the DB of the same version of Guestbook. The DB structure changed some between versions.
Mike Jones, Lurking Guru
TotalChoice Hosting, L.L.C.

Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!

Twitter | Plurk

#48 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 21 October 2004 - 04:46 PM

Thanks, I will try your suggestions. When you say backup the database of the same version do you mean the one that ISN'T working now?

Deborah

www.spanishtownmardigras.com

#49 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 October 2004 - 05:27 PM

If your backup is the old version, you cannot restore it to the new version.

Did you upgrade through cpanel
or use MikeJ's method from the top of this thread?
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#50 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 21 October 2004 - 05:50 PM

I used Mike's version.

Deborah

#51 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 October 2004 - 05:57 PM

Maybe you can open a support ticket and get mike to look at it.
No promises, but maybe he will have time.
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#52 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 21 October 2004 - 06:59 PM

Okay, I reuploaded the new version and all works, the post show up and I can now post a new message BUT when I go into the admintrative part when I click on anything it takes me right back out to the login page.... what now? :)

Thanks,

Deborah

#53 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 21 October 2004 - 07:11 PM

Sorry to have been a pain guys.... I GOT IT!!! It's working! :)

Thanks a world full for your help... :dance:

Deborah

#54 User is offline   TCH-Rob Icon

  • Help Desk Manager
  • PipPipPipPip
  • Group: Members
  • Posts: 7,818
  • Joined: 11-March 03

Posted 21 October 2004 - 07:14 PM

Deborah,

Glad to see you got it working. I dont know if I have welcomed you yet so let me welcome you to the family. Don't forget to stop over the the Introductions forum and give a proper intro if you want.

#55 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 October 2004 - 08:30 PM

Deborah, glad you have it fixed. :dance:

If you can, let us know what fixed the last part,
it may help others.


And yes welcome to the forums. :)
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#56 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 21 October 2004 - 10:11 PM

Thanks.... for the welcome. Actually, when I reinstalled I had forgotten to do the part that was at the beginning of the thread. I am still having problems that I am working on though...

When I go into general settings in adminstration I get an error when submitting settings to save. If I continue to get different errors that I can't fix I will just forget about trying to keep my prior post and just reinstall the program with a new database.

MySQL Error : Query Error
Error Number: 1054 Unknown column 'thumbnail' in 'field list'
Date : Thu, October 21, 2004 20:09:23
IP : 68.11.174.42
Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Referer : http://spanishtownma...fc23c54dd&uid=1
PHP Version : 4.3.8
OS : FreeBSD
Server : Apache/1.3.31 (Unix) mod_log_bytes/0.3 FrontPage/5.0.2.2635 PHP/4.3.8 mod_ssl/2.8.19 OpenSSL/0.9.7d
Server Name : spanishtownmardigras.com

Deborah


ADDED.... another error when posting message. :(
Warning: unlink(index.html): Permission denied in /home/spanisht/public_html/guestbook/lib/add.class.php on line 80

Warning: unlink(img-1044078270.jpg): Permission denied in /home/spanisht/public_html/guestbook/lib/add.class.php on line 80

Warning: unlink(img-1044726928.jpg): Permission denied in /home/spanisht/public_html/guestbook/lib/add.class.php on line 80

Warning: unlink(img-1046789810.jpg): Permission denied in /home/spanisht/public_html/guestbook/lib/add.class.php on line 80

Warning: unlink(img-1062665276.gif): Permission denied in /home/spanisht/public_html/guestbook/lib/add.class.php on line 80
Guestbook
Thank you for signing the guestbook.

Your entry was added successfully! You should be transfered back to the guestbook in 2 seconds.

I THINK (pretty sure)this one has something to do with photos not showing up there.

#57 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 21 October 2004 - 10:52 PM

You might want to create a new guestbook

I think you can edit the old db backup to insert into new db using phpmyadmin

I think if you extract from the back up db
the part
--
-- Dumping data for table `book_data`
--
down to the end of that section
and save it as a text file
to insert with phpmyadmin

With a new second guestbook you have nothing to lose.
I seem to remember doing this a while back.
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#58 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 22 October 2004 - 04:55 AM

Don,

I don't understand how to do this... could you please explain?

Deborah

#59 User is offline   curtis Icon

  • Immediate Family
  • PipPipPipPip
  • Group: Members
  • Posts: 687
  • Joined: 09-February 03

Posted 22 October 2004 - 08:21 AM

Hi Deborah
I can't be of any help with the db problem but I noticed, in the earlier post of errors, the reference to SpanishTown Mardi Gras. I also live in BR and haven't missed a Spanish Town parade in a long time. :goof:
The Southdowns parade passes within 2 blocks of my house so I never miss it.

Welcome to the forum and TCH
curtis

Life may not be the party we hoped for, but while we are here we might as well dance.

#60 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 22 October 2004 - 08:25 AM

Nice to meet you curtis... this is the third season that I have been the webmaster for Spanishtownmardigas.com :) I love it... nothing better or more outlandish than Spanish Town! LOL I hope to see you there this year. Do you go to the Ball?

Thanks again,

Deborah

#61 User is offline   TCH-Thomas Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 15,147
  • Joined: 01-May 03

Posted 22 October 2004 - 08:41 AM

Did you set permissions correctly?

Addition:
Here is the permissions that needs to be set:
Directory public - 777 (drwxrwxrwx)
Directory tmp - 777 (drwxrwxrwx)

This post has been edited by TCH-Thomas: 22 October 2004 - 08:43 AM

Thomas Jikrantz
Forum Moderator
TotalChoice Hosting, L.L.C.

Any links or suggestions for third party software/sites should be used at your own risk. My opinions and recommendations are not necessary those of TCH and TCH is not responsible.

As a Forum Moderator I can assist in answering many of your hosting related questions. However, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.

Web Hosting by Total Choice Web Hosting - 24/7 Help Desk

#62 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 22 October 2004 - 09:48 AM

I had to upload them one at a time through my cpanel to get them to work... I know crazy but it fixed it.

Thanks.

#63 User is offline   TCH-Don Icon

  • Volunteer Moderator
  • PipPipPipPip
  • Group: Moderators
  • Posts: 11,679
  • Joined: 30-November 02

Posted 22 October 2004 - 11:59 AM

:dance: Congrats Deborah :dance:

Now be sure to go into cpanel > backup
and click on the link to download the database backup.
I do this regularly.
Then if need be I can install from scratch with the same database name
and upload the database. And back in business :)

Don't be a stranger now that you have it working ;)
Don Rosenquist
Forum Moderator
TotalChoice Hosting, L.L.C.
Web Hosting by Total Choice Web Hosting - For Your Family - Web Hosting Family!

Any links or suggestions for third party software/sites should be used at your own risk.
My opinions and recommendations are not necessarily those of TCH and TCH is not responsible.

I am a Forum Moderator and a volunteer. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related questions. Should you need assistance in these areas, please contact our Help Desk.


treasure your pets

The Turtle says "A little knowledge is a dangerous thing,
so keep learning!"

#64 User is offline   Skeetergirl Icon

  • New To The Neighborhood
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 21-October 04

Posted 23 October 2004 - 08:03 PM

Thanks Don... Rock Sign

Thank goodness I had a recent backup that I used to put the guestbook data back in with. :).

Deborah

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users