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 43
Search took
0.00
seconds.
Search:
Posts Made By:
Feran
Forum:
vBulletin 3.0 Full Releases
02-10-2004, 12:39 AM
Replies:
23
Moderator Dropdown Listing
Views:
7,015
Posted By
Feran
Rofl, that sucks. I'll have to look into it <.<...
Rofl, that sucks. I'll have to look into it <.< Um, i'll fix it by tomorrow.
Forum:
vBulletin 2.x Full Releases
02-01-2004, 05:35 AM
Replies:
8
Star Hack X
Views:
2,971
Posted By
Feran
*grumbles something about PHP compile options*
*grumbles something about PHP compile options*
Forum:
vBulletin 3.0 Full Releases
01-20-2004, 10:47 PM
Replies:
23
Moderator Dropdown Listing
Views:
7,015
Posted By
Feran
Everyone's a critic -.- I swear I can't release...
Everyone's a critic -.- I swear I can't release one hack here without some negative commentary.
I admit that repeating the <script> tag so many times is silly (I'm lazy, remember!), but the...
Forum:
vBulletin 3.0 Full Releases
01-20-2004, 05:25 AM
Replies:
38
vB3 Stars Hack
Views:
12,469
Posted By
Feran
It's okay Dutchman, I got the same stuff from...
It's okay Dutchman, I got the same stuff from when I released *my* star hack, which is a quick and easy way to add stars, like yours is, vs. adding fifty billion different ranks.
Power to the...
Forum:
vBulletin 3.0 Full Releases
01-19-2004, 10:00 PM
Replies:
23
Moderator Dropdown Listing
Views:
7,015
Posted By
Feran
Moderator Dropdown Listing
Yeah, I found it kinda annoying how having multiple moderators for one forum would make things rather ugly and cluttery and jumble up my front page. So, I made this nifty little hack ^_^
Features:...
Forum:
vBulletin 2.x Full Releases
01-19-2004, 10:00 PM
Replies:
8
Star Hack X
Views:
2,971
Posted By
Feran
Star Hack X
I created a star hack for y'all.. simple one. There are a number of star levels, in which you get stars of one color, and then you move onto the next level, of another color.
A working version is...
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 02:17 PM
Replies:
11
vb3 : put closed threads down the page
Views:
1,711
Posted By
Feran
Yeah, true. Find the ORDER BY clause of the...
Yeah, true.
Find the ORDER BY clause of the SQL query and throw in the closed field :p
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 02:16 PM
Replies:
3
Teamspeak server list
Views:
1,418
Posted By
Feran
You can go into the forumhome template and add it...
You can go into the forumhome template and add it in.
Just encapsulate the main vBulletin content in a table.
<table width=100%>
<tr>
<td width=80%>Main vBulletin Content</td>
...
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:52 PM
Replies:
2
Specific kind of userprofile field
Views:
915
Posted By
Feran
Um, go into your AdminCP, add the field, then go...
Um, go into your AdminCP, add the field, then go into the code of wherever you want to restrict viewing, and check $bbuserinfo['groupid'], I think it was..
If you look at the code you can figure...
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:47 PM
Replies:
1
Target-Overview for IMG & URL Tags
Views:
826
Posted By
Feran
Um.. you know, if you hover over a link, it shows...
Um.. you know, if you hover over a link, it shows the link target in the status bar of your browser? >.>
And explicitly going through every single post in existence and using regexp to find URL is...
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:43 PM
Replies:
11
vb3 : put closed threads down the page
Views:
1,711
Posted By
Feran
*lazy coder* Since I'm too lazy to do it,...
*lazy coder*
Since I'm too lazy to do it, I'll tell you how to figure out how to do it ^.~
Okay, um, if I weren't lazy, I'd go into PHPMyAdmin to check the DB for a boolean flag that triggers...
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:38 PM
Replies:
3
Teamspeak server list
Views:
1,418
Posted By
Feran
The server list link doesn't work, but I'm...
The server list link doesn't work, but I'm already assuming this has nothing to do with vBulletin.
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:35 PM
Replies:
1
Links system
Views:
905
Posted By
Feran
Yes, I suggest the Topsites system, being...
Yes, I suggest the Topsites system, being developed by Darkwaltz4.
E-mail him (blackwaltz4@msn.com)
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:35 PM
Replies:
18
Banner Scheme
Views:
2,530
Posted By
Feran
This has.. nothing to do with vB3 :p
This has.. nothing to do with vB3 :p
Forum:
Modification Requests/Questions (Unpaid)
01-12-2004, 01:30 PM
Replies:
18
Alternate rows ala SitePointForums
Views:
2,103
Posted By
Feran
This is how I do it: $alt_on=0; while...
This is how I do it:
$alt_on=0;
while (outputting_threads_or_posts) {
if (!$alt_on) {
show_first_color;
$alt_on = 1;
}
else {
Forum:
vBulletin 3.0 Full Releases
01-12-2004, 01:27 PM
Replies:
195
Disallow guests to view threads, must register first
Views:
46,338
Posted By
Feran
'tis a bit strange, actually, but you're still...
'tis a bit strange, actually, but you're still kinda violating your own privacy by listing Last Post Titles again.. If your'e going to show *those*, why not enable Guest-viewing of threads?
I...
Forum:
vBulletin 3.0 Full Releases
01-03-2004, 01:31 AM
Replies:
18
Star Hack 1.0
Views:
7,498
Posted By
Feran
WHAT? It's not as flexible ;_;
WHAT?
It's not as flexible ;_;
Forum:
vBulletin 3.0 Full Releases
01-03-2004, 01:30 AM
Replies:
18
Star Hack 1.0
Views:
7,498
Posted By
Feran
Also, receive screenshot:
Also, receive screenshot:
Forum:
vBulletin 3.0 Full Releases
01-02-2004, 10:00 PM
Replies:
18
Star Hack 1.0
Views:
7,498
Posted By
Feran
Star Hack 1.0
I created a star hack for y'all.. simple one. There are a number of star levels, in which you get stars of one color, and then you move onto the next level, of another color.
A working version is...
Forum:
vBulletin.org Site Feedback
01-01-2004, 06:18 PM
Replies:
145
vbulletin.com? DOWN? OFFLINE?
Views:
13,295
Posted By
Feran
You see, a range of IPs were blocked to protect...
You see, a range of IPs were blocked to protect from the DDoS attacks.
Forum:
Member Archives
12-11-2003, 05:07 AM
Replies:
3
How to make thread title redirct to another page on click?
Views:
798
Posted By
Feran
um.. forum manager, edit forum, and there's a...
um.. forum manager, edit forum, and there's a textbox for "Forum Link".
Forum:
Community Reviews
12-11-2003, 05:00 AM
Replies:
13
FFRepublic Forums (w/ RPG system)
Views:
2,512
Posted By
Feran
Yeah, seeing March '02 was throwing me off..
Yeah, seeing March '02 was throwing me off..
Forum:
Community Lounge
12-10-2003, 04:39 AM
Replies:
24
What do you think of vB3 Gamma?
Views:
3,614
Posted By
Feran
You're going to be waiting for a while :p
You're going to be waiting for a while :p
Forum:
Community Reviews
12-08-2003, 02:29 PM
Replies:
16
Community Forums
Views:
2,132
Posted By
Feran
It is purty, but I wonder how fast it loads on...
It is purty, but I wonder how fast it loads on dialup..
Forum:
Community Lounge
12-08-2003, 02:27 PM
Replies:
8
It's your birthday, it's your birthday...
Views:
1,260
Posted By
Feran
Happy Bday :)
Happy Bday :)
Showing results 1 to 25 of 43
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
12: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.02137 seconds
Memory Usage
2,027KB
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
(39)
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.0011
(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(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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
(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
FULLTEXT Search
php_sapi_name(): fpm-fcgi