Created
October 11, 2017 15:16
-
-
Save heanfig/8203734c9ad99a6fa3886a673f6ca57d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Envio 8 de mayo de 2017 | |
$m = array( | |
"3002352132", | |
"3002476807", | |
"3003195381", | |
"3003338429", | |
"3003688627", | |
"3003995796", | |
"3004635014", | |
"3005796775", | |
"3006119459", | |
"3006328239", | |
"3006551179", | |
"3007631477", | |
"3007777794", | |
"3007846378", | |
"3007909170", | |
"3008665314", | |
"3008907013", | |
"3008935423", | |
"3013917165", | |
"3014157445", | |
"3014384688", | |
"3015035986", | |
"3015188327", | |
"3016361212", | |
"3017440879", | |
"3044752263", | |
"3045380590", | |
"3045773168", | |
"3046085694", | |
"3053629955", | |
"3102155892", | |
"3102429296", | |
"3102682921", | |
"3103477017", | |
"3103477999", | |
"3103717518", | |
"3103735684", | |
"3103779216", | |
"3103825245", | |
"3103862543", | |
"3103886988", | |
"3103921191", | |
"3103923372", | |
"3103974092", | |
"3103982280", | |
"3103991917", | |
"3104076925", | |
"3104127079", | |
"3104127146", | |
"3104148225", | |
"3104262022", | |
"3104277877", | |
"3104304279", | |
"3104315821", | |
"3104338947", | |
"3104509071", | |
"3104511443", | |
"3104521310", | |
"3104667698", | |
"3104714650", | |
"3104996621", | |
"3105001056", | |
"3105006462", | |
"3105007854", | |
"3105139194", | |
"3105148601", | |
"3105156902", | |
"3105372522", | |
"3105450849", | |
"3105484363", | |
"3105501761", | |
"3105899565", | |
"3105927725", | |
"3105979748", | |
"3106488500", | |
"3106547583", | |
"3106968866", | |
"3107363608", | |
"3107910052", | |
"3107959247", | |
"3108218341", | |
"3108223703", | |
"3108223979", | |
"3108237531", | |
"3108267256", | |
"3108309077", | |
"3108327261", | |
"3108364759", | |
"3108391747", | |
"3108407313", | |
"3108464085", | |
"3108465152", | |
"3108774742", | |
"3108883584", | |
"3108941483", | |
"3108955732", | |
"3112286838", | |
"3112876904", | |
"3113005679", | |
"3113013698" | |
); | |
$message = "Recuerda%20que%20en%20CDA%20Canguro%20puedes%20realizar%20tu%20revisión%20tecnomecanica%20y%20ambiental.%20Sembremos%20aire%20limpio%20para%20el%20futuro%20info%200368811664%20https://goo.gl/BU7t1h"; | |
foreach ($m as $item) { | |
$wGetURL = "https://sistemasmasivos.com/c3colombia/api/sendsms/[email protected]&password=Dc26l4mxlQ&GSM=57" . $item . "&SMSText=" . $message; | |
echo file_get_contents($wGetURL); | |
echo "<br>"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment