The latest version of the Dynamic + dynamic network +oblog three-station integration method _ Application Skills

Source: Internet
Author: User
Tags rar
I am using the latest version of the dynamic PE_2006_SP5 + dynamic network dvbbs7.1.0 + Oblog 4.0.
My test condition: 1, can register synchronously. 2, you can delete the user ID synchronously. 3, not like the post said can be synchronized landing. (Maybe it's my cookies, there's a test in use) 4, you can modify the password synchronously.


1. Prepare for work, download and install three systems, and enable each to operate independently.

(1). Open the Dynamic easy compression package Powereasy_cms2006_sp4_express.rar or Powereasy_eshop2006_sp4_express.rar, run PowerEasy2006.exe
Install the easy PE_2006_SP4 system files to the local Web directory (Web site root).
For example, in the IIS or PWS Default Web directory C:\inetpub\wwwroot;

(2). The dvbbs7.1.0 system files are installed in the BBS subdirectory, which is
In C:\inetpub\wwwroot\BBS;

(3). Open the compressed package Oblog4.rar the directory in the compressed package OBLOG4 copy
Into the C:\inetpub\wwwroot\, and renamed as a blog;

(4). Modify the configuration files of three systems so that they can be run separately. (This step can refer to the installation instructions for each system,
or view the relevant articles in the Forum, not in detail here. Do not register for new members during debugging.

2. (This step is critical) add a foreground user admin to the blog Oblog.
Due to the dynamic and dynamic network of both front and back of the admin admin account number,
and the blog Oblog only backstage admin account, the front desk is not allowed to register
The user named Admin. My method is as follows:

(1) Open the blog site, try a trial account admin login, No. Try registering a name for admin account and not allowed.
How to Do??? Use the following method: Enter member registration
User name casually fill in, such as ABCDE (anyway, after the next step to be modified),
Password must be filled in admin888 (the same as the password of the Administrator Admin account of the dynamic and dynamic network, the following will not be changed),
Close the browser when finished;

(2) Edit the blog oblog database file Blog\data\oblog4.mdb.
Note: It is a good idea to replicate a backup to recover after an error.
Locate the Oblog4.mdb file in the directory Blog\data\ and double-click to open it.
Then open the table Oblog_user. Fields in the table username you will see the username ABCDE just registered,
Modify to admin. The ABCDE in the field user_folder in the table do not modify. Save the modified file. OK.

(3) Again open the blog site, login with admin name, try, OK!

3. Modify the Tripartite System integration interface file. The new version of the dynamic 2006SP4, dynamic network 7.1.0, oBlog4.0 contains system interface files.

(1) Modify the dynamic system interface files, open the site Directory C:\inetpub\wwwroot\API,
With Notepad, open the file api\api_config.asp and modify the following:

Const api_enable = False
Const api_key = "Api_test"
Const api_urls = "blog Channel @ @http://localhost/cms6/api/api_response.asp"


To
Const api_enable = True
Const api_key = "Api_test"
Const api_urls = "Forum @ @http://localhost/bbs/dv_dpo.asp| Blog @ @http://localhost/blog/api/api_response.asp"
You can save it after modifying it.

(2) The same method modifies the system interface file of the movable net, opens the catalogue C:\inetpub\wwwroot\bbs\dv_dpo\
With Notepad, open the file bbs\dv_dpo\api_config.asp and modify the following:

' Multi-system consolidation settings
'=============================================================================
' Dvapi_enable whether system consolidation is turned on (default retreat: False, open: True)
Const dvapi_enable = False
' Dvapi_syskey Set the System key (System consolidation must be consistent with the key set by other systems.) )
Const Dvapi_syskey = "Api_test"
' Dvapi_urls: Interface file path for other programs that are consolidated. Half-angle "|" Between multiple program interfaces Separated.
' For example: Dvapi_urls = ' http://your website address/blog installation directory/oblogresponse.asp|http://your website address/easy to install directory/api/api_response.asp '
Const dvapi_urls = "http://your website address/blog installation directory/oblogresponse.asp|http://your website address/easy to install directory/api/api_response.asp"
%>

Change the three lines of code to:
Const dvapi_enable = True
Const Dvapi_syskey = "Api_test"
Const dvapi_urls = "http://localhost/API/API_Response.asp|http://localhost/blog/api/API_Response.asp"


(3) Modify the Oblog 4.0 system interface file, open the directory C:\inetpub\wwwroot\blog\api,
With Notepad, open the file blog\api\apiapi_config.asp and modify the following:

' Integrate common interface parameters
Const api_enable = False ' is consolidated and false if the consolidation is set to true.
Const Oblog_key = "api_test" ' site key must be consistent with the key of the integration end.
Const strtargeturls = "http://live/bbs/dv_dpo.asp|http://live/pe/api_response.asp" The complete URL of the program to be consolidated (beginning with "http://") End with the file name of the interface file), if there are multiple systems to consolidate, use "|" Between each URL Separated
Dim Aurls
Aurls=split (Strtargeturls, "|")
%>
Change the three lines of code to:
Const api_enable = True
Const Oblog_key = "Api_test"
Const strtargeturls = "http://localhost/API/API_Response.asp|http://localhost/bbs/dv_dpo.asp"
You can save it after modifying it.


4. At this point, the three-party integration is completed! TEST it!!
(1) Open the website, in the dynamic foreground with admin login, and then open or refresh the Dynamic Network forum and blog Oblog,
You will find in the Dynamic Network forum and blog Oblog Admin also synchronously logged in.
(2) in the Dynamic Network Forum Log off, back to the blog oblog or dynamic website Refresh the page,
You will find that you are also logged in at the blog Oblog or the easy to move website.
(3) Try again one of the three stations to register a user, also in another two stations can pass.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.