Jump to content

plazmahost

Member
  • Posts

    61
  • Joined

  • Last visited

About plazmahost

plazmahost's Achievements

Member

Member (2/3)

0

Reputation

  1. Looks like disgruntled hit the nail on the head with the code - That's roughly the one we use for ours , Ours uses the Ajax version but all in all spot on
  2. @disgruntled - Thanks for the feedback I see what you mean about the login page, the idea behind the current setup was because each customer would be able to look at their own section e.g. shared / reseller and us to be able to open the page up a bit rather than all servers being in a single row stuck together and also its open to the public so everyone will be able to see how our servers are currently coping and our up-time without being a current customer. We thought it would be a good idea to spread the systems out a little bit into different sections regardless of servers so shared customers didn't have to see the WHM port etc etc.
  3. Bit off-topic but http://www.frogost.com/en/# looks quite similar to the top of http://uk.resellerclub.com/ too
  4. Thanks to the help off whmcs staff this issue is now solved http://my.primal-host.com/serverstatus.php (This thread can now be closed - Thanks)
  5. Lol who says what a website needs to look like - Just because you think it looks ugly it doesn't mean the rest of the world does. As long as a website performs and does what its intended task is then there is no issue with it. Id love to see your design if you think its any better.
  6. Hello All, I was just wondering if it is possible to separate the server status at all so we could show custom ports per server group or some type of filtering maybe. E.g. Shared Hosting Server (HTTP) (FTP) (POP3) (CPANEL) (Server Load) (Uptime) Reseller Hosting Server (HTTP) (FTP) (POP3) (CPANEL) (WHM) (Server Load) (Uptime) Custom Servers Server (HTTP) (Server Load) (Uptime) Im not too sure if it is possible but I just thought id check - ive tried searching the forums but I couldn't find too much about it
  7. If you wish to sell just normal accounts then you would leave the boxes blank
  8. Hi Guys , Apologies if this is the wrong section - ive been trying to get the trunk code of qwhmcs working as the developer doesn't seem to be replying and it wasn't working for me as of the latest release. All functions are working for windows 7 in the code so far , it is correctly getting tickets, u can view all of the ticket details and you can close tickets - but im unable to get the software to reply to tickets as it just throws up errors and i was wondering if any of you guys might be able to spot the issue The line that has the issue is this : If Curl(APIAddress & "/api.php", String.Format("&action=addticketreply&username={0}&password={1}&ticketid={2}&adminusername={0}&message={3}", APIUsername, ConvertStringToMD5(APIPassword), TicketID, txtMessage.EditValue() & vbCrLf & vbCrLf & YourSign.Replace("|", vbCrLf))) = True Then The Error that im receiving is this: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Ive never really done any coding in visual basics 2008 and so im not that used to it, if any of you vb coders might be able to help id be very grateful Regards Dan
  9. Looking very nice mate - well done , nice color scheme dan
  10. well you know reddex, your sat in the same forum that you advertised a website with a ripped background so people are obviously going to tar you with the same brush that started it
  11. Just wondered , are you related to XILO Communications Ltd as your background links directly to https://images.xilo.net/login/bg.png - appologies if you are a related company
  12. Hi Mate, We have our own custom module and for the payment gateway it only accepts whole numbers e.g. 637 < £6.37 the code we use is : .number_format($amount, 2, '', ''). < im not sure how your gateway pulls data but ours is as it says so the $amount is pulled directly from the invoice hope this helps dan
  13. Hello If possible could i test this script
×
×
  • 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