... e complete the following Credit Application Form or forward to the person within your company responsible for completing this.");
m_Actions.put("recipient_phonenumber","");
m_Actions.put("recipient_countrycode","");
m_Actions.put("verify_recipient",false);
m_Actions.put("recipient_name",v_RecipientFullName);
m_Actions.put("recipient_email",v_RecipientEmail);
l_Actions.add(m_Actions);
...
... = zoho.creator.createRecord("myOwnerName","myAppName","myFormName",m_CreateRecord,m_Blank,"myCreatorConnection");
//
// build the hash based on the payload body
v_Data = ifnull(m_Payload.get("body"),"");
v_VerifyHash ...
What?
An article to remind me how to install an SSL certificate with GoDaddy.
Why?
A quick reference for myself as I found that with GoDaddy, a purchased SSL certificate seems to require re-installing ...
... replace the my_owner and my_app with your Zoho Creator owner and app name respectively) Update 2022: I've included the code to verify the webhook came from Shopify:
//
// declare response variable back ...
... to do this, click on the red "Verify Now" link. The sidebar for "Domain Verification" will poup on the right. Note the small code and prefix it to your parent domain (eg. abcd12.joellipman.com) and note ...
... like I did on the public key, verifying a JWT signature, or including any third-party libraries. You can do it in pure PHP and all you need is the JSON key that you generated in your Google console. ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
Applies to:
TravelPort Universal API
PHP 4 or 5
cURL
What?
An article on how to resolve errors and setup a standard ping request using the TravelPort Universal API. This is to be achieved using ...
... I stumbled upon regarding SSL and cURL
Posted data for third-party apps is often required via SSL so this may come in handy
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, ...
Applies to:
Joomla CMS v3.2.3 (Joomla.org)
jComments v3.0.0 (JoomlaTune.com)
PlayThru v1.1.8 (AreYouAHuman.com)
What?
This article is a follow on from my article JComments 2.3 with PlayThru ...
Applies to:
Joomla CMS v2.5.11 (Joomla.org)
jComments v2.3.0 (JoomlaTune.com)
PlayThru v1.1.8 (AreYouAHuman.com)
What?
This article is a follow-up of my article JComments 2.3.0 with Google ReCaptcha ...
Applies to:
Joomla CMS v2.5.11 (Joomla.org)
jComments v2.3.0 (JoomlaTune.com)
What?
Posting this as it was rather rewarding to achieve and I hope will be of some use to others in the same boat. ...
... your %s account password. To reset your password, you will need to submit this verification code in order to verify that the request was legitimate.\n\nThe verification code is %s\n\nClick on the URL below ...
... The default is /tmp/mysql.sock.
Using SSL
Driver=;Server=myServerAddress;Database=myDataBase;User=myUsername; Password=myPassword;sslca=c:\cacert.pem;sslcert=c:\client-cert.pem;sslkey=c:\client-key.pem;sslverify=1;Option=3;
SSLCA ...
... website I just went recaptcha-happy), then there are some settings you need to change in the plugin options:
Inclusion Syntax = NO
Auto-verify =YES
Update 16.NOV.2009
I don't see this ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.