Development On Report Extraction - SteemWatcher Updates..

in hive-151113 •  2 years ago 

20230622_153500_0000.jpg

Hello Steemians!

How are you all, I hope you will be good, by the grace of God, I am also well. Today I am here with new development on steemwatcher.com that I have completed last night. In the previous development, i have develop the blacklisted and whitelisted indicators.

In this development phase, I have complete the development on report extration. In the portal.layout' you can see the three different types of plagiarism. These are the treding plagiarism types of steemit. Report Data is adding and extracting from database but we want to seperate the data on the base of plagiarism types for performaing and making an analysis report. So i applied some check on the database table. In the below screenshot you can the trending plagiarism types.

Screenshot_20230622-141701~2.png

Report Types

For this, i have develop three new pages to show these three different types of data. On the front end, i just use the table and a Div to show the paragraph content on the top section. In the plagiarism report page, you will just see the plagiarism reports for making a analysis report. It will help in future to take decision by following these reports.

Screenshot_20230622-141751~2.png

Plagiarism

Here is the interface of spamming report page. On the top, some knowledge about spamming is paste and below you will see the table where only spamming post will extract.

Screenshot_20230622-141821~2.png

Spamming

Same as it it, i develop a seperate section for AI content. AI content is another issue on steemit. We are use the AI dectector tool that is using the latest tecnology GPT-4. In the page, i am applied checks on plagiarism column that will get or extract on AI content.

Screenshot_20230622-141833~3.png

AI

I am doing development by using PhP, JavaScript at back end. Html and css is use to make the front end. to make the mobile responsive, i am using bootstrap. the core code is sharing with you for knowledge.

    // For extracting only plag reports

       $sql = "(SELECT * FROM `GeneralUserReports` WHERE `PLAGIARISM_TYPE` = 'Plagiarism Content' ORDER BY `POSTED_DATE`) UNION ALL
SELECT * FROM `DetectiveReports` WHERE `PLAGIARISM_TYPE` = 'Plagiarism Content' ORDER BY `POSTED_DATE` DESC LIMIT $offset, $limit";

// For extracting only Spamming reports

       $sql = "(SELECT * FROM `GeneralUserReports` WHERE `PLAGIARISM_TYPE` = 'Spamming Content' ORDER BY `POSTED_DATE`) UNION ALL
SELECT * FROM `DetectiveReports` WHERE `PLAGIARISM_TYPE` = 'Spamming Content' ORDER BY `POSTED_DATE` DESC LIMIT $offset, $limit";

// For extracting only AI reports

       $sql = "(SELECT * FROM `GeneralUserReports` WHERE `PLAGIARISM_TYPE` = 'AI Content' ORDER BY `POSTED_DATE`) UNION ALL
SELECT * FROM `DetectiveReports` WHERE `PLAGIARISM_TYPE` = 'AI Content' ORDER BY `POSTED_DATE` DESC LIMIT $offset, $limit";


BoC- line.png

If anyone have any suggestion, then must share with us in the comment section. we will focus on it and try to apply it if it will suitable.

Here is the Link of official Steemwatcher.
www.steemwatcher.com

Please cast witness vote to @bangla.Witness or set proxy to @rme.

_
Vote bangla.witness as witness
Set Proxy rme as proxy

Special Thanks.

Cc: @rme
Cc: @hungry-griffin
Cc: @steemcurator01
Cc: @steemchiller

Thanks for giving your precious time to my post.
Follow | Upvote | Share | Comments
Follow me on Instagram.
Instagram

🆃🅷🅰️🅽🅺 🆈🅾️🆄

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations, your post has been upvoted by @dsc-r2cornell, which is the curating account for @R2cornell's Discord Community.

Manually curated by @jasonmunapasee

r2cornell_curation_banner.png