Jump to content

Recommended Posts

Posted

I created a guestbook, deleted it, and created another in the same location. Now, two guestbooks show up in "Advanced Guestbook Setup" area in cPanel. The two links are identical, yet there do not seem to be two guestbooks installed. My account information also shows that 2 Mysql databases are taken, but only one should be used because I only created one guestbook. How do I remove the other "ghost" guestbook. :D

Posted

Ok, you have both said that you "deleted" the first guestbook, right? Exactly how did you go about doing that? I have tried to replicate the issue, but am not successful. After creating the guestbook (named: "gbtest"), I went to Manage MySQL in cPanel and deleted the database for lstover_gbtest. I also deleted the USER for lstover_gbtest. Then I went into file manager and deleted the folder in public_html called gbtest.

 

Then, I went to cPanel and added advanced guestbook, again called gbtest and I show only one db being used by it.

 

So, I'm guessing that you guys just deleted the directory for guestbook, but did not delete the Database or Users.

 

Am I way off base here?

 

L

Posted

This is what it shows in the mysql thingy

 

camppain_agbook1

Users in camppain_agbook1

camppain_agbook1

 

Connection Strings

Perl $dbh = DBI->connect("DBI:mysql:camppain_agbook1:localhost","camppain_agbook1","<PASSWORD HERE>");

PHP $dbh=mysql_connect ("localhost", "camppain_agbook1", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("camppain_agbook1");  

 

camppain_agbook2

Users in camppain_agbook2

camppain_agbook2

 

Connection Strings

Perl $dbh = DBI->connect("DBI:mysql:camppain_agbook2:localhost","camppain_agbook2","<PASSWORD HERE>");

PHP $dbh=mysql_connect ("localhost", "camppain_agbook2", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("camppain_agbook2");  

 

camppain_agbook3

Users in camppain_agbook3

camppain_agbook3

 

Connection Strings

Perl $dbh = DBI->connect("DBI:mysql:camppain_agbook3:localhost","camppain_agbook3","<PASSWORD HERE>");

PHP $dbh=mysql_connect ("localhost", "camppain_agbook3", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("camppain_agbook3");  

 

camppain_agbook4

Users in camppain_agbook4

camppain_agbook4

 

Connection Strings

Perl $dbh = DBI->connect("DBI:mysql:camppain_agbook4:localhost","camppain_agbook4","<PASSWORD HERE>");

PHP $dbh=mysql_connect ("localhost", "camppain_agbook4", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("camppain_agbook4");  

 

camppain_xmb1

Users in camppain_xmb1

camppain_xmb1

 

Connection Strings

Perl $dbh = DBI->connect("DBI:mysql:camppain_xmb1:localhost","camppain_xmb1","<PASSWORD HERE>");

PHP $dbh=mysql_connect ("localhost", "camppain_xmb1", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("camppain_xmb1");  

 

And this is what shows when I got to the advanced guestbook link from the control panel

 

screen.jpg

Posted

I created an advanced guestbook in the directory "guestbook." Then, using my FTP program, I deleted the entire directory "guestbook." After verifying that the directory had been deleted (it did not show up in cPanel's File Manager), I created a new advanced guestbook with the same name. However, when I go to the "Advanced Guestbook" link in cPanel I get a screen that looks like CAMPPAIN's only I have two identical guestbooks showing. Still, I only show one directory in both my FTP program and cPanel File Manager.

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...