一个可签署的合同,存储在单个文件中
12/31/23: Added functionality for shortcodes.
contract-1234567890.php.contract-1234567890/index.php.An example of a contract script: contains all code (PHP, CSS, HTML, PNG-data, JS) required by a stand-alone contract file. Upon being signed, this script deletes itself (or rather, it deletes its .php file), and leaves behind an .html file with the same name: a final version of the contract, signed by both parties.
The first 10 or so lines of the file are used to store contract metadata (one per line), ie:
<?php /* ##########################
[client_email]
[dev_email]
[dev_signature]
[dev_ip]
[dev_timestamp]
[dev_timestamp_offset]
[dev_name]
[client_name]
###################################
A copy of contract.php -- the only difference is when the filename is test.php or demo.php the PHP file doesn't delete itself when signed.
Folder containing all the code behind the online generator.
暂无开放 Issues,或尚未同步最近议题。