Server IP : 1.179.227.78 / Your IP : 10.104.4.41 Web Server : Apache System : Linux afdc-mdu34 5.4.0-153-generic #170-Ubuntu SMP Fri Jun 16 13:43:31 UTC 2023 x86_64 User : www ( 1001) PHP Version : 7.4.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/afdc-mdu34.rtarf.mi.th/mdu34/plugins/captcha/recaptcha/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <extension version="3.4" type="plugin" group="captcha" method="upgrade"> <name>plg_captcha_recaptcha</name> <version>3.4.0</version> <creationDate>December 2011</creationDate> <author>Joomla! Project</author> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <copyright>Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <description>PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION</description> <files> <filename plugin="recaptcha">recaptcha.php</filename> <filename>recaptchalib.php</filename> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="message" type="note" label="PLG_RECAPTCHA_VERSION_1_WARNING_LABEL" showon="version:1.0" /> <field name="version" type="list" label="PLG_RECAPTCHA_VERSION_LABEL" description="PLG_RECAPTCHA_VERSION_DESC" default="2.0" size="1" > <option value="1.0">PLG_RECAPTCHA_VERSION_V1</option> <option value="2.0">PLG_RECAPTCHA_VERSION_V2</option> </field> <field name="public_key" type="text" label="PLG_RECAPTCHA_PUBLIC_KEY_LABEL" description="PLG_RECAPTCHA_PUBLIC_KEY_DESC" default="" required="true" filter="string" size="50" /> <field name="private_key" type="text" label="PLG_RECAPTCHA_PRIVATE_KEY_LABEL" description="PLG_RECAPTCHA_PRIVATE_KEY_DESC" default="" required="true" filter="string" size="50" /> <field name="theme" type="list" label="PLG_RECAPTCHA_THEME_LABEL" description="PLG_RECAPTCHA_THEME_DESC" default="clean" showon="version:1.0" filter="" > <option value="clean">PLG_RECAPTCHA_THEME_CLEAN</option> <option value="white">PLG_RECAPTCHA_THEME_WHITE</option> <option value="blackglass">PLG_RECAPTCHA_THEME_BLACKGLASS</option> <option value="red">PLG_RECAPTCHA_THEME_RED</option> </field> <field name="theme2" type="list" label="PLG_RECAPTCHA_THEME_LABEL" description="PLG_RECAPTCHA_THEME_DESC" default="light" showon="version:2.0" filter="" > <option value="light">PLG_RECAPTCHA_THEME_LIGHT</option> <option value="dark">PLG_RECAPTCHA_THEME_DARK</option> </field> <field name="size" type="list" label="PLG_RECAPTCHA_SIZE_LABEL" description="PLG_RECAPTCHA_SIZE_DESC" default="normal" showon="version:2.0" filter="" > <option value="normal">PLG_RECAPTCHA_THEME_NORMAL</option> <option value="compact">PLG_RECAPTCHA_THEME_COMPACT</option> </field> </fieldset> </fields> </config> </extension>