-3
votes
1answer
33 views

Disable login and registration vbulletin [closed]

I have got some issues and here it comes - does anyone know how to disable login and registration and have a open forum in vbulletin? Thanks!
0
votes
2answers
65 views

Extract data from forum

İ want to extract data from a php forum based on keywords I entered. İs there something ready that can do this? Just to give example Kadinlarkulubu.com/forum.php Keywords ios, android Thanks to this ...
0
votes
1answer
115 views

Is there any way to download an entire Vbulletin forum? [closed]

Is there any way to download an entire Vbulletin forum? It could just be in text files or whatever, doesn't matter to me but html files where the look of it is the same would be preferable. I want an ...
0
votes
2answers
260 views

how does the vbulletin threads table looks like? [closed]

In a vbulletin forum every message has a title. So, if the first message of the thread is saved at the messages table, what data is stored in the threads table? Just the thread id and the forum?
2
votes
1answer
305 views

vBulletin manual php code to insert new user

Can i create a new PHP Code to create/insert new user on vBulletin ? Or the Code is exsist from vBulletin like Function on Wordpress(wp_create_user()) ?
0
votes
1answer
39 views

Thread title in post

anyone knows how to add thread title variable (aka what hook to call) into Ad location templates>>ad_showthread_firstpost_start. I've tried calling it with {vb:raw threadinfo.title} but its not ...
0
votes
1answer
65 views

Is it possible to upgrade vBulletin forum from 3.5 to 4.0 version? [SOLVED]

My site is currenlty running vBulletin 3.5.3 and we want to buy a new version of vBulletin forum which is 4.0 to make an upgrade at - https://www.vbulletin.com. But as it is written here - ...
0
votes
1answer
453 views

How To Disable vBulletin Forum?

How to disable vBulletin Forum from ADMIN CP > PLUGINS & PRODUCTS >MANAGE PRODUCTS ? I know it's quite tough and got a link too for this but I was unsure ... if possible it would be good. Thank ...
1
vote
1answer
69 views

What forum/bulletin software does Vimeo.com use?

What forum/bulletin software does Vimeo.com use?
0
votes
3answers
356 views

phpBB or competitors? [closed]

So i'm looking to start an online forum, but I don't know which package I should use, I know that phpBB is a good piece of kit, but I was wondering if any of you were relative to a different ...
0
votes
1answer
285 views

How do you move users/posts/settings from one vBulletin installation to another?

I have a vBulletin installation that was recently defaced as a result of a sql injection flaw in the VB search interface. I'd like to move all of the posts/threads/permissions/users from the old ...
1
vote
0answers
90 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
2answers
238 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
1k 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 ...
7
votes
2answers
2k 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 ...
0
votes
2answers
146 views

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