Questions tagged [vbulletin]

vBulletin (vB) is commercial Internet forum software produced by Jelsoft Enterprises and vBulletin Solutions, both subsidiaries of Internet Brands. It is written in PHP and uses a MySQL database server.

vBulletin is commercial Internet forum software, written in PHP.


Useful links

448 questions
2
votes
0 answers

NGINX Config always load to default dir /usr/share/nginx/html

I want to install vBulletin using NGINX but I don't know what wrong with my config, it's always load default dir at /usr/share/nginx/html instead of my config, before this I can't load installation file at forum.fura.tech/core/install/install.php. I…
2
votes
1 answer

a vulnerability in quote notification plugin

The following plugin is used to serve notification for members in vbulletin forum. a friend told me there are a possibility of vulnerability on Mysql database because of this plugin. i'm not mysql expert so i can't tell where exactly is the…
2
votes
1 answer

vBulletin database

Whats up. I'm looking for some information about linking a vBulletin user database with my actual website's database. I do already have a users table, users have their main website profiles and all, but I would also like them to be able to use the…
Alex Cane
  • 157
  • 1
  • 2
  • 9
2
votes
0 answers

Calling functions from subdomain to main domain

I have a custom theme and use vbulletin at public_html/ Wordpress is installed at a subdomain with files at public_html/blog/ Ive read tutorials and a response from here that say to include the footer in the wp theme footer and I get this in the…
2
votes
1 answer

differentiate between two almost identical links in regex

I have created a plugin that turns links into the Facebook embedded version of the content at the link. My problem is if I disable the part of the plugin for comments, the links to comments become embedded posts (if the post portion of the plugin…
DrCustUmz
  • 378
  • 4
  • 18
2
votes
1 answer

Add stylesheet/script if not added PHP & Javascript

I don't even know where to begin attempting this, what I'm trying to do is only load a file once, since I have multiple instances of it currently. I load the files in with php, the if conditions are just whether the option is on or another. if…
user6288919
2
votes
1 answer

vBulletin 5.x.x 500 Internal Server Error

I am trying to install vBulletin5 on my pc. I am uisng Laragon. I got 500 Internal Server Error. When I remove .htaccess everything works fine till installation done. Here is .htaccess RewriteEngine On #In some…
PKa
  • 309
  • 2
  • 7
  • 23
2
votes
1 answer

website forum with same users and single sign on. How?

we have a web service with its own authentication system (not any of the widespread CMSs - the custom one) we want it to have a forum however, we want the forum to use the same user logins and other data, e.g. who is admin and who's not, how many…
Sergey Grechin
  • 876
  • 11
  • 14
2
votes
1 answer

Tagging words in Vbulletin post with the support of Unicode chars

I have a Vbulletin plugin which replaces all hashtag with hrefs but it needs to be customized, because it doesn't support non English characters. For example: #vbulletin will become #vbulletin, but #može will become #mo že, with only #mo converted…
renault4
  • 21
  • 2
2
votes
2 answers

Prevent registration between certain hours

I'm trying to figure a little routine for my forum software (vBulletin 3.x which supports PHP routines via a hook system). I have this code from some research I did before but the conditional isn't functioning as I intended - it will only be 'true'…
SomeGuy
  • 246
  • 2
  • 10
2
votes
2 answers

How transaction level isolation affects performace in autocommit mode in MySQL?

I have a VBulletin 4.x forum running on my server. Some forum tables were converted into InnoDB for performance reasons according to this instruction. Forum itself does not use transactions (no START TRANSACTION or BEGIN WORK in source code) at all…
Vladislav Rastrusny
  • 29,378
  • 23
  • 95
  • 156
2
votes
2 answers

How to integrate vBulletin auth with my site?

I need to use vBulletin auth system on the rest of my site. Does vB has any APIs for that? Im expecting to find something like that: if($vBulletin->isAuthenticated()) { // user authenticated } In case of vB does not have such API, is there any…
user273299
2
votes
1 answer

Login to both CakePHP and vbulletin

I'm looking to get a single sign on set-up between a cakePHP (1.3) app and a vBulletin (4.0.2) forum. I've managed to get so far with it, i.e I've been able to get Auth to use the vB user table to let people login, and that works pretty well - the…
Daniel
  • 441
  • 1
  • 8
  • 17
2
votes
1 answer

Best way to track changes and make changes from Mysql -> MSSQL

So I need to track changes that happen on a Mysql table. I was thinking of using triggers to log all the changes made to it and then save these changes in another table. Then I will have a cron script get all these changes and propagate the changes…
jdelator
  • 4,101
  • 6
  • 39
  • 53
2
votes
0 answers

Visual basic 2010 vbulletin Loader

I am trying to create a vbulletin Loader for my site. The main question is how to create a loader for vbulletin The Loader works so it has permissions from vbulletin; if a user is a V.I.P., then he/she has access to inject a V.I.P .dll. A regular…
User
  • 33
  • 3
1 2
3
29 30