Recent content by UnioDex

  1. UnioDex

    [SEO] Should i disable user indexing?

    Hello, I have a Minecraft forum and 1.1million users. These user names includes a lot of words. For example when people searches for a porn site my website showing in 2. page. My hits suddenly increased. And now 50% of visitors coming for a porn site but my website is not a porn site. Im afraid...
  2. UnioDex

    XF 1.5 ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl

    I added these settings: iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp --dport 443 -j ACCEPT iptables -A INPUT -p tcp --dport 110 -j ACCEPT iptables -A INPUT -p tcp --dport 143 -j ACCEPT iptables -A INPUT -p tcp --dport 993 -j ACCEPT iptables -A INPUT -p tcp --dport 995...
  3. UnioDex

    XF 1.5 ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl

    Im running an OVH dedicated server. Actually i might have a network issues. But it is not happens everytime. @Tracy Perry if you dont mind can you share your iptables config? Maybe the problem is related to it.
  4. UnioDex

    XF 1.5 ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl

    Thanks, i set Google DNS. Lets see it will continue or not.
  5. UnioDex

    Send Activation Mail to Old Email Address When Changing Email Address

    I want to send activation mail to old email address when changing email address. Can i do that with Vanilla Xenforo or is there any addon to do that?
  6. UnioDex

    XF 1.5 ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl

    ReCaptcha works well but im taking these errors too frequently: Connection timed out error happens in that link: https://www.uniocraft.com/register/register php_network_getaddresses: getaddrinfo failed: Name or service is not known error happens in that link...
  7. UnioDex

    XF 1.5 Google ReCAPTCHA error

    Hi, im taking the same error: Zend_Http_Client_Adapter_Exception: ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl://www.google.com:443. Error #0: php_network_getaddresses: getaddrinfo failed: Name or service not known - library/Zend/Http/Client/Adapter/Socket.php:235 But it is...
  8. UnioDex

    Thread Multi Moderation

    No, im using redirection too but i didn't get that error.
  9. UnioDex

    Thread Multi Moderation

    Is there anyone using this addon in 1.5? Edit: I installed. Everything works fine right now.
  10. UnioDex

    XF 1.5 Register throws a server error: Field 'password' doesn't have a default value

    Thank you for the code. I found why is this happening. I sycnhronize my Xenforo forum and Minecraft server with Authme plugin. Seems like Authme plugin created password field in xf_user and this field cant be empty, have no default value. I changed these and problem solved.
  11. UnioDex

    XF 1.5 Register throws a server error: Field 'password' doesn't have a default value

    1.5.12 I wonder where is 'password' field? It is not in xf_user_authenticate
  12. UnioDex

    XF 1.5 Register throws a server error: Field 'password' doesn't have a default value

    I disabled all of my addons, converted to default style and tried to register again. Unfortunately i took same error. Mysqli statement execute error : Field 'password' doesn't have a default value Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317...
  13. UnioDex

    XF 1.5 Register throws a server error: Field 'password' doesn't have a default value

    After i update 1.5.13 i can't register. Here the error i get: Mysqli statement execute error : Field 'password' doesn't have a default value Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317 Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479...
Back
Top Bottom