Jump to content

Emhope

Member
  • Posts

    16
  • Joined

  • Last visited

About Emhope

Emhope's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Thank you, I will give this a try.
  2. Hello, I was hoping someone could point me in the right direct. Im trying to access a WHMCS stored session in a custom file. I would like to modify the cart session in a custom file. My file is very simple I open the session and print the contents. session_start(); print_r($_SESSION); The file seems to create a new session rather than brining in the current session managed my WHMCS. My current WHMCS Sessions contains the following. Array ( [tkval] => PCVDhXyJPw9B [calinkupdatecc] => 1 [calinkupdatesq] => 1 [cart] => Array ( [domains] => Array ( [0] => Array ( [type] => register [domain] => ebayyyy.co.uk [regperiod] => 1 ) ) [user] => Array ( [country] => GB ) ) [loginurlredirect] => cart.php?a=login ) How do I print out the contents of the current session from my custom file? I hope this makes sense. Thanks
  3. Hello, I was hoping someone could point me in the right direction? Is it possible to force a user to login / register before starting the checkout process? Thanks
  4. Hello, Sorry for the long post, any advice would be greatly appreciated. I am in the process of setting up a hosting website based on whmcs. I'm trying to make a decision on who to choose as my hosting provider and was wondering you guys recommend? I would love to purchase my own hardware and get it hosted at a proper datacenter and would hope to do this if the website sees some success. I'm looking for a company which provides servers which are scalable. I have lots of experience with cPanel and Centos. I currently host a number of sites with VPS.net, but these sites are all controlled by me so I know how much disk space etc I will need. My issue with VPS.net is the limited disk space which is given, after going through loads of hosting sites most seem to give disk space away on shared accounts by the bucket load and I don't want to invest in a server which is going to run out of space with just a few users. I would like the server to be hosted in the UK, come with a good track record of good customer support and lots of disk space. I was thinking of getting a reseller account as a cheap option but I would prefer to have full root access to the server. Thanks
  5. We are looking for a solution for a customer who only registers domain names and does not add hosting to the domain. I still want to give the customer the option to update DNS settings. But at the same time, I want to use custom nameservers which point directly to my server and not the domain registrar which I use. If a customer registers a domain name without hosting is it possible to still create hosting which can be used for DNS settings etc without giving the customer access to this hosting. But then if the customer does add hosting to the domain in the future the hosting is upgraded to the correct package and added to his account? I'm not sure if there is a better way to do this or if this is even possible. We are using cPanel servers.
  6. I've heard good things about stripe. I will give them a try. Thank you.
  7. Hello, I'm in the process of choosing a payment provider for WHMCS. At the moment my services are only aimed at people within the UK. I was hoping for a payment system which could feel part of my website and not as much an addon which takes you elsewhere and brings you back. There seem to be loads of options to choose from. Which do you guys recommend? Thanks
  8. I am having an issue finding how to utilise variables that don't appear to be accessible in certain template files. eg. $registerdomainenabled is available on homepage.tpl but not available elsewhere. Is there an easy way to retrieve and/or set the status of this variable (true or false) on other template files?
  9. Hi Brian, Thank you for this information. It makes sense to me to set the base in USD and allow the prices to follow the exchange rate. At least this way I can’t be caught short if the exchange rate takes another big dip. Hopefully there is a way to set my default currency back to £, 99% of our customers are from the UK and I don’t want to confuse them and start asking them to swap between currencies.
  10. Hello, We are in the process of updating all of our domain prices. Is there a way to compensate for the exchange rate automatically? We currently purchase all of our domains in USD but sell them in GBP. If I set my base rate as USD, could I setup automation to automatically update my GBP prices on a daily prices and still have GBP as my default currency for customers? This way we can always ensure the profit on a domain is the same even if the exchange rate changes. I’m not sure if this is the best approach to this. I would like to make sure we are ready if the exchange rate drastically changes in the future, without manually going through each domain to change the price. Thanks
  11. Hello, I am looking to transfer across the list of domain extensions and prices form our main WHMCS website to a new fresh install. Which tables do I need to transfer across? I can see tbldomainpricing has a list of domain extensions and tblpricing contains the pricing. Are there any more tables which are required. Thank you
  12. Excellent, thank you for the quick reply. This is exactly what I'm after. Website is working fine again now and users still have the option to register new extensions.
  13. Hello, I’ve added around 300 domain extensions to our WHMCS setup hoping to give our users a lot more choice. But WHMCS seems have slowed right down to the point of not responding. Now when a user searches for a domain they just receive a timeout error message. How many domain extensions can WHMCS handle? And is there a way to have all the extensions without breaking the site. Thanks
×
×
  • 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