The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 65
Search took
0.00
seconds.
Search:
Posts Made By:
Exeter
Forum:
vB4 General Discussions
03-06-2015, 05:55 AM
Replies:
5
Passwords in plaintext for user migration
Views:
661
Posted By
Exeter
I'd have to use the exact same algorithm to...
I'd have to use the exact same algorithm to encode and store the passwords in the DB. That's not necessarily a bad thing, but it limits my options in the new code.
Forum:
vB4 General Discussions
03-06-2015, 03:29 AM
Replies:
5
Passwords in plaintext for user migration
Views:
661
Posted By
Exeter
Passwords in plaintext for user migration
Is there an easy way to get the passwords in plaintext out of the database of my VB4 install? I have DB access, obviously.
I am migrating to a custom login api. I need to get the passwords in...
Forum:
vB4 General Discussions
12-02-2014, 08:44 PM
Replies:
429
Lets combine funds for a Reviews CMS with business/product directory
Views:
48,068
Posted By
Exeter
I built my review/product directory based on VB4....
I built my review/product directory based on VB4. Combined with the support tools behind the database I am well over 1,000 dev hours into this. The work is not hard, but the project is very large.
...
Forum:
vB4 General Discussions
11-07-2014, 01:15 AM
Replies:
6
VB 4.3 release date
Views:
1,318
Posted By
Exeter
I actually meant 4.2.3. They are taking...
I actually meant 4.2.3.
They are taking their time releasing what is a featureless point release.
Forum:
vB4 General Discussions
11-07-2014, 12:23 AM
Replies:
6
VB 4.3 release date
Views:
1,318
Posted By
Exeter
VB 4.3 release date
Does anyone know when VB 4.3 is going to be released?
It's been over a year since the last update. PHP 5.5 support would be real nice to have.
Forum:
vB4 Programming Discussions
10-14-2014, 05:13 AM
Replies:
0
Concurrent http/https operation
Views:
486
Posted By
Exeter
Concurrent http/https operation
I am trying to get my vb4 install to run in both http and https at the same time (from separate urls, off course).
Its clear that vb4 does not support this type of install. The code requires the...
Forum:
vB4 General Discussions
04-25-2014, 07:48 PM
Replies:
15
Does VB4 support PHP5.5?
Views:
1,024
Posted By
Exeter
Hide the warnings? It's just a matter of...
Hide the warnings?
It's just a matter of ignoring lines in the error log?
Forum:
vB4 General Discussions
04-25-2014, 08:32 AM
Replies:
15
Does VB4 support PHP5.5?
Views:
1,024
Posted By
Exeter
Does VB4 support PHP5.5?
Does anyone here run their board on PHP5.5?
Forum:
vB4 General Discussions
01-31-2014, 11:20 PM
Replies:
4
Fix for basic uploader
Views:
528
Posted By
Exeter
Fix for basic uploader
The recent security hole in the Yui library has made the upload experience very weird for our users. The basic uploader works, but the half working yui dialog makes it feel broken (which it is).
...
Forum:
vB4 Programming Discussions
01-24-2014, 07:32 AM
Replies:
7
Database error on Ubuntu
Views:
937
Posted By
Exeter
Yes, those logs are empty. ---------------...
Yes, those logs are empty.
--------------- Added 1390554864 at 1390554864 ---------------
Turns out the issue was the hostname.
127.0.0.1 (did not work)
localhost (works)
I don't know...
Forum:
vB4 Programming Discussions
01-23-2014, 10:47 PM
Replies:
7
Database error on Ubuntu
Views:
937
Posted By
Exeter
The mysql error log is empty. As is the php...
The mysql error log is empty.
As is the php log, because vb catches the error.
Forum:
vB4 Programming Discussions
01-23-2014, 06:28 AM
Replies:
7
Database error on Ubuntu
Views:
937
Posted By
Exeter
The changes in the config are the obvious things....
The changes in the config are the obvious things. I traced the values the script uses on the line right before the error. Username, password, port, and db name are all correct.
I can connect just...
Forum:
vB4 Programming Discussions
01-23-2014, 03:28 AM
Replies:
7
Database error on Ubuntu
Views:
937
Posted By
Exeter
Database error on Ubuntu
I moved my board top an ubuntu vm to test a few features. Unfortunately vb fails to create a mysql connection.
mysqli_real_connect(): (HY000/2003): Can't connect to MySQL server on '127.0.0.1'...
Forum:
vB4 Programming Discussions
01-10-2014, 11:26 PM
Replies:
2
preg_match fails on vb page
Views:
395
Posted By
Exeter
Never mind, my fault all along. I was dealing...
Never mind, my fault all along.
I was dealing with HTML encoded strings on the vb side, and pure ascii on the test side.
I did find, however, that VB is disabling the regex mem/runtime limit in...
Forum:
vB4 Programming Discussions
01-10-2014, 10:49 PM
Replies:
2
preg_match fails on vb page
Views:
395
Posted By
Exeter
preg_match fails on vb page
I calling a regex as part of some custom code. The expression fails when called on a vb page, and works just fine on a pure php page (with the same input string).
I am guessing there is something...
Forum:
vB4 Programming Discussions
01-05-2014, 08:24 AM
Replies:
2
Code to generate a CMS node Preview
Views:
461
Posted By
Exeter
Thanks for the tip. You were spot on. Turns out...
Thanks for the tip. You were spot on.
Turns out it is pretty easy.
$bbcode_parser = new vBCms_BBCode_HTML(vB::$vbulletin, vBCms_BBCode_HTML::fetchCmsTags());
$preview =...
Forum:
vB4 Programming Discussions
01-04-2014, 07:40 AM
Replies:
2
Code to generate a CMS node Preview
Views:
461
Posted By
Exeter
Code to generate a CMS node Preview
I want to use CMS article previews (short version) in some custom code I am writing. Getting the bbcode for a node from the DB is easy enough.
Does anyone have the code snippet for creating a...
Forum:
vB4 General Discussions
10-29-2013, 05:33 AM
Replies:
0
Execute Server-side PHP in BBcode
Views:
420
Posted By
Exeter
Execute Server-side PHP in BBcode
Is it possible to execute server side PHP code in BBCodes?
I have a PHP function that returns the text I want insert.
A quick look at the code makes me thing I will have to hack the class...
Forum:
vB4 General Discussions
10-10-2013, 09:40 PM
Replies:
98
Update to 4.2.2 blew up my board.
Views:
9,801
Posted By
Exeter
For those of you with the attachment problem:...
For those of you with the attachment problem: which version of PHP are you runnning?
I ran into the attachment issue when I tried running VB4.1.X with PHP5.4. A downgrade to PHP5.3 fixed the...
Forum:
vB4 General Discussions
10-10-2013, 03:47 AM
Replies:
5
Update to 4.2.2 blew up my board AND stopped attachment uploads
Views:
729
Posted By
Exeter
The attachment system broke for me when I...
The attachment system broke for me when I upgraded to php 5.4 a while back. If you did that upgrade at the same time as the 4.2.2 upgrade, you could try rolling back to php 5.3.
Forum:
vB4 General Discussions
10-10-2013, 03:39 AM
Replies:
5
Is VB4.2.2 safe to run under PHP5.4?
Views:
1,098
Posted By
Exeter
You are an optimist at heart. When I read...
You are an optimist at heart.
When I read "focused on php 5.4" and "many fixes for php 5.4" I wonder why they did not write "php 5.4 compatible" and "fixed all issues".
VB bit me once with...
Forum:
vB4 General Discussions
10-10-2013, 02:52 AM
Replies:
5
Is VB4.2.2 safe to run under PHP5.4?
Views:
1,098
Posted By
Exeter
The release notes don't make that clear. I am...
The release notes don't make that clear.
I am still unsure about it. Will have to test it.
Forum:
vB4 General Discussions
10-09-2013, 07:50 PM
Replies:
5
Is VB4.2.2 safe to run under PHP5.4?
Views:
1,098
Posted By
Exeter
Is VB4.2.2 safe to run under PHP5.4?
VB insists on not providing a straight answer to this question in their requirements section.
Has anyone run 4.2.2 under PHP5.4 or higher?
Is this a supported install?
Forum:
vB4 General Discussions
05-12-2013, 02:16 AM
Replies:
1
JS runtime error in vbulletin_facebook.js in IE9 only
Views:
497
Posted By
Exeter
This may be the cause, but I have not had a...
This may be the cause, but I have not had a chance to test the fix properly.
https://gist.github.com/oscherler/3193052
Forum:
vB4 General Discussions
05-10-2013, 01:49 AM
Replies:
1
JS runtime error in vbulletin_facebook.js in IE9 only
Views:
497
Posted By
Exeter
JS runtime error in vbulletin_facebook.js in IE9 only
I get the following error when loading one of my form pages in IE9. Firefox and Chrome work fine. Has anyone see this before?
SCRIPT5007: Unable to set value of the property 'setActiveNode':...
Showing results 1 to 25 of 65
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
12:48 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02332 seconds
Memory Usage
2,039KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(10)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0013
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi