Articles

Collapse
  •  
  • Time
  • Show
Clear All
new posts

  • Site Builder Overview

    Site Builder Overview

    Introduction to Site Builder Site Builder allows you to build the community that you want. As the site administrator, you can edit existing pages and create new ones. This is done using a drag and drop interface so you can see your work as you build. All without logging in to the AdminCP. Site Builder deals with the outward facing portion of a site, the AdminCP controls the nuts and bolts of the system. The Site Builder allows an administrator to add various modules and configure optionsto every page on t...
    Go to post
    Last edited by Wayne Luke; Fri 10 Jul '20, 1:03pm.

  • Installing Memcached for vBulletin

    Installing Memcached for vBulletin

    Note: Installing and using Memcached requires access to the command line and the ability to install software on your server. If you are using a Shared Hosting Package, then you may not have access to this capability. If you are in doubt, please contact your hosting provider. If you are running vBulletin in a Virtual Machine or on a Dedicated Server, you can improve performance with Memcached. This allows you to move some of the caching systems from vBulletin's database and into memory. On the s...
    Go to post
    Last edited by Wayne Luke; Thu 1 Aug '19, 8:37am.

  • vBulletin 5 Database Best Practices

    vBulletin 5 Database Best Practices

    The database is the heart and soul of your vBulletin site. All content and user information is stored in the database. Protect the database and you protect your site. This document will go over the creation and usage of a MySQL database for the use of vBulletin 5 Connect. If you have shared hosting and are provided a web-based control panel like cPanel, you will need to access your hosting provider's documentation on how to carry out these operations. This document assumes a general familiarity with the command line operations of your Operating System. All commands listed assume that you are accessing your server via SSH. ...
    Go to post
    Last edited by Wayne Luke; Wed 8 Apr '20, 8:06am.

  • vBulletin Password Handling

    vBulletin Password Handling

    ​ Note: vBulletin Cloud sites cannot use custom password schemes at this time. The core security of your site is the User Password and how it is stored. In the beginning, vBulletin used a simple MD5 hash to represent the password. However as Floating Point Processors (i.e. GPU and ASICs) have become more powerful, this method proved to be risky and reduced security. If we significantly changed the password scheme, then users wouldn't be able to login and would need to change their passwor...
    Go to post
    Last edited by Wayne Luke; Thu 15 Jun '23, 7:40am.

  • Using Tools.php

    Using Tools.php

    Within your vBulletin Download Package, we provide a file called tools.php, this file isn't uploaded to the server by default as it is considered to be a significant security risk. However, there are times when you need to change specific settings and aren't able to access your AdminCP directly. Uploading to the Server It is recommended that tools.php is installed in the /core/install directory. To do this, follow the steps below: Connect to your server with your favorite SFTP or SCP client. In y...
    Go to post
    Last edited by Wayne Luke; Wed 6 Dec '23, 9:53am.

  • Creating the Sitemap XML for your vBulletin

    Creating the Sitemap XML for your vBulletin

    The XML Sitemap specification allows search engines to index your site more efficiently. vBulletin 5 Connect can create the Sitemap automatically so you can submit it to your favorite search engines. Using the default path If you are using vBulletin Cloud, you must use this option. The default value for this is core/store_sitemap. Make sure the directory is CHMOD 0777 on your server. In the AdminCP, go to Settings -> Options -> XML Sitemap and set Enable Automatic Sitemap Generation to Yes. ...
    Go to post
    Last edited by Wayne Luke; Wed 23 Sep '20, 8:28am.

  • Third-Party Logins: Twitter

    Third-Party Logins: Twitter

    You will need to use an existing twitter account in order to use this functionality.

    Create an app using your twitter account

    In your browser go to https://apps.twitter.com/app/new

    Check App Settings

    Go to the application settings (e.g. https://apps.twitter.com/app/12345/settings where 12345 references the app created in step 2. You can access the settings by going to the list of
    your apps (https://apps.twitter.com), clicking on the app link, then clicking...
    Go to post

  • Enabling Push Notifications in vBulletin 5.3.2 and Mobile Suite 1.16

    Enabling Push Notifications in vBulletin 5.3.2 and Mobile Suite 1.16

    vBulletin Mobile Suite 1.16 includes functionality for Push Notifications. One of the requirements to add this functionality is that you must be running vBulletin 5.3.2 Connect on your site and create a project with Google's Firebase Cloud Messaging (FCM) platform. The steps below will walk you through the process of enabling this functionality in vBulletin and in your Mobile Apps.

    Add a project to your Firebase account








    ...
    Go to post
    Last edited by Wayne Luke; Tue 5 Feb '19, 1:06pm.

  • The Basic Anatomy of a vBulletin Page

    The Basic Anatomy of a vBulletin Page

    vBulletin 5's user output is created using a system of pages that are customizable by the site administrator. This system is called Site Builder. By breaking the system down into pages, a lot of control is given to the system administrator. By using Site Builder, you can create a unique site without any knowledge of HTML or CSS.

    vBulletin's pages are created using layers built upon a grid layout. Each page starts with a layout which defines the content areas of the page. Layouts define...
    Go to post

  • Enabling Two-Factor Authentication

    Enabling Two-Factor Authentication

    vBulletin 5.3.0 and higher will allow site owners to enable Two-Factor Authentication for Administrator and Moderator functionality. This is an extra layer of security provided to make sure your user data remains as safe as possible. Two-Factor Authentication works in conjunction with an app on the user's smartphone, tablet, or computer. These apps provide a security token that lasts a limited time before expiring. The security token is created using industry standard algorithms and a unique string...
    Go to post
There are no articles in this category.
 
  • Time
  • Show
Clear All
new posts
Please log in to your account to view your subscribed posts.

Latest Articles

Collapse

  • Understanding MySQL's Table Status Output
    by Wayne Luke

    AdminCP → Maintenance → Diagnostics → System Information MySQL's SHOW TABLE STATUS command helps gather information about tables in a database. When executed, it provides a detailed overview of various metrics related to each table in the database. This information can be valuable for database administrators and developers to optimize performance, troubleshoot issues, and better understand their databases' structure. Let's delve into the output of MySQL's SHOW TABLE STATUS command and underst...

    Thu 22 Feb '24, 10:13am
  • vbevent.php
    by Wayne Luke
    (vBulletin 6+) This script will handle running the vbulletin offline events (Such as sending notifications for a post). This avoids having users trigger AJAX calls when hitting the site. It also avoids the problem where the background tasks fail to run because there is not enough traffic to trigger all of the scripts in a timely fashion. To use do the following: Copy the script from the do_not_upload directory of your vBulletin files to your web server. Preferably outside of the web root directory. S...
    Mon 8 Jan '24, 10:28am
  • vbcron.php
    by Wayne Luke

    This script will handle running the vbulletin schedule tasks (see the Scheduled Tasks menu in the Admincp). This avoids having users trigger ajax calls when hitting the site. It also avoids the problem where the scheduled tasks fail to run because there is not enough site traffic to trigger all of the scripts in a timely fashion.

    To use do it the following

    1. You will find this script in your do_not_upload directory. Copy the script to your web server. Preferably outside of the w...
    Mon 8 Jan '24, 10:24am
  • Changing your site's favicon
    by Wayne Luke
    The favicon allows you to extend your brand identity to the browser tab. This can often be the only thing a user sees if they have many tabs open. The favicon is a special 16 X 16 icon that the browser automatically looks for in the root directory of your site. vBulletin also ships with one in its root directory. If vBulletin is installed in the root directory of your site, you can overwrite the provided icon to change it for your users. However, you will need to remember to do this with every version...
    Tue 21 Nov '23, 10:39am
  • Common Mime Types
    by Wayne Luke
    vBulletin allows the upload of file attachments. Servers and browsers generally recognize the type of file using two methods; file extensions and MIME types. This document is to allow you to match extensions with MIME types so they are properly handled by browsers. table {width: 80%; margin-left:auto; margin-right:auto} table td:first-child { text-align:center} tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #FFF} th{ color: white; background: black; }​​ Media Images ...
    Tue 21 Nov '23, 10:30am
  • About .htaccess
    by Wayne Luke
    .htaccess is a configuration file for the Apache Web Server. It allows you to customize how your server works. Depending on how your hosting provider has the server configured, you can redirect people to different locations, secure directories and files, tell browsers how long to cache files, update PHP variables, and more. vBulletin comes with a pretty extensive .htaccess file that does a these things for you. Location vBulletin comes with a file named htaccess.txt in the original download. When ...
    Mon 11 Sep '23, 11:57am

Article Tags

Collapse

administration (1) beginner (3) calendar (1) cloud (1) Custom (1) database (2) Google (1) how-to (2) howto (1) how to (1) https (1) Intermediate (4) MYSQL (2) performance (2) recovery tools (1) security (2) seo (1) server information (1) sftp (1) ssl (1) style (1) tls (1) tutorial (4) vb5howto (5) vbcloud (1)
Working...