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
-1
votes
1 answer

vBulletin check if current page usercp.php?

How i can do something like this in vBulletin script ? check if current page usercp.php
-1
votes
1 answer

MySQL insert multiple rows from explode

I have a variable $allnames = 'John,Peter,Maya'; and I am trying to check if each name exists in the user table, and if it exists I want insert each name into one row in another table. $allnames = 'John,Peter,Maya'; $names = explode(",",…
user3745594
  • 43
  • 2
  • 9
-1
votes
1 answer

mysqli_query(): (42000/1064) when UPDATE SET WHERE with $_POST

So I have 2 codes following each other up: $query ="SELECT field6 FROM userfield WHERE userid='".$vbulletin->userinfo['userid']."' AND field6 IS NOT NULL LIMIT 1"; if ($result=mysqli_query($link, $query)) { $row =…
-1
votes
1 answer

Mystery XML date="__________" numeric string?

I have this XML file that's a plug in/product for a vBulletin forum. It's basically a plug in to put social media icons below the user picture linking to that person's social media profiles. There's a field in their profile that they put their…
-1
votes
1 answer

wget vbulletin forum attachments

I want to download attachments from a vbulletin forum with login. It always gives me an error about unspecified length. In the thread itself only thumbnails are displayed, but i want the full resolution which is in the attachments. I am targeting…
-1
votes
2 answers

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…
Jay
  • 9
  • 1
-1
votes
1 answer

How to fix URL Encoding?

my url is: forumdisplay.php?462-%EE%F9%E7%F7%E9%ED-%E1%F8%F9%FA i think that the url is URL Encoding im using vbulletin 4.1.12 how i can fix it? replace 462-%EE%F9%E7%F7%E9%ED-%E1%F8%F9%FA with f=462
SnoopD
  • 1
  • 2
-2
votes
1 answer

VBulletin 5.4.0 installation Error: 1071

Today I Was Installing Vbulletin For The First Time And During The Installation, It Gave This Error. Creating userchangelog table An error has occurred with your database. Please contact vBulletin Support for assistance. Module: install, Step 3…
-2
votes
2 answers

How do i make a custom Sort? (Order by online/offline Status)

I'm pretty new to HTML, PHP and what not, but I have a basic understanding, I realize that there are obviously features for Ordering by Numeric/Alphabetical. However the feature I want I really can't find anything about, nor search the right term to…
-3
votes
3 answers

How to reverse hashed and salted password ?

I am using vBulletin and the login uses this to cross-refer to the database. md5(md5($pass).$salt) How do i make a PHP script such that every password input will automatically be hashed and salted as well so that it is able to authenticate with…
user3132112
  • 1
  • 1
  • 1
  • 1
-3
votes
3 answers

Search Engine Optimization forums mybb vs. vbulletin

What forum software tends to have a better ranking on google? For instance if I had 2 of the same forums with same titles and names, which would be ranked higher in google? This is not an opinion question this is a real fact question. So vBulletin…
Ryan Glenn
  • 1,325
  • 4
  • 17
  • 30
-4
votes
2 answers

paypal in vbulletin

I want to integrate paypal payment method in vbulletin. I'm new for both vbulletin and payment gateway. I've complete the process of implement paid subscription from control panel of vbulletin and able to order a subscription. But the problem is…
arvi
  • 1
-6
votes
1 answer

Technology stack selection : PHP, Ruby on Rails with World Press

I have to create a web site with the functionality of similar to some e-commerce website, but it will also have a user forum and the users will have ability to write blogs/articles. I will also have a mobile app (hybrid app for iOS and android), so…
1 2 3
29
30