Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Encyclopedia:Old PHP script
Project page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<pre> CREATE TABLE WIKI_cur ( cur_id int(10) unsigned NOT NULL auto_increment, cur_title varchar(255) NOT NULL, cur_text text NOT NULL, cur_comment varchar(255) NOT NULL, cur_user int(10) unsigned NOT NULL, cur_user_text varchar(255) NOT NULL, cur_old_version mediumint(8) unsigned NOT NULL, cur_timestamp datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, cur_minor_edit tinyint(4) NOT NULL, cur_restrictions varchar(255) NOT NULL, PRIMARY KEY (cur_id), UNIQUE cur_title (cur_title) ); CREATE TABLE WIKI_old ( old_id int(10) unsigned NOT NULL auto_increment, old_title varchar(255) NOT NULL, old_text text NOT NULL, old_comment varchar(255) NOT NULL, old_user int(10) unsigned NOT NULL, old_user_text varchar(255) NOT NULL, old_old_version int(10) unsigned NOT NULL, old_timestamp datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, old_minor_edit tinyint(4) NOT NULL, PRIMARY KEY (old_id) ); CREATE TABLE WIKI_user ( user_id int(10) unsigned NOT NULL auto_increment, user_name varchar(255) NOT NULL, user_password varchar(255) NOT NULL, user_rights varchar(255) NOT NULL, PRIMARY KEY (user_id), UNIQUE user_name (user_name) ); </pre> :''See also :'' [[Wikipedia PHP script]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Encyclopedia:Old PHP script
Add topic