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 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
Simon Moon
Forum:
vBulletin 3.8 Add-ons
02-05-2008, 11:47 AM
Replies:
469
Anti-Spam Options -
Is Bot: Registration Time Check
Views:
162,818
Posted By
Simon Moon
Tweaking the timer is not a too good idea. If you...
Tweaking the timer is not a too good idea. If you make it too long, you will start catching legit users. In other words be very very careful with it.
Forum:
vBulletin 3.8 Add-ons
02-04-2008, 10:04 PM
Replies:
469
Anti-Spam Options -
Is Bot: Registration Time Check
Views:
162,818
Posted By
Simon Moon
Just comment out the mail sending line in the...
Just comment out the mail sending line in the plugin and you are good.
Forum:
vBulletin 3.8 Add-ons
01-29-2008, 02:07 AM
Replies:
469
Anti-Spam Options -
Is Bot: Registration Time Check
Views:
162,818
Posted By
Simon Moon
As simple as this is, it saves a TON of time and...
As simple as this is, it saves a TON of time and has stopped pretty much all automatic spam bots. Thanks a lot!
Forum:
vBulletin 3.5 Add-ons
08-29-2007, 07:19 PM
Replies:
147
Custom Forum Status Icons
Views:
81,188
Posted By
Simon Moon
Make sure when using this in 3.6.8 or later to...
Make sure when using this in 3.6.8 or later to not blindly copy the template edits. The templates have a bit more in them in the 3.6.8 than the installation shows. Essentially, just search for...
Forum:
vBulletin 3.6 Add-ons
07-26-2007, 05:10 PM
Replies:
81
Show Thread Enhancements -
Download Thread as PDF
Views:
41,714
Posted By
Simon Moon
I figured it out, it was me. The forum is behind...
I figured it out, it was me. The forum is behind an htaccess authentication, for the setup etc. It seems like this plugin goes and literally uses a web access to the showthread url for this, so, if a...
Forum:
vBulletin 3.6 Add-ons
07-26-2007, 02:12 PM
Replies:
1,340
Board Optimization -
Welcome headers - Improve community registration rates
Views:
449,159
Posted By
Simon Moon
Just a little thing you might want to edit in the...
Just a little thing you might want to edit in the file. The phrase $vbphrase[welcome_guest] has at the end twice "contact" in it:
please contact <a href="{4}">contact us</a>.
Also it might be a...
Forum:
vBulletin 3.6 Add-ons
07-25-2007, 07:45 PM
Replies:
81
Show Thread Enhancements -
Download Thread as PDF
Views:
41,714
Posted By
Simon Moon
i disabled the open_basedir for this host now to...
i disabled the open_basedir for this host now to test, and it still delivers the same result. Any ideas on how i could test this to find the cause of it? I mean i get a valid PDF file, its just...
Forum:
vBulletin 3.6 Add-ons
07-25-2007, 03:08 PM
Replies:
81
Show Thread Enhancements -
Download Thread as PDF
Views:
41,714
Posted By
Simon Moon
I tried that, doesn't work though. It still shows...
I tried that, doesn't work though. It still shows a completely empty PDF.
Looking a bit deeper, does it have problems with basedir restrictions?
Safe mode is off, but basedir is limited to the...
Forum:
vBulletin 3.6 Add-ons
07-25-2007, 03:12 AM
Replies:
81
Show Thread Enhancements -
Download Thread as PDF
Views:
41,714
Posted By
Simon Moon
I have installed this on a new forum (not visible...
I have installed this on a new forum (not visible to the public yet) and it gives me a blank pdf. It clearly is a pdf though, but it is empty, just no content at all. I have vBSEO installed, could...
Forum:
vBulletin 3.0 Beta Releases
07-25-2007, 02:20 AM
Replies:
6
[Not tested] vB-Cron invoked by server cron
Views:
7,327
Posted By
Simon Moon
Even simpler... Put this in your crontab (on...
Even simpler...
Put this in your crontab (on console do "crontab -e") and replace the url with the actual cron.php location.
* * * * * /usr/bin/wget -q http://forums.domain.com/cron.php >/dev/null...
Forum:
Modification Graveyard
06-05-2007, 11:32 PM
Replies:
247
Statistics Modifications -
Fake Community Statistics
Views:
81,682
Posted By
Simon Moon
the same applies to forums that have over 1000 in...
the same applies to forums that have over 1000 in other stats you try to change with this. I think the hook placement is just very bad, or another hook should be placed somewhere further up in the...
Forum:
Member Archives
01-09-2002, 04:48 PM
Replies:
7
Recoloring the "user online" links
Views:
870
Posted By
Simon Moon
Thanks, but teh solution is much simpler. make a...
Thanks, but teh solution is much simpler. make a variable for the color, and let it change in the index.php to an hex value you want it to have. Then change the "loggedinuser" template, by packing...
Forum:
Member Archives
01-06-2002, 02:04 AM
Replies:
8
Help with a hack
Views:
759
Posted By
Simon Moon
Well, there are 2 things specially i dont like in...
Well, there are 2 things specially i dont like in that thing :)
mysql_query("insert into pw_whois (eventid, username, userid) values ('7', '$bbuserinfo[username]', '$bbuserinfo[userid]')");
...
Forum:
Member Archives
01-05-2002, 11:37 PM
Replies:
8
Help with a hack
Views:
759
Posted By
Simon Moon
Little hint, use the stuff from vB to access the...
Little hint, use the stuff from vB to access the DB. Makes your life easier :)
Forum:
Member Archives
01-05-2002, 10:28 PM
Replies:
7
Recoloring the "user online" links
Views:
870
Posted By
Simon Moon
Hi This is standard in 2.2.1, but this is...
Hi
This is standard in 2.2.1, but this is now what i am looking for. I want to recolor the links, but they DONT accept my recoloring at all. I want to recolor certain levels and the code is celar,...
Forum:
vBulletin 2.x Full Releases
01-05-2002, 08:33 AM
Replies:
107
Gender Hack for vB 2.2.0
Views:
21,453
Posted By
Simon Moon
Toying around, i found it sucks not to be able to...
Toying around, i found it sucks not to be able to change the the status of the user as an admin. So i whipped out this little hack.
First, you need a whole new function in admin/adminfunctions.php...
Forum:
Member Archives
01-05-2002, 04:05 AM
Replies:
7
Recoloring the "user online" links
Views:
870
Posted By
Simon Moon
I am trying to recolor the user online links. For...
I am trying to recolor the user online links. For this i need to edit index.php 2 times before this comes in place:
eval("\$activeusers .= \", ".gettemplate('forumhome_loggedinuser')."\";");
I...
Forum:
vBulletin 2.x Full Releases
01-05-2002, 02:56 AM
Replies:
107
Gender Hack for vB 2.2.0
Views:
21,453
Posted By
Simon Moon
Hi everyone. Great hack, but i think it needs...
Hi everyone. Great hack, but i think it needs some more treatment... Hardcodeing the images is not a very usable idea, therefore, use templates.
Add 3 templates
gender_male:
<img...
Showing results 1 to 18 of 18
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
02:11 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.02029 seconds
Memory Usage
1,988KB
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
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(36)
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.0009
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(202, 0, 1,''); -> cached fperms for forum 202
(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(202, 0, 1,''); -> cached fperms for forum 202
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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