Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
PlanetRed
Commits
dede70f7
Commit
dede70f7
authored
15 years ago
by
Matthew Juhl
Browse files
Options
Downloads
Patches
Plain Diff
added a stable mysql dump with initial configuration
parent
73538b4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stable_dump.sql
+730
-0
730 additions, 0 deletions
stable_dump.sql
with
730 additions
and
0 deletions
stable_dump.sql
0 → 100644
+
730
−
0
View file @
dede70f7
#
Sequel
Pro
dump
#
Version
254
#
http
:
//
code
.
google
.
com
/
p
/
sequel
-
pro
#
#
Host
:
localhost
(
MySQL
5
.
1
.
35
)
#
Database
:
unl_social
#
Generation
Time
:
2009
-
06
-
15
13
:
45
:
59
-
0500
#
************************************************************
#
Dump
of
table
elggaccess_collection_membership
#
------------------------------------------------------------
CREATE
TABLE
`elggaccess_collection_membership`
(
`user_guid`
int
(
11
)
NOT
NULL
,
`access_collection_id`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`user_guid`
,
`access_collection_id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
#
Dump
of
table
elggaccess_collections
#
------------------------------------------------------------
CREATE
TABLE
`elggaccess_collections`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`name`
text
NOT
NULL
,
`owner_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`site_guid`
bigint
(
20
)
unsigned
NOT
NULL
DEFAULT
'0'
,
PRIMARY
KEY
(
`id`
),
KEY
`owner_guid`
(
`owner_guid`
),
KEY
`site_guid`
(
`site_guid`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
3
DEFAULT
CHARSET
=
utf8
;
#
Dump
of
table
elggannotations
#
------------------------------------------------------------
CREATE
TABLE
`elggannotations`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`entity_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`name_id`
int
(
11
)
NOT
NULL
,
`value_id`
int
(
11
)
NOT
NULL
,
`value_type`
enum
(
'integer'
,
'text'
)
NOT
NULL
,
`owner_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`access_id`
int
(
11
)
NOT
NULL
,
`time_created`
int
(
11
)
NOT
NULL
,
`enabled`
enum
(
'yes'
,
'no'
)
NOT
NULL
DEFAULT
'yes'
,
PRIMARY
KEY
(
`id`
),
KEY
`entity_guid`
(
`entity_guid`
),
KEY
`name_id`
(
`name_id`
),
KEY
`value_id`
(
`value_id`
),
KEY
`owner_guid`
(
`owner_guid`
),
KEY
`access_id`
(
`access_id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
#
Dump
of
table
elggapi_users
#
------------------------------------------------------------
CREATE
TABLE
`elggapi_users`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`site_guid`
bigint
(
20
)
unsigned
DEFAULT
NULL
,
`api_key`
varchar
(
40
)
DEFAULT
NULL
,
`secret`
varchar
(
40
)
NOT
NULL
,
`active`
int
(
1
)
DEFAULT
'1'
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`api_key`
(
`api_key`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
#
Dump
of
table
elggconfig
#
------------------------------------------------------------
CREATE
TABLE
`elggconfig`
(
`name`
varchar
(
32
)
NOT
NULL
,
`value`
text
NOT
NULL
,
`site_guid`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`name`
,
`site_guid`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggconfig`
(
`name`
,
`value`
,
`site_guid`
)
VALUES
(
'view'
,
's:7:
\"
default
\"
;'
,
1
),
(
'language'
,
's:2:
\"
en
\"
;'
,
1
),
(
'default_access'
,
's:1:
\"
1
\"
;'
,
1
),
(
'debug'
,
's:1:
\"
1
\"
;'
,
1
),
(
'ping_home'
,
's:8:
\"
disabled
\"
;'
,
1
);
#
Dump
of
table
elggdatalists
#
------------------------------------------------------------
CREATE
TABLE
`elggdatalists`
(
`name`
varchar
(
32
)
NOT
NULL
,
`value`
text
NOT
NULL
,
PRIMARY
KEY
(
`name`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggdatalists`
(
`name`
,
`value`
)
VALUES
(
'__site_secret__'
,
'5a7fa1350ac6e68fce1272cda2168581'
),
(
'filestore_run_once'
,
1244221524
),
(
'plugin_run_once'
,
1244221524
),
(
'widget_run_once'
,
1244221524
),
(
'installed'
,
1244221524
),
(
'path'
,
'/Users/MJ/Sites/UNL_Elgg/elgg/'
),
(
'dataroot'
,
'/Users/MJ/Sites/elgg_data/'
),
(
'default_site'
,
1
),
(
'simplecache_lastupdate'
,
1245090539
),
(
'simplecache_default'
,
1245090539
),
(
'admin_registered'
,
1
),
(
'first_admin_login'
,
1244221548
);
#
Dump
of
table
elggentities
#
------------------------------------------------------------
CREATE
TABLE
`elggentities`
(
`guid`
bigint
(
20
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
`type`
enum
(
'object'
,
'user'
,
'group'
,
'site'
)
NOT
NULL
,
`subtype`
int
(
11
)
DEFAULT
NULL
,
`owner_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`site_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`container_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`access_id`
int
(
11
)
NOT
NULL
,
`time_created`
int
(
11
)
NOT
NULL
,
`time_updated`
int
(
11
)
NOT
NULL
,
`enabled`
enum
(
'yes'
,
'no'
)
NOT
NULL
DEFAULT
'yes'
,
PRIMARY
KEY
(
`guid`
),
KEY
`type`
(
`type`
),
KEY
`subtype`
(
`subtype`
),
KEY
`owner_guid`
(
`owner_guid`
),
KEY
`site_guid`
(
`site_guid`
),
KEY
`container_guid`
(
`container_guid`
),
KEY
`access_id`
(
`access_id`
),
KEY
`time_created`
(
`time_created`
),
KEY
`time_updated`
(
`time_updated`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
8
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggentities`
(
`guid`
,
`type`
,
`subtype`
,
`owner_guid`
,
`site_guid`
,
`container_guid`
,
`access_id`
,
`time_created`
,
`time_updated`
,
`enabled`
)
VALUES
(
1
,
'site'
,
0
,
0
,
0
,
0
,
2
,
1244221524
,
1244221524
,
'yes'
),
(
2
,
'user'
,
0
,
0
,
1
,
0
,
2
,
1244221539
,
1245091014
,
'yes'
),
(
3
,
'object'
,
2
,
2
,
1
,
2
,
2
,
1244649514
,
1245090554
,
'yes'
),
(
4
,
'object'
,
3
,
2
,
1
,
2
,
1
,
1245090719
,
1245090719
,
'yes'
),
(
5
,
'object'
,
3
,
2
,
1
,
2
,
1
,
1245090719
,
1245090719
,
'yes'
),
(
6
,
'object'
,
3
,
2
,
1
,
2
,
1
,
1245090719
,
1245090719
,
'yes'
),
(
7
,
'object'
,
4
,
2
,
1
,
2
,
1
,
1245090754
,
1245090754
,
'yes'
);
#
Dump
of
table
elggentity_relationships
#
------------------------------------------------------------
CREATE
TABLE
`elggentity_relationships`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`guid_one`
bigint
(
20
)
unsigned
NOT
NULL
,
`relationship`
varchar
(
50
)
NOT
NULL
,
`guid_two`
bigint
(
20
)
unsigned
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`guid_one`
(
`guid_one`
,
`relationship`
,
`guid_two`
),
KEY
`relationship`
(
`relationship`
),
KEY
`guid_two`
(
`guid_two`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
#
Dump
of
table
elggentity_subtypes
#
------------------------------------------------------------
CREATE
TABLE
`elggentity_subtypes`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`type`
enum
(
'object'
,
'user'
,
'group'
,
'site'
)
NOT
NULL
,
`subtype`
varchar
(
50
)
NOT
NULL
,
`class`
varchar
(
50
)
NOT
NULL
DEFAULT
''
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`type`
(
`type`
,
`subtype`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
5
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggentity_subtypes`
(
`id`
,
`type`
,
`subtype`
,
`class`
)
VALUES
(
1
,
'object'
,
'file'
,
'ElggFile'
),
(
2
,
'object'
,
'plugin'
,
'ElggPlugin'
),
(
3
,
'object'
,
'widget'
,
'ElggWidget'
),
(
4
,
'object'
,
'thewire'
,
''
);
#
Dump
of
table
elgggeocode_cache
#
------------------------------------------------------------
CREATE
TABLE
`elgggeocode_cache`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`location`
varchar
(
128
)
DEFAULT
NULL
,
`lat`
varchar
(
20
)
DEFAULT
NULL
,
`long`
varchar
(
20
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
KEY
`location`
(
`location`
)
)
ENGINE
=
MEMORY
DEFAULT
CHARSET
=
latin1
;
#
Dump
of
table
elgggroups_entity
#
------------------------------------------------------------
CREATE
TABLE
`elgggroups_entity`
(
`guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`name`
text
NOT
NULL
,
`description`
text
NOT
NULL
,
PRIMARY
KEY
(
`guid`
),
FULLTEXT
KEY
`name`
(
`name`
,
`description`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
#
Dump
of
table
elgghmac_cache
#
------------------------------------------------------------
CREATE
TABLE
`elgghmac_cache`
(
`hmac`
varchar
(
255
)
NOT
NULL
,
`ts`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`hmac`
),
KEY
`ts`
(
`ts`
)
)
ENGINE
=
MEMORY
DEFAULT
CHARSET
=
latin1
;
#
Dump
of
table
elggmetadata
#
------------------------------------------------------------
CREATE
TABLE
`elggmetadata`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`entity_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`name_id`
int
(
11
)
NOT
NULL
,
`value_id`
int
(
11
)
NOT
NULL
,
`value_type`
enum
(
'integer'
,
'text'
)
NOT
NULL
,
`owner_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`access_id`
int
(
11
)
NOT
NULL
,
`time_created`
int
(
11
)
NOT
NULL
,
`enabled`
enum
(
'yes'
,
'no'
)
NOT
NULL
DEFAULT
'yes'
,
PRIMARY
KEY
(
`id`
),
KEY
`entity_guid`
(
`entity_guid`
),
KEY
`name_id`
(
`name_id`
),
KEY
`value_id`
(
`value_id`
),
KEY
`owner_guid`
(
`owner_guid`
),
KEY
`access_id`
(
`access_id`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
144
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggmetadata`
(
`id`
,
`entity_guid`
,
`name_id`
,
`value_id`
,
`value_type`
,
`owner_guid`
,
`access_id`
,
`time_created`
,
`enabled`
)
VALUES
(
1
,
1
,
1
,
2
,
'text'
,
0
,
2
,
1244221524
,
'yes'
),
(
140
,
1
,
3
,
20
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
139
,
1
,
3
,
16
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
138
,
1
,
3
,
9
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
137
,
1
,
3
,
7
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
136
,
1
,
3
,
5
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
23
,
2
,
10
,
11
,
'text'
,
2
,
2
,
1244221539
,
'yes'
),
(
24
,
2
,
12
,
11
,
'text'
,
2
,
2
,
1244221539
,
'yes'
),
(
25
,
1
,
13
,
21
,
'text'
,
2
,
2
,
1244221548
,
'yes'
),
(
135
,
1
,
3
,
4
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
134
,
1
,
3
,
6
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
133
,
1
,
3
,
8
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
132
,
1
,
3
,
15
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
131
,
1
,
3
,
17
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
130
,
1
,
3
,
19
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
129
,
1
,
3
,
23
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
141
,
1
,
3
,
18
,
'text'
,
2
,
2
,
1245090509
,
'yes'
),
(
142
,
7
,
24
,
25
,
'text'
,
2
,
1
,
1245090754
,
'yes'
),
(
143
,
7
,
26
,
27
,
'integer'
,
2
,
1
,
1245090754
,
'yes'
);
#
Dump
of
table
elggmetastrings
#
------------------------------------------------------------
CREATE
TABLE
`elggmetastrings`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`string`
text
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
KEY
`string`
(
`string`
(
50
))
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
28
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggmetastrings`
(
`id`
,
`string`
)
VALUES
(
1
,
'email'
),
(
2
,
'mjuhl24@gmail.com'
),
(
3
,
'enabled_plugins'
),
(
4
,
'profile'
),
(
5
,
'river'
),
(
6
,
'updateclient'
),
(
7
,
'logbrowser'
),
(
8
,
'diagnostics'
),
(
9
,
'uservalidationbyemail'
),
(
10
,
'admin'
),
(
11
,
1
),
(
12
,
'notification:method:email'
),
(
13
,
'pluginorder'
),
(
14
,
'a:13:{i:10;s:11:
\"
crontrigger
\"
;i:20;s:11:
\"
diagnostics
\"
;i:30;s:16:
\"
garbagecollector
\"
;i:40;s:6:
\"
groups
\"
;i:50;s:10:
\"
logbrowser
\"
;i:60;s:9:
\"
logrotate
\"
;i:70;s:13:
\"
notifications
\"
;i:80;s:7:
\"
profile
\"
;i:90;s:15:
\"
reportedcontent
\"
;i:100;s:14:
\"
riverdashboard
\"
;i:110;s:7:
\"
thewire
\"
;i:120;s:9:
\"
unl_theme
\"
;i:130;s:21:
\"
uservalidationbyemail
\"
;}'
),
(
15
,
'groups'
),
(
16
,
'notifications'
),
(
17
,
'reportedcontent'
),
(
18
,
'riverdashboard'
),
(
19
,
'thewire'
),
(
20
,
'unl_theme'
),
(
21
,
'a:15:{i:10;s:11:
\"
crontrigger
\"
;i:20;s:11:
\"
diagnostics
\"
;i:30;s:16:
\"
garbagecollector
\"
;i:40;s:6:
\"
groups
\"
;i:50;s:10:
\"
logbrowser
\"
;i:60;s:9:
\"
logrotate
\"
;i:70;s:13:
\"
notifications
\"
;i:80;s:7:
\"
profile
\"
;i:90;s:15:
\"
reportedcontent
\"
;i:100;s:14:
\"
riverdashboard
\"
;i:110;s:7:
\"
thewire
\"
;i:120;s:9:
\"
unl_theme
\"
;i:130;s:21:
\"
uservalidationbyemail
\"
;i:140;s:7:
\"
captcha
\"
;i:150;s:4:
\"
kses
\"
;}'
),
(
22
,
'captcha'
),
(
23
,
'kses'
),
(
24
,
'method'
),
(
25
,
'site'
),
(
26
,
'parent'
),
(
27
,
0
);
#
Dump
of
table
elggobjects_entity
#
------------------------------------------------------------
CREATE
TABLE
`elggobjects_entity`
(
`guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`title`
text
NOT
NULL
,
`description`
text
NOT
NULL
,
PRIMARY
KEY
(
`guid`
),
FULLTEXT
KEY
`title`
(
`title`
,
`description`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggobjects_entity`
(
`guid`
,
`title`
,
`description`
)
VALUES
(
3
,
'profile'
,
''
),
(
4
,
''
,
''
),
(
5
,
''
,
''
),
(
6
,
''
,
''
),
(
7
,
''
,
'Testing wire post feature.'
);
#
Dump
of
table
elggprivate_settings
#
------------------------------------------------------------
CREATE
TABLE
`elggprivate_settings`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`entity_guid`
int
(
11
)
NOT
NULL
,
`name`
varchar
(
128
)
NOT
NULL
,
`value`
text
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`entity_guid`
(
`entity_guid`
,
`name`
),
KEY
`name`
(
`name`
),
KEY
`value`
(
`value`
(
50
))
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
25
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggprivate_settings`
(
`id`
,
`entity_guid`
,
`name`
,
`value`
)
VALUES
(
1
,
3
,
'admin_defined_profile_0'
,
'Latitude'
),
(
2
,
3
,
'admin_defined_profile_type_0'
,
'text'
),
(
3
,
3
,
'admin_defined_profile_1'
,
'Longitude'
),
(
4
,
3
,
'admin_defined_profile_type_1'
,
'text'
),
(
5
,
3
,
'admin_defined_profile_2'
,
'Country'
),
(
6
,
3
,
'admin_defined_profile_type_2'
,
'text'
),
(
7
,
3
,
'admin_defined_profile_3'
,
'State'
),
(
8
,
3
,
'admin_defined_profile_type_3'
,
'text'
),
(
9
,
3
,
'admin_defined_profile_4'
,
'City'
),
(
10
,
3
,
'admin_defined_profile_type_4'
,
'text'
),
(
11
,
3
,
'admin_defined_profile_5'
,
'Occupation'
),
(
12
,
3
,
'admin_defined_profile_type_5'
,
'text'
),
(
13
,
4
,
'handler'
,
'river_widget'
),
(
14
,
4
,
'context'
,
'dashboard'
),
(
15
,
4
,
'column'
,
1
),
(
16
,
4
,
'order'
,
10
),
(
17
,
5
,
'handler'
,
'a_users_groups'
),
(
18
,
5
,
'context'
,
'dashboard'
),
(
19
,
5
,
'column'
,
2
),
(
20
,
5
,
'order'
,
10
),
(
21
,
6
,
'handler'
,
'thewire'
),
(
22
,
6
,
'context'
,
'dashboard'
),
(
23
,
6
,
'column'
,
3
),
(
24
,
6
,
'order'
,
10
);
#
Dump
of
table
elggriver
#
------------------------------------------------------------
CREATE
TABLE
`elggriver`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`type`
varchar
(
8
)
NOT
NULL
,
`subtype`
varchar
(
32
)
NOT
NULL
,
`action_type`
varchar
(
32
)
NOT
NULL
,
`access_id`
int
(
11
)
NOT
NULL
,
`view`
text
NOT
NULL
,
`subject_guid`
int
(
11
)
NOT
NULL
,
`object_guid`
int
(
11
)
NOT
NULL
,
`posted`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
KEY
`type`
(
`type`
),
KEY
`action_type`
(
`action_type`
),
KEY
`access_id`
(
`access_id`
),
KEY
`subject_guid`
(
`subject_guid`
),
KEY
`object_guid`
(
`object_guid`
),
KEY
`posted`
(
`posted`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
2
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggriver`
(
`id`
,
`type`
,
`subtype`
,
`action_type`
,
`access_id`
,
`view`
,
`subject_guid`
,
`object_guid`
,
`posted`
)
VALUES
(
1
,
'object'
,
'thewire'
,
'create'
,
1
,
'river/object/thewire/create'
,
2
,
7
,
1245090754
);
#
Dump
of
table
elggsites_entity
#
------------------------------------------------------------
CREATE
TABLE
`elggsites_entity`
(
`guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`name`
text
NOT
NULL
,
`description`
text
NOT
NULL
,
`url`
varchar
(
255
)
NOT
NULL
,
PRIMARY
KEY
(
`guid`
),
UNIQUE
KEY
`url`
(
`url`
),
FULLTEXT
KEY
`name`
(
`name`
,
`description`
,
`url`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggsites_entity`
(
`guid`
,
`name`
,
`description`
,
`url`
)
VALUES
(
1
,
'UNL Social Network'
,
''
,
'http://ucommjuhl.unl.edu/UNL_Elgg/elgg/'
);
#
Dump
of
table
elggsystem_log
#
------------------------------------------------------------
CREATE
TABLE
`elggsystem_log`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`object_id`
int
(
11
)
NOT
NULL
,
`object_class`
varchar
(
50
)
NOT
NULL
,
`object_type`
varchar
(
50
)
NOT
NULL
,
`object_subtype`
varchar
(
50
)
NOT
NULL
,
`event`
varchar
(
50
)
NOT
NULL
,
`performed_by_guid`
int
(
11
)
NOT
NULL
,
`owner_guid`
int
(
11
)
NOT
NULL
,
`access_id`
int
(
11
)
NOT
NULL
,
`enabled`
enum
(
'yes'
,
'no'
)
NOT
NULL
DEFAULT
'yes'
,
`time_created`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
KEY
`object_id`
(
`object_id`
),
KEY
`object_class`
(
`object_class`
),
KEY
`object_type`
(
`object_type`
),
KEY
`object_subtype`
(
`object_subtype`
),
KEY
`event`
(
`event`
),
KEY
`performed_by_guid`
(
`performed_by_guid`
),
KEY
`access_id`
(
`access_id`
),
KEY
`time_created`
(
`time_created`
),
KEY
`river_key`
(
`object_type`
,
`object_subtype`
,
`event`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
193
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggsystem_log`
(
`id`
,
`object_id`
,
`object_class`
,
`object_type`
,
`object_subtype`
,
`event`
,
`performed_by_guid`
,
`owner_guid`
,
`access_id`
,
`enabled`
,
`time_created`
)
VALUES
(
1
,
1
,
'ElggMetadata'
,
'metadata'
,
'email'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
2
,
2
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
3
,
3
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
4
,
4
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
5
,
5
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
6
,
6
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
7
,
7
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
8
,
8
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
9
,
9
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
10
,
10
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
11
,
11
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
12
,
12
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
13
,
13
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
14
,
14
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
15
,
15
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
16
,
16
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
17
,
17
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
18
,
18
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221524
),
(
19
,
19
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221525
),
(
20
,
20
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221525
),
(
21
,
21
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221525
),
(
22
,
22
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221525
),
(
23
,
2
,
'ElggUser'
,
'user'
,
''
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221539
),
(
24
,
23
,
'ElggMetadata'
,
'metadata'
,
'admin'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221539
),
(
25
,
24
,
'ElggMetadata'
,
'metadata'
,
'notification:method:email'
,
'create'
,
0
,
0
,
2
,
'yes'
,
1244221539
),
(
26
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
0
,
0
,
2
,
'yes'
,
1244221539
),
(
27
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221548
),
(
28
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1244221548
),
(
29
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221548
),
(
30
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221579
),
(
31
,
26
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
32
,
27
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
33
,
28
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
34
,
29
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
35
,
30
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
36
,
31
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
37
,
32
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221600
),
(
38
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221601
),
(
39
,
33
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
40
,
34
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
41
,
35
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
42
,
36
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
43
,
37
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
44
,
38
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
45
,
39
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
46
,
40
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
47
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221622
),
(
48
,
41
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
49
,
42
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
50
,
43
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
51
,
44
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
52
,
45
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
53
,
46
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
54
,
47
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
55
,
48
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
56
,
49
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
57
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221629
),
(
58
,
50
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
59
,
51
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
60
,
52
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
61
,
53
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
62
,
54
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
63
,
55
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
64
,
56
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
65
,
57
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
66
,
58
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
67
,
59
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
68
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221637
),
(
69
,
60
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
70
,
61
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
71
,
62
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
72
,
63
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
73
,
64
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
74
,
65
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
75
,
66
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
76
,
67
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
77
,
68
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
78
,
69
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
79
,
70
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
80
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221641
),
(
81
,
71
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
82
,
72
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
83
,
73
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
84
,
74
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
85
,
75
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
86
,
76
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
87
,
77
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
88
,
78
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
89
,
79
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
90
,
80
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
91
,
81
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
92
,
82
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
93
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244221645
),
(
94
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244237979
),
(
95
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1244237979
),
(
96
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244646341
),
(
97
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1244646341
),
(
98
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244646368
),
(
99
,
83
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
100
,
84
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
101
,
85
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
102
,
86
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
103
,
87
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
104
,
88
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
105
,
89
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
106
,
90
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
107
,
91
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
108
,
92
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
109
,
93
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1244646391
),
(
110
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244646392
),
(
111
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244649464
),
(
112
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1244649464
),
(
113
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'create'
,
2
,
2
,
2
,
'yes'
,
1244649514
),
(
114
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'update'
,
2
,
2
,
2
,
'yes'
,
1244649514
),
(
115
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'update'
,
2
,
2
,
2
,
'yes'
,
1244649520
),
(
116
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'update'
,
2
,
2
,
2
,
'yes'
,
1244650579
),
(
117
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'update'
,
2
,
2
,
2
,
'yes'
,
1244650605
),
(
118
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'update'
,
2
,
2
,
2
,
'yes'
,
1244650609
),
(
119
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1244651553
),
(
120
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090188
),
(
121
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1245090188
),
(
122
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090296
),
(
123
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1245090296
),
(
124
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090468
),
(
125
,
94
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
126
,
95
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
127
,
96
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
128
,
97
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
129
,
98
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
130
,
99
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
131
,
100
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
132
,
101
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
133
,
102
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
134
,
103
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
135
,
104
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
136
,
105
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
137
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090479
),
(
138
,
106
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
139
,
107
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
140
,
108
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
141
,
109
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
142
,
110
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
143
,
111
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
144
,
112
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
145
,
113
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
146
,
114
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
147
,
115
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
148
,
116
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
149
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090487
),
(
150
,
117
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
151
,
118
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
152
,
119
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
153
,
120
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
154
,
121
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
155
,
122
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
156
,
123
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
157
,
124
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
158
,
125
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
159
,
126
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
160
,
127
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
161
,
128
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090493
),
(
162
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090494
),
(
163
,
129
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
164
,
130
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
165
,
131
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
166
,
132
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
167
,
133
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
168
,
134
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
169
,
135
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
170
,
136
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
171
,
137
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
172
,
138
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
173
,
139
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
174
,
140
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
175
,
141
,
'ElggMetadata'
,
'metadata'
,
'enabled_plugins'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
176
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090509
),
(
177
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090525
),
(
178
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090533
),
(
179
,
25
,
'ElggMetadata'
,
'metadata'
,
'pluginorder'
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090537
),
(
180
,
3
,
'ElggPlugin'
,
'object'
,
'plugin'
,
'update'
,
2
,
2
,
2
,
'yes'
,
1245090554
),
(
181
,
2
,
'ElggUser'
,
'user'
,
''
,
'logout'
,
2
,
0
,
2
,
'yes'
,
1245090564
),
(
182
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090564
),
(
183
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245090615
),
(
184
,
2
,
'ElggUser'
,
'user'
,
''
,
'login'
,
2
,
0
,
2
,
'yes'
,
1245090615
),
(
185
,
4
,
'ElggWidget'
,
'object'
,
'widget'
,
'create'
,
2
,
2
,
1
,
'yes'
,
1245090719
),
(
186
,
5
,
'ElggWidget'
,
'object'
,
'widget'
,
'create'
,
2
,
2
,
1
,
'yes'
,
1245090719
),
(
187
,
6
,
'ElggWidget'
,
'object'
,
'widget'
,
'create'
,
2
,
2
,
1
,
'yes'
,
1245090719
),
(
188
,
142
,
'ElggMetadata'
,
'metadata'
,
'method'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090754
),
(
189
,
143
,
'ElggMetadata'
,
'metadata'
,
'parent'
,
'create'
,
2
,
0
,
2
,
'yes'
,
1245090754
),
(
190
,
7
,
'ElggObject'
,
'object'
,
'thewire'
,
'create'
,
2
,
2
,
1
,
'yes'
,
1245090754
),
(
191
,
2
,
'ElggUser'
,
'user'
,
''
,
'logout'
,
2
,
0
,
2
,
'yes'
,
1245091014
),
(
192
,
2
,
'ElggUser'
,
'user'
,
''
,
'update'
,
2
,
0
,
2
,
'yes'
,
1245091014
);
#
Dump
of
table
elggusers_apisessions
#
------------------------------------------------------------
CREATE
TABLE
`elggusers_apisessions`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`user_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`site_guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`token`
varchar
(
40
)
DEFAULT
NULL
,
`expires`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`user_guid`
(
`user_guid`
,
`site_guid`
),
KEY
`token`
(
`token`
)
)
ENGINE
=
MEMORY
DEFAULT
CHARSET
=
latin1
;
#
Dump
of
table
elggusers_entity
#
------------------------------------------------------------
CREATE
TABLE
`elggusers_entity`
(
`guid`
bigint
(
20
)
unsigned
NOT
NULL
,
`name`
text
NOT
NULL
,
`username`
varchar
(
128
)
NOT
NULL
DEFAULT
''
,
`password`
varchar
(
32
)
NOT
NULL
DEFAULT
''
,
`salt`
varchar
(
8
)
NOT
NULL
DEFAULT
''
,
`email`
text
NOT
NULL
,
`language`
varchar
(
6
)
NOT
NULL
DEFAULT
''
,
`code`
varchar
(
32
)
NOT
NULL
DEFAULT
''
,
`banned`
enum
(
'yes'
,
'no'
)
NOT
NULL
DEFAULT
'no'
,
`last_action`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`prev_last_action`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`last_login`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`prev_last_login`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
PRIMARY
KEY
(
`guid`
),
UNIQUE
KEY
`username`
(
`username`
),
KEY
`password`
(
`password`
),
KEY
`email`
(
`email`
(
50
)),
KEY
`code`
(
`code`
),
KEY
`last_action`
(
`last_action`
),
KEY
`last_login`
(
`last_login`
),
FULLTEXT
KEY
`name`
(
`name`
),
FULLTEXT
KEY
`name_2`
(
`name`
,
`username`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggusers_entity`
(
`guid`
,
`name`
,
`username`
,
`password`
,
`salt`
,
`email`
,
`language`
,
`code`
,
`banned`
,
`last_action`
,
`prev_last_action`
,
`last_login`
,
`prev_last_login`
)
VALUES
(
2
,
'Matthew J'
,
'mjuhl'
,
'b7077ce50c9852a3a05da3e69643a6bd'
,
'6cedf234'
,
'mjuhl24@gmail.com'
,
'en'
,
''
,
'no'
,
1245091014
,
1245091014
,
1245090615
,
1245090296
);
#
Dump
of
table
elggusers_sessions
#
------------------------------------------------------------
CREATE
TABLE
`elggusers_sessions`
(
`session`
varchar
(
255
)
NOT
NULL
,
`ts`
int
(
11
)
unsigned
NOT
NULL
DEFAULT
'0'
,
`data`
mediumblob
,
PRIMARY
KEY
(
`session`
),
KEY
`ts`
(
`ts`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
INSERT
INTO
`elggusers_sessions`
(
`session`
,
`ts`
,
`data`
)
VALUES
(
'a50b605e344dcf8e4f390e3d75a928c8'
,
1244668029
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A223630643838393233313834653434626430303537306633316236316263356262223B5F5F656C67675F73657373696F6E7C733A33323A226662656365373936623261373930326164386565363736663430633466626264223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D757365726E616D657C733A353A226D6A75686C223B6E616D657C733A323A224D4A223B6D657373616765737C623A303B6C6173745F666F72776172645F66726F6D7C733A303A22223B757365727C4F3A383A22456C676755736572223A363A7B733A31333A22002A0061747472696275746573223B613A32343A7B733A343A2267756964223B733A313A2232223B733A343A2274797065223B733A343A2275736572223B733A373A2273756274797065223B733A313A2230223B733A31303A226F776E65725F67756964223B733A313A2230223B733A31343A22636F6E7461696E65725F67756964223B733A313A2230223B733A393A22736974655F67756964223B733A313A2231223B733A393A226163636573735F6964223B733A313A2232223B733A31323A2274696D655F63726561746564223B733A31303A2231323434323231353339223B733A31323A2274696D655F75706461746564223B733A31303A2231323434363531353533223B733A373A22656E61626C6564223B733A333A22796573223B733A31323A227461626C65735F73706C6974223B693A323B733A31333A227461626C65735F6C6F61646564223B693A323B733A343A226E616D65223B733A393A224D617474686577204A223B733A383A22757365726E616D65223B733A353A226D6A75686C223B733A383A2270617373776F7264223B733A33323A226237303737636535306339383532613361303564613365363936343361366264223B733A343A2273616C74223B733A383A223663656466323334223B733A353A22656D61696C223B733A31373A226D6A75686C323440676D61696C2E636F6D223B733A383A226C616E6775616765223B733A323A22656E223B733A343A22636F6465223B733A33323A223636333534396131303230626335366437333665356136336664336637643265223B733A363A2262616E6E6564223B733A323A226E6F223B733A31313A226C6173745F616374696F6E223B733A31303A2231323434363535313134223B733A31363A22707265765F6C6173745F616374696F6E223B733A31303A2231323434363531363437223B733A31303A226C6173745F6C6F67696E223B733A31303A2231323434363439343634223B733A31353A22707265765F6C6173745F6C6F67696E223B733A31303A2231323434363436333431223B7D733A31353A22002A0075726C5F6F76657272696465223B4E3B733A31363A22002A0069636F6E5F6F76657272696465223B4E3B733A31363A22002A0074656D705F6D65746164617461223B613A303A7B7D733A31393A22002A0074656D705F616E6E6F746174696F6E73223B613A303A7B7D733A31373A2200456C6767456E746974790076616C6964223B623A303B7D677569647C733A313A2232223B69647C733A313A2232223B636F64657C733A33323A223862663837353466373766393239356335393538666163656163646265363835223B'
),
(
'd35420e19ecb3d1f68eab6cf5bd80549'
,
1244821214
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A223630643838393233313834653434626430303537306633316236316263356262223B5F5F656C67675F73657373696F6E7C733A33323A226531613439613835323130636362363136656164666532623865353132663332223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D'
),
(
'47fbd277e7173f867fc567df0e80e9f2'
,
1244931668
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A223761343765393531383134343066636564643464613462336665326666363436223B5F5F656C67675F73657373696F6E7C733A33323A223433643666613630396234636633373139343036376637613139623832653861223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D'
),
(
'd678cb8e7fa6d61dec6262b0dbab6917'
,
1245044256
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A223130333033653264386338303264633536363837353032386365656337663161223B5F5F656C67675F73657373696F6E7C733A33323A223633663738363537303734386261636564643961386563306266363437666630223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D'
),
(
'ab102676dc8d90f5adb932818b040944'
,
1245050011
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A223761343765393531383134343066636564643464613462336665326666363436223B5F5F656C67675F73657373696F6E7C733A33323A226331313335336639613738363737626334343462386166643764306433323163223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D'
),
(
'8e9450122c31b331c1ee4463089bf09a'
,
1245090292
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A226164613239663565376463633161626365323638353233613438623461393836223B5F5F656C67675F73657373696F6E7C733A33323A226131343434616239383236363763653839326261393539383462303263633963223B6D73677C613A303A7B7D766965777C733A373A2264656661756C74223B'
),
(
'9d0087b773f0b657fc88e0cc0aba964e'
,
1245090288
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A226164613239663565376463633161626365323638353233613438623461393836223B5F5F656C67675F73657373696F6E7C733A33323A226536353937316164383235363562623664343666323562663431336466323136223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D6C6173745F666F72776172645F66726F6D7C733A34343A22687474703A2F2F6C6F63616C686F73742F554E4C5F456C67672F656C67672F70672F64617368626F6172642F223B6D657373616765737C623A303B'
),
(
'534004dd9397881d873673ddfc7061a6'
,
1245090188
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A226164613239663565376463633161626365323638353233613438623461393836223B5F5F656C67675F73657373696F6E7C733A33323A226536353937316164383235363562623664343666323562663431336466323136223B766965777C733A373A2264656661756C74223B6D73677C613A313A7B733A383A226D65737361676573223B613A313A7B693A303B733A32343A22596F752068617665206265656E206C6F6767656420696E2E223B7D7D757365727C4F3A383A22456C676755736572223A363A7B733A31333A22002A0061747472696275746573223B613A32343A7B733A343A2267756964223B733A313A2232223B733A343A2274797065223B733A343A2275736572223B733A373A2273756274797065223B733A313A2230223B733A31303A226F776E65725F67756964223B733A313A2230223B733A31343A22636F6E7461696E65725F67756964223B733A313A2230223B733A393A22736974655F67756964223B733A313A2231223B733A393A226163636573735F6964223B733A313A2232223B733A31323A2274696D655F63726561746564223B733A31303A2231323434323231353339223B733A31323A2274696D655F75706461746564223B733A31303A2231323434363531353533223B733A373A22656E61626C6564223B733A333A22796573223B733A31323A227461626C65735F73706C6974223B693A323B733A31333A227461626C65735F6C6F61646564223B693A323B733A343A226E616D65223B733A393A224D617474686577204A223B733A383A22757365726E616D65223B733A353A226D6A75686C223B733A383A2270617373776F7264223B733A33323A226237303737636535306339383532613361303564613365363936343361366264223B733A343A2273616C74223B733A383A223663656466323334223B733A353A22656D61696C223B733A31373A226D6A75686C323440676D61696C2E636F6D223B733A383A226C616E6775616765223B733A323A22656E223B733A343A22636F6465223B733A33323A226565336138356535343833653863353331383131666465643261323331626464223B733A363A2262616E6E6564223B733A323A226E6F223B733A31313A226C6173745F616374696F6E223B733A31303A2231323434363638303238223B733A31363A22707265765F6C6173745F616374696F6E223B733A31303A2231323434363535313134223B733A31303A226C6173745F6C6F67696E223B733A31303A2231323434363439343634223B733A31353A22707265765F6C6173745F6C6F67696E223B733A31303A2231323434363436333431223B7D733A31353A22002A0075726C5F6F76657272696465223B4E3B733A31363A22002A0069636F6E5F6F76657272696465223B4E3B733A31363A22002A0074656D705F6D65746164617461223B613A303A7B7D733A31393A22002A0074656D705F616E6E6F746174696F6E73223B613A303A7B7D733A31373A2200456C6767456E746974790076616C6964223B623A303B7D677569647C733A313A2232223B69647C733A313A2232223B757365726E616D657C733A353A226D6A75686C223B6E616D657C733A393A224D617474686577204A223B636F64657C733A33323A223463336339653931303161323332636361313531333461343061386339336234223B'
),
(
'5fe7220bc200d1a1c9ee3360c664d77e'
,
1245090594
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A226164613239663565376463633161626365323638353233613438623461393836223B5F5F656C67675F73657373696F6E7C733A33323A223364303738643963363735356332326232643232666138623633343661633732223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D'
),
(
'7f5ca8734e1c5bfd6a4487acf9639147'
,
1245091016
,
X
'5F5F656C67675F66696E6765727072696E747C733A33323A226164613239663565376463633161626365323638353233613438623461393836223B5F5F656C67675F73657373696F6E7C733A33323A223636373264663163623466616536656334613931306535323163323533653665223B766965777C733A373A2264656661756C74223B6D73677C613A303A7B7D'
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment