Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/14/2016 in all areas

  1. Blesta Addons

    Logicboxes Issues

    Locked domain = can t change whois or nameservers or any other info related to the domain . But normally it should return a error mesage not a success message . Can you post the log module response and the domain status .
    1 point
  2. evolvewh

    Logicboxes Issues

    Oops. Didn't realize that but I am referring to the Whois. Thanks!
    1 point
  3. Michael

    Wht Database Hacked/leaked

    What irritates me is WHT (vb 4.2.2 Patch Level 4) and Ubuntu forums (vb 4.2.2 Patch Level 1) haven't upgraded they are going along as if it's nothing. VB released a new patch called vb4.2.2 Patch Level 6, so they should be on that version, but they aren't so glad I don't use WHT anymore or Ubuntu because they don't care about their users. That or security is so low they are just waiting to get a nice hack page before they act.
    1 point
  4. ExpertIntegrations

    Logicboxes Issues

    If the client is trying to change the Nameservers within the client side of blesta system. & the domain is locked within the registrar then the valued nameservers that was set prior to the locking will stay the same value until the domain is unlocked. Even though you are forcing the changes in the admin side, the values are not going to 'really' change. Please someone correct me if I am wrong here people.
    1 point
  5. Yeah I noticed that a lot of these community forums are being exploited, I know there is a few car forums that I belong to seem to got done the same way WHT got done. So apparently this is a wide spread issue & hopefully something can be done to help minimize any future exploits to help safe-guard users & there private sensitive details.
    1 point
  6. ExpertIntegrations

    Forum Upgrade

    Nice update here, the new modern stylish looks great!
    1 point
  7. first you need to get the module_row id for the logicbox . then create a custom request to database with this code public function searchServiceFields($module_id) { $fields = array("services.*",'service_options.*'); return $this->Record->select($fields)-> from("services")-> innerJoin("module_rows", "module_rows.id", "=", "services.module_row_id", false)-> innerJoin("service_options", "service_options.service_id", "=", "services.id", false)-> where("services.module_row_id", "=", $module_id)-> group("services.id")->fetchAll(); } you can use the function like $services = $this->searchServiceFields(7); // 7 is the module row id print_r($services); this custom code will return just the service that use the module "XXXX" that has configoption .
    1 point
×
×
  • Create New...