vBulletin (vB) is a 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.
0
votes
1answer
161 views
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 ...
0
votes
0answers
61 views
RealChat Vbulletin Integration
Upgraded to vb 4.2.0 and a huge problem:
Warning: require_once(CWD/realchat.php) [function.require-once]:
failed to open stream: No such file or directory in
/home/xxxx/public_html/global.php on ...
1
vote
2answers
127 views
vBulletin CSS & HTML
I've been trying to set up my user-rank images into CSS sprites.. and I've worked out so far this code:
in additional.css:
#ranks li {
background: ...
0
votes
1answer
41 views
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 ...
1
vote
1answer
276 views
Assigning a variable equal to Include function content
This issue came up to me in vBulletin system. i want to build a block in sidebar area to help me autmate some daily works.. i wrote php code like this :
<?php
$myDay = date('D');
$myHour = ...
2
votes
2answers
140 views
Bug with Toggle in jQuery
I'm trying to create a spoiler on a forum (vbulletin)
It's basicaly a toggle div on click. It's all working fine,
but when placing a toggle div inside another toggle div
the animation just goes up and ...
0
votes
1answer
953 views
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 ...
0
votes
1answer
175 views
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 variable:
...
1
vote
0answers
408 views
How to customize the login page of vBulletin 4
I am using vBulletin version 4.1.4. I want to re-design the login page (it is separated with current vBulletin skin), I have tried using these instructions http://www.vbgeeko.com/archives/217 but it ...
2
votes
1answer
307 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
2answers
108 views
Replacing all images with something else
I'm running a vbulletin forum with https, it runs well and all, but when someone posts an image the https gives a warning. I've found a way to combat this but I need some help!
How can I replace all ...
0
votes
2answers
394 views
vBulletin Getting new posts on a particular forum / replies on a thread
I need to get a new replies / forum posts out of a vbulletin forum .
What would be a best manner of fetching it.
Regards,
Azeem
1
vote
1answer
196 views
PHP, vBulletin: Fatal error: Call to a member function clean_array_gpc() on a non-object
With vBulletin in PHP, I'm getting this error
Fatal error: Call to a member function clean_array_gpc() on a non-object in C:\inetpub\forum\includes\class_bootstrap.php on line 124
on the following ...
0
votes
3answers
101 views
Gap at the bottom of page
Ive almost finished designing the skin for my forums and i've had a gap at the bottom of the page, below the footer almost since ive started. I've found a number of similar questions and have tried ...
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
167 views
vBulletin Facebook App not working from within Page
I have installed the vBulletin Facebook app for a client, and am trying to link the app page from within the sidebar on the Fan Page for the site. However, the page returned upon clicking the link is ...
0
votes
1answer
513 views
VBulletin RSS feed to main website
I did not include my website url, it is a vbulletin forum and all rss/xml options are enabled. (that i know of anyways)
<?php
// this is the url of the rss feed that you want to display
$feed = ...
0
votes
4answers
2k views
Remove Malware from Website
My website, 3dsforums.com, has been marked as an attack site for containing malware. According to Google Webmaster Tools, this is the suspected code that has been injected onto every page:
...
1
vote
1answer
460 views
ssl + nginx + apache + php: links are still displayed as http, not https
I am using VBulletin Suite 4.1.4., which is written using PHP and nginx+apache setup (nginx as the front end server and Apache as the back-end server). This is a pretty standard "nginx+apache" ...
0
votes
1answer
199 views
vBulletin Post ID Variable in Plugin
First off, I'd like to thank anyone who replies in advance--
I am using vBulletin 3.7 (old, I know...), and I am trying to add a plugin that includes the variable $post['postid']. However, it doesn't ...
1
vote
1answer
209 views
vBulletin: Installing the CMS Folder
I have installed vB 4.1.9. Well the package came with two folders: "do not upload" and "upload". Before I upload it to my server, I am using MAMP Pro to get a feel of vB.
I have upload all the ...
0
votes
2answers
901 views
How to do a POST request to an external API (vBulletin)?
How do you normally do a POST to an API in PHP?
For example:
login_login
Login a user and return a new session hash
Parameters
POST (Required)
vb_login_username - Username to login
Note that one of ...
4
votes
2answers
6k views
lots of request variable name length errors in suhosin
I got a lot of suhosin errors in my /var/log/messages
Dec 22 06:28:12 server suhosin[4637]: ALERT - configured request variable name length limit exceeded - dropped variable ...
0
votes
1answer
76 views
Cross Browser incompatibility? (jQuery)
I'm not an internet guru by any means, I do however like to tinker around and build myself tools. One of my latest tools was an "advanced" search for a vb bulletin, they disabled some of the search ...
0
votes
1answer
186 views
Gain count of new posts in VBulletin
I'm new to vbulletin/php.
I need to define a number of new posts (exactly count of threads where the user sees the page http://www.exampleVBForum.com/search.php?do=getnew, are shown). And it's very ...
0
votes
1answer
140 views
convert vbulletin database into wordpress blog
I've been considering converting my vbulletin forum to a wordpress blog but it doesn't look like its a simple process. I've googled around for a convertor but nothing is showing up.
1
vote
2answers
925 views
Logging in to vBulletin
I am trying to do a program in Python which logs in to a vBulletin forum.
I need to access only one page, but in order to view that page I must be logged in.
Here is my code:
#-*- coding:utf-8 -*-
...
1
vote
1answer
365 views
run php in vbulletin 4 template
I am using vbulletin 4.1.7
I've read many tutorials out there but none explais properly from scratch how I should do, so im gonna ask here.
What i want to achive is in the header template i want to ...
0
votes
1answer
128 views
How to select a radio then submit form with jQuery in vBulletin?
I am working on a userscript that injects my own JS into the head (this part works). I am utilizing the site's already in-place jQuery.
I am a moderator on a vBulletin forum. I move and close A LOT ...
1
vote
0answers
471 views
vbulletin posting posts with CURL and PHP
I need to post a forum post on vbulletin via CURL and PHP, doesnt seem to be a hard job, however it has to have images, and I'm fine with uploading one image, but as soon as I add a second image, it ...
0
votes
1answer
137 views
vBulletin - MySQL server has gone away and table is marked as crashed
have some problems with server which run 5 years stable.
there is a vbulletin 3 forum running on the server.
i get crashed tables and MySQL server has gone away errors. not sure if lost connection can ...
1
vote
0answers
336 views
Adding jQuery plugin to vBulletin forum
I have been using a plugin called tabSlideOUt By William Paoli for a while on my own site. Now, I would like to add it to a vBulletin site I now run, and have hit a few difficulties.
I am aiming to ...
1
vote
2answers
115 views
Complex(?) Name Matching Regex for vBulletin
I'm creating some custom BBcode for a forum. I'm trying to get the regular expression right, but it has been eluding me for weeks. Any expert advice is welcome.
Sample input (a very basic example):
...
1
vote
0answers
269 views
Why do I continue to receive PHP Deprecated errors despite this ini setting?
I've set my error_reporting to
error_reporting = E_ALL & ~E_DEPRECATED ^ E_STRICT
in php.ini. The numerical value according to phpinfo() is 22527.
However we are still logging plenty of
...
0
votes
1answer
246 views
vBulletin URL replace code
I was previously asking for a smiliar function, but no one of them are like the vBulletin 4 has.
I mean if I paste some URL's in the vBulletins text box it will replace them for example like this:
...
0
votes
2answers
762 views
Connect to Vbulletin forum with android app
I'm trying to make a small app that connect to a vbulletin forum to retrieve the numbers of unread subjects in user panel.
I found how to retrieve info from a website, but the problem is I have no ...
-1
votes
1answer
144 views
Mysql and old data [closed]
So this one is new to me, and I'm hoping someone here can show me the light. I'm sure it might possibly be user-error, but for the life of me, I CANNOT figure out what the problem is. I have done ...
1
vote
2answers
104 views
General question about curl in php
It's simple question, can curl make posts on vBulletin forum? In PHP script so of course.
I didn't try that so just if anyone now or ever tried, to spare me some time I would appreciate a lot :D
...
0
votes
1answer
842 views
Pulling all posts in vBulletin
I want to create a script that counts threads words' count in a vBulletin forum. Bascially, I want to pull that database from the mysql database, and play with it. I don't have experience working with ...
0
votes
1answer
194 views
vBulletin automatically reposting new topics as new threads with a 'Read more' link
I have a problem that vBulletin seems to be automatically reposting new threads in another forum.
The new threads have identical topic titles and show the first 1 or 2 lines of the original forum ...
0
votes
1answer
85 views
Upgrading vBulletin 3.8 to 4.0
I looking forward to upgrade vBulletin 3.8 to vBulletin 4.0. What i need to know is how much effort it will be to migrate. I have about 15 products installed.
Any idea is there any change in hooks or ...
0
votes
2answers
368 views
Why not use forums like PHPBB, VBulletin as Bug tracking tool? [closed]
I just started using Git; and I looked at several bug tracking tools to go along with my repository - LightHouseApp, FogBugz, BugZilla, Trac and so on. When I create bugs, I often put screenshots with ...
0
votes
1answer
219 views
Error: Can't connect to local MySQL server through socket
I am using vBulletin in my site. And, althought connection and everything is right in the config files, I get this error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' ...
0
votes
1answer
197 views
Problems installing vBulletin [closed]
When I try to install I get this:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server ...
1
vote
0answers
26 views
ask about make vbulttin plugin
i started to make plugin for vbulltin but i want to ask some question
the plugin target is to allow users to deny other users from watching own profiles
my questions is
when user try to watch my ...
0
votes
1answer
457 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
585 views
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.
2
votes
1answer
422 views
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 ...
1
vote
2answers
298 views
Is there a way to intergrate vBulletin into PHP?
What im wanting to achive is intergrating vBulletin into a PHP page, or what ever. Im not wanting to re-create a skin that looks like the site, im more or less wanting the forum to be 100% intergrated ...
