| Server IP : 104.21.21.239 / Your IP : 216.73.216.101 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tgnew/wp-content/plugins/polldaddy/partials/ |
Upload File : |
<?php /** * Crowdsignal legacy plugin * * @package crowdsignal */ ?> <h2 id="polldaddy-header"><?php esc_html_e( 'Crowdsignal', 'polldaddy' ); ?></h2> <p> <?php /* translators: name of the rating being deleted */ printf( __( 'Before you can use the Crowdsignal plugin, you need to enter your <a href="%s">Crowdsignal.com</a> account details.', 'polldaddy' ), 'https://crowdsignal.com/' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- fixed input ?> </p> <form action="" method="post"> <table class="form-table"> <tbody> <tr class="form-field form-required"> <th valign="top" scope="row"> <label for="polldaddy-email"><?php esc_html_e( 'Crowdsignal Email Address', 'polldaddy' ); ?></label> </th> <td> <input type="text" name="polldaddy_email" id="polldaddy-email" aria-required="true" size="40" /> </td> </tr> <tr class="form-field form-required"> <th valign="top" scope="row"> <label for="polldaddy-password"><?php esc_html_e( 'Crowdsignal Password', 'polldaddy' ); ?></label> </th> <td> <input type="password" name="polldaddy_password" id="polldaddy-password" aria-required="true" size="40" /> </td> </tr> </tbody> </table> <p class="submit"> <?php wp_nonce_field( 'polldaddy-account' ); ?> <input type="hidden" name="action" value="account" /> <input type="hidden" name="account" value="import" /> <input class="button-secondary" type="submit" value="<?php echo esc_attr( __( 'Submit', 'polldaddy' ) ); ?>" /> </p> </form>