Recent content by defomaz

  1. D

    Knowledge Base Wiki?

    Wiki text file no database, and I use Dokuwiki.
  2. D

    How to Add Database Access Host Directadmin API (CMD_DB_VIEW) ?

    Halo, Our directadmin use remote database and now ip/host change and I want to add new access host to all database. As far as I Know, I can use API CMD_DB_VIEW but I searched this topic but did not find it.
  3. D

    User Level Database Backup, How To create username_dbname.conf manually from ssh ?

    Halo, I have plan to create single database backup automatic from command line then compress it and save in users backups folder. my question how to create file username_dbname.conf manually from ssh? see this pic http://fotopost.jux.in/foto_user/ScreenHunter_17_Apr._05_14.19.jpg Thank you.
  4. D

    New IP for access_host in mysql.conf how sync to remote database?

    Halo, I use separated database for our directadmin server. first time I use just single ip block but Now I need add additional block (access_host1). This work for new database, but there is already 100 more database. How sync new access host ip to old database? Thank you.
  5. D

    How to restart service like httpd in custom script all_post.sh

    Halo, I create custom script all_post.sh that need restart service like apache. #!/bin/sh if [ "$command" = "/CMD_SSL" ] && [ "$submit" = "Save" ]; then bla bla bla... service httpd restart fi exit 0 but when click save button in ssl, process loading and hang. Thanks in advance
  6. D

    Empty Button in Mail Queue Administration

    Sometimes too many bounce mail in queue administration and Yes I can delete page per page or delete them all from ssh. but if DA can add additional button like "empty button" I think it will very useful Thank you.
  7. D

    Email Per Account Send Limit back to 100/day every click button Save Limit

    Halo, I face this problem in our DA 1.5 server 1. When change account email send limit, value back to 100/day, where value 100 come from? 2. File owner /etc/virtual/limit_username changed to root every time I change send limit value, then in the second time when I change account send limit...
  8. D

    How to Custom Subdomain DNS IP Address

    Halo, I can create DNS custom IP main domain for just copy dns_a.conf to custom folder - its done next I want to set custom ip for every subdomain created from DA user level, but it seem no documentation about this. is this feature available? and how to do? Thank you
  9. D

    ASK Environment Variable for CMD_CHANGE_EMAIL_PASSWORD

    Halo, ASK Environment Variable for CMD_CHANGE_EMAIL_PASSWORD http://www.directadmin.com/features.php?id=298 getenv('user') = working getenv('passwd') = working but this one getenv('oldpassword') = blank ? so what is environment variable for oldpassword and password2 ? Thank you.
  10. D

    Is Possible Create Ticket to User from Command Line?

    I have plan to create shell script and this script need auto notification to user As in the above question? Is Possible? Thank you.
  11. D

    Access admin_backups symlink to secondary HDD from file manager

    Halo, i have secondary HDD for backup (/storage). then i create symlink from /home/admin/admin_backups => /storage/backup/ Backup system running well, in menu Admin Backup/Transfer i can see list backup files but when i use DA file manager i can't see admin_backups folder. So how to display or...
  12. D

    Restore Error : Cannot add domain.com, it would exceed your limit

    When i do restore then error with message "Cannot add domain.com, it would exceed your limit" size of user.reseller.domain.tar.gz = 267MB this error related reseller package? no because i have set all unlimited related with quota, it seem no because still much space in hard disk /dev/sda2...
  13. D

    Change Pop3/Smtp Server Information after email creation

    Halo, How to change pop3/smtp information bellow in bold ---------------------------------------------- Account created Details Your account [email protected] has been setup. In your e-mail program, use: Username: [email protected] Password: ...... Pop3 Server: mail.ansaparaguay.com Smtp...
  14. D

    How to disable user input % in mySql access host

    Halo, I give access remote mysql to our user and i dont want mysql can be accessed from any host(%) but still can be accessed by ip as defined by user. So user still can input ip address in Mysql Access Host but not for "%" How to disable %? Thank you.
  15. D

    Create File under /etc/virtual/DOMAINS/monitor via DA Plugin

    I start learn create DA plugin and combine with exim system_filter. What i need is create file under /etc/virtual/DOMAINS/monitor without changed default file folder permission i try use fopen than fail because i understand that folder is not writable for apache Maybe anyone have solution with...
Back
Top