Grazie daniele.
mia colpa, ho editato il service in risposta 12 che utilizzo attualmente.
Lo fatto perché come era prima non mi recuperava neppure %%code1%%.
Lo provo con il Referer, vediamo che succede
adesso funziona, che dici mettiamo in rilievo?
Ci sono molti servizi che vogliono aggiunto il Refer, tipo freesms.net è altri (vodafone-sms forse è un'altro discorso).
<service id="1123" service_type="free" name="Smstexter" v="1.0" maxsms="1000" singlelen="160" sms_divisor="160" maxlen="160" reset="daily" output_encoding="UTF-8" icon="">
<description>
<info>Infiniti messaggi ogni giorno. By FE </info>
<config>
<required n="1" name="mittente" default="" desc="Inserisci mittente" />
</config>
</description>
<procedure>
<page uri="http://www.google.com/recaptcha/api/challenge?k=6LcqFdESAAAAACPJRcM6gKlJx0xYqVdHr6O-m99u" method="GET">
<contents>
<var name="code1" left="nge : '" right="'," />
</contents>
</page>
<page uri="http://darbula.altervista.org/smstexter.php" method="POST">
<vars>
<var name="message" value="%%message%%" />
</vars>
<contents>
<var name="accenti" left="supportati" right="Smstexter" />
</contents>
</page>
<page uri="http://www.google.com/recaptcha/api/image?c=%%code1%%" method="GET" captcha="1" />
<headers>
<var name="Referer" value="http://smstexter.com/index.php" />
</headers>
<page uri="http://smstexter.com/index.php" method="POST">
<vars>
<var name="go" value="1" />
<var name="hp" value="%%intcode%%%%intnum%%" />
<var name="message" value="%%message%%" />
<var name="recaptcha_challenge_field" value="%%code1%%" />
<var name="recaptcha_response_field" value="%%captcha_value%%" />
</vars>
<errors>
<var errstr="Wrong Validation Code" errmsg="Codice ottico errato" />
</errors>
<accept>
<var acceptstr="SMS is successfully delivered" acceptmsg="" />
</accept>
</page>
</procedure>
</service>
Mi sono accorto che il content accenti lo recupera, ma invia la variabile originale %%message%%. Si può creare un tag che prelevi i content è inserisca quel valore (qualsiasi tipo di valore) nell'invio?
Ps. a questo punto credo, che la codifica base 64 per Aimon non funzioni, senza un nuovo tag.