vbulletin

Transfering User Names from One Forum to Another?

Does anyone know how to transfer the users of a vBulletin forum to a new installation of IceBB? ...

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 into the Mssql database. I really dont expect a lot of information to be proporgated, but...

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 passed along in the URL request from Flex. The Flex widget will be embedded in the private ar...

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 both onVBulletin and on the rails apps i am writing ...

VBulletin cannot Connect to MySQL Database.

Hello All, I've just moved a forum from BradPPresents.com to BradP.com. May not be SFW. It's located at forum.bradp.com. I'm getting a Database connection error, despite being absolutely sure about the username and password of the database. Here's the VBulletin Configuration file, with the username and password masked. <?php ...

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 bandwidth usage. One thing I haven't seen them consider is the fact that JPEG and other images that are displayed on the site(and it is an image-h...

Q&A style plugin for vBulletin

I'm in the admin team of a large vBulletin forum and I have recently fallen in love with SO. I think that a Q&A style section would be great for the forum and was wondering if anyone knows about a module/hack that can achieve this. ...

How can I hide/remove/disable "forums views" in vbulletin?

anyone have an idea how to do this. i need to get rid of forum views either by hide, delete, disable or any other way. ...

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, he stays logged in when browsing the forum? ...

Jquery help, making collapsible sidebar for a vbulletin forum

Hi guys, Im trying to make a sidebar for my vbulletin skin thats expandable/collapsible. Heres my code: jQuery(document).ready(function(){ $(".hide").click(function(){ $("#sidebar").animate({width:"0px", opacity:0}, 500 ); $("#sidebar").animate({padding:"0"}, 500 ); $("#sidebar").css("margin", "0"); $("#sid...

Bit more help with expandable sidebar(Jquery)

Okay, so ive got the collapsing thing done, and it does expand. My problem is, i cant use the same umm tag i guess you'd call it? You'll get it when you look @ the code(hopefully) <!--SideBar Jquery Start--> <script type="text/javascript"> jQuery(document).ready(function(){ $(".hide").click(function(){ $("#sidebar").animate({width:"h...

PHP ticketing system + vBulletin

Hello, 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. ...

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) ...

How can I include PHP in a vBulletin style?

I'd like to use PHP in a vBulletin style/skin, yet when I do so, the PHP doesn't work. By 'not work', I mean it's treated just as plain text. And if you look in the code you can see the PHP code (hidden, by Firefox - which is the behaviour you get if you put PHP code on a plain html page) http://vapurl.com/h0kp3fqr8c - view source, and...

How can I generate a vBulletin password salt from a md5 hash?

I'm transferring users from my old database to a vBulletin database. I want a script to do this as it'll take forever otherwise. I have all the user's passwords stored just like md5(password) But of course, this doesn't work with vBulletin due to salts etc. So my code is this: <?Php mydatabase_connect(); $select=mysql_query("SELECT ...

Forum vB plugin not working

So I made a plugin/hook <?php ob_start(); include $_SERVER['DOCUMENT_ROOT'] . "/delta/pack_files/other/login.php"; $loginphpp = ob_get_contents(); ob_end_clean(); ?> I enabled hooks/plugins in the settings, and i set this plugin to be at global_start the folder directory is correct and I called this with $loginphpp, but nothing shows...

vBulletin OpenID Plugin

Hi. Is there an OpenID Plugin for vBulletin? I need to be able to replace the current registration/login functionality with OpenID authentication. Thanks, Jon ...

Table Doesn't Exist error when installing Vbulletin

This is what I see when i log in to AMember after attempting to integrate the two. Vbulletin3 plugin error: DB - [] - incorrect value. Error: Table 'my_db.user' doesn't exist I don't understand how to fix this error. I know how to get to phpMyAdmin, but then I don't what to do from there. Can anyone help? Thanks! ...

Make itrader auto fill in URL

I am wondering if it is possible to make a button for Itrader (popular vbulletin extension) on the users post that when you press it, it will fill in the deal url from the page you just left . Example: I got to DP than buy something from someones thread, there is a button that says leave itrader and from there I click it and it takes m...

Integrate VBulletin in a J2EE application and support single sign on

I am considering purchasing VBulletin and integrating it with my J2EE application. While I am still looking into what it takes to enable this integration, I was wondering if VBulletin supports single sign on so that my users do not have to login to VBulletin once they have been authenticated to the application. Any thoughts? ...