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 17 of 17
Search took
0.00
seconds.
Search:
Posts Made By:
inphinity
Forum:
vBulletin 3.8 Add-ons
01-14-2009, 08:07 AM
Replies:
76
Moderators Functions -
Change Threads' Prefix Inline
Views:
27,772
Posted By
inphinity
Very useful, thanks. This should definitely be...
Very useful, thanks. This should definitely be part of the default moderation tools.
Forum:
Community Lounge
10-02-2003, 01:08 PM
Replies:
7
is it just me? or is the chat dead?
Views:
1,102
Posted By
inphinity
Forum:
Community Lounge
10-02-2003, 07:39 AM
Replies:
7
is it just me? or is the chat dead?
Views:
1,102
Posted By
inphinity
guess they changed their zone files and forgot...
guess they changed their zone files and forgot about irc.devcore.co.ukk
either use the ip above or you can connect to www.devcore.co.uk
Forum:
vBulletin 2.x Full Releases
02-10-2003, 08:19 AM
Replies:
868
vbArchive - Search Engine Indexer for vBulletin
Views:
172,161
Posted By
inphinity
that isnt a web robot its: Inktomi's Traffic...
that isnt a web robot its:
Inktomi's Traffic Server network cache (transparent cache aka web proxy)
basically sits between ntls end users and the net and saves them bandwidth by caching files...
Forum:
vBulletin 2.x Full Releases
02-09-2003, 01:15 AM
Replies:
868
vbArchive - Search Engine Indexer for vBulletin
Views:
172,161
Posted By
inphinity
just a quick note if you're using TECK's...
just a quick note if you're using TECK's guest_crawler
you should add the trailing dot to the ip addresses
'Google' => '216.239.46.',
'Inktomi' => '66.196.72.'so that you dont match (ie an...
Forum:
vBulletin 2.x Full Releases
02-09-2003, 01:05 AM
Replies:
868
vbArchive - Search Engine Indexer for vBulletin
Views:
172,161
Posted By
inphinity
oi wc3 is important :p useragent checking ...
oi wc3 is important :p
useragent checking
Works both standalone and as a very nice compliment to TECK's vbarchive hack.
What does it do?
Allows you to match the useragent for Guests in...
Forum:
vBulletin 2.x Full Releases
02-07-2003, 10:58 PM
Replies:
868
vbArchive - Search Engine Indexer for vBulletin
Views:
172,161
Posted By
inphinity
you can add a broad deny for them for 48 hrs...
you can add a broad deny for them for 48 hrs (time it takes for their cache of robots.txt to expire)
## turnitin.com
deny from 64.140.49
remember to remove it thou, it blocks a few more than...
Forum:
vBulletin 2.x Full Releases
02-07-2003, 03:47 PM
Replies:
868
vbArchive - Search Engine Indexer for vBulletin
Views:
172,161
Posted By
inphinity
deny from 12.148.196. deny from 12.148.209. ...
deny from 12.148.196.
deny from 12.148.209.
those deny's block more that just the monkeys at crawler918.com
my limit section in htaccess looks like:
<limit GET POST>
order allow,deny
...
Forum:
vBulletin 2.x Full Releases
02-07-2003, 03:45 PM
Replies:
868
vbArchive - Search Engine Indexer for vBulletin
Views:
172,161
Posted By
inphinity
something slightly similar (see attachment) ...
something slightly similar (see attachment)
search engines are listed in italics
wooolF[RM] yes it is possible although it would add 1 extra query to index.php - covering every search engine isnt...
Forum:
vBulletin 2.x Full Releases
01-20-2003, 10:46 AM
Replies:
50
Last PM on Forumhome
Views:
6,005
Posted By
inphinity
if ($bbuserinfo[pmfolders]) { $allfolders =...
if ($bbuserinfo[pmfolders]) {
$allfolders = explode("\n", trim($bbuserinfo[pmfolders]));
while (list($key,$val)=each($allfolders)) {
$thisfolder = explode("|||", $val);
}...
Forum:
vBulletin 2.x Full Releases
01-20-2003, 09:36 AM
Replies:
50
Last PM on Forumhome
Views:
6,005
Posted By
inphinity
put an 'and' in there as well folderid = 0...
put an 'and' in there as well
folderid = 0 AND userid=$bbuserinfo[userid]
Forum:
vBulletin 2.x Full Releases
01-20-2003, 08:48 AM
Replies:
50
Last PM on Forumhome
Views:
6,005
Posted By
inphinity
i think $lastpmuser should be referenced as: ...
i think $lastpmuser should be referenced as:
<br><br><b>Latest Private Message:</b> $lastpmstuff[title] by $lastpmuser['username']
also it is the last pm recieved in all folders
you could...
Forum:
vBulletin 2.x Full Releases
05-17-2002, 10:31 AM
Replies:
539
vB Shoutbox 1.0
Views:
145,065
Posted By
inphinity
v nice hack ;) i've found that shift...
v nice hack ;)
i've found that shift clicking (open in a new window) [Reload this Page] causes IE to endlessly loop (love javascript)
to do roughly the same thing without javascript i did:
...
Forum:
vBulletin 2.x Full Releases
05-17-2002, 09:01 AM
Replies:
21
Hide Post Buttons
Views:
5,159
Posted By
inphinity
instructions look fine now :) cessna140 try...
instructions look fine now :)
cessna140 try clearing your browser's cache and redownloading the instructions.
--
i was just thinking instead of _removing_ the buttons for the majority of boards...
Forum:
vBulletin 2.x Full Releases
05-16-2002, 09:39 AM
Replies:
21
Hide Post Buttons
Views:
5,159
Posted By
inphinity
nice hack :) but correct me if i'm wrong but...
nice hack :)
but correct me if i'm wrong but i think you missed some bits from the instructions
add two new templates:
showthread_threadbutton
<a...
Forum:
vBulletin 2.x Full Releases
05-14-2002, 10:14 AM
Replies:
59
Quick Thread Box
Views:
11,106
Posted By
inphinity
v. nice hack neo :) signatures,...
v. nice hack neo :)
signatures, parsing urls, similies are handled by form values passed to newthread.php
the defaults on my forum are for signatures and to automatically parse urls.
to...
Forum:
vBulletin 2.x Full Releases
04-11-2002, 11:43 AM
Replies:
111
Admin Quick Stats
Views:
17,023
Posted By
inphinity
nice hack freddy :) on my board i've found...
nice hack freddy :)
on my board i've found that it slows the loading of the admin page by a few seconds and also adds to the load of the machine.
so i've moved it to a seperate file and added a...
Showing results 1 to 17 of 17
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:41 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.01414 seconds
Memory Usage
1,983KB
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
(17)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(45)
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.0005
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi