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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 141
Search took
0.01
seconds.
Search:
Posts Made By:
jwocky
Forum:
vB3 General Discussions
07-09-2022, 08:51 PM
Replies:
2
3.8.11 and PHP 8.x
Views:
810
Posted By
jwocky
Just an update, I got it about 50% working. ...
Just an update, I got it about 50% working.
It needs a few template and core file updates which weren't too bad.
Making new posts/threads and some admincp functions are still non...
Forum:
vB3 General Discussions
07-02-2022, 05:03 PM
Replies:
2
3.8.11 and PHP 8.x
Views:
810
Posted By
jwocky
3.8.11 and PHP 8.x
Has anyone tried getting vb 3.8.11 to work with PHP 8.x+?
I have gotten it to work very well with 7.4 with some minor edits here and there, but 8.0 has been a problem. I'm having trouble finding...
Forum:
vB3 Programming Discussions
03-05-2015, 12:48 PM
Replies:
2
Forum options bitfield help
Views:
797
Posted By
jwocky
That worked perfectly! Thank you so much :D
That worked perfectly! Thank you so much :D
Forum:
vB3 Programming Discussions
03-05-2015, 03:02 AM
Replies:
2
Forum options bitfield help
Views:
797
Posted By
jwocky
Forum options bitfield help
I am just not understanding the concept of bitfields too well :(
Was hoping someone could help me with a simple task. I have a forum options table for a forum as '97989'. Is there an easy way to...
Forum:
vB3 General Discussions
12-23-2013, 05:21 AM
Replies:
0
Is there any way to do friendly URL structure on vb 3.8 ?
Views:
503
Posted By
jwocky
Is there any way to do friendly URL structure on vb 3.8 ?
What I mean is instead of a URL being ... /forums/forumdisplay.php?f=3
can we have it changed to /forums/forum/General Chat
I know vbSEO does soemthing like this, but can it be done ourselves...
Forum:
vB3 Programming Discussions
07-10-2013, 11:51 PM
Replies:
1
Is there an equivalent to fetch_avatar_url for profile pictures?
Views:
770
Posted By
jwocky
Is there an equivalent to fetch_avatar_url for profile pictures?
Is there an equivalent to fetch_avatar_url for profile pictures?
Thanks!!
Forum:
vB3 Programming Discussions
06-02-2013, 01:13 AM
Replies:
3
How to get the Post position in a thread (post #) for a given postid?
Views:
845
Posted By
jwocky
How to get the Post position in a thread (post #) for a given postid?
So I have a post-id and the thread-id for a post, but I cant figure out how to find out where in the thread this post is (the post #).
The reason I need to pull this data, is to figure out what...
Forum:
vB3 Programming Discussions
11-17-2012, 02:57 AM
Replies:
3
Is it possible to programmatically add a column to forumdisplay (via hooks/plugin)
Views:
1,020
Posted By
jwocky
Lynne, I was just checking out your site, is it...
Lynne, I was just checking out your site, is it the 'First Post' column that you are referring to? Thats exactly what I want to do ! Yours can even sort by that column which is also what I want to...
Forum:
vB3 Programming Discussions
11-17-2012, 01:07 AM
Replies:
3
Is it possible to programmatically add a column to forumdisplay (via hooks/plugin)
Views:
1,020
Posted By
jwocky
Is it possible to programmatically add a column to forumdisplay (via hooks/plugin)
I wanted to add a column to the forumdisplay without actually changing the templates but rather have it added in via a plugin/hook. The data would be populated with data from a custom field in the...
Forum:
Forum and Server Management
10-25-2012, 11:58 PM
Replies:
1
How do you setup load balanced web servers?
Views:
1,305
Posted By
jwocky
How do you setup load balanced web servers?
Im conceptually confused on how this works. Do you setup two identical web servers and have some kind of rsync constantly running to keep them in sync?
Thanks!
Forum:
vB3 General Discussions
06-26-2012, 01:07 AM
Replies:
2
Whats the best way to edit plugins?
Views:
487
Posted By
jwocky
Whats the best way to edit plugins?
I currently use the vbulletin editor to make edits to plugins, however its becoming very tedious. On every code edit, i have to submit it and then reload the plugin from the plugin list to do...
Forum:
vB3 General Discussions
12-25-2011, 08:13 PM
Replies:
1
Attachment Datamanager: Possible to set the userid?
Views:
711
Posted By
jwocky
Attachment Datamanager: Possible to set the userid?
I have a custom script which successfully uploads an attachment to a thread using vbulletin's datamanagers. However, I want the script to assign that attachment to a predefined userid and can't...
Forum:
vB3 General Discussions
07-26-2011, 02:40 AM
Replies:
0
Using a Jquery Ajax/Post forces a logout
Views:
742
Posted By
jwocky
Using a Jquery Ajax/Post forces a logout
Ive added a small module to do an .ajax post of data to a form using Jquery. However, theres a sideeffect where users are getting logged out automaticly (those who are logged in without enabling...
Forum:
vB3 Programming Discussions
07-15-2011, 01:52 AM
Replies:
1
Variable for the new PM Id# in "private_insertpm_complete"?
Views:
446
Posted By
jwocky
Variable for the new PM Id# in "private_insertpm_complete"?
Hi, im writing a quick little mod where I needed to get the ID of the newly inserted PM in the hook "private_insertpm_complete", but cant for the life of me figure out which variable the new ID is...
Forum:
vB3 Programming Discussions
07-02-2011, 11:47 PM
Replies:
1
Possible to get the postid of the post just made in the newreply_post_complete hook?
Views:
545
Posted By
jwocky
Possible to get the postid of the post just made in the newreply_post_complete hook?
I cant find a way to getting the postid variable of the post just made by the user
Forum:
vB3 General Discussions
05-30-2011, 09:42 PM
Replies:
1
My script isn't emailing me on MySQL errors
Views:
517
Posted By
jwocky
My script isn't emailing me on MySQL errors
When my script throws a database error, vb isn't emailing me the error as it does with errors on the stock vb php files. This is making debugging near impossible :(
Does anyone know if i need to...
Forum:
vB3 Programming Discussions
04-29-2011, 10:07 AM
Replies:
1
How to use the plugin system to make template edits?
Views:
621
Posted By
jwocky
How to use the plugin system to make template edits?
I know my way around the vbulletin hooks system and PHP, but I never figured out how to use the plugin system to actually insert data into the HTML templates. I know this is possible as I see some...
Forum:
vB3 Programming Discussions
04-28-2011, 09:03 PM
Replies:
7
Making a custom multiple attachment upload script
Views:
1,276
Posted By
jwocky
Not at all, I really appreciate the effort, I...
Not at all, I really appreciate the effort, I still think im more lost then you are, but both lost :D
Forum:
vB3 Programming Discussions
04-27-2011, 10:51 PM
Replies:
7
Making a custom multiple attachment upload script
Views:
1,276
Posted By
jwocky
Ya, i checked and made sure that the data is...
Ya, i checked and made sure that the data is being filled in correctly by vb (it is), you are right about the javascript, i couldnt figure out what it was doing so i skipped it (i *think* it was just...
Forum:
vB3 Programming Discussions
04-27-2011, 10:04 PM
Replies:
7
Making a custom multiple attachment upload script
Views:
1,276
Posted By
jwocky
Yea im trying to do just that, I took all the...
Yea im trying to do just that, I took all the variables in the form submission, put them into my custom html and tried submitting from my custom php file and it just wont take. I cant wrap my head...
Forum:
vB3 Programming Discussions
04-26-2011, 11:57 PM
Replies:
7
Making a custom multiple attachment upload script
Views:
1,276
Posted By
jwocky
Making a custom multiple attachment upload script
After searching and searching, I cannot find a mod which will allow multiple file uploads for vb3.
I decided to make my own one then, there are plenty of jquery/mootools based scripts for multiple...
Forum:
vB3 Programming Discussions
01-10-2011, 02:28 PM
Replies:
0
Datamanager help with editing threads via cron
Views:
671
Posted By
jwocky
Datamanager help with editing threads via cron
I want to build a datamanger that will periodically go and edit a thread title only of a specific thread periodicly.
It would actually edit and change the thread title to the current date/time.
...
Forum:
vB3 Programming Discussions
11-01-2010, 02:40 AM
Replies:
1
Can the vb datamanager be used to delete PMs?
Views:
653
Posted By
jwocky
Can the vb datamanager be used to delete PMs?
I use the datamanager to easily create and send PMs, but I was wondering if it could be similarly used to delete PMs? If not, what it the proper way to delete a PM? It seems PM data is held across...
Forum:
vB3 Programming Discussions
08-16-2010, 09:29 PM
Replies:
0
Do I need to escape strings if using the data manager to input string into the datab?
Views:
565
Posted By
jwocky
Do I need to escape strings if using the data manager to input string into the datab?
--------------------------------------------------------------------------------
Im using the vbulletin data managers to input a few strigs into the database (a PM) and was wondering if I need to...
Forum:
vB4 Programming Discussions
08-16-2010, 09:28 PM
Replies:
0
Do I need to escape strings if using the data manager to input string into the datab?
Views:
406
Posted By
jwocky
Do I need to escape strings if using the data manager to input string into the datab?
Im using the vbulletin data managers to input a few strigs into the database (a PM) and was wondering if I need to use one of the escape string calls on the string first before sending it to the data...
Showing results 1 to 25 of 141
Page 1 of 6
1
2
3
>
Last
»
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
02:00 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.01797 seconds
Memory Usage
2,054KB
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
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.0024
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi