1
vote
1answer
18 views

Python is Garbling a Salt Generated from PHP and Stored in Mysql

I am exporting, by scraping it with http requests since the host won't give me database access, a forum and importing it into a mysql database for vbulletin. In vbulletin users have unique password ...
0
votes
0answers
22 views

Warning: Illegal string offset 'userid' in [path]/includes/functions.php on line 509

I recently upgraded PHP to 5.4 and now I started getting error. I'm using vBulletin 3.8.4 Here is the code: if (!is_array($user_memberships["$userinfo[userid]]") OR !$cache) Other lines with error ...
0
votes
3answers
43 views

What causes a Fatal error: Call to undefined function mysqli_report()?

I'm trying to instal vBulletin 5 Connect and when trying to access the install.php file i see an error: Fatal error: Call to undefined function mysqli_report() in ...
-1
votes
0answers
20 views

vBulletin reporting “MySQL server has gone away” error

I have a problem with a MySQL error. I've chmod many things because of security reasons, although I'm not sure if that's the problem. Now vBulletin getting this error when i try to create trailer ...
0
votes
0answers
26 views

vbulletin: rebuild forum information

I'm writing a php script that create new sub forum via mysql, then 'rebuild forum information' in order to make that new sub forum visible. I tried this: ...
0
votes
1answer
26 views

Header codification incompatibility between vbulletin and wordpress

I'm creating a new vbulletin page where wordpress it's included. http://www.turiver.com/noticias/ vb charset: charset=ISO-8859-1" wp charset: utf-8 Is it possible to fix this? Thanks in advance
-3
votes
1answer
44 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!
5
votes
1answer
87 views

Run website registration process from external site

I am integrating logins for two separate sites. Each site uses its own database and user tables. My question is: how can I execute the remote script via PHP, as if I was submitting the form to the ...
0
votes
1answer
61 views

$db->fetch_array() causes 500 error?

I am trying to make a vBulletin modification, and am having an issue where one command is causing a 500 error. The line that has the issue is the $db->fetch_array($result) command. The entire code ...
0
votes
0answers
123 views

How to add Wordpress header and footer to vBulletin 5 site

I'm trying to find a way to add my site header and footer from my wordpress blog to wrap my vBulletin 5 forum. I found all sorts of tutorials and guides online on how to do this using plugins to pull ...
0
votes
1answer
56 views

Remove User search limit per month PDO::MYSQL

