Tagged Questions
vBulletin (vB) is a 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.
8
votes
5answers
7k views
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 ...
6
votes
2answers
916 views
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 ...
5
votes
1answer
207 views
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 ...
5
votes
1answer
2k views
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. ...
3
votes
3answers
385 views
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
...
3
votes
6answers
956 views
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 ...
2
votes
2answers
718 views
vBulletin 4.0 custom pages
I'm trying to make custom pages using the new vBulletin 4.
My PHP file uses the code below:
$templater = vB_Template::create('TEST');
$templater->register_page_templates();
...
2
votes
2answers
481 views
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 ...
2
votes
1answer
203 views
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 ...
2
votes
2answers
947 views
Simulate login action to VBulletin using C#
I trying to write a program (C#) that can login and create new thread into VBulletin forums. I tried 2 way:
1) Use HttpWebRequest : Login is done. However creating new thread is fail. This is posting ...
2
votes
7answers
550 views
Having an image stripped of metadata upon upload in PHP
A certain site I know recently upgraded their bandwith from 2,5 TB monthly to 3,5 TB.
Reason is they went over the 2,5 limit recently. They're complaining they don't know how to get down the ...
2
votes
2answers
1k views
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 ...
1
vote
1answer
26 views
vBulletin: Installing the CMS Folder
I have installed vB 4.1.9. Well the package came with two folders: "do not upload" and "upload". Before I upload it to my server, I am using MAMP Pro to get a feel of vB.
I have upload all the ...
1
vote
1answer
55 views
run php in vbulletin 4 template
I am using vbulletin 4.1.7
I've read many tutorials out there but none explais properly from scratch how I should do, so im gonna ask here.
What i want to achive is in the header template i want to ...
1
vote
0answers
108 views
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 ...
1
vote
0answers
78 views
Adding jQuery plugin to vBulletin forum
I have been using a plugin called tabSlideOUt By William Paoli for a while on my own site. Now, I would like to add it to a vBulletin site I now run, and have hit a few difficulties.
I am aiming to ...
1
vote
2answers
49 views
Complex(?) Name Matching Regex for vBulletin
I'm creating some custom BBcode for a forum. I'm trying to get the regular expression right, but it has been eluding me for weeks. Any expert advice is welcome.
Sample input (a very basic example):
...
1
vote
2answers
61 views
General question about curl in php
It's simple question, can curl make posts on vBulletin forum? In PHP script so of course.
I didn't try that so just if anyone now or ever tried, to spare me some time I would appreciate a lot :D
...
1
vote
2answers
131 views
Why not use forums like PHPBB, VBulletin as Bug tracking tool? [closed]
I just started using Git; and I looked at several bug tracking tools to go along with my repository - LightHouseApp, FogBugz, BugZilla, Trac and so on. When I create bugs, I often put screenshots with ...
1
vote
0answers
14 views
ask about make vbulttin plugin
i started to make plugin for vbulltin but i want to ask some question
the plugin target is to allow users to deny other users from watching own profiles
my questions is
when user try to watch my ...
1
vote
1answer
145 views
bbcode to html in vbulletin
What is the function in vbulletin that convert bbcode to html ??
I found this : convert_wysiwyg_html_to_bbcode() but it's convert html to bbcode, I want the opposite of this function.
1
vote
0answers
156 views
vBulletin 4.x External Page Login and Variables
I've been searching around and experimenting with this for hours, with no success.
I'm trying to login to vBulletin from an external page. I've managed to get this to work. However what I can't get ...
1
vote
2answers
96 views
Is there a way to intergrate vBulletin into PHP?
What im wanting to achive is intergrating vBulletin into a PHP page, or what ever. Im not wanting to re-create a skin that looks like the site, im more or less wanting the forum to be 100% intergrated ...
1
vote
2answers
69 views
If I buy vBulletin, do I get the source-codes as well?
If I buy a vBulletin license, do I receive the source-codes as well?
1
vote
1answer
58 views
Why vbulletin uses ENUMs?
Today, I've had some debate with my colleague about choosing data types in our projects.
We're web developers and we code back-end in PHP, and for database we use mySQL.
So, I went on internet a bit, ...
1
vote
1answer
22 views
creating CMS with PHP and VBulletinuser system
I was wondering if anyone could point me towards some resources about developing systems that incorporate VB user system? My client requested me to develop a PHP system for content management that ...
1
vote
1answer
349 views
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. ...
1
vote
1answer
247 views
vBulletin as login for entire website (edit: a certain amount of progress has been made)
I've come up against a bit of a brick wall in the vBul forums on how to do this, so I thought I'd ask the forum that's never let me down.
Does anyone know of a simple way, on an EXTERNAL page to the ...
1
vote
0answers
55 views
It is possible to group vbulletin subforums on categories?
I saw in vbulletin admincp a option Category manager and I added a few categories.
On homepage I added the category widget.
My question is: Why these categories are useful? What is their scope? ...
1
vote
0answers
336 views
vBulletin redirect after login
Facts:
- main site on www.DOMAIN.com
- vBulletin installed on forum.DOMAIN.com
- vBulletin authentication integrated in main site (no problems here)
Question:
How can I redirect user to some URL from ...
1
vote
0answers
112 views
Vbulletin scraper library?
Does anyone know of a library (preferably written in C#.NET) that scrapes VBulletin pages and just gets the main information for me? Needs to support logins and searching.
If you don't know one for ...
1
vote
0answers
99 views
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, ...
1
vote
2answers
113 views
How to insert a widget inside forum inself in vbulletin?
You know, the publishing suite offers other content than forum. for example blogs and also some custom content
i know how to add articles/widgets to the page itself, but how do i add such a thing ...
1
vote
2answers
582 views
Login to a vbulletin forum using Java
As part of my dissertation thesis I have constructed a "bot" that crawls the official forum of the course Programming in C and searches for frequently asked questions in order to post a reply. I am at ...
1
vote
1answer
160 views
mysql error: Unknown column 'thread.threadid' in 'on clause'
I'm getting the following error...
ERROR:
mysql error: Unknown column 'thread.threadid' in 'on clause'
I hear it has something to do with the MySQL version... what changes do I need to make to my ...
1
vote
1answer
366 views
IE8 doctype changing
I am currently using an XHTML 1.0 transitional doctype on my vBulletin website. The page in question is PHP. The source (view source) of this page verifies that the XHTML 1.0 transitional doctype is ...
1
vote
1answer
664 views
vBulletin OpenID Plugin
Is there an OpenID Plugin for vBulletin? I need to be able to replace the current registration/login functionality with OpenID authentication.
Thanks,
Jon
1
vote
1answer
1k views
How can I get the vbulletin logout hash on another page? (PHP)
I want to get the logout hash for vBulletin so that I can link to the logout bit directly from my main site.
How can I do this? (in PHP)
1
vote
1answer
475 views
PHP ticketing system + vBulletin
Is there a good php ticketing system such as kayako eSupport and DeskPro that integrates with vBulletin nicely?
Kayako and DeskPro are too costly for the business at the moment.
1
vote
1answer
251 views
Vbulletin Users integration with a .NET site
Does anyone know how to integrate the vbulletin forums users with an existing .net site that it has its own users and login, and to maintain the session between the two sites, so when a user logs in, ...
0
votes
0answers
26 views
vBulletin API to get member list and add member via PHP+cURL
Looking to do two things with the vBulletin API (v4.1.3) via PHP+cURL:
Get member list.
Add new user.
I am having a hard time finding any working examples of a php script which calls the API to do ...
0
votes
0answers
5 views
vBulletin Post ID Variable in Plugin
First off, I'd like to thank anyone who replies in advance--
I am using vBulletin 3.7 (old, I know...), and I am trying to add a plugin that includes the variable $post['postid']. However, it doesn't ...
0
votes
2answers
72 views
How to do a POST request to an external API (vBulletin)?
How do you normally do a POST to an API in PHP?
For example:
login_login
Login a user and return a new session hash
Parameters
POST (Required)
vb_login_username - Username to login
Note that one of ...
0
votes
1answer
123 views
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 ...
0
votes
1answer
32 views
Cross Browser incompatibility? (jQuery)
I'm not an internet guru by any means, I do however like to tinker around and build myself tools. One of my latest tools was an "advanced" search for a vb bulletin, they disabled some of the search ...
0
votes
1answer
47 views
Gain count of new posts in VBulletin
I'm new to vbulletin/php.
I need to define a number of new posts (exactly count of threads where the user sees the page http://www.exampleVBForum.com/search.php?do=getnew, are shown). And it's very ...
0
votes
1answer
14 views
convert vbulletin database into wordpress blog
I've been considering converting my vbulletin forum to a wordpress blog but it doesn't look like its a simple process. I've googled around for a convertor but nothing is showing up.
0
votes
2answers
125 views
Logging in to vBulletin
I am trying to do a program in Python which logs in to a vBulletin forum.
I need to access only one page, but in order to view that page I must be logged in.
Here is my code:
#-*- coding:utf-8 -*-
...
0
votes
0answers
40 views
Facebook / Vbulletin redirect loop
I setup Facebook Connect on my vbulletin forum and when i click the button to connect my FB account it asks me to login then the page fails saying it is in a redirect loop.
it is a clean install of ...
0
votes
1answer
46 views
How to select a radio then submit form with jQuery in vBulletin?
I am working on a userscript that injects my own JS into the head (this part works). I am utilizing the site's already in-place jQuery.
I am a moderator on a vBulletin forum. I move and close A LOT ...