Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ?This sh...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriousl...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - website help
website help

4 Replies / 1087 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Standard PHPNuke

View previous topic :: View next topic


IBA_DR_DEATH
Reputation: 507.1 Add RepSubtract Rep
Local time: 12:42 PM

usa.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: May 25, 2007
Last Visit: 29 Jun 2011
Posts: 18
Points: 1395 

Post website help Posted: Tue Mar 24, 2009 9:27 pm

Shop Purchases:
Clan Roster v1.7 Php Nuke Module

hello,

my site just recently crashed and we had an old backdb for the sql so dumped it in. my site still wont come up i made sure the db was correct in the config file everything was good. anything else that i need to check to bring my site up. http://iba-gaming.com
 

 
View user's profileSend private messageVisit poster's website Reply with quote

DreAdeDcoRpSE
Reputation: 2221.2 Add RepSubtract Rep
votes: 28
Local time: 12:42 PM
Location: Back of your Mind
usa.gif

Forums Moderator
Forums Moderator

1.53 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Site Admin
Site Admin
Joined: Sep 22, 2007
Last Visit: 09 Feb 2012
Posts: 2456
Points: 128754 

Post Re: website help Posted: Tue Mar 24, 2009 9:48 pm

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

Check and make sure, in your config.php, the database information is pointing to the right spot. If it is, then make sure your database has not crashed
 

 
View user's profileSend private messageVisit poster's website Reply with quote

IBA_DR_DEATH
Reputation: 507.1 Add RepSubtract Rep
Local time: 12:42 PM

usa.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: May 25, 2007
Last Visit: 29 Jun 2011
Posts: 18
Points: 1395 

Post website help Posted: Wed Mar 25, 2009 3:47 am

Shop Purchases:
Clan Roster v1.7 Php Nuke Module

i got it to work i guess it was a bad data base back up, i tried another one i had. and it worked it was from a year ago and i for got my pw to the admin on the site. is there a way to chnge my pw through cpanel?
 

 
View user's profileSend private messageVisit poster's website Reply with quote


TimBitz
Reputation: 29.8 Add RepSubtract Rep
Local time: 11:42 AM

canada.gif

Spawn Killer
Spawn Killer

0.03 posts per day
Medals: 0

Joined: Mar 02, 2008
Last Visit: 03 May 2011
Posts: 38
Points: 2543 

Post website help Posted: Wed Mar 25, 2009 4:26 am

I can't really say for sure that this solution is correct but you should be able to log into your cpanel and go to your PHP-MyAdmin location and browse through the tables to find the admin password fairly easily. I have done it myself before.

Maybe one of the more knowledgable people around here could back me up on this theory, or give you more specific details on where exactly to find it.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

DreAdeDcoRpSE
Reputation: 2221.2 Add RepSubtract Rep
votes: 28
Local time: 12:42 PM
Location: Back of your Mind
usa.gif

Forums Moderator
Forums Moderator

1.53 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Site Admin
Site Admin
Joined: Sep 22, 2007
Last Visit: 09 Feb 2012
Posts: 2456
Points: 128754 

Post Re: website help Posted: Wed Mar 25, 2009 2:59 pm

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

If I remember correctly, if you can get from your latest backup, the line, or the table for "nuke_authors", for in there you would see your password, it will be encrypted. Should look something like this.

Code:

--
-- Table structure for table `nuke_authors`
--

CREATE TABLE IF NOT EXISTS `nuke_authors` (
  `aid` varchar(25) NOT NULL default '',
  `name` varchar(50) default NULL,
  `url` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `pwd` varchar(40) default NULL,
  `counter` int(11) NOT NULL default '0',
  `radminsuper` tinyint(1) NOT NULL default '1',
  `admlanguage` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_authors`
--

INSERT INTO `nuke_authors` (`aid`, `name`, `url`, `email`, `pwd`, `counter`, `radminsuper`, `admlanguage`) VALUES
('coRpSE', 'God', 'http://www.headshotdomain.net', 'admin@headshotdomain.com', '3c2s2342a7ce973bc1704f50e0c743Tg569c', 3, 1, ''),
('Biteme', 'Biteme', '', 'dr_feel_yah99@yahoo.com', '5044241843a05a339721e1ec46e2d3cab1ef', 0, 1, ''),
('Rambo', 'Rambo', 'http://www.betterleftdead.com', 'tester@comcast.net', '90458a028c8c7225ce45132f5009284b99f', 0, 0, '');


the line

('coRpSE', 'God', 'http://www.headshotdomain.net', 'admin@headshotdomain.com', '3c2s2342a7ce973bc1704f50e0c743Tg569c', 3, 1, ''),

is the line you will find 3c2s2342a7ce973bc1704f50e0c743Tg569c which will be your password. Or you can try droping the table all together and just upload the one from the sql file that didn't work, just find that line in your backup and drop it into the SQL tab on your phpmyadmin and it should work using your last password that was on there when that backup was made.
 

 
View user's profileSend private messageVisit poster's website Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Standard PHPNuke


 
4 Replies / 1087 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
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