product key

hai

In Our application itself generate a product key but not generate the key...i have some problem for generate product key...

in payment.php i add some check box's ,that check box is selected or not that check box values pass to payment setting.php for generate product key.

i write coding for creating checkbox

<input type="checkbox" value="1" id="Spinning" onClick="return KeepCount()" name="Spinning" />AccountsNow create the check box how to send the check box value to paymentsetting.php for generate product key..

please help me...

the number of check box adding payment.php means any code change for paychecker.php file please tell..thank you..

If you want to add custom fields that you'll be submitting to Moneybookers then you must use "merchant_fields", "field 1" and/or "field 2" optional fields to pass this data to Moneybookers (which will then pass this data back to your paycheck.php script). See the Moneybookers Gateway Manual. Specifically page 9.

hai,

Am adding checkbox in payment.php only. that check box value send to paymentsetting.php its possible or not,possible means how to send

thank you

You need to understand how Moneybookers works.

1. Your payment form sends (a.k.a. POSTs) all of it's data to a Moneybookers script.2. Your user enters their credit card details to MoneyBookers.3. Moneybookers sends the verification data and an optional "merchant_fields" $_POST variable back to your "paychecker.php" script.

So you need to pass the information to Moneybookers and Moneybookers passes it back to you after the order has been verified.

Or, like I said before, see the Moneybookers Gateway Manual (specifically page 9).

By the way, you might be better off contacting Moneybookers support. This really has nothing to do with LimeLM or TurboActivate.

hai,

payment_debug.log file is not working. error is not display for this file.

paymentsetting.php coding...

$debug = true;$debug_log ='payment_debug.log';

$CheckScript = 'http://aaraa.co.in/payment/paychecker.php';$BuyPage = 'http://aaraa.co.in/payment/payment.php';$ThankYouPage = 'http://aaraa.co.in/payment/pay-thankyou.php';

this coding only used....2 day ago the payment_debug.log file is working, now they not work....

Please refer this link (http://aaraa.co.in/payment/payment.php) to check and telwhy they payment_debug.log file is not worrk..

I tried your payment page and it doesn't even load. My advice would be to use our payment form unmodified. Then only make changes to the settings.

Or hire someone who can help you make these changes.

hai

please refer this link (https://aaraa.co.in/payment/payment.php)..payment_debug.log file is not work...

Like I said before (multiple times) you need to check your other logs (HTTP, PHP, etc., etc., etc.) to see if Moneybookers is contacting your server. Then work from there.