Jump to content

laurens_dragicevic

Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by laurens_dragicevic

  1. I have a little webhosting company however i'm consurned because i don't want to oversell my server to clients( Want it so they get what they paid for ), is there a mod or is it possible to build where you can allocate allocate bandwidth and diskspace, so it automatic chooses a server which has enough capacity, it's better then having a account counter because some packages are bigger then the rest.
  2. It's not support That i Need but i need whmcs fixed, i've already configured whmcs before ibut that was an older version i have à trail account but thats to set it up when whmcs works correctly i Will buy THE subscription. Ps sorry if there are some words wrong editten i'm currently on ipod
  3. Wont be waste of time, they can make alerts when new messages is coming in, automatic refresh, hide as icon when needed you can just click the icon. Could make the speed of support much faster because i doubt your every minute clicking f5 on your keyboard....
  4. sended support ticket already earlier then ask stupid questions then they ignore me... glad i didn't buy whmcs yet, else i would've wasted money on waiting currently i'm on a 15 day trial. only sucks for the dedicated server which is basicly doing nothing only hosting my whmcs and webhosting pages. If this isnt resolved soon, i need to find an alternative way, but that sucks because i have a customized whmcs page and it will be wasted... so leaving is no option.
  5. I'm using version 4.3.1 but it seems like the automatic setup system is malfuntioning with directadmin, when using it manual it works great, but it does not automatic setup when paid.. which is one of the most important things in webhosting to get the account directly. Does anyone know where to download older version of whmcs? also is it possible to do that without losing 4.3.1 DATABASE?
  6. When using automatic setup it does not seem to work properly , "Automatically setup the product as soon as the first payment is received" Does not seem the work when paid it flags the product as paid but it does not use create using the module also status remains pending, "Automatically setup the product as soon as an order is placed" Works the correct way as it should be. Note: when using manual module command('Create') it works the correct way. I'm using version 4.3.1 Does anyone know how to solve this? it's pretty anoying because webhosting could be setup automatic. Thank you, ~ Laurens
  7. Thank you, but what happend when client tries to order a domain, with not enough prepaid money?
  8. Want to start a little hosting company soon, but how does enom work with prepaid, creditcard? and if it's possible to use prepaid which payment methods do you have at enom?
  9. how to credit the loged user example when the client made paiment on site.com/pay1.php he will bi redirect to page payed1.php that have this code Don't think its a smart idea to make something like this, why? everyone can connect to payed1.php to gain credits even when they have not paid for it, like i can see you don't have alot of knowledge of php to build a safe system. also why do you need to make something like that? you can use whmcs to buy credits. but it's possible to make a gift system out of it, which could be awsome just a note $_SESSION and $_COOKIE does not work outside domain so you cannot get the clientid, not sure if there is a way to get clientid through api
  10. don't think whmcs show percentages, probably they edited the template with another api which checks the uptime. although it would be an awsome addon.
  11. Agreed, but it will cost alot to make a cloud system, since it needs multiple servers. so the question is can you use the harddisk of the other solutions full capacity? or only on one server, it's payable when that is possible else, it's just a waste.
  12. it could be something like this <?php $url = "http://www.yourdomain.com/whmcs/includes/api.php"; # URL to WHMCS API file $username = "Admin"; # Admin username goes here $password = "demo"; # Admin password goes here $postfields["username"] = $username; $postfields["password"] = md5($password); $postfields["action"] = "addcredit"; $postfields["clientid"] = "2"; $postfields["description"] = "Adding funds via custom module"; $postfields["amount"] = "1.00"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 100); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields); $data = curl_exec($ch); curl_close($ch); $data = explode(";",$data); foreach ($data AS $temp) { $temp = explode("=",$temp); $results[$temp[0]] = $temp[1]; } if ($results["result"]=="success") { # Result was OK! echo "succeed"; } else { # An error occured echo "The following error occured: ".$results["message"]; } ?>
  13. probably this is what he ment but don't know the exact name of the clientid of the session but you could try this, $postfields["clientid"] = $_SESSION["clientid"]; or $postfields["clientid"] = $_COOKIE["clientid"]; oh also try this one $postfields["clientid"] = $_SESSION["uid"]; You could try both not sure if it works though
  14. Does anyone have a tutorial how to setup sub-domains? i've whmcs installed and made packages with .domain.com but that does not work it just wont make sub domains how is it even possible to make sub-domains? since whmcs does not have access to dns server of the domain.
  15. I'm using directadmin, but the remote server cannot create a subdomain i think because the dns server is on the host with whmcs there on diff servers
  16. I've setup the same way but when creating sub domain it says cannot find the server( Default firefox message ) i'm wondering how can whmcs setup sub domain? since it has no access to the dns server do we have to configure something?
  17. Web hosting is a service which allocates space for customers to showcase their websites on servers that are connected to the Internet 24/7.
  18. Seems like junk to me, cloud hosting, it just looks like it encourage people to use more system load, that's why people want it.
  19. Well, the first thing you need to be concerned about is how did you get the account hacked? Don't get me wrong even when you fix it now it could be a trojan they just can grab the new password and if you login to your hosting you could lose your whole hosting. best is to re-install your computer first before you take action, takes around 1 hour max or go on a computer which your sure it's safe. also, let's say you can get it out of maintance it's possible the payment address is changed to the hackers. To disable maintance you can do it in "tblconfigurations" search "MaintenanceMode" and make it empty.
  20. sorry, forgot / written something wrong because some reason there's no edit in the eboven post... is it possible to chance whmcs license ip when transfering to a new hosting?
  21. Thank you, last question let's say i'm using currently that hosting and the site became populair so the bandwidth is nearly 0 and i've decided to go on a new server, is it possible to chance whmcs license, when i'm buying it it will probably be per month.
  22. Thank you How many bandwidth do you think whmcs cost each month? currently got a host which is fast and reliable but the problem is it got only 15GB traffic. will that be enough? doubt that whmcs use much because it's basicly once per month when users will come there But yes 15gb is nearly nothing so, that's why i'd like to ask for your opinion ~ Laurens
  23. I'm planning to buy a dedicated server, but i'm thinking, where is it better to host WHMCS on the server? or on a webhosting, which has great uptime & speed? Think the safest place is on the server but let's say something goes wrong with it, everything wil be down. just wondering what's your oppinium?
  24. I have noticed when using Cpanel module, it's possible to set bandwidth and space for each hosting and possibilty not to oversell but when using direct admin it shows just a few boxes with name and such. so, at direct admin you have to set it manually? but does the oversell still work? or does it only work with cpanel? Thank you for the fast reaction and your time R-n-R
×
×
  • 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