uhhosting
Retired Forum Member-
Posts
57 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by uhhosting
-
Yes, we're also seeing this, lost as to the cause atm.
-
Thanks Matt, look forward to future releases then
-
Hi, I noticed yesterday that when skipping cron tasks, so I can run the account usage stats twice a day, there is no way to skip generating overages invoices. So on the last day of the month, overages are generated as per normal on the general cron run. But twelve hours later I run the cron again and skip everything apart from disk usage. However, all overages are generated again for that day, there is no way to skip it.
-
Hi, I know it's to offer a single free domains with a package, but is it possible to offer multiple free domains per package?
-
Care to tell me why you think people shouldn't use us? We're hosting many clients currently, a WHMCS module has been developed and our white label reseller control panel is live also.
-
Charge percent 'set up' fee for cetain payment gateways
uhhosting replied to Real Webspace's topic in General Discussion
They don't forbid surcharging, their terms state the following: 4.5 Non discouragement. In representations to your customers or in public communications, you agree not to mischaracterise or disparage PayPal as a payment method. You agree that you will only surcharge for the use of PayPal in compliance with any law applicable to you. You further agree that if you do charge a buyer any form of surcharge that you, and not PayPal, will inform the buyer of the requested charge. PayPal has no liability to any buyer where you have failed to inform the buyer of any surcharge. You acknowledge that if you are permitted to surcharge and your further fail to disclose any form of surcharge to a buyer this may constitute a criminal offence by you. They have additional terms pertaining to specific card payments via Visa and MasterCard, but for PayPal to PayPal transactions, there is nothing forbidding it. Although they will claim differently. -
No, I don't see it ... Only the 10 largest.
-
Quite a few yes.
-
Hi, Is it possible to show balances for all clients? A client has paid several hundred pounds by BACs, included no reference number and we're unable to find who it belongs to. I.e. no invoice matches the amount.
-
IPN in Paypal turned on, but invoice not marked as Paid?
uhhosting replied to jaatendi's topic in General Discussion
Right, I've got this fixed now. IPN Messages were disabled in PayPal. One possible explanation, I had an invalid entry in the IPN URL, from a very old installation. Perhaps PayPal enforced some validation for this and disabled all invalid URLs, without warning people. So I entered the correct URL (even though it's not actually used), re-enabled IPN messages and hey presto, it now works again. -
IPN in Paypal turned on, but invoice not marked as Paid?
uhhosting replied to jaatendi's topic in General Discussion
PayPal IPN has also broken on all of our WHMCS installations (three in total). Looks like PayPal have changed something to me. I will submit a support ticket. -
Domain Renewal Notification & Invoice Reminder E-Mail Not Sending
uhhosting replied to snackers's topic in General Discussion
We're suffering the same problem, stopped receiving the daily e-mail regarding invoice generation / suspension. I saw one e-mail which stated the problem was the execution time of the script. But the execution limit is set above the stated 60 sec limit. -
Become a Nominet tag holder and member. Every host pays the same for domains.
-
For Website Payments Pro (PayPal UK) you only need a PCI-DSS vulnerability scan. I know because I've just done it. A PCI-DSS scan has nothing to do with WHMCS. It will scan your server IP, cycling through a big long list of known vulnerabilities and server weaknesses. If you have any security warnings over a score of 4.0 then you will not be compliant. I used instantssl.com for the scan service, whereby they produce a certificate once you're compliant, £165 odd.
-
Hello, Does WHMCS' Website Payment Pro module support 3D Secure? I see PayPal have got their end sorted now.
-
Modify the templates and simply remove the references to it.
-
Hi, worked fine, tested it earlier today, using idev 6.0.1 and WHMCS 4.0.2. Here's what I'm using: {php} $orderid = $this->get_template_vars('orderid'); $result = select_query("tblorders","amount",array("id"=>$orderid)); $data = mysql_fetch_array($result); $amount = $data["amount"]; $this->assign('amount',$amount); {/php} <img src="../../../../partner/sale.php?profile=33&idev_saleamt={$amount}&idev_ordernum={$orderid}&ip_address={$smarty.server.REMOTE_ADDR}" width="1" height="1" border="0" /> partner being the installation of idev, on the same domain as WHMCS. It goes in templates/orderforms/cart/complete.tpl between: {if $ispaid} {/if}
-
We're in the UK and use WorldPay FuturePay for recurring card payments.
-
I've only just moved over to v4, but will be testing this tomorrow.
-
From 3.8.1.
-
HyperVM / LXlabs no more - What is your plan?
uhhosting replied to Francisco's topic in General Discussion
You used to have to pay extra. But they changed the licensing model last year, making it cheaper and generally more sensible. -
Hello, Is this a comprehensive list of changed template files? http://wiki.whmcs.com/Version_4.0_Release_Notes#Template_Changes I'm going through them now after an update and there appears to be much more changed?
