The time now is Sat May 17, 2008 5:17 am
All times are GMT
|
techker
Joined: 08 Oct 2006 Posts: 1
|
Posted: Sun Oct 08, 2006 11:07 am Post subject:
angolina protect v1.0
|
|
|
hey guys has anybody have problemes loging in to the admin panel?
i changed the pass?
| Code: | table member_admin
# phpMyAdmin MySQL-Dump
# Host: localhost Database : member
# --------------------------------------------------------
#
# Table structure for table 'member_admin'
#
CREATE TABLE member_admin (
user_id varchar(10) NOT NULL,
user_password varchar(32) NOT NULL,
PRIMARY KEY (user_id)
);
#
# Dumping data for table 'member_admin'
#
INSERT INTO member_admin VALUES ( 'admin', PASSWORD('techker'));(here)
#
# Table structure for table 'member_user'
#
CREATE TABLE member_user (
id int(10) NOT NULL auto_increment,
user_id varchar(10) NOT NULL,
user_password varchar(32) NOT NULL,
email varchar(35) NOT NULL,
fullname varchar(50) NOT NULL,
date date DEFAULT '0000-00-00' NOT NULL,
comment varchar(100) DEFAULT '0' NOT NULL,
PRIMARY KEY (id)
);
#
# Dumping data for table 'member_user'
#
INSERT INTO member_user VALUES ( '1', 'user', PASSWORD('user'), 'webmaster@bel |
|
|
| Back to top |
|
 |
|
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
|
| Link to this Page |
|
If you want to link to this page you can use the following URL:
Example:
|
|
| The PHP Web-Ring Community
Sign-up to receive daily news on PHP by email.
|
|