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 26
Search took
0.00
seconds.
Search:
Posts Made By:
penagate
Forum:
vB3 General Discussions
05-28-2008, 04:58 AM
Replies:
2
Accessing $vbulletin->options from a scheduled task
Views:
697
Posted By
penagate
Almost everything, but specifically the ones in...
Almost everything, but specifically the ones in the setting group for my custom product.
I worked around this by reading them manually from the database, but I'm still curious to know why they're...
Forum:
vB3 Programming Discussions
05-28-2008, 04:57 AM
Replies:
3
How to put an external php function in VB's "scope"?
Views:
850
Posted By
penagate
No. All vBulletin front-end pages include it.
No. All vBulletin front-end pages include it.
Forum:
vB3 Programming Discussions
05-24-2008, 08:16 PM
Replies:
3
How to put an external php function in VB's "scope"?
Views:
850
Posted By
penagate
Yes, global.php
Yes, global.php
Forum:
vB3 General Discussions
05-24-2008, 08:06 PM
Replies:
2
Accessing $vbulletin->options from a scheduled task
Views:
697
Posted By
penagate
Accessing $vbulletin->options from a scheduled task
Hi all,
I am developing a scheduled task (cron). When I run this manually via the Scheduled Task Manager, it works perfectly. However, when invoked via the cron scheduler, only a very limited set...
Forum:
vB3 General Discussions
03-20-2008, 04:35 AM
Replies:
4
Reputation!
Views:
751
Posted By
penagate
This is a built in feature.
This is a built in feature.
Forum:
vB3 General Discussions
03-18-2008, 10:48 PM
Replies:
4
Another Rewrite Question
Views:
781
Posted By
penagate
Actually, I think I was wrong. If you show or...
Actually, I think I was wrong. If you show or hide any subforums based on the domain name then you do need two licences. My apologies.
Forum:
vB3 General Discussions
03-18-2008, 10:46 PM
Replies:
18
Placing image BESIDE the text...
Views:
1,473
Posted By
penagate
Yeah. Actually, yours probably aren't even...
Yeah.
Actually, yours probably aren't even covered by that setting at all.
Forum:
vB3 General Discussions
03-18-2008, 03:55 AM
Replies:
18
Placing image BESIDE the text...
Views:
1,473
Posted By
penagate
You can set whether or not img tags allow dynamic...
You can set whether or not img tags allow dynamic URLs in the admin control panel (vBulletin Options|Message Posting and Editing|Allow Dynamic URL for [IMG] Tags).
The float tag just goes around the...
Forum:
vB3 General Discussions
03-18-2008, 03:41 AM
Replies:
4
Inputing New Buttons
Views:
674
Posted By
penagate
Edit includes/config.php and find this line: ...
Edit includes/config.php and find this line:
$config['SpecialUsers']['superadministrators'] = '1';
Add your user ID. (The list is comma-delimited.)
Forum:
vB3 General Discussions
03-18-2008, 03:38 AM
Replies:
18
Placing image BESIDE the text...
Views:
1,473
Posted By
penagate
I'm not sure. I don't have a copy of 3.7 to test...
I'm not sure. I don't have a copy of 3.7 to test with. I imagine it would: my tag just expands to <span style="float:{option}">{param}</span>. Any inline-level elements within it should float...
Forum:
vB3 General Discussions
03-18-2008, 03:30 AM
Replies:
4
weird problem with image tags in sig
Views:
560
Posted By
penagate
Okay. I thought you meant the access violation...
Okay. I thought you meant the access violation was consistent.
The blank page happens when a PHP error occurs while output buffering is on. This happens in a lot of places within vBulletin (and...
Forum:
vB3 General Discussions
03-18-2008, 03:15 AM
Replies:
2
How do I create a static page and link it in navigation bar?
Views:
775
Posted By
penagate
Edit the 'navbar' template and add a new <td>...
Edit the 'navbar' template and add a new <td> amongst the other links (about line 75 onwards).
Edit: There's no nice way of generating a static page using vBulletin alone. You could use...
Forum:
vB3 General Discussions
03-18-2008, 03:14 AM
Replies:
6
Is there a way to revert Moderator edits?
Views:
1,242
Posted By
penagate
Hehehe. I know how that goes. But, sadly,...
Hehehe. I know how that goes.
But, sadly, there's no way to find out any more than you already know, which is that he edited the post.
The Edit History plugin, however, should help if the...
Forum:
vB3 General Discussions
03-18-2008, 03:03 AM
Replies:
6
Is there a way to revert Moderator edits?
Views:
1,242
Posted By
penagate
No, it won't, because they're not saved by...
No, it won't, because they're not saved by default.
You don't trust your moderators? :)
Forum:
vB3 General Discussions
03-18-2008, 03:02 AM
Replies:
18
Placing image BESIDE the text...
Views:
1,473
Posted By
penagate
Sure does. :) By the way, I love your...
Sure does. :)
By the way, I love your signature!
[gwb@whitehouse ~]# /usr/bin/war-on-terror --start
Forum:
vB3 General Discussions
03-18-2008, 02:58 AM
Replies:
4
Another Rewrite Question
Views:
781
Posted By
penagate
You don't need two licences to do that if your...
You don't need two licences to do that if your other domain name encompasses the subcategory.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$
RewriteRule ^$ forumdisplay.php?f=X...
Forum:
vB3 General Discussions
03-18-2008, 02:51 AM
Replies:
4
User titles
Views:
902
Posted By
penagate
This is not a coding issue. Just use post count...
This is not a coding issue. Just use post count titles (User Title Manager) instead of ranks (User Rank Manager). Custom titles replace the post count titles.
Follow the instructions above to...
Forum:
vB3 General Discussions
03-18-2008, 02:49 AM
Replies:
18
Placing image BESIDE the text...
Views:
1,473
Posted By
penagate
I use a [float=left|right] tag.
I use a [float=left|right] tag.
Forum:
vB3 General Discussions
03-18-2008, 02:46 AM
Replies:
1
Hide group memberships list in profiles
Views:
613
Posted By
penagate
You can remove it from the MEMBERINFO template....
You can remove it from the MEMBERINFO template. Lines 340, 368–382 (in 3.6.8).
Forum:
vB3 General Discussions
03-18-2008, 02:43 AM
Replies:
4
Inputing New Buttons
Views:
674
Posted By
penagate
Make a new directory under the 'images' directory...
Make a new directory under the 'images' directory (say 'mybuttons' or something) and change the buttons path in style options to point to that directory.
Binary refers to binary transfer mode—some...
Forum:
vB3 General Discussions
03-18-2008, 02:40 AM
Replies:
6
Is there a way to revert Moderator edits?
Views:
1,242
Posted By
penagate
1. Look for a plugin "Edit history". We run it....
1. Look for a plugin "Edit history". We run it. It's brilliant—you can compare the post revision side-by-side.
2. Turn off the "Show edited by" option per usergroup.
Forum:
vB3 General Discussions
03-18-2008, 02:38 AM
Replies:
4
weird problem with image tags in sig
Views:
560
Posted By
penagate
I presume you are using IIS. PHP is not terribly...
I presume you are using IIS. PHP is not terribly stable under IIS. I recommend you switch to Apache instead.
Forum:
vB3 General Discussions
03-16-2008, 04:54 AM
Replies:
8
How can i protect my HTML Files.
Views:
1,161
Posted By
penagate
You cannot stop people from downloading HTML...
You cannot stop people from downloading HTML unless you take the site entirely offline. Viewing a page requires the HTML to be downloaded and parsed by the browser.
There should be nothing of...
Forum:
vB3 General Discussions
03-16-2008, 04:50 AM
Replies:
11
Private Message spam
Views:
4,638
Posted By
penagate
You do not need a hack to do this. Copy the...
You do not need a hack to do this.
Copy the default "Registered Users" usergroup into another group (say "Fully Registered").
Now set the "Maximum Recipients to Send PMs at a time" permission...
Forum:
vB3 General Discussions
03-16-2008, 04:40 AM
Replies:
11
Putting a category at different url?
Views:
865
Posted By
penagate
Something like this. ...
Something like this.
/path/to/public_html/.htaccess
RewriteEngine On
RewriteRule ^tutorials$ forum/forumdisplay.php?f=XX [NC,QSA]
You might have to alter that based on your physical base...
Showing results 1 to 25 of 26
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
10:09 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.01757 seconds
Memory Usage
2,025KB
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
(14)
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.0007
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi