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.
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.
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.
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.
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";
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
🆃🅷🅰️🅽🅺 🆈🅾️🆄
Congratulations, your post has been upvoted by @dsc-r2cornell, which is the curating account for @R2cornell's Discord Community.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit