Recent content by Slink

  1. Slink

    Implemantation one login page outside of xenforo directory

    I got my answer. Thanks a lot.
  2. Slink

    Fixed Got one serious bug. Check it out.

    Thanks waindigo for the fix. Thanks a lot again.
  3. Slink

    Implemantation one login page outside of xenforo directory

    No, I dont mean that. I want they login out side of xenforo. Like, If my xenforo installed into site.com/xenforo/ Then i want he could login into site.com/login.php and will redirect to site.com/xenforo as logged in user.
  4. Slink

    Fixed Got one serious bug. Check it out.

    This is a serious problem. Because, Admin can see other users password. Sometimes they put there mail password and forum login password same. So, this is a serious Problem. If the password not visible in clear-text then it will be better.
  5. Slink

    Implemantation one login page outside of xenforo directory

    Hello, I want to implement one login page outside of xenforo directory. If one user login in that page he will also got login in xenforo and redirect to xenforo indexpage. If some one dont login there he cant access the xenforo directory and got redirect to that login page. No registration...
  6. Slink

    Changing the admin URL?

    Its easy. Just change your admin.php to anyname.php Now go to /library/XenForo/Link.php And find the following line $outputLink = 'admin.php' . ($append !== '' ? '?' : '') . $append; And change the 'admin.php' to 'anyname.php' . And you are done. Give me feedback. Is this worked for you?
  7. Slink

    Fixed Got one serious bug. Check it out.

    If some one setup smtp wrong. And when some one register onto that forum. His all details(Username, pass, email, time setting) will be clearly visible in servererrorlogs. I tested it several time and all time I got this. Fix this. Thank You. Regards, Slink
Top Bottom