How can I have PHP remove a users limit every month I have this code to increment a users search limit and if they reach their limit $search = $db->prepare("SELECT `searched` FROM `search` WHERE ...
0
votes
2answers
69 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
0answers
82 views

vbulletin 5 DataManager functions?

I currently trying to develop a web service that uses the API vbulletin, I'm in the version 5 beta 21, seeing in the API documentation it there's a multitude of functions for accessing has important ...
0
votes
3answers
68 views

MySQL - Can this query be simplified? - subselects

Here are the tables and my current code http://www.sqlfiddle.com/#!2/f1754/6 As is, it works, but I feel like it may be resource intensive... Any ideas? Others around the 'net' have said ...
0
votes
0answers
151 views

PHP/CURL scrape vBulletin forum and files [closed]

i wrote a CURL/PHP code that can login to vBulletin forum and scrape all pages/posts and save it to my local PC as .html files. Now my problem is that the HTML have links/images/css that pointing to ...
0
votes
0answers
28 views

PHP simplexml_load_file vbulletin vaispy permissions redirect

Firstly I apologize for the complexity of the title. It was really the best way I could explain the issue. Basically I am trying to load an external xml. It is part of the vaispy vbulletin mod. The ...
0
votes
1answer
53 views

Posting the latest news item from a website without changing past content

What I'm trying to do is have a user on my vBulletin forum post the latest news story from a website each time it's generated using an RSS poster. Unfortunately the website does not have an RSS feed, ...
0
votes
0answers
117 views

Vbulletin mobile api for new thread (New Post)

When i want to post a thread via Vbulletin mobile api, first im calling api_init and then making that call : ...
0
votes
0answers
105 views

change vbulletin 5 raw variables query

I am having some problems getting into plugin development in vBulletin (5 Connect). I need to use some custom database queries for the output, because i made some database changes. I'll just show ...
0
votes
0answers
42 views

How do I include total number of users on my vBulletin forum on an external page?

My goal here is to create a php file that outputs my forums stats (total number of threads, members and posts), which I can then use as an include in a Wordpress template as I use both CMS's to run my ...
0
votes
0answers
56 views

vBulletin 3.8: How to display something from database in postbit?

If I make a new .php page, I can do it easily, just use this: $result = mysql_query("SELECT something"); $variable = mysql_fetch_row($result) eval('print_output("' . fetch_template('templatename') . ...
0
votes
2answers
44 views

query is not executed in vbulletin php

I am writing a plugin for vbulletin, which includes creating a new thread - the query below is what I have done. The query runs perfectly in phpmyadmin, but is not executed when ran within the php ...
0
votes
0answers
32 views

Authenticating User Using Cron Job in VBulletin

Can anyone knows how i make user login user using cron job by entering his email and password in my cron file. Actually i want to send information of user of post which has zero post that is why i am ...
0
votes
1answer
104 views

vbulletin 4 Search doesn't work

We recently upgraded to PHP 5.3 (from 5.2) and MySQL 5.1 (from 5.0) and did a database restore on vbulletin 4 forum. After these search stopped working at all. No matter what you search, you end up ...
0
votes
0answers
74 views

How to upload the image in vbulletin?

I use the following code to upload the avatar but nothing happens.included the class _upload file and call the function process_upload but its not working. function save_avatar($userdata, $avatarurl ...
1
vote
2answers
391 views

Login to site with curl in vBulletin

I been trying to login to a site (www.siamchart/forum) by following instruction on this link.. Login to remote site with PHP cURL. I cannot past through the login. After running the following script, ...
0
votes
1answer
197 views

Vbulletin 3.8.7 and PHP 5.2.17 Concerns

My friend was wondering if there were any security concerns when running vbulletin 3.8.7 and PHP 5.2.17 on CentOS. I saw that PHP 5.2.17 was vulnerable to CVE-2012-2688 and CVE-2012-2386, but I do not ...
0
votes
1answer
65 views

how to display vbulletin posts in php homepage?

i want to display my vbulletin posts in my php homepage example: title username, date description link (details) title username, date description details
0
votes
1answer
90 views

vBulletin: Check if user read thread externally

Is there any possible way to check if a user who is logged in has read a certain thread? I'm currently using a seperate webpage (outside of the forum software) where I need to check if a user is ...
0
votes
0answers
52 views

Writing to database intermittently only partly works

I have not been able to re-create the issue, it seems to only happen to one person on multiple machines.. I'm thinking, maybe something to do with the SQL.. I don't know if his ISP could have ...
0
votes
0answers
44 views

Getting notified of topics with no replies on a vBulletin forum [closed]

I have a vBulletin forum I need to watch for and answer topics with no replies. I want to create a script or program that can alert me when there are for example 5 topics with 0 replies. What's the ...
3
votes
2answers
281 views

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

Return string/int from evaluated php code?

This is annoying me. In theory it should be easy but I don't live in theory. Basically, I have an option to set a custom algorithm to make a 'code' that is either string or int. This is user ...
1
vote
1answer
291 views

Editing vBulletin database has no effect on the site

This is a problem I've had forever with multiple vBulletin databases. I'm unable to edit the database to change settings such as the cookiepath, bburl or whether it's active or not. I mean, I can ...
4
votes
2answers
107 views

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 ...
1
vote
1answer
134 views

Parsing variables in strings like vBulletin

I'm not sure how else to put it.. What should I consider when attempting to "parse" variables in a string, such as vBulletin in phrases? ex; {username} you have two notifications I've checker ...
0
votes
0answers
156 views

vBulletin Facebook Connect on External Page

This is gonna be a weird question, but I have searched all the main places and can't find anything. Does anyone know how to use vBulletins Facebook Connect on an external page by any chance? I need to ...
0
votes
1answer
94 views

php session 'stops' for no reason

I have a vbulletin forum. which is located in www.myDomain.com/Forum I have another in www.myDomain.com/OtherSite/app I want my Forum logged in users to be identified the other site. The forum's ...
0
votes
1answer
115 views

How to parse a Quoted Post from vBulletin?

Using PHP, how can I transform: [QUOTE=Username;1234]This is the text being quoted[/QUOTE] Into: <div class="quote"><a href="./linktopost?id=1234>Posted by: ...
0
votes
1answer
193 views

How can i get vBulletin thread id on MySQL?

$reviewsthread = $vbulletin->db->query_first(" SELECT thread.threadid, thread.title, post.pagetext AS preview FROM ".TABLE_PREFIX."thread AS thread INNER JOIN ...
0
votes
0answers
9 views

How can I make a Page order (vBulletin Style) [duplicate]

Possible Duplicate: Smart pagination algorithm I'm here again asking for another question, I want to make a Page order just like vBulletin with Page Skipping in PHP for a CMS, but I don't ...
0
votes
0answers
38 views

How to preserve formatting of strings passed to eval()

Firstly I'm not choosing to use eval(). Vbulletin uses it to parse code to turn it into php when you write mods etc. My problem is I have a string with formatting that eval() scrambles and I need to ...
1
vote
1answer
73 views

preg replace in vbulletin 4 template

I want code to replace a word in a vbulletin template on a hook (global_start ....) the code in vb3 $vbulletin->templatecache['SHOWTHREAD'] = preg_replace("#word#", "replace", ...
0
votes
1answer
111 views

vbulletin - how to wrap the whole thing in my own header and footer?

Is it possible to wrap vbulletin in my own header and footer? What files would I need to edit? I want to put the whole thing inside my site's frame...
1
vote
1answer
106 views

replace word on template in vbulletin 4

I'am vBulletin 3 product developer, I want this code for vbulletin 4 : //hook name : parse_template $vbulletin->templatecache['NAVBAR'] = str_replace("word", "replace", ...
0
votes
2answers
116 views

How to get vBulletin last insert id

I'm trying to get the last insert id from a plugin I'm in the process of creating for vBulletin in PHP. For some reason it doesn't seem to be working... Any ideas how I go about it? The query is ...
0
votes
1answer
224 views

my vbulletin login api wont work through file_get_contents

I have made a script to login into Vbulletin through API here is the code <?php include 'connector.class.php'; if ($connector==null) { $connector = new vbConnector(); } ...
-1
votes
1answer
130 views

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

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

Apache2 mpm-itk Issues with PHP & vBulletin

I've spent a long time on this without much luck, so here I am. SERVER DETAILS OF NOTE: Linode 1024 (1GB RAM) Apache2 Ubuntu 10.04 MySQL 5.1 PHP 5.3 vBulletin 4.2.0 mpm-itk mod_php mod_pagespeed ...

1 2 3