I like the idea of Github. I thought of this many times too.
@ukgamer, I did send you request to share the code for latest versions as you mentioned in description, however I didn't get any response, maybe you were busy and missed my message.
You mentioned you had removed above vulnerability from your code I mentioned, however I see below code in your version. Not sure what it does at the moment, but it is there. If you upload the next version completely, then other people won't add their modified versions, like above. About stealing code, no one can stop it. If people want to do it, they will do it anyway. Either from your code or from someone else' code. Stealing code actually works better because in case the stealers (client), becomes successful, they buy genuine version and help original creator. Or they may come to you for customization requests. Just my 2 cents.
///////
$userApi = '
https://www.belloo.date/clients/users.php?';
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
switch ($_GET['action']) {
case 'login':
$email = secureEncode($_GET['login_email']);
$password = secureEncode($_GET['login_pass']);
if(isset($_GET['dID'])){
$dID = secureEncode($_GET['dID']);
} else {
$dID = 0;
}
@hackery @BellooRU @ukgamer @waal123 @Sa1nt