problem installing phpnuke

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
Copy the following and save as connect.php upload it to your root next to your config file and then point your browser to [ Register or login to view links on this board. ]

Post back your findings.

<?php
require_once("config.php");
$dbcheck = mysql_connect("$dbhost", "$dbuname", "$dbpass");
if (!$dbcheck) {
   die("<br><b>Connection Test Script was unable to connect to MySQL server!<br>");
}else{
   echo "<b>Connection Test Script connected to your MySQL server successfully!<br>";
   if (mysql_select_db($dbname)) {
      echo "<br>Connection to your database \"$dbname\" was also successful.<br>";
      $result = mysql_list_tables($dbname);
          if (!$result) {
              print "DB Error, could not list tables\n";
              print 'MySQL Error: ' . mysql_error();
              exit;
          } 
          $i=0;
          $stufftoprint = ""; 
          while ($row = mysql_fetch_row($result)) {
              $stufftoprint .= "Table: $row[0]\n<br>";
                 $i++;
          }
          echo "<br>There are $i tables in your $dbname database<br>";
          echo "<br>Now check this list of tables with your nuke.sql file:<br><br>$stufftoprint</b>";
   }else {
      echo "<br><br>But, the connection to your database \"$dbname\" has FAILED!";
   }
}
mysql_free_result($result);
?>




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#2   
zylander
CZ Newbie
zylander has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jan 13, 2004
0.00 posts per day
Posts: 7
Points: 374
   
i came up with this;


Connection Test Script connected to your MySQL server successfully!

Connection to your database was also successful.

There are 84 tables in your database

Now check this list of tables with your nuke.sql file:

Table: phpbb24_auth_access
Table: phpbb24_banlist
Table: phpbb24_categories
Table: phpbb24_config
Table: phpbb24_disallow
Table: phpbb24_forum_prune
Table: phpbb24_forums
Table: phpbb24_groups
Table: phpbb24_posts
Table: phpbb24_posts_text
Table: phpbb24_privmsgs
Table: phpbb24_privmsgs_text
Table: phpbb24_ranks
Table: phpbb24_search_results
Table: phpbb24_search_wordlist
Table: phpbb24_search_wordmatch
Table: phpbb24_sessions
Table: phpbb24_smilies
Table: phpbb24_themes
Table: phpbb24_themes_name
Table: phpbb24_topics
Table: phpbb24_topics_watch
Table: phpbb24_user_group
Table: phpbb24_users
Table: phpbb24_vote_desc
Table: phpbb24_vote_results
Table: phpbb24_vote_voters
Table: phpbb24_words
Table: phpbb2_auth_access
Table: phpbb2_banlist
Table: phpbb2_categories
Table: phpbb2_config
Table: phpbb2_disallow
Table: phpbb2_forum_prune
Table: phpbb2_forums
Table: phpbb2_groups
Table: phpbb2_posts
Table: phpbb2_posts_text
Table: phpbb2_privmsgs
Table: phpbb2_privmsgs_text
Table: phpbb2_ranks
Table: phpbb2_search_results
Table: phpbb2_search_wordlist
Table: phpbb2_search_wordmatch
Table: phpbb2_sessions
Table: phpbb2_smilies
Table: phpbb2_themes
Table: phpbb2_themes_name
Table: phpbb2_topics
Table: phpbb2_topics_watch
Table: phpbb2_user_group
Table: phpbb2_users
Table: phpbb2_vote_desc
Table: phpbb2_vote_results
Table: phpbb2_vote_voters
Table: phpbb2_words
Table: phpbb_auth_access
Table: phpbb_banlist
Table: phpbb_categories
Table: phpbb_config
Table: phpbb_disallow
Table: phpbb_forum_prune
Table: phpbb_forums
Table: phpbb_groups
Table: phpbb_posts
Table: phpbb_posts_text
Table: phpbb_privmsgs
Table: phpbb_privmsgs_text
Table: phpbb_ranks
Table: phpbb_search_results
Table: phpbb_search_wordlist
Table: phpbb_search_wordmatch
Table: phpbb_sessions
Table: phpbb_smilies
Table: phpbb_themes
Table: phpbb_themes_name
Table: phpbb_topics
Table: phpbb_topics_watch
Table: phpbb_user_group
Table: phpbb_users
Table: phpbb_vote_desc
Table: phpbb_vote_results
Table: phpbb_vote_voters
Table: phpbb_words



all three of thoes table prefixes were suppose to be deleted. they are form old phpBB2 boards that i have hosted on there.



Back to top Reply with quote
#3   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
Ok so you need to go into your phpmyadmin and delete those then install the sql from your site to the database.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

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
You cannot attach files in this forum
You cannot download files in this forum