Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Art Project Group

    (@artprojectgroup)

    Send us the code to update the plugin.

    Thank you.

    Thread Starter hamzahali

    (@hamzahali)

    I modified the sms lane code,

    This code is working for me for SMScountry

    else if ($configuracion[‘servicio’] == “smslane”)
    {
    $argumentos[‘body’] = array(
    ‘User’ => $configuracion[‘usuario_smslane’],
    ‘passwd’ => $configuracion[‘contrasena_smslane’],
    ‘mobilenumber’ => $telefono,
    ‘sid’ => $configuracion[‘sid_smslane’],
    ‘message’ => $mensaje,
    ‘fl’ => “0”,
    ‘gwid’ => “2”,
    );
    $respuesta = wp_remote_post(“https://api.smscountry.com/SMSCwebservice_bulk.aspx”, $argumentos);
    }

    Plugin Author Art Project Group

    (@artprojectgroup)

    That’s not what we want ??

    Maybe on the next update.

    Thank you.

    Thread Starter hamzahali

    (@hamzahali)

    What should I give you? I am not a core developer, Just can of small hacks -:)

    Plugin Author Art Project Group

    (@artprojectgroup)

    Can you try this?:

    else if ($configuracion['servicio'] == "smslane")
    {
    	        $respuesta = wp_remote_get("https://api.smscountry.com/SMSCwebservice_bulk.aspx?User=" . $configuracion['usuario_smslane'] . "&passwd=" . $configuracion['contrasena_smslane'] . "&mobilenumber=" . $telefono . "&message=" . $mensaje . "&sid=" . $configuracion['sid_smslane'] . "&mtype=N&DR=Y");
    }

    Thank you.

    ineed to integrate https://instant.quickcst.com/ to the plugin can u plz help me what all i have to do .

    Plugin Author Art Project Group

    (@artprojectgroup)

    Please use this form: Plugins de APG.

    Kind regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add India's Most popular service’ is closed to new replies.