I've already shown the ripped code. Both times you just happened to leave it there because you were "testing something". I'm sure I could have found a lot more stuff if you hadn't taken the repo offline.
I'll be glad to check the "new" source whenever you put it online.
You said you've never seen the source of which you are allegedly stealing from. Yet according to this post you have:
http://devbest.com/threads/supercms-php-mysql-oop.24480/page-3#post-162080
You said I'm not showing any proof yet I have in nearly every single post. Once the new source is up...
I care because it's wrong to steal someone's work and claim it as your own. Imagine if you found someone really skilled to help with your hotel (http://devbest.com/threads/bamp-hotel-need-help-with-technical-stuff.25362/) and they coded a really awesome feature for it. Now imagine if someone...
Why should anyone believe him based on his word alone? There's evidence that he stole the majority of the work in that GitHub (you would know this if you did not possess an elementary reading comprehension level). Take a look at his password generator script. If you knew anything about PHP you...
Do posts counts equate to something here? It's not 'trolling' when there's a legitimate reason to believe someone is stealing another person's work and claiming it as their own. It's just like that user Admiral/Tommy/Xoberful stealing some of my work and trying to sell it to people here. It's...
You seem to have "forgotten" to remove everything inside https://github.com/Weytin/SuperCMS/tree/master/Application/Library/Classes since that all looks exactly like HoloCMS.
I'll actually believe you even know PHP if you could perform this simple task (really simple if you are in fact the...
It isn't that difficult to create "something like this" when the majority off the coding is ripped from other sources.
If you want to see some of the work I've done, I'll be glad to oblige once I get out of work at HostGator
And where are the credits for this:
https://github.com/Weytin/SuperCMS/blob/master/Application/Library/Plugins/quickmenu.php
http://trac.assembla.com/holo_cms/browser/cms/quickmenu.php
Just stop the bullshitting...
http://demo.ponjoh.com/Simpla-Admin/
Considering you're the same person who made the crappy code posted here:
http://st4tic.com/threads/password-generator-script.13321/
<?php
$string = '';
$number = $_POST['number'];
switch($number)
{
case 6:
$string = "abc123";
echo $string/2;
break...