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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 162
Search took
0.01
seconds.
Search:
Posts Made By:
Owen
Forum:
Modification Requests/Questions (Unpaid)
05-18-2004, 08:05 PM
Replies:
1
vBulltin Stockmarket/Investing Game
Views:
889
Posted By
Owen
I figured I'd bump this up just once to give it...
I figured I'd bump this up just once to give it one more chance...
Forum:
Modification Requests/Questions (Unpaid)
05-16-2004, 09:06 PM
Replies:
10
How to: Add a advertisement after first post?
Views:
1,853
Posted By
Owen
since I have my google ads in the header, what...
since I have my google ads in the header, what would the <if> code be not to display it on the showthread page? (You are not allowed to show two google ads on one page).
Forum:
Modification Requests/Questions (Unpaid)
05-16-2004, 08:46 PM
Replies:
10
How to: Add a advertisement after first post?
Views:
1,853
Posted By
Owen
that wouldnt be good, that would be GREAT! I am...
that wouldnt be good, that would be GREAT! I am guessing something with <if>'s
Forum:
Modification Requests/Questions (Unpaid)
05-16-2004, 07:18 PM
Replies:
1
vBulltin Stockmarket/Investing Game
Views:
889
Posted By
Owen
vBulltin Stockmarket/Investing Game
I guess this is a possible, I dont know how interested people would be in this and if someone might make this. But here's the idea.
You can invest in members and/or posts if those members make...
Forum:
vBulletin 2.x Full Releases
05-07-2004, 03:04 PM
Replies:
8
Not an actual hack... but... Login on non vB page PLUS pass-protected pages
Views:
3,532
Posted By
Owen
I'd really like this for vb3. Good Hack
I'd really like this for vb3. Good Hack
Forum:
vBulletin 3.0 Full Releases
05-01-2004, 10:11 AM
Replies:
16
Nested Quotes
Views:
5,403
Posted By
Owen
What exactly happens to the quotes?
What exactly happens to the quotes?
Forum:
vBulletin 3.0 Full Releases
04-28-2004, 04:53 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,007
Posted By
Owen
Maybe try going over all the file edits again?
Maybe try going over all the file edits again?
Forum:
vB3 Programming Discussions
04-24-2004, 09:48 AM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
Well I found a much better way of doing it. ...
Well I found a much better way of doing it.
So for anyone who is interested:
$path=$_SERVER['DOCUMENT_ROOT'].'/wallpapers/';
$number =`find '$path' -type f -regex '.*t_.*jpe?g$' | wc -l`...
Forum:
vBulletin Pre-Sales Questions
04-20-2004, 07:30 PM
Replies:
4
Feasibility of "Portal-like" Hack
Views:
1,268
Posted By
Owen
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?goto=newpost&t=63941" target="_blank">https://vborg.vbsupport.ru/showt...ewpost&t=63941</a> here is a link to that article thing.
Forum:
vBulletin Pre-Sales Questions
04-20-2004, 07:10 PM
Replies:
4
Feasibility of "Portal-like" Hack
Views:
1,268
Posted By
Owen
I think there was a modification for vb2 to do...
I think there was a modification for vb2 to do exactly this. Recently also an article modification came out for vb3, I dont know how this works, but might be usefull.
Forum:
Community Lounge
04-20-2004, 06:27 PM
Replies:
4
internet wide forum search
Views:
1,043
Posted By
Owen
google?
google?
Forum:
vBulletin Pre-Sales Questions
04-20-2004, 06:25 PM
Replies:
4
Feasibility of "Portal-like" Hack
Views:
1,268
Posted By
Owen
so this would only include threads that you...
so this would only include threads that you marked?
Forum:
vBulletin 3.0 Template Modifications
04-17-2004, 10:01 PM
Replies:
6
[HowTo] [3.0.0] Put the table "indexer" below each category.
Views:
3,324
Posted By
Owen
I really need a screenshot to understand this...
I really need a screenshot to understand this...
Forum:
vB3 Programming Discussions
04-17-2004, 06:50 PM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
I have seen code that lists things recursively, I...
I have seen code that lists things recursively, I am just not good enough at php to make an image counter with such a code.
Forum:
vB3 Programming Discussions
04-16-2004, 03:31 PM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
Could someone please help me make this recursive?
Could someone please help me make this recursive?
Forum:
vBulletin 3.0 Full Releases
04-15-2004, 06:59 PM
Replies:
31
Require X posts before user can use PM system.
Views:
6,720
Posted By
Owen
Why would you want to change permissions for your...
Why would you want to change permissions for your 53 forums? We are talking about the PM system here...
Forum:
vB3 Programming Discussions
04-15-2004, 12:39 PM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
Problem being, I have no idea how to do that.
Problem being, I have no idea how to do that.
Forum:
vB3 Programming Discussions
04-15-2004, 12:36 PM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
<? function CheckExt($filename, $ext) { ...
<?
function CheckExt($filename, $ext) {
$passed = FALSE;
$testExt = "\.".$ext."$";
if (eregi($testExt, $filename)) {
$passed = TRUE;
}
return $passed;
}
Forum:
vB3 Programming Discussions
04-15-2004, 11:08 AM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
Would I somehow use the count function to count...
Would I somehow use the count function to count the files that class dir outputs?
Forum:
vB3 Programming Discussions
04-14-2004, 12:29 PM
Replies:
10
Counting .jpg images
Views:
1,408
Posted By
Owen
Counting .jpg images
I have a wallpapers directory with a lot of subdirectories like this:
wallpapers/category/item/file.jpg
for every jpg there is also a thumnail, so I'd like to divide the total number of jpg's...
Forum:
Modification Requests/Questions (Unpaid)
04-14-2004, 06:35 AM
Replies:
5
Min number of posts to create a new thread
Views:
971
Posted By
Owen
Why wont a usergroup promotion do for ya?
Why wont a usergroup promotion do for ya?
Forum:
vBulletin 3 Articles
04-08-2004, 07:52 PM
Replies:
1,139
v3 Arcade - Game Modification Guide & Releases
Views:
383,670
Posted By
Owen
how many mb's is that game?
how many mb's is that game?
Forum:
vBulletin 3.0 Full Releases
04-08-2004, 02:02 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,007
Posted By
Owen
v3arcade.com has a modification for that.
v3arcade.com has a modification for that.
Forum:
vBulletin 3.0 Full Releases
04-05-2004, 01:39 PM
Replies:
432
vB3 Forumhome Stats Cache Serialize hack v2.2
Views:
51,043
Posted By
Owen
I am on msn, you dont seem to be online though...
I am on msn, you dont seem to be online though...
Forum:
vBulletin 3.0 Full Releases
04-05-2004, 12:49 PM
Replies:
432
vB3 Forumhome Stats Cache Serialize hack v2.2
Views:
51,043
Posted By
Owen
Just go ahead and PM me ;) I'll check it out.
Just go ahead and PM me ;) I'll check it out.
Showing results 1 to 25 of 162
Page 1 of 7
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
12:04 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.02126 seconds
Memory Usage
2,037KB
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
(38)
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.0025
(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
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
FULLTEXT Search
php_sapi_name(): fpm-fcgi