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

Changes to forum logo in vBulletin template

The title of my question may be unclear, so let me explain what's the problem I'm facing. I'm new to vBulletin system, but I have some work to do on an existing forum. The given forum has a logo on the top header. The forum should be accessible from…
ArVan
  • 4,225
  • 8
  • 36
  • 58
0
votes
1 answer

Submitting new thread to vbulletin forum in C#

I want to send new thread in vbulletin forum through the application i made in C Sharp. As thread submission needs security token so i have to add that while submitting and also need to login to forum. For vbulletin forum i want send post through my…
Prince123
  • 97
  • 1
  • 8
0
votes
1 answer

Register new memer for vBulletin via Mobile API

I'm trying to use the vBulletin REST Mobile API to simply register. The sourced are installed on my local machine and according the documentation https://www.vbulletin.com/forum/content.php/393-User-Registration-Process-Mobile-API This procedure…
0
votes
2 answers

A list of error in my site

I don't know why my site give me this error. This is the list of errors. plz lid me ! what shall i do ? Fatal error: Out of memory (allocated 6029312) (tried to allocate 8192 bytes) in…
mr.sohrab
  • 51
  • 2
  • 9
0
votes
2 answers

Vbulletin fatal error / php

I installed a modification for my vbulletin suite and got this error Fatal error: Using $this when not in object context in /var/www/forum/includes/class_hook.php on line 57 Apparently some users have this error when using the mod with vbadvanced,…
Sev
  • 71
  • 7
0
votes
2 answers

vBulletin date decode from database

I need to use information from vBulletin database using external script. I need to decode join/last visit date. I found it in database but 06-02-2012 is in database encoded as 1338661020. How to decode it back to 06-02-2012 (in PHP) ?
user1307957
  • 541
  • 3
  • 8
  • 19
0
votes
2 answers

How will my vBulletin users know they have a paid subscription

Ok so after experimenting with vBulletin's paid subscription I am confused by one thing. How will the user know they have purchased a subscription? I get the confirmation emails, success page, etc. But after all of that is complete, I see nothing…
Aaron Lozier
  • 290
  • 1
  • 4
  • 13
0
votes
1 answer

vBulletin robot only comes some of the time when called

I have been doing a lot of modification of my vBulletin forums, and I've taken particular interest in different forms of AI and botting on the forums. I recently created a plugin that will make the bot post in a thread if it is called. It works some…
Jared
  • 301
  • 1
  • 13
0
votes
1 answer

BIGINT UNSIGNED value is out of range error (Error Number : 1690)

I'm getting this error when I try to delete a thread in vBulletin 4. This isn't a vBulletin issue as it is an add-on modification. Below is the code I am using. If they have, say, 15 words in the thread post and I delete the thread, I get the error…
Boofo
  • 187
  • 1
  • 8
0
votes
1 answer

Multiple scripts linked in header

on my forum i got multiple jquery versions linked in the header. Most of them are from plugins i've installed earlier and they inserted automatically. My question is, will this different versions of jquery interact with eachother and maybe stop some…
Sev
  • 71
  • 7
0
votes
1 answer

tools for Crawling popular forum/bulletin board software

I've started writing a crawler to crawl vbulletin boards. However, I am not a web programmer (json api's I can do, but that isn't really web-crawling), and as such I do not know what the best way to crawl is, and what tools are available. I am more…
Hassan Syed
  • 20,075
  • 11
  • 87
  • 171
0
votes
1 answer

vBulletin plugin with cURL

I've tried the following guide for including external files in a template using this manual. I've created a plugin with this code below and included it in a template using the $includedphp…
musse1
  • 379
  • 4
  • 17
0
votes
2 answers

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 working. Vbulletin 4. Thank you for any help
DadaB
  • 762
  • 4
  • 12
  • 29
-1
votes
1 answer

Object of type mysqli_result error in old vBulletin product

I am trying to update an old vBulletin product and it keeps throwing an error for me. Cannot use object of type mysqli_result as array in C:\wamp\www\mem_payment.php on line 124 Line 124: $vbma->setCustomerNumber(unserialize($purchase['info']),…
DrCustUmz
  • 378
  • 4
  • 18
-1
votes
1 answer

vbulletin replacing equal sign in html code

I have a problem with vbulletin forum check this page VB the problem with threads its replacing equal sign = in html code with = for example color="#006400" instead of color="#006400" who can I solve this?
Iyad Bacdounes
  • 75
  • 1
  • 12
1 2 3
29
30