Recent content by akymakr

  1. A

    Using rate limit function for a client

    I have a client who have built a file upload system for public use. This is not a good idea but I want to tell the client "Hey, my server doesn't allow you to use this type of system". Instead I want to limit the network bandwidth (KB/s) to only the file upload system without telling the client...
  2. A

    Run PHP 5.5 and PHP 5.4 at the same time in CustomBuild

    This is the original setting of option.conf #PHP Settings php1_release=5.5 php1_mode=mod_php php2_release=no php2_mode=php-fpm opcache=no htscanner=no php_ini=no php_timezone=Asia/Hong_Kong php_ini_type=production ioncube=no zend=no suhosin=no x_mail_header=yes I googled for multiple versions...
  3. A

    How to disable SSH access to reseller accounts and in the control panel

    Hey my friend, you are actually answering a question that was asked 10 years ago. I don't know if DirectAdmin has such a function at that time and now it is easy to do this. And I think you should give him the answer (if he is still using DA)
  4. A

    I always receive 2 same emails

    Hi, I googled "I want to make my sub-domain as an email domain" + "DirectAdmin" + "Namecheap" and I found the solution is to use namecheap's FreeDNS for my sub-domain so I can config my main domain and sub-domain separately then I can receive emails that are sent to [email protected]. First...
  5. A

    Update a user's config using API with PHP DA Class

    When I update a user's configuration, I used the following code: $sock->set_method('POST'); $sock->query('/CMD_API_MODIFY_USER', array( 'action' => 'customize', 'user' => "$cpusername", 'bandwidth' => "$whBan", 'ubandwidth' => "$uBan", 'quota' => "$whDis"...
  6. A

    Email cannot be sent properly

    My domain etnforum.com (mail email address is [email protected]) is using Namecheap. I was using domain.live.com service provided by Hotmail (or now Outlook) for receiving emails but they are going to stop providing this service just like Google that they are going to charge me. So I googled...
  7. A

    httpd process using 100% CPU

    I don't know the process is processing which web files. But I did not find any errors in Apache Log. Based on the process running time I calculated the occur time of the process and I checked all logs in Log Viewer of DirectAdmin. But I still cannot find any problems in the log. (Actually no...
  8. A

    Update ProFTPd to 1.3.4d

    Hello everyone, I am using a server that ProFTPd 1.3.4b is installed and I am using CentOS 6.4 (64bit). When I use FTP to upload files I was found that the symlink of public_html was detected as a file. By searching the forum I know the problem is caused by a bug on ProFTPd 1.3.4. I know...
  9. A

    PHP Accelerators related

    Hi, I've upgraded my PHP version to 5.3.14, and my PHP Accelerators cannot load normally because they are built with configuration 1.2.0 or 2.2.0. How can I load them normally? Do I need to uninstall them and download them again? Please give me a tutorial for cry out loud I want to know. Many...
  10. A

    Add custom advertisement (in HTML format) on every user's web page automatically

    Some of the free web hosting providers may gain money from the sponsor advertisements such as Google Adsense. But, not every user will put the advertisement that we gave the code to them, and we suspended them. If there is a way from DirectAdmin to let admin / reseller make a custom...
Back
Top