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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 144
Search took
0.01
seconds.
Search:
Posts Made By:
Andy
Forum:
vB4 General Discussions
09-03-2012, 10:55 PM
Replies:
8
How many Add-ons have you installed?
Views:
612
Posted By
Andy
I have 48 plugins all of them I wrote. Many call...
I have 48 plugins all of them I wrote. Many call scripts which in turn use their own database or directly modify the vBulletin database.
Forum:
vBulletin 4.x Template Modifications
09-03-2012, 07:50 PM
Replies:
14
Moderators Functions -
Keep Attachment Checked by Default when Soft Deleting
Views:
3,865
Posted By
Andy
In post #1 there's a typo error in the code...
In post #1 there's a typo error in the code example. Here's the correct way to add this template change. Just add "{vb:raw checked.delete}" as shown below:
default
<input type="checkbox"...
Forum:
vB4 General Discussions
07-01-2012, 04:18 AM
Replies:
5
How do I tell VB NOT to display ads on custom page?
Views:
784
Posted By
Andy
Very good Link14716. It's been so long since I...
Very good Link14716. It's been so long since I created my home custom page I forgot all about the index.php file that I use as my default home page. I run the forum only package with a custom home...
Forum:
vB4 General Discussions
07-01-2012, 02:59 AM
Replies:
5
How do I tell VB NOT to display ads on custom page?
Views:
784
Posted By
Andy
Be sure to mention that many of the pages like...
Be sure to mention that many of the pages like showthread, Private Messages etc., have problems when you put a banner under the navbar. So it's best to not show the banner accept on the two pages I...
Forum:
vB4 General Discussions
07-01-2012, 12:55 AM
Replies:
5
How do I tell VB NOT to display ads on custom page?
Views:
784
Posted By
Andy
Hi Joe, From the thread at vbulletin.com you...
Hi Joe,
From the thread at vbulletin.com you indicated you have a script called museumlinks.php. Sounds like you need to also have a template called museumlinks. That way the code I provided will...
Forum:
vB4 General Discussions
06-29-2012, 08:57 PM
Replies:
1
Moving Database from Old Convoluted Site to Fresh Install
Views:
603
Posted By
Andy
Using impex you will break every URL link both...
Using impex you will break every URL link both internal and external. This is a major problem in itself. It sounds like you're understanding the software more now and should possibly consider...
Forum:
Modification Requests/Questions (Unpaid)
06-28-2012, 08:33 AM
Replies:
5
prevent useless full quotes
Views:
912
Posted By
Andy
Your best bet is to educate your members when to...
Your best bet is to educate your members when to use the Reply with Quote versus Reply to Thread buttons. Create a thread that explains this and send the offender a link to the thread.
Forum:
vB4 Programming Discussions
06-22-2012, 09:54 AM
Replies:
2
Ignore duplicate IP users in register.
Views:
446
Posted By
Andy
This is not a good idea. Many IP's are the same...
This is not a good idea. Many IP's are the same from legitimate users.
Forum:
vB4 General Discussions
06-19-2012, 09:12 PM
Replies:
17
Thumbnails not showing, just links
Views:
8,833
Posted By
Andy
Nice troubleshooting Lynne.
Nice troubleshooting Lynne.
Forum:
vB4 General Discussions
06-19-2012, 12:20 PM
Replies:
17
Thumbnails not showing, just links
Views:
8,833
Posted By
Andy
Try this setting. Admin CP -> Settings ->...
Try this setting.
Admin CP -> Settings -> Options -> Message Attachment Options -> View Attached Images Inline
Just as a test try the setting "yes, full size".
Forum:
Modification Requests/Questions (Unpaid)
06-19-2012, 01:07 AM
Replies:
5
Images stored in posts when deleted from albums
Views:
1,019
Posted By
Andy
One solution to this problem is to not have...
One solution to this problem is to not have albums.
Forum:
vB3 General Discussions
06-18-2012, 05:51 PM
Replies:
4
Prohibit double spaces in username.
Views:
702
Posted By
Andy
I suggest not allowing any spaces at all.
I suggest not allowing any spaces at all.
Forum:
vB4 General Discussions
06-18-2012, 01:20 PM
Replies:
7
Max threads per day by member, is it possible?
Views:
905
Posted By
Andy
Curious why you would want to do this. Are you...
Curious why you would want to do this. Are you having problems with spammers?
Forum:
vB4 General Discussions
06-16-2012, 04:26 PM
Replies:
5
How do i increase attachment size limit ?
Views:
2,916
Posted By
Andy
Check your php.ini settings. Maximum file...
Check your php.ini settings.
Maximum file upload size
and
Maximum HTTP POST size
Forum:
vB4 General Discussions
06-16-2012, 01:07 PM
Replies:
7
Limit Reply
Views:
710
Posted By
Andy
Sorry I'm not familiar with "points through...
Sorry I'm not familiar with "points through Experience". What is this?
Forum:
vB4 General Discussions
06-16-2012, 10:53 AM
Replies:
13
Huge Spike in Guests on Board
Views:
1,839
Posted By
Andy
Please type this into google.com reCaptcha...
Please type this into google.com
reCaptcha cracked site:vbulletin.com
Forum:
vB4 General Discussions
06-16-2012, 10:48 AM
Replies:
7
Limit Reply
Views:
710
Posted By
Andy
Why would you want to limit the number of...
Why would you want to limit the number of replies? Are you having problems with spammers?
Forum:
vB4 General Discussions
06-16-2012, 12:50 AM
Replies:
13
Huge Spike in Guests on Board
Views:
1,839
Posted By
Andy
That's the problem. It's been cracked years ago....
That's the problem. It's been cracked years ago. Here's what I suggest you do.
https://www.vbulletin.com/forum/showthread.php/377906-How-to-prevent-spammers-from-registering-on-your-forum
Forum:
vB4 General Discussions
06-15-2012, 11:51 PM
Replies:
13
Huge Spike in Guests on Board
Views:
1,839
Posted By
Andy
Which captcha are you using? The Question &...
Which captcha are you using? The Question & Answers or the one that requires entering in a few characters?
Forum:
vB4 Programming Discussions
07-31-2011, 04:09 PM
Replies:
0
please delete
Views:
333
Posted By
Andy
please delete
please delete
Forum:
vB3 General Discussions
06-13-2011, 04:55 AM
Replies:
36
Spam out of control: Q&A ineffective
Views:
5,848
Posted By
Andy
Here is what I do. ...
Here is what I do.
https://www.vbulletin.com/forum/showthread.php/377906-How-to-prevent-spammers-from-registering-on-your-forum
Forum:
vB4 Programming Discussions
06-02-2011, 03:27 PM
Replies:
1
VB4 Auth on external pages?
Views:
1,342
Posted By
Andy
If I understand correctly a user lands on an...
If I understand correctly a user lands on an external page and you want to check their cookie so see if they are logged into vbulletin. Is this correct?
Forum:
vB4 General Discussions
05-03-2011, 03:49 AM
Replies:
3
How to remove the title in a post
Views:
592
Posted By
Andy
Here you go. Do this in the postbit_legacy...
Here you go. Do this in the postbit_legacy template.
<!-- remove post title -->
<!--
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if...
Forum:
vB3 Programming Discussions
04-05-2011, 04:17 PM
Replies:
6
PHP - Manually inserted user account does not show on stats at bottom of home page
Views:
821
Posted By
Andy
My custom scripts always act upon the database...
My custom scripts always act upon the database tables directly.
Forum:
vB3 Programming Discussions
04-05-2011, 02:34 PM
Replies:
6
PHP - Manually inserted user account does not show on stats at bottom of home page
Views:
821
Posted By
Andy
Looks like the table datastore holds that value...
Looks like the table datastore holds that value in the userstats field.
Showing results 1 to 25 of 144
Page 1 of 6
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:34 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.03108 seconds
Memory Usage
2,038KB
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
(15)
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.0027
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi