PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, August 31, 2022

[FIXED] How to develope Web modules

 August 31, 2022     module, pear, php     No comments   

Issue

I'm looking to buid a paid subscription service that I can send to website builders.

I want to target PHP developers using virtual servers. However I would like to compile the code into some sort of library so as not to allow the customers to view the code that I have given them.

I want to know what options I have to build these modules ? I don't think its possible to compile PHP and I was looking a PEAR ?

What would be the best choices ?


Solution

Check out PHP's bytecode compiler. I've been using it to deliver closed-source PHP applications to some of my clients. I don't know exactly how hard it would be to reverse it back to plain source code, but it should be relatively hard. Do note that any strings in your code are readable on the generated bytecode, so don't hold anything sensitive as a plain string.



Answered By - shesek
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing