Destoon SMS interface modification method _ PHP Tutorial

Source: Internet
Author: User
Destoon SMS interface modification method. Destoon is an excellent B2B industry site program. Modular program development is highly compatible, and secondary development is also smooth. Data caching, permission allocation, and SEO functions are all good. However, destoon is an excellent B2B industry site program. Modular program development is highly compatible, and secondary development is also smooth. Data caching, permission allocation, and SEO functions are all good.

However, when using this program, you often need to use the function of sending text messages, and destoon itself only accesses its own short message interface. Some developers who are new to destoon do not know how to modify it.

Therefore, tie Niu hereby writes a document to share how to modify destoon to access the external SMS interface.

Step 1: Find the/include/global. func. php file and search for the send_sms function.

Modify function send_sms to function send_sms_back and create function send_sms.

  send_sms(, ,  = 0,  = 0      , , , ,      (!['sms'] || !['sms_uid'] || !['sms_key'])        = 'http://app.com/test/sms.php';            or  = word_count(      = (convert(, DT_CHARSET, 'UTF-8'           = 'username='.['sms_uid'     . '&pwd='.['sms_key'     . '&mobile='.     . '&msg='.        = curl_init( curl_setopt(, CURLOPT_POST, 1 curl_setopt(, CURLOPT_POSTFIELDS,  curl_setopt(, CURLOPT_FOLLOWLOCATION, 1 curl_setopt(, CURLOPT_HEADER, 0 curl_setopt(, CURLOPT_SSL_VERIFYPEER, 0 curl_setopt(, CURLOPT_RETURNTRANSFER, 1  = curl_exec( curl_close( ='' (!==['sms_ok'      = 'Can Not Connect SMS Server'        =['sms_ok'   ->query("INSERT INTO {->pre}sms (mobile,message,word,editor,sendtime,code) VALUES ('','','','','','')"        }

Step 2: Set the SMS return value

My SMS interface address is: Success

Tip: If your curl_init () function is unavailable

Find php. ini, modify extension = php_curl.dll, and remove the semicolon.
If your php library does not have php_curl.dll, copy php_curl.dll php5ts. dlllibeay32.dll ssleay32.dll to windows/system32 and restart IIS or Apache.

Destoon development communication group number: 98537090

Bytes. Modular program development is highly compatible, and secondary development is also smooth. Data caching, permission allocation, and SEO functions are all good. But in...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.