Recent content by Visual Studio

  1. V

    Not a bug View Boosting Method

    Why is an img tag loading the entire page source that you link it to when the Content-Type of the response doesn't match the Accept?
  2. V

    Not a bug View Boosting Method

    So I've looked into bugs for XenForo a bit and found a nice big one that needs to be fixed. So basically you can link broken images in a signature that will point to a thread and every time your signature is viewed (even from other threads) it will boost it up a view or however many images they...
  3. V

    Like posts via MySQL

    Thanks for the quick responses, that's pretty much what I wanted (a bit easier than I thought it would be too XD)
  4. V

    Like posts via MySQL

    No, I want there to be a visible like on a given post (forgot to mention that). So 2 arguments to the function post_id (post to like) and user_id (user that likes that post)
  5. V

    Like posts via MySQL

    Is this possible because I noticed the like_users field is a blob in the database? I need a programmatic (PHP) way of adding a like to a post given 1 argument, which is the user_id.
Top Bottom