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 2
1
2
>
Showing results 1 to 25 of 45
Search took
0.00
seconds.
Search:
Posts Made By:
Incendium
Forum:
vB4 Programming Discussions
03-13-2010, 12:53 AM
Replies:
4
How to generate the Log Out Hash in VB4
Views:
2,201
Posted By
Incendium
As of 3.8.4 PL2 and 4.0.0 PL1, the license is no...
As of 3.8.4 PL2 and 4.0.0 PL1, the license is no longer used to generate the security token. Instead, it uses a randomly generated hash called COOKIE_SALT which can be found at the top of...
Forum:
vB3 General Discussions
06-10-2008, 04:25 PM
Replies:
4
PHPBB 3.0.1 to Vbulletin 3.7
Views:
799
Posted By
Incendium
The target is the database where vBulletin is...
The target is the database where vBulletin is installed, the source database is the database you are importing from (in this case, the phpBB database).
Forum:
vBulletin 3.6 Add-ons
12-08-2007, 11:18 PM
Replies:
39
New Posting Features -
AutoDate
Views:
9,943
Posted By
Incendium
If you leave the forum id field blank, it will...
If you leave the forum id field blank, it will prefix all of them.
Forum:
Modification Requests/Questions (Unpaid)
08-23-2007, 03:33 AM
Replies:
35
EQDKP - vBulletin Bridge
Views:
8,358
Posted By
Incendium
I have effectively scrapped this project due to...
I have effectively scrapped this project due to work and college time constraints.
Forum:
vB3 Programming Discussions
06-30-2007, 10:24 PM
Replies:
4
Additional session variable: best way to store and retrieve?
Views:
1,315
Posted By
Incendium
Why not use $_SESSION?
Why not use $_SESSION?
Forum:
vBulletin 3.6 Add-ons
01-30-2007, 03:09 AM
Replies:
39
New Posting Features -
AutoDate
Views:
9,943
Posted By
Incendium
Find this code in the newthread_start plugin ...
Find this code in the newthread_start plugin
$_POST['subject'] = "$dateadd[dateformat]$dateadd[separator]$_POST[subject]";
and change it to
$_POST['subject'] =...
Forum:
Modification Requests/Questions (Unpaid)
01-25-2007, 03:39 AM
Replies:
6
Easily Autoassign a new member to a user group
Views:
1,055
Posted By
Incendium
Try searching for "regular expressions" ...
Try searching for "regular expressions"
http://en.wikipedia.org/wiki/Regular_expression
Forum:
Modification Requests/Questions (Unpaid)
01-25-2007, 12:15 AM
Replies:
6
Easily Autoassign a new member to a user group
Views:
1,055
Posted By
Incendium
Sounds interesting. I'll take a look at it and...
Sounds interesting. I'll take a look at it and see what I can come up with.
Forum:
vBulletin 3.6 Add-ons
01-21-2007, 02:02 PM
Replies:
39
New Posting Features -
AutoDate
Views:
9,943
Posted By
Incendium
If it's showing up as EST, my best guess is that...
If it's showing up as EST, my best guess is that your server is running on EST time. I'll look into allowing users to specify a timezone.
As for the thread link, I don't have the free time to do...
Forum:
vBulletin 3.6 Add-ons
09-19-2006, 01:26 AM
Replies:
39
New Posting Features -
AutoDate
Views:
9,943
Posted By
Incendium
The problem is with the way vBulletin stores the...
The problem is with the way vBulletin stores the data before it makes a post. The only way to change the data is to directly edit the submitted data before the vbulletin gpc parser gets to it. Once...
Forum:
Modification Requests/Questions (Unpaid)
08-06-2006, 08:23 PM
Replies:
35
EQDKP - vBulletin Bridge
Views:
8,358
Posted By
Incendium
I've actually decided to take a slightly...
I've actually decided to take a slightly different approach. Taking inspiriation from John's work, i'm looking into linking user profiles with the user's associated eqdkp entries, and hopefully...
Forum:
vBulletin 3.6 Add-ons
08-05-2006, 09:10 PM
Replies:
39
New Posting Features -
AutoDate
Views:
9,943
Posted By
Incendium
Added screenshots. =P
Added screenshots. =P
Forum:
vBulletin 3.6 Add-ons
08-04-2006, 10:00 PM
Replies:
39
New Posting Features -
AutoDate
Views:
9,943
Posted By
Incendium
AutoDate
AutoDate 1.1.2
This plugin allows you to prefix a date in the title of a new thread. The date prefix, separator character, and forums with prefixing are all customizeable on the vBulletin Options...
Forum:
Modification Requests/Questions (Unpaid)
07-14-2006, 06:38 PM
Replies:
35
EQDKP - vBulletin Bridge
Views:
8,358
Posted By
Incendium
Looking nice. I've been on vacation in Hawaii and...
Looking nice. I've been on vacation in Hawaii and Seattle for the past 2 weeks, so things haven't really gone anywhere since then...
Forum:
vBulletin 3.5 Add-ons
05-30-2006, 07:15 AM
Replies:
24
AutoDate
Views:
4,816
Posted By
Incendium
What date format are you using? (Paste what you...
What date format are you using? (Paste what you have in the 'Date Format' option field)
Forum:
vBulletin 3.5 Add-ons
05-26-2006, 06:42 PM
Replies:
24
AutoDate
Views:
4,816
Posted By
Incendium
Is it giving any errors or is nothing showing up...
Is it giving any errors or is nothing showing up at all?
Forum:
Modification Requests/Questions (Unpaid)
05-26-2006, 04:01 PM
Replies:
35
EQDKP - vBulletin Bridge
Views:
8,358
Posted By
Incendium
I play a Human Priest on Zuluhed.
I play a Human Priest on Zuluhed.
Forum:
Modification Requests/Questions (Unpaid)
05-25-2006, 06:37 AM
Replies:
35
EQDKP - vBulletin Bridge
Views:
8,358
Posted By
Incendium
It hasn't been much of a priority at the moment,...
It hasn't been much of a priority at the moment, my guild just started raiding and i've been working to get everyone geared and what not. I'm still thinking of how to improve it, I just haven't had...
Forum:
vBulletin 3.5 Add-ons
05-17-2006, 08:18 PM
Replies:
24
AutoDate
Views:
4,816
Posted By
Incendium
I'll look into adding that.
I'll look into adding that.
Forum:
vBulletin 3.5 Add-ons
05-16-2006, 08:44 PM
Replies:
24
AutoDate
Views:
4,816
Posted By
Incendium
I made a slight change to the plugin, download it...
I made a slight change to the plugin, download it and try reinstalling it.
Forum:
vBulletin 3.5 Add-ons
05-16-2006, 08:19 PM
Replies:
24
AutoDate
Views:
4,816
Posted By
Incendium
I an unable to replicate the problem, can you...
I an unable to replicate the problem, can you tell me what you are doing?
Forum:
vBulletin 3.5 Add-ons
05-16-2006, 08:11 PM
Replies:
24
AutoDate
Views:
4,816
Posted By
Incendium
Simply put, it will add a date prefix to a new...
Simply put, it will add a date prefix to a new thread in a forum you specify. By default, it will use the format 'F j' where F is the month in words (i.e. May) and j is the day in numbers (i.e. 16)....
Forum:
Modification Requests/Questions (Unpaid)
05-16-2006, 04:39 PM
Replies:
5
Dates put into thread title automatically
Views:
973
Posted By
Incendium
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=115772" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=115772</a>
Forum:
Modification Requests/Questions (Unpaid)
05-16-2006, 04:26 PM
Replies:
3
View IP address details
Views:
841
Posted By
Incendium
You can view all that via the administration...
You can view all that via the administration control panel.
Forum:
Modification Requests/Questions (Unpaid)
05-16-2006, 01:39 AM
Replies:
5
Dates put into thread title automatically
Views:
973
Posted By
Incendium
Another idea might be to manipulate the query or...
Another idea might be to manipulate the query or thread title before it is inserted into the database. I'll take a look at this later.
Edit: I'm testing an implementation and will provide an...
Showing results 1 to 25 of 45
Page 1 of 2
1
2
>
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
06:18 PM
.
-- 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.01685 seconds
Memory Usage
2,023KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(51)
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.0010
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi