Jump to content

jetdino

Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by jetdino

  1. Change ./../../dbconnect.php with ./../../init.php
  2. Well, i dont have any changes in template but still error.
  3. Same here, there no modification in templates
  4. I don't mind if the clients make new account by refering their self, sometimes they made new account for their clients. IMHO it must disable referring their self from their own account. In real life if someone bought physical stuff how can they refering their self? Big different between refer/affiliate and get coupon discount
  5. About cron job failure, i have same problem whmcs not run cron job activity
  6. They visit their own aff link and make a purchase from same account
  7. Hi, I dont know if this is bugs or not, in v5.2.7 The affilates can refer their self. I wish this can fixed so affilate can't refer their self. Thank you
  8. Hi, I dont know if this bugs or not, every i ran Mass Mail always got error Invalid Token. Anyone face the same problem? Regards
  9. Hi, I found bugs in product sevice free domain with hosting packages. If user order 3 years domain and 1 year hosting package with free domain, the domain will keep free but for 3 years. Please fix this
  10. Hi, I can't Add New Addon from admin area in client profile -> products/services
  11. Hi. I upgrade to 5.2.1 and can't renew domain, the status show success but actually failed Anyone have same problem with me?
  12. Yes sure, i already using your module from first time you release it. If i using version 1.3 its run normally, i get error only using newer version.
  13. I using your script and get error when client login in dologin.php
  14. Script error UnBlockIp 255 || intval($ip_parts) < 0) { return false; } } return true; } else { return false; } } function excecute_whm_csf_command($url, $whmuser, $whmauth, $authmethod) { $curl = curl_init(); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); if ($authmethod == "basic") { $authstr = 'Authorization: Basic ' . base64_encode($whmuser .':'. $whmauth) . "\r\n"; } else { $authstr = 'Authorization: WHM ' . $whmuser . ':' . $whmauth . "\r\n"; } $header[0] = $authstr; curl_setopt($curl, CURLOPT_HTTPHEADER, $header); curl_setopt($curl, CURLOPT_URL, $url); $r = curl_exec($curl); if ($r == false) { error_log("curl_exec threw error \"" . curl_error($curl) . "\" for $url"); } curl_close($curl); return $r; } function search_for_ip($ip, $url, $whmuser, $whmauth, $authmethod) { $query_url = $url.'?action=grep&ip='.$ip; $data = excecute_whm_csf_command($query_url, $whmuser, $whmauth, $authmethod); $matches = array(); $pattern = '/
×
×
  • 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