Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ultimate_eagles

    (@ultimate_eagles)

    Do you think is there any Issues with CURL option either in My Site or 3rd Party Site.

    Thread Starter ultimate_eagles

    (@ultimate_eagles)

    There was an error when trying to integrate with the 3rd party service {apps.tashlik} (http://apps.tashlik.org/register.aspx).

    **FORM**
    Title: Contact form 1
    Intended Recipient: [email protected]
    Source: http://appskernel.in/reg/

    **SUBMISSION**
    Array
    (
    [timeout] => 10
    [body] => Array
    (
    [username] => RakKumar
    [password] => camisaac
    [email] => [email protected]
    [firstName] => Raj
    [lastName] => Kumar
    [code] => aeU
    )

    )

    **RAW RESPONSE**
    Array
    (
    [reason] => Could not locate success clause within response
    [safe_message] => Success Clause not found
    [clause] => This is success of external submission
    [response] =>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head> <title></title>
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <link rel="stylesheet" type="text/css" href="css/ux.css" />
    <link rel="stylesheet" type="text/css" href="style.css" />

    <script type="text/javascript" src="js/sc/iphoneseattle.js"></script>
    <script type="text/javascript" src="js/jquery-1.7.min.js"></script>
    <link href="js/jquery-ui-1.8.16.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    jQuery(document).ready(function () {
    jQuery('.mobile-nav-btn').click(function () {
    jQuery('.minglehead').toggleClass('active');
    });
    });
    </script>
    <script type="text/javascript">
    window.onload = function () {

    jQuery('[name="username"]').focus();
    var errorMessage = jQuery('.errortext');
    jQuery('[data-attr]').on('change', function () {

    var thisObj = jQuery(this);
    var type = thisObj.data('attr');
    type = type === 'username' ? 'typeUserName' : 'typeEmail';
    var lastValue = jQuery(this).val(), lastResult, lastErrorMessage;
    var data = { 'validationType': type, 'inputString': lastValue };
    thisObj.focusout(function () {
    if (lastValue === jQuery(this).val() && lastResult === false) {
    errorMessage.text(lastErrorMessage);
    thisObj.addClass("ui-state-error").on("keyup", function () {
    thisObj.removeClass("ui-state-error");
    errorMessage.text('');
    thisObj.unbind('keyup');
    });
    }
    });

    var jqxhr = jQuery.post("validateregister.ashx", JSON.stringify(data), function (response) {
    if (typeof response === "undefined" || response.result === "failed")
    return;
    if (response.exists || !response.valid) {
    thisObj.addClass("ui-state-error").on("keyup", function () {
    jQuery(this).removeClass("ui-state-error");
    errorMessage.text('');
    jQuery(this).unbind('keyup');
    });
    errorMessage.text(response.message);
    lastResult = false;
    lastErrorMessage = response.message;
    }
    else
    lastResult = true;
    }, 'json');

    }).change();
    }
    </script>
    <link type="text/css" rel="stylesheet" href="css/ux.css?v=635713169108724817" />
    <link type="text/css" rel="stylesheet" href="style.css?v=635563057051274000" />

    <script type="text/javascript" src="js/sc/simulator_setschema.js?v=635061733906648000"></script>
    <link rel="stylesheet" type="text/css" href="css/grid.css" /><title>

    </title></head>
    <body>
    <table class="global-layout" cellpadding="0" cellspacing="0" align="center">
    <tr>
    <td>
    <!-- Include CSS -->

    <head>
    <link href="stylesheets/custom.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="theme.css" />

    <!-- START HEADER-->

    <!-- END HEADER -->

    </td>
    </tr>
    <tr>
    <td>
    <!--publishers-->
    <table class="minglebody register-table" align="center">
    <tr><td valign="top" style="padding-top:60px;padding-bottom:60px;">
    <form id="Form3" action="register.aspx" method="POST">
    <table width="400" align="center" cellpadding="0" cellspacing="0" class="register_table">
    <tr>
    <td colspan="2" align="center" valign="top"><div align="left" class="register_title">Register</div></td>
    </tr>
    <tr>
    <td colspan="2" width="226" align="right" valign="top" style="font-size:12px;padding:0 0 5px 0;border-bottom: 1px solid #e9e9e9" class="register_already">- Already a member?
    Click here to login
    </td>
    </tr>
    <tr>
    <td colspan="2" align="left" valign="top" style="color:#aaaaaa;font-size: 12px;padding:5px 0 0;" class="register_message">Getting your iPhone App is easier than you think - start by creating a free account below. This is a 1 step process</td>
    </tr>
    <tr>
    <td colspan="2" align="center" valign="top" style=" font-size:x-small;color:#aaa;"> </td>
    </tr>
    <tr>
    <td colspan="2" align="left" valign="top"><input type="hidden" name="next" value="applications.aspx"/><input type="hidden" name="fbid" value=""/></td>
    </tr>
    <tr>
    <td colspan="2" align="left" valign="top"><span style="color:Blue;"></span></td>
    </tr>
    <tr>
    <td align="left" width="160" valign="top">
    <span class="register_username">Username*: </span> </td>
    <td>
    <input class="atxtarea register_usernameinp" type="text" size="26" name="username" id="Text3" value="RakKumar" title="your username is your unique identifier" data-attr="username"/> </td>
    </tr>
    <tr>
    <td align="left" valign="top">
    <span class="menufooter register_password">Password*:</span><span> </span> </td>
    <td>
    <input class="atxtarea register_passwordinp" type="password" size="26" name="password" value="camisaac" maxlength="20" /> </td>
    </tr>
    <tr>
    <td align="right" valign="bottom">
    <span></span><span> </span> </td>
    <td align="left" valign="top">
    <table cellpadding="0" cellspacing="0" width="100%"><tr>
    <td align="left" width="14"><input type="checkbox" name="savepass" id="Checkbox3" value="true" checked/></td>
    <td align="left"><span style=" font-size:x-small;color:#666666;" class="register_remember">Remember password</span></td>
    </tr></table> </td>
    </tr>
    <tr>
    <td align="left" valign="top">
    <span class="register_email">Email*: </span> </td>
    <td>
    <input class="atxtarea register_emailinp" type="text" size="26" name="email" value="[email protected]" title="your email" data-attr="email"/></td>
    </tr>
    <tr>
    <td align="left" valign="top">
    <span class="register_firstname">First Name*: </span> </td>
    <td>
    <input class="atxtarea register_firstnameinp" type="text" size="26" name="firstName" value="Raj" title="your name" /></td>
    </tr>
    <tr>
    <td align="left" valign="top">
    <span class="register_lastname">Last Name: </span></td>
    <td>
    <input class="atxtarea register_lastnameinp" type="text" size="26" name="lastName" value="Kumar" title="your family name" /></td>
    </tr>
    <tr>
    <td align="left" valign="top">
    <span class="register_captcha">Verification Code</span>
    </td>
    <td>
    <img style="vertical-align:middle;width:60px;" src="http://apps.tashlik.org/GetCodeImage.ashx?t=065817" />
    <input class="atxtarea register_captchainp" size="26" name="code" value="aeU"/>
    </td>
    </tr>
    <tr>
    <td align="right" valign="top">
    <span> </span></td>
    <td align="left" valign="top">
    <table cellpadding="0" cellspacing="0" width="100%"><tr>
    <td align="left"><input type="submit" class="signin2" value="Register"/></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td align="right" valign="top"></td>
    <td align="right" valign="top">
    <textarea disabled cols="40" rows="2" class="errortext" style="border:none; resize:none; text-align:right; margin-left:2px">incorrect verification code</textarea>
    </td>
    </tr>
    <tr>
    <td align="right" valign="top"></td>
    <td align="right" valign="top"><div align="left"><span class="register_required" style=" font-size:x-small;color:#666666;">* required fields</span></div></td>
    </tr>
    <tr>
    <td colspan="2"> </td>
    </tr>
    <tr>
    <td align="center" valign="top" class="register_forgot" style="font-size: 12px;">Forgot Password.</td>
    <td width="226" align="right" class="register_already" valign="top" style="font-size:12px;">- Already a member? Click here to login</td>
    </tr>
    </table>
    </form>
    </td></tr>
    </table>
    <!--end publishers-->
    </td>
    </tr>
    <tr>
    <td align="center">

    </td>
    </tr>
    </table>

    </body>
    </html>
    )

    Thread Starter ultimate_eagles

    (@ultimate_eagles)

    Dear Sir,

    The code is absolutely correct and there is no problem in it.

    If you want you click the following URL:
    http://apps.tashlik.org/register.aspx

    After that
    You Click the Following URL:
    http://apps.tashlik.org/GetCodeImage.ashx

    After that
    You Click the Following URL where I use Contact form:
    http://appskernel.in/reg/

    If you would have clicked it in sequence you would have understood what value we getting from 3rd party captcha code and the captcha code is well correct.

    But Whatever I do seems im getting the same error :
    This is a failure of external submission

    Please help me on this

Viewing 3 replies - 1 through 3 (of 3 total)