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...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
Pyrix
Forum:
vBulletin 3.6 Add-ons
04-13-2007, 12:12 PM
Replies:
20
Mini Mods -
Harmor's Bot Protection
Views:
7,112
Posted By
Pyrix
Just thinking, you may be able to secure it a...
Just thinking, you may be able to secure it a little more by appending the vbulletin license number (or a random string stored in vb options) to the character before you hash it (both times). This is...
Forum:
vBulletin 3.6 Add-ons
04-13-2007, 12:09 PM
Replies:
20
Mini Mods -
Harmor's Bot Protection
Views:
7,112
Posted By
Pyrix
Sorry, but this is incredibly easy to bypass - in...
Sorry, but this is incredibly easy to bypass - in fact I can think of two ways that this can be done...
MD5 Hash Table.
I could easily create a small array of hashes for each 'possible' answer....
Forum:
vBulletin 3.6 Add-ons
03-13-2007, 10:41 AM
Replies:
20
Show Thread Enhancements -
Prevent users from viewing poll results before voting.
Views:
5,356
Posted By
Pyrix
Do you know what type of vote it was? I'll...
Do you know what type of vote it was?
I'll look into it for you!
Ollie
Forum:
vBulletin 3.6 Add-ons
03-02-2007, 12:04 PM
Replies:
20
Show Thread Enhancements -
Prevent users from viewing poll results before voting.
Views:
5,356
Posted By
Pyrix
You're quite welcome! Let me know if you have any...
You're quite welcome! Let me know if you have any problems with it all!
Forum:
vBulletin 3.6 Add-ons
03-02-2007, 10:23 AM
Replies:
20
Show Thread Enhancements -
Prevent users from viewing poll results before voting.
Views:
5,356
Posted By
Pyrix
<font...
<font size="3">Screenshots</font>
Forum:
vBulletin 3.6 Add-ons
03-01-2007, 10:00 PM
Replies:
20
Show Thread Enhancements -
Prevent users from viewing poll results before voting.
Views:
5,356
Posted By
Pyrix
Prevent users from viewing poll results before voting.
This seems to be a popular request, and one that I needed, so I've chosen to release it here.
Please note that I've only tested this on 3.6.4, and haven't yet tried all poll combinations (eg...
Forum:
vBulletin 3.6 Add-ons
02-26-2007, 11:11 AM
Replies:
338
Board Optimization -
vBMicroStats
Views:
79,326
Posted By
Pyrix
Can I suggest a small change? Change...
Can I suggest a small change?
Change '{microstats}' to '<!--{microstats}-->' in the template and in the str_replace in the plugin.
This way, on pages where the vb footer is used but it's not...
Forum:
vB3 Programming Discussions
02-24-2007, 08:58 AM
Replies:
3
Hooks inside classes
Views:
737
Posted By
Pyrix
I've found a sort of way of doing it... it seems...
I've found a sort of way of doing it... it seems a bit dodgy though.
I've put the hook inside the constructor, and it does work, but the functions get added globally, and do not become members of...
Forum:
vB3 Programming Discussions
02-22-2007, 10:17 AM
Replies:
3
Hooks inside classes
Views:
737
Posted By
Pyrix
Hooks inside classes
Hey all,
I'm writing a fairly advanced plugin that i want to be 'extensible' by other people after it's released. I therefore want to include a hook inside the class i'm writing which can be used...
Forum:
Board of the Month
02-01-2007, 10:30 AM
Replies:
60
[BOTM March 2007] Nominations Thread
Views:
14,471
Posted By
Pyrix
Site Name: GoXplore URL: goxplore.net...
Site Name: GoXplore
URL: goxplore.net (http://www.goxplore.net)
Description: GoXplore is an online community covering all outdoor activities, exploration, and technique including climbing, caving,...
Forum:
vBulletin 3.6 Add-ons
12-20-2006, 10:19 PM
Replies:
13
Miscellaneous Hacks -
ZH - Don't Require Password Confirmation
Views:
4,794
Posted By
Pyrix
[[OFFTOPIC]] Floris, Your link isn't...
[[OFFTOPIC]]
Floris,
Your link isn't working properly at the moment.....
register.php??do=register&agree=1
There are two '?' so the 'do' and 'agree' arguments are lost and you get the...
Forum:
vBulletin 3.6 Add-ons
09-01-2006, 02:18 PM
Replies:
418
New Posting Features -
vB Spell
Views:
78,344
Posted By
Pyrix
Sure, Go to Plugin Manager in your admin...
Sure,
Go to Plugin Manager in your admin control panel and edit the plugin 'vB Spell Template Changes'.
Add the following line at the very top before anything else:
if ( VB3_INTEGRATION !=...
Forum:
vBulletin 3.6 Add-ons
09-01-2006, 02:09 PM
Replies:
418
New Posting Features -
vB Spell
Views:
78,344
Posted By
Pyrix
For some reason the product's install code drops...
For some reason the product's install code drops the vbspell table as soon as it's created it, unless you have a table prefix!
$db->hide_errors();
// Create vB Spell Table...
Forum:
vBulletin 3.5 Add-ons
08-11-2006, 09:52 PM
Replies:
119
Staff can Post Hidden Posts
Views:
23,716
Posted By
Pyrix
Got it working ok... Only main difference is, as...
Got it working ok... Only main difference is, as Paul said, one of the queries needs to be changed otherwise you get a problem with ambiguity.
$posts = $db->query_first("
SELECT COUNT(postid)...
Forum:
vBulletin 3.5 Add-ons
08-04-2006, 10:39 PM
Replies:
119
Staff can Post Hidden Posts
Views:
23,716
Posted By
Pyrix
Anyone had any luck getting this to work with...
Anyone had any luck getting this to work with 3.6.0?
Forum:
vBulletin 3.5 Add-ons
11-09-2005, 12:02 PM
Replies:
11
Smart Hints
Views:
3,121
Posted By
Pyrix
Safari really doesn't like your new tooltips by...
Safari really doesn't like your new tooltips by the looks of things... I just get black boxes on mouseover!
Forum:
vBulletin.org Site Feedback
05-08-2005, 10:47 AM
Replies:
52
Er... accessing to vBT?
Views:
5,880
Posted By
Pyrix
Could stick the IP in your hosts file.. then it'd...
Could stick the IP in your hosts file.. then it'd work.
Nope, it doesn't :(
Forum:
vBulletin 3.0 Full Releases
07-20-2004, 01:33 PM
Replies:
58
link for each user for inviting members
Views:
11,869
Posted By
Pyrix
That's the link you would give them. So you might...
That's the link you would give them. So you might send out an e-mail with that link in it to a few friends, and when they sign up you'd get a referral point.
Ollie
Forum:
vBulletin 3.0 Beta Releases
07-08-2004, 01:42 PM
Replies:
88
PhotoPost PopUp vB Code
Views:
15,455
Posted By
Pyrix
I've made a lot of changes to try and get this...
I've made a lot of changes to try and get this working the way I want it to... clicking the image inserts the thumbnail into the post which then links to the gallery page for it. Oh, and I changed...
Forum:
Modification Requests/Questions (Unpaid)
04-15-2004, 06:13 PM
Replies:
3
Calendar Event Sign up
Views:
893
Posted By
Pyrix
For Your Information Jelsoft's vBulletin ...
For Your Information
Jelsoft's vBulletin
http://www.vbulletin.com
The place for discussion about 'how tos' on settings, installation, etc. The 'official' site.
vBulletin.org
...
Showing results 1 to 20 of 20
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
07:23 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.03998 seconds
Memory Usage
1,993KB
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)
post_thanks_navbar_search
(1)
search_results
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(49)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(94, 0, 1,''); -> cached fperms for forum 94
(unspecified) fetch_permissions(94, 0, 1,''); -> cached fperms for forum 94
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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