admin.php

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   admin.php
websolution
CZ Active Member
websolution has been a member for over 20 year's 20 Year Member
netherlands.gif
Occupation: security
Age: 47
Gender: Male
Website:
Status: Offline
Joined: Dec 28, 2003
0.01 posts per day
Posts: 111
Points: 2,993
   
hello all,

i typed in a wrong pass at the settupt for admin.php, now i cant login annymore.
annyone nows how to fix this?




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#2   
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
try reading this post...the answer is mid way the article

[ Register or login to view links on this board. ]


taut



Back to top Reply with quote
#3   
____X____
CZ Active Member
____X____ has been a member for over 20 year's 20 Year Member
lebanon.gif
Age: 37
Gender: Male
Website:
Status: Offline
Joined: May 31, 2003
0.02 posts per day
Posts: 132
Points: 109,285
 Yahoo Messenger  
go to ur sql database thru the cpanel then clear the authors table
drop it
then afterwards go to sql and add this
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;

if u dont get what i mean PM me and ill help u better


Back to top Reply with quote
#4   
websolution
CZ Active Member
websolution has been a member for over 20 year's 20 Year Member
netherlands.gif
Occupation: security
Age: 47
Gender: Male
Website:
Status: Offline
Joined: Dec 28, 2003
0.01 posts per day
Posts: 111
Points: 2,993
   
@ ____X____

Thnx for your help!!!!!! icon_biggrin.gif
it worked like a charm. icon_mrgreen.gif icon_razz.gif




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#5   
____X____
CZ Active Member
____X____ has been a member for over 20 year's 20 Year Member
lebanon.gif
Age: 37
Gender: Male
Website:
Status: Offline
Joined: May 31, 2003
0.02 posts per day
Posts: 132
Points: 109,285
 Yahoo Messenger  
glad i helped u icon_smile.gif



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