Search results

  1. [DCom] Live Content - Xenforo 2

    [DCom] Live Content - Xenforo 2

    @xenvn am I missing something it says socket.io 404 Not Found :unsure: Its running here
  2. Xon - Report Centre Essentials - Xenforo 2

    Xon - Report Centre Essentials - Xenforo 2

    You need to install this first https://xenvn.com/threads/report-improvements-by-xon-xenforo-2.486/
  3. 12 Best Linux Server Distributions for VPS

    12 Best Linux Server Distributions for VPS

    I appreciate your response. I've made the switch to Ubuntu and successfully installed PHP 7.4-FPM
  4. 12 Best Linux Server Distributions for VPS

    12 Best Linux Server Distributions for VPS

    I run Arch Linux VPS is there a repository for php7.4-fpm? I already looked at the Wiki and searched google I cant find any. if I use sudo pacman -S php php-apache php-gd php-intl php-mcrypt php-sqlite php-xsl php-zip it wants to install php8.2 I'm running xf2.1 (I don't wanna upgrade at the...
  5. Create Password Protect Admin.php - Xenforo 2

    Create Password Protect Admin.php - Xenforo 2

    If you guys have nginx web server use this :) location ~/admin\.php$ { auth_basic "Staff Only"; auth_basic_user_file /etc/nginx/.htpasswd; try_files $uri =404; fastcgi_index index.php; fastcgi_param HTTPS on; fastcgi_param HTTP_SCHEME https...
  6. misses_mandy_1998

    Trying to protect the Admin.php

    @xenvn You're the best dude, thanks a bunch ^_^
  7. misses_mandy_1998

    Trying to protect the Admin.php

    It keeps redirecting me to login even though i input the correct details. Any help $username = 'test'; $password = 's3453gddff_gf'; if (!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] !== $username || $_SERVER['PHP_AUTH_PW'] !== $password) {...
  8. [JUM] Connected Accounts - Xenforo 2

    [JUM] Connected Accounts - Xenforo 2

    Twitch connect error; Already tried changing my API still the same error.
  9. misses_mandy_1998

    Using Xenforo 2 permissions outside of the installation

    @xenvn I get An exception occurred: [Error] Call to a member function hasPermission() on bool in delete_files_panel.php on line 19 $dir = __DIR__; require($dir . '/src/XF.php'); XF::start($dir); if (\XF::requestUrlMatchesApi()) { \XF::runApp('XF\Api\App'); } else {...
  10. misses_mandy_1998

    Using Xenforo 2 permissions outside of the installation

    Thanks a bunch, I'll try it :)
  11. misses_mandy_1998

    Using Xenforo 2 permissions outside of the installation

    I have a script coded to delete files /public_html/delete_files_panel.php I have already included the xenforo library in my script $dir = __DIR__; require($dir . '/src/XF.php'); i want to restrict access to the PHP code based on Xenforo permissions, any idea how to achieve this? try {...
  12. Xon - Report Centre Essentials - Xenforo 2

    Xon - Report Centre Essentials - Xenforo 2

    @xenvn You are awesome thanks my dude I've been looking for this for so long <3
Top