azghanvi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] CFDB with Google Spreadsheet = error 500A quick patch that worked for me.
1) contact-form-7-to-database-extension/ExportToCsvUtf8.php: Added new If and commented old if.
if($_REQUEST[“secret”] != “redacted”){
$this->assertSecurityErrorMessage();
return;
}
/*
// Security Check
if (!$this->isAuthorized()) {
$this->assertSecurityErrorMessage();
return;
}
*/2) In Code.gs (script editor) added secret param.
url += ‘%26’+encodeURI(“secret=redacted”);
return UrlFetchApp.fetch(
…Hope it help as a temporary alternate,till actual fix is there.
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!Okay, Thanks Jan And Esmi for your time. I don’t want to spare more time on it. It brought a lot of learning for me.
I think ethics question comes if we violate some terms of business. Perhaps for GPL cases we are not doing it at all.
I just wanted to highlight the risks …
1) The truth is that any “commercial” product released under the GPL will not succeed commercially, because the GPL allows anyone who buys the software to turn around and give it away for free.
https://encodable.com/tech/blog/2006/02/25/Why_the_GPL_is_Incompatible_with_Commercial_Software2) “GPL is well suited for use as a marketing weapon”
https://en.wikipedia.org/wiki/GNU_General_Public_License#Barrier_to_commercializationThanks
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!They are taking big benefit by using www.remarpro.com as a big marketing channel and negative factor of being open sourced. If they want to remain commercial, their open source code should be in such standard that could not converted to commercial code. If it is not, it’s their foolish technical approach of doing business. Why you guys are defending them?
What I know now is, till www.remarpro.com themes section launch a modified license other than GPL, each and every developer is free to change the code (as said by simon). We don’t really care for your “personal” decisions and long term risks. We’re doing business here. To find best ROI in Lowest Cost is target of every business, in each license they choose.
Perhaps, Same approach applies for Joomla themes and plugins. I do respect the restrictions of license (if any) in case wp change terms in future.
Thanks for all the updates.
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!@esmi, why are you saying it is being hacked.
GPL allow me to do so. It’s legal to revise a GPL code and re-release it.
I’m doing good development on this theme and making it more useful for community.If PageLines wants to remain commercial, they are more than welcome on their own site with a more restrictive license.
Another dimension, right ?
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!Look Simon, Be respectful.
I posted here to ask, if i understand it right?I do respect the commercial terms of others and pay where people deserve.
I read that all things here are GPL, so we should not pay if it works by editing code (and possibly make it public). Correct me if there is something missing.
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!By null i mean same GPL flexi.
Null was used as a slang, as most people don’t know this GPL rule.Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!Here you go … this comes when you go to upload your theme on this website.
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!The theme policy says:
“All the themes we host here are Open Source. If you want your theme to be proprietary or promote things that violate WordPress’ license on your site, the directory probably isn’t the best home for your work.”
Pagelines already agreed to open source this theme when uploaded here.
So, this means we (php devs) can change the code and remove all the restrictions set PHP files and use full features with no cost. I have already nulled other plugins as it comply with above statement policy.
Do i understand it right? Any comments from seniors?