clips php mysql을 이용한 pc점검 전문가 시스템

Overview

The PC Doctor Expert System is an expert system designed to diagnose the most common computer problems that you may encounter and suggest next steps to repair them. It was built with PHP and the CLIPS rulebase, using a PHP-CLIPS implementation called PHLIPS. It was developed at the University of Technology, Jamaica by Paul D. Taylor, Richard Brown, and Gerald Ritchie. It is an ideal subject for examining how to create web-based expert systems using PHP and CLIPS. For more information on the Research documentation for this project. Feel free to contact me thequietinnovator@gmail.com.

INSTALLATION INSTRUCTIONS

To begin installing the PC Doctor Expert System on your computer, please verify that you have downloaded the following files:

  • wamp5_1.3.1 installation file
  • php_clips-0.5.0.dll file
  • CLIPSWin Zip file
  • pcdocbckup20080514.sql file
  • PCDOC folder containing source code files.

    The installation files are also provided in the installation_files folder. Once you have verified that you have all five (5) components you can begin.

Installing WAMP

Firstly, install the WAMP server on a computer running Windows by simply running the wamp5_1.3.1 installation file. This will install the Apache 1.3 web server, the MySQL DBMS, and PHP 5 on your Windows machine. Also, ensure that you configure PHP to allow URL includes (i.e. allow_url_include=On in the php.ini file). Once you have finished installing WAMP, copy the PCDOC folder to the www subdirectory of your wamp folder on your computer (i.e. wamp/www).

Installing PHLIPS

Secondly, install PHLIPS extensions by copying the php_clips-0.5.0.dll file to the ext subdirectory in the php folder under the wamp directory on your computer (i.e. wamp/php/ext). Once you have done that, modify the php.ini file and add the php_clips-0.5.0.dll file as an extension. The php.ini can be accessed using the WAMP menu under Config Files (NB. The WAMP menu is accessed by clicking on the WAMP icon on the lower right hand corner of your task bar.), or you can access it by simply going to php folder under the WAMP directory (i.e. wamp/php).

When you have finished, restart the server. To ensure that the server is reading the extension, after restarting the server, browse to http://localhost/ (which is the WAMP home page on your computer.) and click on phpinfo() and check the configuration listing presented to see if the CLIPS extension is installed.

For further information about installing and using PHLIPS go to http://phlips.sourceforge.net .

After you have finished installing WAMP, copying over the PCDOC folder, and installing the PHLIPS extension, CONGRATULATIONS! You are almost there! Just one thing left to do:

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

Copying over the Database

When you installed WAMP, you also installed the MySQL DBMS, because MySQL is a part of the WAMP bundle of applications. To access it, simply go to the WAMP menu mentioned earlier and select phpMyAdmin, or browse to http://localhost/phpmyadmin/. Once you have accessed it, create a new database named pcdoc (NB. Ensure that the root user has a blank password. You can check this by using the config.php in the WAMP folder, but don’t worry; I think it is set that way by default.).

Once you have created the pcdoc database, DO NOT CREATE ANY TABLES YET! I will tell you how to do that. Open the pcdocbckup20080514.sql file and copy its entire contents (i.e. Select All, then Copy), and paste it under the section labeled SQL in phpMyAdmin (this is the section that allows you to run SQL queries), then run the queries (i.e. Click “Go”).

When this is finished you should see all the tables you need to run the application (NB. You should see 4 tables tblpages, tblquestions, tblproblems, and tblrecommend), and lots and lots of data already stored in them!

Now you are fully ready to run the PC Doctor Expert System, HAVE FUN!! NB. We included a version of CLIPS on the Repo, but that’s only if you want to view the knowledgebase or run the command-line version of the system.

PCDoctorExpert-master.zip

[출처] https://github.com/pdtaylor/PCDoctorExpert

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
1220 [一日30分 인생승리의 학습법] Qiskit 시작하기 (Getting Started with Qiskit) file 졸리운_곰 2025.06.03 16
1219 [一日30分 인생승리의 학습법] 양자컴퓨팅 프로그래밍 file 졸리운_곰 2025.06.03 12
1218 [一日30分 인생승리의 학습법] [Git] 다중 리모트를 사용하여 여러 Git 연동하기(Gitea, GitHub) file 졸리운_곰 2025.05.25 7
1217 [一日30分 인생승리의 학습법] [GitHub][terminal] 비밀번호 인증 에러를 토큰으로 해결하고 로그인 하기 file 졸리운_곰 2025.05.24 20
1216 [一日30分 인생승리의 학습법] [알아봅시다] 블록체인 게임들의 가능성과 미래 file 졸리운_곰 2025.04.08 29
1215 이 어지러운시대의 극복법 만화보기 file unmask 2025.04.08 55
1214 [ 一日30分 인생승리의 학습법] IT 국비교육, 쓰레기 속에서 그나마 덜 쓰레기인 곳 찾는 팁 file 졸리운_곰 2025.03.08 22
1213 [ 一日30分 인생승리의 학습법] 소프트웨어 개발하다보면 "connection reset" 등, 소프트웨어 버그 적인 문제가아닌 하드웨어나 네트워크 오류 메시지의 예 file 졸리운_곰 2025.03.01 22
1212 [ 一日30分 인생승리의 학습법] 기술부채(Technical Debt)는 소프트웨어 개발이나 프로젝트 과정에서, 약속된 것과 실제로 제공된 것 사이에 차이가 발생하는 것을 의미합니다. file 졸리운_곰 2025.01.23 32
1211 [ 一日30分 인생승리의 학습법] 고가용성(High Availability) 시스템을 위한 5가지 전략 file 졸리운_곰 2024.12.28 34
1210 [ 一日30分 인생승리의 학습법] 켈리 공식을 간단히 투자해 적용해 보자 - 켈리 크라이티리언과 확률적 사고의 중요성 file 졸리운_곰 2024.12.26 36
1209 [ 一日30分 인생승리의 학습법] [markdown] mermaid를 이용해서 UML 그리기 - 플로우차트 file 졸리운_곰 2024.12.01 50
1208 [ 一日30分 인생승리의 학습법] Mermaid.js 정리???????? file 졸리운_곰 2024.12.01 69
1207 [ 一日30分 인생승리의 학습법] Mermaid를 이용한 시퀀스 다이어그램 file 졸리운_곰 2024.12.01 34
1206 [ 一日30分 인생승리의 학습법] Mermaid - 코드로 순서도(flowchart) 그리기 file 졸리운_곰 2024.12.01 30
1205 [ 一日30分 인생승리의 학습법] 유니코드 그래픽 기호(심벌) Huge List of Unicode Symbols 졸리운_곰 2024.07.31 48
1204 [ 一日30分 인생승리의 학습법] PocketBase Attempt to simplify the serve command for prod : 포켓베이스 프로덕션 포트 도메인 네임 설정 졸리운_곰 2024.06.10 73
1203 [ 一日30分 인생승리의 학습법] google spreadsheet app script 로 코인 현황 : 거래소 API 접근할 때 알아두면 좋은 함수 file 졸리운_곰 2024.06.08 62
1202 [ 一日30分 인생승리의 학습법] 매크로 프로그램 정리 졸리운_곰 2024.06.08 90
1201 [ 一日30分 인생승리의 학습법] 스마트스토어 vs 아임웹 vs 카페24 file 졸리운_곰 2024.05.16 79
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED