Canīt find Admin user, Cannot login

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Canīt find Admin user, Cannot login
Lalo
CZ Newbie
Lalo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 07, 2004
0.00 posts per day
Posts: 10
Points: 524
   
Having created the Superuser wich I named Admin, and a regular user, now I am not able to login using "Admin". I tried the trick of deleting cookies and checking MySql _authors table. To my surprice there is only one God account, wich is the Regular user one, and NO Admin account, HOWEVER, when I request the Admin password to be emaild, PN does, only that I never get it (all other confirmations and email is working OK).
So, I need to get to admin.php somehow!! I need to set up the Site configuration. How do I restore the Admin Account? Can I create a NEW Superuser? Can I make the Regular user into a Superuser and Manage the site from thre? is this a bug? PN is on AUTO-PILOT for now he!
Thank you people. I noticed by reading your site that you are effective support.



Back to top Reply with quote
#2   re: Canīt find Admin user, Cannot login
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
PN=PostNuke?




_________________
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
#3   re: Canīt find Admin user, Cannot login
Lalo
CZ Newbie
Lalo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 07, 2004
0.00 posts per day
Posts: 10
Points: 524
   
How you dare? icon_rolleyes.gif meant Php Nuke = PN icon_razz.gif Sharp, you noticed !!
view it: [ Register or login to view links on this board.]



Back to top Reply with quote
#4   re: Canīt find Admin user, Cannot login
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
Did you use the Nukesql to install it or did you import the data via a the nuke.sql text file? You may want to drop the whole table nuke_authors and then make it over.




_________________
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
#5   re: Canīt find Admin user, Cannot login
Lalo
CZ Newbie
Lalo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 07, 2004
0.00 posts per day
Posts: 10
Points: 524
   
I used MyAdmin at MySql and it was done correctly. Is it possible to create anothe superuser? If I reload the tables into MySql, would that affect the way the program works, if not, would't be easier to just create another table for Admin with all rights? OR, for that matter a new installation all together?
BUT why all this happen in the first place, do you know? I am affraid it might be a bug on the latest release.



Back to top Reply with quote
#6   re: Canīt find Admin user, Cannot login
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
Not sure why it happened sounds like something wasnt installed correctly. If you go to phpmyadmin and drop the table nuke_authors then just run this query



6.5-6.9


CREATE TABLE 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',
  radminarticle tinyint(2) NOT NULL default '0',
  radmintopic tinyint(2) NOT NULL default '0',
  radminuser tinyint(2) NOT NULL default '0',
  radminsurvey tinyint(2) NOT NULL default '0',
  radminsection tinyint(2) NOT NULL default '0',
  radminlink tinyint(2) NOT NULL default '0',
  radminephem tinyint(2) NOT NULL default '0',
  radminfaq tinyint(2) NOT NULL default '0',
  radmindownload tinyint(2) NOT NULL default '0',
  radminreviews tinyint(2) NOT NULL default '0',
  radminnewsletter tinyint(2) NOT NULL default '0',
  radminforum tinyint(2) NOT NULL default '0',
  radmincontent tinyint(2) NOT NULL default '0',
  radminency tinyint(2) NOT NULL default '0',
  radminsuper tinyint(2) NOT NULL default '1',
  admlanguage varchar(30) NOT NULL default '',
  PRIMARY KEY  (aid),
  KEY aid (aid)
) TYPE=MyISAM;




_________________
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
#7   re: Canīt find Admin user, Cannot login
Lalo
CZ Newbie
Lalo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 07, 2004
0.00 posts per day
Posts: 10
Points: 524
   
I deleted the originally installed "*_authors table", installed yours and what happen is that I tried recovering several random passwords included Admin and the Regular user. Nuke told me it was sending confirmation securty code on all of them but only got Regular user, which is again working. Never got another one besides that one.
It looks like Superuser was never created, even tho I worked at the site Admin Panel when I first "created it". So, is there a way of creating the Admin account again?
YOU SOLVED IT : I called dor site.com/ADMIN.PH and told me Admin was never created, gave me a chance to create another one and did it, now works. Thank you so much!!



Back to top Reply with quote
#8   re: Canīt find Admin user, Cannot login
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
Your Welcome!




_________________
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