Recent content by ShinJii

  1. S

    Directadmin API and "Cannot Execute Your Request" error

    Hi, Can you tell me how to bypass this? For example if directadmin is doing a cronjob with database backup I can't in that time do my calls in API with PHP.... why? My call: $da->set_method('post'); $da->query('/CMD_API_DOMAIN', array('action' => 'create', 'domain' => $domain, 'ubandwidth' =>...
  2. S

    DirectAdmin v1.659

    thanks for the explanation, it all makes sense now :P I didn't notice that phpmyadmin works that way there :)
  3. S

    DirectAdmin v1.659

    Lol. 1. https://docs.directadmin.com/directadmin/general-usage/all-directadmin-conf-values.html#show-db-usage 2. Before DA <1.659 I could signin to ALL DATABASES in phpmyadmin AT ONCE (at page with view to all databases), not clicking every database separately, it's waste of time!
  4. S

    DirectAdmin v1.659

    Hi, Why on /evo/user/database there's no longer option "Sign in phpmyadmin" ? and why it's again counting size of my databases if I turned it off months ago? EDIT: Oh, I can see there's "phpmyadmin" when I go to some DATABASE but it's signin me only just to that one database lol if I have 5000...
  5. S

    MariaDB 10.11 - when in custombuild?

    So in my case if I buy STANDARD license from directadmin.com it will be okay and I'll have mariadb 10.11 etc. ?
  6. S

    MariaDB 10.11 - when in custombuild?

    So I guess if I have OVH license i'm legacy...and I don't see mariadb 10.11 there :(
  7. S

    MariaDB 10.11 - when in custombuild?

    eeee.... when I go to licesing there's "codes base: directadmin legacy" but when I click on "proof license" there's "Legacy: No" lol.
  8. S

    MariaDB 10.11 - when in custombuild?

    Hi - like in thread - when will be next MariaDB LTS release (10.11) avaiable to install through custombuild? :)
  9. S

    DirectAdmin v1.656

    How to find that?
  10. S

    DirectAdmin v1.656

    Ok, I deleted all libraries in "removes" and then while update all (because of iconv) I have an error in php 7.2 lol because library were removed xD checking for PCRE headers location... configure: error: Could not find pcre.h in /usr/local *** There was an error while trying to configure php...
  11. S

    DirectAdmin v1.656

    Hi, On three servers I can't upgrade Exim to 4.97 rfc2047.o: In function `rfc2047_decode2': rfc2047.c:(.text+0x49f): undefined reference to `libiconv_open' rfc2047.c:(.text+0x543): undefined reference to `libiconv' rfc2047.c:(.text+0x5f2): undefined reference to `libiconv_close' collect2...
  12. S

    LiteSpeed is overwriting disable_functions in PHP ?

    So for all people - disable_functions in /usr/local/php81/lib/php.conf.d/90-custom.ini is working fine even if there's more disabled functions in global php.ini
  13. S

    LiteSpeed is overwriting disable_functions in PHP ?

    Ok it's working...sorry for problem...there was something wrong in script lol.
  14. S

    LiteSpeed is overwriting disable_functions in PHP ?

    Eeeeeee... it's weird because I checked now in phpinfo() and I have shell_exec enabled... so wtf? why it's not working ? it's not even triggering in php script...
Back
Top