saros

  • Total activity 27
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Posts

Recent activity by saros Recent activity Votes
  • security scan error

    this error: Quick Security Check in Progress... Note: You may see [FAILED] results below; These are normal as this means the service(s) were already shutdown. Done.

  • webshell - /dev/shm and /tmp

    What better way to block these scripts? - removed - I would like to lock in my server... I installed the system [url=http://configserver.com/cp/cxs.html]ConfigServer eXploit Scanner (cxs) ,but ...

  • DKIM para todas as contas

    Pessoal BR, Quero ativar DKIM para todas as contas... o comando a seguir: for user in `ls /var/cpanel/users`; do /usr/local/cpanel/bin/dkim_keys_install $user; done n"o funciona aparece o segu...

  • remove all dkim

    How do I remove dkim all accounts ? and then add back in all accounts...

  • add SPF (all ips)

    with the command: /usr/local/cpanel/bin/spf_installer user I add the main IP as SPF... How do I add all my IPS with this command ?

  • Send email using a random IP?

    How do I randomize the IPS? this code not work /etc/exim.pl ----------------- sub randinet { @inet = ("x.x.x.1", "x.x.x.2", "x.x.x.3", "x.x.x.4"); return $inet[int rand($#inet+1)]; }

  • error in sites (whm auto update) php version ?

    Strict Standards: Non-static method VmConfig::get() should not be called statically How do I fix ?

  • reseller NS1 & NS2

    I edit the file root@server [~]# cat /etc/nameserverips x.x.x.x=ns1.yourdomain.com x.x.x.x=ns2.yourdomain.com and edit ns1.mydomain.com: 209.x.x.x: 1 count: 1 zones: mydomain.com ns2.mydomai...

  • how to enable mod_rewrite apache

    mod_rewrite is not default in cpanel ? how to enable ?

  • PDO error (not work)

    not work install PDO_MYSQL. Centos6 + php 5.4.19 + WHM 11.38.2 (build 6) WARNING: "pecl/PDO_MYSQL" is deprecated in favor of "channel://http://svn.php.net/viewvc/php/php-src/trunk/ext/pdo_mysql/...