Jump to content

cmssonic

Member
  • Posts

    15
  • Joined

  • Last visited

About cmssonic

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cmssonic's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello Why dont you have trial license on your site, you use also whmcs licensing addon make trial 3-4 day its better as your screenshot, and change your payment whit paypal normal payment, why abonement, for abonement nead paypal Credit carte ! Thanks CMS
  2. I need to create Addon module for Cpanel NOC panel. who can provide Please let me know in a PM
  3. Hello Can we test it be for we order it? Thanks
  4. Hello, can anybody tell me what is rong whit this callback code, we have blank page after payment Thaks <?php # Required File Includes include("../../../dbconnect.php"); include("../../../includes/functions.php"); include("../../../includes/gatewayfunctions.php"); include("../../../includes/invoicefunctions.php"); $gatewaymodule = "template"; # Enter your gateway module name here replacing template $GATEWAY = getGatewayVariables($gatewaymodule); if (!$GATEWAY["type"]) die("Module Not Activated"); # Checks gateway module is active before accepting callback # Get Returned Variables - Adjust for Post Variable Names from your Gateway's Documentation $status = $_GET["STATUS"]; $invoiceid = $_GET["TX_ID"]; $transid = $_GET["TX_ID"]; $amount = $_GET["VALUE"]; $fee = $_GET["FEE"]; $invoiceid = checkCbInvoiceID($invoiceid,$GATEWAY["template"]); # Checks invoice ID is a valid invoice number or ends processing checkCbTransID($transid); # Checks transaction number isn't already in the database and ends processing if it does var_dump($_GET); if ($status=="SUCCESS") { # Successful addInvoicePayment($invoiceid,$transid,$amount,$fee,$gatewaymodule); # Apply Payment to Invoice: invoiceid, transactionid, amount paid, fees, modulename logTransaction($GATEWAY["template"],$_GET,"Successful"); # Save to Gateway Log: name, data array, status } else { # Unsuccessful logTransaction($GATEWAY["template"],$_GET,"Unsuccessful"); # Save to Gateway Log: name, data array, status } ?>
  5. Hello Im loking samebody who can do for us gateway module, we have create self but we have alway problem whit callback is anyone can do for us? Thanks erguen
  6. Sorry aber bestellst du deine domain bei hetzner? ist das nicht teuer? wir geben ihnen eine robot account wenn du möchten, fast helfte domain price als hetzner denke ich. MfG
  7. Was genaue brauchen sie oder welche addon. welche breich benötigen sie hilfe? Mit feundlichen Grüssen Cmssonic Cmssonic.de International
  8. Nicdirect Domain Registration module for WHMCS online. Hi @ All. We have now new Registras module for Nicdirect, if anyone nead it, late us know. Nicdirect Module Work whit : 1-Domain register 2-Domain Transfer 3-Modify Contact Details 4-Creat new Contakt 5-Get name server 6-SafeNameserver 7-Get Dns 8-Safe DNS Order you can here : ORDER
  9. Hi @ All. We have now new Registras module for Nicdirect, if anyone nead it, late us know. Nicdirect Module Work whit : 1-Domain register 2-Domain Transfer 3-Modify Contact Details 4-Creat new Contakt 5-Get name server 6-SafeNameserver 7-Get Dns 8-Safe DNS Order you can here : ORDER
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated