Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
sqlserver_data_dump.sql
Package: jforum-2.1.8-src.zip [view]
Upload User: gdxydsw
Upload Date: 2019-01-29
Package Size: 16721k
Code Size: 13k
Category:
Java Develop
Development Platform:
Java
- --
- -- Set default user/group ids
- --
- declare @GENERAL_GROUP_ID int;
- declare @ADMIN_GROUP_ID int;
- declare @ANONYMOUS_ID int;
- declare @ADMIN_ID int;
- select @GENERAL_GROUP_ID = 1;
- select @ADMIN_GROUP_ID = 2;
- select @ANONYMOUS_ID = 1;
- select @ADMIN_ID = 2;
- --
- -- Groups
- --
- SET IDENTITY_INSERT jforum_groups ON;
- INSERT INTO jforum_groups ( group_id, group_name, group_description ) VALUES (@GENERAL_GROUP_ID, 'General', 'General Users');
- INSERT INTO jforum_groups ( group_id, group_name, group_description ) VALUES (@ADMIN_GROUP_ID, 'Administration', 'Admin Users');
- SET IDENTITY_INSERT jforum_groups OFF;
- --
- -- Users
- --
- SET IDENTITY_INSERT jforum_users ON;
- INSERT INTO jforum_users ( user_id, username, user_password, user_regdate ) VALUES (@ANONYMOUS_ID, 'Anonymous', 'nopass', GETDATE());
- INSERT INTO jforum_users ( user_id, username, user_password, user_regdate, user_posts ) VALUES (@ADMIN_ID, 'Admin', '21232f297a57a5a743894a0e4a801fc3', GETDATE(), 1);
- SET IDENTITY_INSERT jforum_users OFF;
- --
- -- User Groups
- --
- INSERT INTO jforum_user_groups (group_id, user_id) VALUES (@GENERAL_GROUP_ID, @ANONYMOUS_ID);
- INSERT INTO jforum_user_groups (group_id, user_id) VALUES (@ADMIN_GROUP_ID, @ADMIN_ID);
- --
- -- Roles
- --
- INSERT INTO jforum_roles (group_id, name) VALUES (@GENERAL_GROUP_ID, 'perm_vote');
- INSERT INTO jforum_roles (group_id, name) VALUES (@GENERAL_GROUP_ID, 'perm_karma_enabled');
- INSERT INTO jforum_roles (group_id, name) VALUES (@GENERAL_GROUP_ID, 'perm_anonymous_post');
- INSERT INTO jforum_roles (group_id, name) VALUES (@GENERAL_GROUP_ID, 'perm_create_poll');
- INSERT INTO jforum_roles (group_id, name) VALUES (@GENERAL_GROUP_ID, 'perm_bookmarks_enabled');
- INSERT INTO jforum_roles (group_id, name) VALUES (@GENERAL_GROUP_ID, 'perm_attachments_download');
- --
- -- Admin
- --
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_administration');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_moderation');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_moderation_post_remove');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_moderation_post_edit');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_moderation_topic_move');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_moderation_topic_lockUnlock');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_moderation_approve_messages');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_create_sticky_announcement_topics');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_vote');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_create_poll');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_karma_enabled');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_bookmarks_enabled');
- INSERT INTO jforum_roles (group_id, name) VALUES (@ADMIN_GROUP_ID, 'perm_attachments_download');
- --
- -- Smilies
- --
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':)', '<img src="#CONTEXT#/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />', '3b63d1616c5dfcf29f8a7a031aaa7cad.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':-)', '<img src="#CONTEXT#/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/>', '3b63d1616c5dfcf29f8a7a031aaa7cad.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':D', '<img src="#CONTEXT#/images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />', '283a16da79f3aa23fe1025c96295f04f.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':-D', '<img src="#CONTEXT#/images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />', '283a16da79f3aa23fe1025c96295f04f.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':(', '<img src="#CONTEXT#/images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />', '9d71f0541cff0a302a0309c5079e8dee.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':mrgreen:', '<img src="#CONTEXT#/images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" />', 'ed515dbff23a0ee3241dcc0a601c9ed6.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':-o', '<img src="#CONTEXT#/images/smilies/47941865eb7bbc2a777305b46cc059a2.gif" />', '47941865eb7bbc2a777305b46cc059a2.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':shock:', '<img src="#CONTEXT#/images/smilies/385970365b8ed7503b4294502a458efa.gif" />', '385970365b8ed7503b4294502a458efa.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':?:', '<img src="#CONTEXT#/images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />', '0a4d7238daa496a758252d0a2b1a1384.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES ('8)', '<img src="#CONTEXT#/images/smilies/b2eb59423fbf5fa39342041237025880.gif" />', 'b2eb59423fbf5fa39342041237025880.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':lol:', '<img src="#CONTEXT#/images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />', '97ada74b88049a6d50a6ed40898a03d7.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':x', '<img src="#CONTEXT#/images/smilies/1069449046bcd664c21db15b1dfedaee.gif" />', '1069449046bcd664c21db15b1dfedaee.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':P', '<img src="#CONTEXT#/images/smilies/69934afc394145350659cd7add244ca9.gif" />', '69934afc394145350659cd7add244ca9.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':-P', '<img src="#CONTEXT#/images/smilies/69934afc394145350659cd7add244ca9.gif" />', '69934afc394145350659cd7add244ca9.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':oops:', '<img src="#CONTEXT#/images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />', '499fd50bc713bfcdf2ab5a23c00c2d62.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':cry:', '<img src="#CONTEXT#/images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />', 'c30b4198e0907b23b8246bdd52aa1c3c.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':evil:', '<img src="#CONTEXT#/images/smilies/2e207fad049d4d292f60607f80f05768.gif" />', '2e207fad049d4d292f60607f80f05768.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':twisted:', '<img src="#CONTEXT#/images/smilies/908627bbe5e9f6a080977db8c365caff.gif" />', '908627bbe5e9f6a080977db8c365caff.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':roll:', '<img src="#CONTEXT#/images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />', '2786c5c8e1a8be796fb2f726cca5a0fe.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':wink:', '<img src="#CONTEXT#/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />', '8a80c6485cd926be453217d59a84a888.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (';)', '<img src="#CONTEXT#/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />', '8a80c6485cd926be453217d59a84a888.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (';-)', '<img src="#CONTEXT#/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />', '8a80c6485cd926be453217d59a84a888.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':!:', '<img src="#CONTEXT#/images/smilies/9293feeb0183c67ea1ea8c52f0dbaf8c.gif" />', '9293feeb0183c67ea1ea8c52f0dbaf8c.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':?', '<img src="#CONTEXT#/images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />', '136dd33cba83140c7ce38db096d05aed.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':idea:', '<img src="#CONTEXT#/images/smilies/8f7fb9dd46fb8ef86f81154a4feaada9.gif" />', '8f7fb9dd46fb8ef86f81154a4feaada9.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':arrow:', '<img src="#CONTEXT#/images/smilies/d6741711aa045b812616853b5507fd2a.gif" />', 'd6741711aa045b812616853b5507fd2a.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':hunf:', '<img src="#CONTEXT#/images/smilies/0320a00cb4bb5629ab9fc2bc1fcc4e9e.gif" />', '0320a00cb4bb5629ab9fc2bc1fcc4e9e.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':-(', '<img src="#CONTEXT#/images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />', '9d71f0541cff0a302a0309c5079e8dee.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':XD:', '<img src="#CONTEXT#/images/smilies/49869fe8223507d7223db3451e5321aa.gif" />', '49869fe8223507d7223db3451e5321aa.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':thumbup:', '<img src="#CONTEXT#/images/smilies/e8a506dc4ad763aca51bec4ca7dc8560.gif" />', 'e8a506dc4ad763aca51bec4ca7dc8560.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':thumbdown:', '<img src="#CONTEXT#/images/smilies/e78feac27fa924c4d0ad6cf5819f3554.gif" />', 'e78feac27fa924c4d0ad6cf5819f3554.gif');
- INSERT INTO jforum_smilies (code, url, disk_name) VALUES (':|', '<img src="#CONTEXT#/images/smilies/1cfd6e2a9a2c0cf8e74b49b35e2e46c7.gif" />', '1cfd6e2a9a2c0cf8e74b49b35e2e46c7.gif');
- --
- -- Demonstration Forum
- --
- SET IDENTITY_INSERT jforum_categories ON;
- INSERT INTO jforum_categories (categories_id, title, display_order, moderated) VALUES (1,'Category Test',1,0);
- SET IDENTITY_INSERT jforum_categories OFF;
- SET IDENTITY_INSERT jforum_forums ON;
- INSERT INTO jforum_forums (forum_id, categories_id, forum_name, forum_desc, forum_order, forum_topics, forum_last_post_id, moderated) VALUES (1,1,'Test Forum','This is a test forum',1,1,1,0);
- SET IDENTITY_INSERT jforum_forums OFF;
- SET IDENTITY_INSERT jforum_topics ON;
- INSERT INTO jforum_topics (topic_id, forum_id, topic_title, user_id, topic_time, topic_views, topic_replies, topic_status, topic_vote_id, topic_type, topic_first_post_id, topic_last_post_id, moderated ) VALUES (1,1,'Welcome to JForum',2,'2005-01-04 16:59:54',1,0,0,0,0,1,1,0);
- SET IDENTITY_INSERT jforum_topics OFF;
- SET IDENTITY_INSERT jforum_posts ON;
- INSERT INTO jforum_posts (post_id, topic_id, forum_id, user_id, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count, status, attach, need_moderate) VALUES (1,1,1,2,'2005-01-04 16:59:54','127.0.0.1',1,0,1,1,null,0,1,0,0);
- SET IDENTITY_INSERT jforum_posts OFF;
- INSERT INTO jforum_posts_text VALUES (1,'[b]Congratulations![/b]. You have completed the installation of JForum. rnrnTo start administering the board, login as [i]Admin / <the password you supplied in the installer>[/i] and access the [b]Admin Control Panel[/b] using the link that shows up in the bottom of the page. rnrnThere you will be able to create Categories, Forums and much more. rnrnFor more information and support, please access [url]http://www.jforum.net/community.htm[/url] and [url]http://www.jforum.net/help.htm[/url]rnrnThank you for choosing JForum.rnrnThe JForum Team.','Welcome to JForum');
- --
- -- View Forum
- --
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_forum', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values (role_id, role_value) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_forum', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values (role_id, role_value) VALUES (SCOPE_IDENTITY(), '1');
- --
- -- Anonymous posts
- --
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_anonymous_post', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values (role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_anonymous_post', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values (role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- --
- -- View Category
- --
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_category', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values (role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_category', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values (role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- --
- -- Create / Reply to topics
- --
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_read_only_forums', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_read_only_forums', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- --
- -- Enable HTML
- --
- INSERT INTO jforum_roles (name, group_id ) VALUES ('perm_html_disabled', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id ) VALUES ('perm_html_disabled', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- --
- -- Attachments
- --
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_attachments_enabled', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_attachments_enabled', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- --
- -- Reply only
- --
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_reply_only', @GENERAL_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');
- INSERT INTO jforum_roles (name, group_id) VALUES ('perm_reply_only', @ADMIN_GROUP_ID);
- INSERT INTO jforum_role_values ( role_id, role_value ) VALUES (SCOPE_IDENTITY(), '1');