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

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 code: public static void CreateNewThread(string…
Shinichi
  • 475
  • 4
  • 7
  • 25
4
votes
0 answers

adding POST to the SimpleHTTPServer as proxy

UPDATED I've made simple proxy based on SimpleHTTPServer but i've got problem with POST method when someone is requesting with POST method it show Error so i've made do_POST() function,but when i requesting with POST (works fine with most site…
4
votes
2 answers

HTTP-SOVIET and HTTP-PACK?

I found a couple vBulletin sites I administer getting hacked recently. They use the latest version of the 3.8 series (3.8.7 Patch Level 2). I am usually pretty good at finding the holes where they get in and patching them up, but this one is…
Jafo
  • 1,200
  • 2
  • 11
  • 22
3
votes
7 answers

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…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
3
votes
3 answers

how to read Dc:creator tag in xml?

the rss feed export is: ◀️تنبلی گروهی چیست؟ http://forum.mlmarketing.ir/showthread.php/241-◀️تنبلی-گروهی-چیست؟?goto=newpost Wed, 08 Feb 2017 07:37:19 GMT *✏️مهندس فرانسوی…
sajjad_safari
  • 87
  • 1
  • 2
  • 11
3
votes
0 answers

Target the end head tag to insert style sheet before it

I'm trying to add some things into the head section of a page the problem is I use a cms (vBulletin) so I have to do it through a plugin. The plugin hooks into the page at the very end (after the closing html) so if my plugin is echo('
user6288919
3
votes
0 answers

Having issues with htaccess rewrite for vBulletin

Here is my htaccess. I have noticed that when I click on the link for the classifieds mod, it redirects me back to the main forum. I know that the htaccess is setup to redirect back to https, and is working great - not sure what is going on. Any…
Kirk
  • 1
  • 5
3
votes
2 answers

how to use vbulletin variables globally?

I want to use {vb:raw human_verify} on another page inside vbulletin ? When i use this variable in another template , it does not work. It works perfectly on the some templates (register, search, ..) but never work in another template.. I have tried…
Dr ZIZO
  • 333
  • 4
  • 17
3
votes
0 answers

vBulletin mobile API login_login?

I'm new bigginer in vBulletin and I can not find a solution for my problems, I explain, I would like to create an iOS application that runs with Mobile API vBulletin 5.0, but Now, leave aside iOS. I would like to create a PHP code that authenticates…
3
votes
2 answers

download attachment file in vbulletin for unregistered user

I have a side script in my forums that allows to my users to upload some stuff from my forums. I wanted to allow my users to upload attachment file from the forums, but vbulletin always show unregistered form. So i'm asking is there a way that i can…
kamal
  • 237
  • 1
  • 5
  • 18
3
votes
1 answer

Django / vBulletin single sign on

What is the easiest way to make a single sign on (SSO) for a Django project and a vBulletin board on the same domain? I have an existing database of vBulletin users. I have looked into Django's RemoteUserBackend and vBulletin's vBSSO but I haven't…
2
votes
2 answers

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.
Lokers
  • 103
  • 1
  • 3
2
votes
1 answer

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 to work is showing the username and any of the…
Mark Knight
  • 171
  • 1
  • 1
  • 10
2
votes
1 answer

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 forum, to take in whether the user is logged in,…
Ferdia O'Brien
  • 867
  • 3
  • 10
  • 25
2
votes
2 answers

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(); $templater->register('navbar', $navbar); $templater->register('pagetitle',…
Naweed Chougle
  • 500
  • 10
  • 31
1
2
3
29 30