2018-11-09 17:38:45 +00:00
.. index :: WWW
.. index :: PHP
2018-11-08 10:15:54 +00:00
2018-11-10 15:57:13 +00:00
=====================
Directory :file: `www`
=====================
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
This contains the PHP code that is the entry point to the application:
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/account.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/ac.js
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/ac.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/advertising.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/alert_hash_collision.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/analyse.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/cap.html.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/capnew.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/cap.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/coap.html.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/coapnew.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/disputes.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/error403.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/error404.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/favicon.ico
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/gpg.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/help.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/.htaccess
2018-12-08 10:00:01 +00:00
:uses:
includes/general.php
:links:
http://www.cacert.org/policy/CertificationPracticeStatement.html
The file :file: `www/.htaccess` is the file that contains some statements to control the whole process of the website.
It contains a general include-statement for including :file: `ìncludes/general.php` (auto_prepend_file /www/includes/general.php). Therefor a 'include(../includes/general.php) is not needed.
Also a permanent redirection is made from :file: `/cps.php` to <http://www.cacert.org/policy/CertificationPracticeStatement.html> (RedirectPermanent /cps.php http://www.cacert.org/policy/CertificationPracticeStatement.html).
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/index.php
2018-11-13 18:53:51 +00:00
:uses:
includes/lib/l10n.php
includes/notary.inc.php
pages/index/17.php
pages/index/20.php
includes/general.php-loadem
2018-11-27 11:36:49 +00:00
includes/mysql.php-sendmail
2018-11-13 18:53:51 +00:00
includes/general.php-checkpw
The :file: `index.php` is the main page of the CAcert website. Depending on an id transfered to this module different actions are performed.
ids
.. todo :: Check where/when includes/general.php and includes/mysql.php is loaded
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/keygenIE.js
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/news.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/rss.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/sealgen.php
:uses:
www/images/secured.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
:file: `sealgen.php` generates a small site seal image from
:sourcefile: `www/images/secured.png` . This could be replaced with a static
image if it is used at all.
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/sqldump.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/src-lic.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/stats.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/ttp.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/verify.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/wot.php
2018-11-08 10:15:54 +00:00
Directory :file: `www/api`
=========================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/api/ccsr.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/api/cemails.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/api/edu.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/api/index.php
2018-11-08 10:15:54 +00:00
Directory :file: `www/cats`
==========================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/cats/cats_import.php
2018-11-08 10:15:54 +00:00
Directory :file: `www/certs`
===========================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/cacert.asc
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/CAcert_Root_Certificates.msi
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/class3.crt
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/class3.der
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/class3.txt
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/root.crt
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/root.der
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/certs/root.txt
2018-11-08 10:15:54 +00:00
Directory :file: `www/docs`
===========================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/banner.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/cacert0304.pdf
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/cacert_display.pdf
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/cacert_display.sxw
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/CAcert_Rules.pdf
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/CAcert_Rules.sxw
2018-11-08 10:15:54 +00:00
2018-11-09 17:52:11 +00:00
.. sourcefile :: www/docs/encryption in the real world.sxi
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/flyer.sxw
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/incorporation.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/keys.pdf
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/docs/keys.ps
2018-11-08 10:15:54 +00:00
Directory :file: `www/iistutorial`
=================================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image001.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image002.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image003.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image004.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image005.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image006.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image007.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image008.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image009.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image010.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image011b.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image011.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image012.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image013.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image014.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/iistutorial/image015.gif
2018-11-08 10:15:54 +00:00
Directory :file: `www/images`
============================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/bit.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/btn_paynowCC_LG.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/btn_subscribeCC_LG.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/cacert2.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/cacert3.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/cacert4.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/cacert-draft.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/CAcert-logo-colour-1000.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/CAcert-logo-mono-1000.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/cacert-policy.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/nlnet.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/oan.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/payment2a.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/payment2.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/secured.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/sonance.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/tunix.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/images/valid-xhtml11-blue
2018-11-08 10:15:54 +00:00
Directory :file: `www/logos`
===========================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/animated.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert1.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-free-certificates2.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-free-certificates3.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-free-certificates4.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-grey2.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-grey.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/CAcert-logo-colour-1000.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/CAcert-logo-colour.eps
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/CAcert-logo-mono-1000.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/CAcert-logo-mono.eps
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-secured3.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-secured4.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-secured5.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-secured7.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-secure-site2.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/cacert-secure-site.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/small-ssl-secured-site.png
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/logos/small-ssl-security.png
2018-11-08 10:15:54 +00:00
Directory :file: `www/policy`
============================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/AssurancePolicy.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/AssurancePolicy.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/CAcertCommunityAgreement.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/CAcertCommunityAgreement.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/CertificationPracticeStatement.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/CertificationPracticeStatement.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/ConfigurationControlSpecification.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/DisputeResolutionPolicy.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/DisputeResolutionPolicy.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/images
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/index.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/NRPDisclaimerAndLicence.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/OrganisationAssurancePolicy_Australia.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/OrganisationAssurancePolicy_Europe.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/OrganisationAssurancePolicy_Germany.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/OrganisationAssurancePolicy.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/OrganisationAssurancePolicy.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/PolicyOnJuniorAssurersMembers.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/PolicyOnPolicy.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/PolicyOnPolicy.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/PrivacyPolicy.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/PrivacyPolicy.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/RootDistributionLicense.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/RootDistributionLicense.php
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/SecurityPolicy.html
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/policy/TTPAssistedAssurancePolicy.html
2018-11-08 10:15:54 +00:00
Directory :file: `www/siteimages`
================================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/bg_grad.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/bg_nav.jpg
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/gblnav_left.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/glblnav_selected.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/glbnav_background.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/glbnav_right.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/tl_curve_white.gif
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/siteimages/tr_curve_white.gif
2018-11-08 10:15:54 +00:00
Directory :file: `www/styles`
============================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/styles/default.css
2018-11-08 10:15:54 +00:00
Directory :file: `www/tverify`
=============================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/tverify/seclayer.php
2018-11-08 10:15:54 +00:00
Directory :file: `www/utf8_to_ascii`
===================================
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/utf8_to_ascii/ChangeLog
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/utf8_to_ascii/LICENSE
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/utf8_to_ascii/README
2018-11-08 10:15:54 +00:00
2018-11-09 17:38:45 +00:00
.. sourcefile :: www/utf8_to_ascii/utf8_to_ascii.php
2018-11-08 10:15:54 +00:00
.. _www-utf8_to_ascii-db:
2018-11-09 17:38:45 +00:00
.. index :: utf8-to-ascii; database
2018-11-08 10:15:54 +00:00
Directory :file: `www/utf8_to_ascii/db`
======================================
2018-11-09 17:38:45 +00:00
This Directory contains files :file: `x00.php` to :file: `xFF.php` in which an
array is built to convert the symbols from UTF8-coding to ASCII-coding.