Obfuscate PHP code (prevent source code viewing) [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm working on a PHP project using a PHP framework which i would like sell.
Someone wants to test the code on their server first.
I do not want to give away the source.
So is it possible to obfuscate the code?
Or may be compile it?
My primary objective is, they should not be able to just take the code, once it is on their server and cheat me. Also I do not want them to handover the code to another developer and get it reverse engineered or changed.
I'm looking for a free solution if possible.

You can use Zend Guard to do the same so that it will encrypt your whole code and will compile it so that no one can use your source code. it works same as we do in JAVA as it create byte code in class files.
Go through this link Zend Guard
Zend Guard, the most widely accepted PHP encoding and obfuscation product on the market
it will do following tasks for you:
Prevent reverse engineering & unauthorized modifications
Protect your code from unauthorized use

Related

Hack back to php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I was looking at the hack language of Facebook but I have a server running several php sites.
Now I was wondering if there is a tool that can convert hack back to php, so it can be run it on my server but I can develop in hack?
Hack is neither a subset nor a superset of PHP -- we've been calling it a "dialect". While writing a tool to convert many (but not all!) features from Hack to PHP might be possible right now, we don't believe it to be a good idea. This thread has some discussion and elaboration on why: https://github.com/facebook/hhvm/issues/2236 (Super short summary: you really want the runtime to be enforcing your type annotations.)
As that thread says, we do want a better PHP conversion story than we have right now, particularly for frameworks that don't want to convert over to Hack wholesale (since they'd lose most of their users/customers :)). We don't have anything yet, but have some ideas we haven't gotten around to working on yet.

Open Source[in php] Tool Which can convert XML into UML Diagrams? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I had already searched on Github and SourceForge, but these keywords are so much used that i could not find any relevant result , specially on sourceForge.
I want to know if there is any Open Source tool written in php for converting XML in UML diagrams.
I dont want support for all UML diagrams , my main focus in Class diagrams.
Why i want this software?
I am developing a tool for extending UML diagrams, in order to inject security constrains at the time of designing system(UML creating). So, if i can get a open source written in php for converting xml into php than, it will save a lot of time.
i am developing it in PHP so that it can be provided as a web service to all.
This question was never asked on SO(particularly for soucecode in php) , it will help others to find quick answer(whether any such tool exist or not), Converting XML to UML is a common topic.
Maybe try to convert your xml to php-classes with this : https://github.com/moyarada/XSD-to-PHP and than use php_uml (http://pear.php.net/package/PHP_UML/) from pear.
Never tryd one of this tools, but maybe you got it work.

Software/Plugin that tracks website actions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
We are currently moving a lot of our code to use the api we've developed instead of making sql calls from our php. There will be a lot of functionality to test once this happens. I was wondering if you know of a good plugin or software to use to track and replicate and action (such as registering a user, the logging in, posting a comment, etc). I know there is software like selenium, but I've heard that it would be more of a hassle to setup than it's worth (for what we need it for).
I basically want to create a script of my actions on our stable build, then run that script on the build that is using our newly implemented api build that uses a different database, then come the two databases to make sure they have the same data.
Any suggestions would be great. There has to be a chrome plugin or something, but I haven't been be able to find it after a few hours of searching.
If these are web service calls to your API, you can use curl (on the command line or within PHP) or even Guzzle as it's just an HTTP Client for communicating with web services. What you are describing is testing your app, which is common. There is nothing trivial or easy about full test coverage so prepare to spend some time setting this up and working out the kinks.

Open Source Online IDE [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any Open Source online IDE's except for Bespin?
If found some online IDE's like; phpanywhere.net, coderun.com, squadedit.com, codepad.org, but non of them are open source.
Bespin isn't working for me, it could be because I'm a Opera user, but even in Firefox I couldn't get it to work properly. And if there is no other alternative; what about creating a new open source project?
First, if I'm supposed to create an open source project; what would be the best place to host it?
Any of these?
- http://github.com/
- http://code.google.com/hosting/
- http://sourceforge.net/
I went with the github solution.
I'm thinking of creating this with php and the JavaScript framework MooTools.
What would be the best way to build the code editing area on?
html textarea-tag
html iframe-tag
creating an own enging like google did with google docs?
Theres also the html5 option, like Bespin did. But the problem there is that its not working. Also another reason for that I don't want to go for Bespin is that its an dead prosject. As far as I know several of the team members that worked at Bespin now work for other companies.
Also, I'm thinking about building it upon the "Operational transformation" as google did. But should I first create that as an separate Open Source prosject? An Operational transformation javascript implementation for MooTools.
You could help yourself with Codemirror, there are already a few examples written.
Kodingen is no more.
It's now Koding and it's miles away from where Kodingen was. Free VM with root. I think that says enough.

Open-source comment engines [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a solid open-source commenting engine written in PHP. It needs to have workflow/moderation capabilities as well.
I've checked into Disqus, and while I like the concept, the site owner's may develop their own login system at a later point, which would have to integrate with the comment system. Also, I'm not sure that they want the comments hosted remotely.
Does anyone have any recommendations that I might look into? Alternatively, if you have experience with Disqus, what do you like/dislike about it?
Commentator looks to have a solid community backing, is written in PHP, and has most of the features you'd expect from a comment system.
you may want to check on to this site too, here is the link:
Commentics
as the Website itself Describes it :
What is Commentics?
Commentics is a free, advanced PHP comment script with many features. Professionally written and with open source code, its main aims are to be integrable, customizable and secure. It is designed to be integrated into your existing pages.

Categories