View previous topic :: View next topic |
Author |
Message |
gonepostal_1 -
Joined: 02 Jun 2004 Posts: 108
|
Posted: Mon Jul 05, 2004 7:43 am Post subject: php nuke |
|
|
I am trying to use php nuke. Can someone tell me why I get this when i try to go to my admin.php page:
There seems to be a problem with the MySQL server, sorry for the inconvenience.
We should be back shortly.
thanks _________________ The Rebel Clan
Unreal Tournament 2004
http://unreal04.no-ip.org |
|
Back to top |
|
 |
WolfRamiO -
Joined: 30 May 2004 Posts: 121 Location: Viña del Mar, Chile
|
Posted: Mon Jul 05, 2004 10:34 am Post subject: |
|
|
ez, do you mount MySQL and Dump the Nuke tables on Nuke DB? |
|
Back to top |
|
 |
gonepostal_1 -
Joined: 02 Jun 2004 Posts: 108
|
Posted: Tue Jul 06, 2004 12:02 am Post subject: |
|
|
I have MySql set up and I have a database set up with Myphpmyadmin named nuke, If that is what you are saying.
I think something here is not right.
$dbhost = "localhost";
$dbuname = "******";
$dbpass = "******";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 1;
$subscription_url = "";
Thanks _________________ The Rebel Clan
Unreal Tournament 2004
http://unreal04.no-ip.org |
|
Back to top |
|
 |
gonepostal_1 -
Joined: 02 Jun 2004 Posts: 108
|
Posted: Fri Jul 09, 2004 8:49 am Post subject: |
|
|
What do you mean dump the nuke tables? and mount mySql?
And also. the nuke.sql file is in spanish for some reason. _________________ The Rebel Clan
Unreal Tournament 2004
http://unreal04.no-ip.org |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Mon Jul 12, 2004 3:15 am Post subject: |
|
|
If you have a "dbname" set as "nuke," that means you have an active database set up called "nuke." Is that true?
When he means dump the Nuke tables, he means you need to import the nuke.sql file into MySQL (using phpMyAdmin preferably). Have you done this? _________________ Bienvenidos! |
|
Back to top |
 |
 |
gonepostal_1 -
Joined: 02 Jun 2004 Posts: 108
|
Posted: Mon Jul 12, 2004 4:23 am Post subject: |
|
|
ok- I really feel stupid now. yes I did create the nuke database- But I did not import the files. done it now though. thanks-maybe it will work now-
ok-when I tried to get to the admin.php I got the following again.
There seems to be a problem with the MySQL server, sorry for the inconvenience.
We should be back shortly.
the tables are showing up in the phpmyadmin and MySql. So the databse appears to be there.
thanks _________________ The Rebel Clan
Unreal Tournament 2004
http://unreal04.no-ip.org |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Mon Jul 12, 2004 4:32 am Post subject: |
|
|
Clear your cache in your browser.
For Internet Explorer, Tools>Internet Options>Delete Temporary Internet Files. _________________ Bienvenidos! |
|
Back to top |
 |
 |
gonepostal_1 -
Joined: 02 Jun 2004 Posts: 108
|
Posted: Mon Jul 12, 2004 4:47 am Post subject: |
|
|
did that. same thing happens. do you think maybe i am trying to open the wrong page.
i have tried my web address plus /admin.php and I have tried /html/admin.php.
i have 3 folders for the phpnuke- html, sql, and upgrades. And the only admin.php file I see is in the html folder.
I found a file named robot.txt . And it has the following info on it:
User-agent: Mediapartners-Google*
Disallow:
User-agent: *
Disallow: admin.php
Disallow: /admin/
Disallow: /images/
Disallow: /includes/
Disallow: /themes/
Disallow: /blocks/
Disallow: /modules/
Disallow: /language/
this would not have anything to do with my problem would it? _________________ The Rebel Clan
Unreal Tournament 2004
http://unreal04.no-ip.org |
|
Back to top |
|
 |
|