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
17
votes
2 answers

Padding on tbody

I'm using vBulletin to style a forum which primarily uses tables to style the site. How would I go about using padding on a tbody to space the content away from the border? Here you can see a picture of my main site where the content is pushed 5px…
Jordan Doyle
  • 2,976
  • 4
  • 22
  • 38
13
votes
3 answers

Accessing browser cookies from Flex

I'm building a Flex widget for a private vBulletin site, and the Flex widget needs to access an XML file on the vBulletin server in order to display data. For security reasons, the XML URL will need to have the value in the bbsessionhash cookie…
Jarin Udom
  • 1,849
  • 3
  • 19
  • 23
8
votes
2 answers

lots of request variable name length errors in suhosin

I got a lot of suhosin errors in my /var/log/messages Dec 22 06:28:12 server suhosin[4637]: ALERT - configured request variable name length limit exceeded - dropped variable…
iLinux85
  • 403
  • 2
  • 6
  • 20
8
votes
1 answer

vbulletin posting posts with CURL and PHP

I need to post a forum post on vbulletin via CURL and PHP, doesnt seem to be a hard job, however it has to have images, and I'm fine with uploading one image, but as soon as I add a second image, it seems to just redirect to the top thread in the…
Saulius Antanavicius
  • 1,371
  • 6
  • 25
  • 55
8
votes
1 answer

INSERT SQL query very slow in MariaDB Docker container compared to XAMPP

I was looking for the bottleneck of a web application and found out that INSERT queries run significant slower like this: MariaDB [myforum]> insert into tag set tagtext='abc12345',dateline=unix_timestamp(),canonicaltagid=1234; Query OK, 1 row…
Lion
  • 16,606
  • 23
  • 86
  • 148
7
votes
1 answer

single sign on between Vbulletin and rails applications

we have a lot of users on a VBulletin forum. now i want write few more apps on rails for the same userbase. Until now all the authentication and session management is being taken care of by VBulletin. What is the best way to provide SSO for my users…
Joy
7
votes
2 answers

How to log in to a vbulletin forum with C#?

I'm trying to log into a vbulletin forum. I got this far: private string login(string url, string username, string password) { string values = "vb_login_username={0}&vb_login_password={1}" values +=…
Yustme
  • 71
  • 1
  • 2
6
votes
0 answers

Logging into vBulletin 5

I have a third party application which does the authentication and wants to log the user into a locally installed vBulletin instance at the same time. The only way to log in is via this third party app. This is what I have where $vbpath is the path…
chx
  • 11,270
  • 7
  • 55
  • 129
6
votes
1 answer

USE INDEX and MATCH on another FULLTEXT index gives error "Can't find FULLTEXT index matching the column list"

Working now on a vBulletin board, which runs on MySQL 5.6.21 with InnoDB table engine. There is a default query in vBulletin, which uses index hint on one column and the same time uses fulltext index on another two columns. The query looks…
5
votes
1 answer

Getting started with vBulletin development

I was asked if I could program something for vBulletin. As I never programmed something for vBulletin I started to search for documentation and tutorials. Unfortunately I wasn't very lucky. The most promising thing I found was this, but it looks…
svens
  • 11,438
  • 6
  • 36
  • 55
5
votes
1 answer

Run website registration process from external site

I am integrating logins for two separate sites. Each site uses its own database and user tables. My question is: how can I execute the remote script via PHP, as if I was submitting the form to the website? I want the one site to execute the login…
4
votes
1 answer

Vbulletin plugin development tutorial

I searched for tutorials but i didn't found any useful tutorial. I want to create simple plugin which add "123" to header of every pages of forum. I tried to go to admin panel -> create new plugin. But i don't know what hook i need to display "123"…
Mirgorod
  • 31,413
  • 18
  • 51
  • 63
4
votes
3 answers

How to write an SQL query that counts the number of rows per month and year?

Had anyone any idea how to query a vbulletin database to generate a report on the number of registrations per month/year to achive results like.. MM/YYYY Count 01/2001 : 10 02/2001 : 12 ... ... Thanks to those answers below.. My final…
David Brown
  • 3,021
  • 3
  • 26
  • 46
4
votes
1 answer

Scrapy login to vBulletin guidance needed

I already read a lots of post on the subject(including scrapy docs) but for some reason I am not able to login to a vBulletin website. Let me clarify that I am not a developer and my knowledge about programming/scraping is extremely fundamental so…
4
votes
5 answers

Parse vBulletin's BB Code in PHP

I would like a function that parses BB Code from vBulletin into a standard HTML markup. Without using the PEAR library or the PECL extension, because I don't want to fuss with PEAR or have to depend on being able to install a PECL extension on every…
Josh K
  • 28,364
  • 20
  • 86
  • 132
1
2 3
29 30