Recent content by chrisj

  1. chrisj

    Analyzing an add-on, trying to fix 1.2 issues

    I was trying to fix this add-on for 1.2: http://xenforo.com/community/resources/recentstatus.160/ The structure off the add-on is: Controllers: ClearCache.php - Doesn't seem to be used but would reset the cache. Controller - Empty file, probably does nothing. Public.php - adds status and...
  2. chrisj

    Duplicate [1.1.5] Removing Custom User Permissions - Rebuild Permissions

    It worked when I re-added custom permissions.
  3. chrisj

    Duplicate [1.1.5] Removing Custom User Permissions - Rebuild Permissions

    I was trying to reduce the number of users with custom user permissions and I realized I didn't need custom permissions for my account. I changed all my custom permissions to not set, saved, and I was no longer on the list. I also no longer had permission to view any front end page. It wasn't...
  4. chrisj

    XF 1.1 Google notified me of malware infection

    I checked auth.log and noticed I have been bombarded with ssh log in attempts. I will close that down. If install-lock.php was modified, does that mean a log in attempt was successful?
  5. chrisj

    XF 1.1 Google notified me of malware infection

    It's how Xenforo stores them:
  6. chrisj

    XF 1.1 Google notified me of malware infection

    Should I force all users to reset their password in case the database was viewed?
  7. chrisj

    XF 1.1 Google notified me of malware infection

    I'm using an old version of nginx which I will be upgrading.
  8. chrisj

    XF 1.1 Google notified me of malware infection

    I have only used the root account which had a very strong password. Based these facts, how much access could the hackers have gotten? The only account was root with a very strong password. They modified install-lock.php file which was set to chmod 777. They created several files in the js...
  9. chrisj

    XF 1.1 Google notified me of malware infection

    Looks to have come common elements. I found one reference to js2.php. This line was added to the top of install-lock.php: Now I need to find out how this all happened. I am on a linode VPS. install-lock.php's permission is 777 however should that be a problem since I am not on a shared server?
  10. chrisj

    XF 1.1 Google notified me of malware infection

    I found a bunch of files in the js directory. The file that google warned me is called "js2.php". It just creates an iframe for js.php There are a few other files that contain data. The server is telling me the files were created by the user www-data. I'm not really sure where to go from here...
  11. chrisj

    Rare Temporary Error - Uploaded image does not appear

    It doesn't happen all the time. I think it is somewhat rare. I've never had a user complain about it but I have experienced it a few times. My guess is it is an issue with the token being revoked and possibly an effect of having multiple tabs of my forum open.
  12. chrisj

    Rare Temporary Error - Uploaded image does not appear

    @Adam Howard The site is psvitaforum.com The uploading process definitely works, the problem is occurring during the post reply action where I guess Xenforo tries to associate it with the post. It displays properly in the text editor as a thumbnail or full size image but when I press Post...
  13. chrisj

    Rare Temporary Error - Uploaded image does not appear

    @Jake Bunce I was able to reproduce the error. I tested it with several posts and every single attachment had the same issue. The image shows up in the text editor fine but when I click "Post Reply" the image changes to a "View Attachment 54XX". I created a new tab and loaded the same thread and...
  14. chrisj

    Rare Temporary Error - Uploaded image does not appear

    Just had this issue again. I uploaded an image, added it to the post as a thumbnail, and saved the image. What showed up was a link that said, click to view attachment. When I clicked it, I got "You do not have permission to view this page or perform this action." I have never had users...
  15. chrisj

    Button to change custom user field

    What would I have to do to make a button on the forum list view change the value of a custom user field (in this case a checkbox in preferences)? I've created an add-on before but never used the xenform and xftoken.
Back
Top Bottom