Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    PHP Version is 5.4 FastCGI

    Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    Just figured out how to include ‘Website’ text area in the Contact Form!

    I edited all the required fields and finally registered the variable under ‘$qvars’ section. Without the registration under ‘$qvars’ section, custom form fields won’t work I think.

    Here’s my custom simplesecure.php file.
    https://pub.robinmathewrajan.com/contents/bug_reports/SimpleSecure/custom_edits/simplesecure.php

    DISCLAIMER: This is an unofficial version of the simplesecure.php file as edited by Robin Mathew Rajan at https://www.robinmathewrajan.com/. This custom PHP file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use at your own risk.
    Changelog:
    1) Added sender IP info
    2) Added ‘website’ text field
    3) Changed ‘Thank you. Your message has been submitted.’ to ‘Thank you. Your message has been encrypted successfully and submitted.’

    Thank you very much Jason, for making this super awesome plugin. ??

    Plugin Author Jason

    (@verysimple)

    It looks suspiciously like magic quotes may be on in php.ini ? That’s what happens is that everything gets a backslash in front of it. Not 100% sure but I think that may be the problem.

    Thanks for adding the stuff to SimpleSecure – I’ll try to get that in the next version!

    Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    Oh! :O My webhost is DreamHost on a Shared Hosting plan. They use Ubuntu 12.04 LTS as OS and Apache as the webserver for all shared servers.

    What should I ask to DreamHost to solve this problem? Could you suggest some ideas please? ?? Sadly, I’m not a programmer! ??

    I’m looking to include a GPG powered contact form in my homepage which is based on HTML5 and CSS3. I researched and found out some ways to do that using OpenPGP.js libraries etc. But when I try to implement that in my homepage, it fails! ??

    Could your script be used to implement GPG powered contact forms on HTML pages? I think if we remove the WordPress requirements from the script, it could be used for embedding GPG powered contact forms on HTML pages right? There are very less working GPG implementations for contact forms for using in HTML pages.

    By the way, did you get my email Jason? ??

    Plugin Author Jason

    (@verysimple)

    I would talk to dreamhost about how to disble it – they probably have a way to do that in .htaccess or maybe a control panel.

    I did get the email – thanks!

    Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    Thank you Jason! That would be fine. ??

    Mika Epstein

    (@ipstenu-dh)

    DreamHost Rep

    Magic Quotes isn’t on for anyone (unless you turned it on…)

    This usually happens with your wp-config.php setting the DB_CHARSET to utf8 when your DB isn’t. You can change that value to define( 'DB_CHARSET', '' ); as a test.

    Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    Ipstenu-DH, I changed define('DB_CHARSET', 'utf8'); to define('DB_CHARSET', ''); as you said. But the problem is still there! ??

    Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    Any updates?

    Plugin Author Jason

    (@verysimple)

    I don’t know actually, i don’t see that happening on any of my test servers. Sorry I don’t know why you are getting escaped quotes.

    Thread Starter RobinMathewRajan

    (@robinmathewrajan)

    ??

    Anyways, you tried your best to help me. That’s very much appreciated. Thank you bro. ?? ^_^

    And thank you to Mika Epstein sis too. ?? ^_^

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Character substitution bug!’ is closed to new replies.