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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.01
seconds.
Search:
Posts Made By:
Scalemotorcars
Forum:
vB4 Programming Discussions
10-29-2020, 09:31 PM
Replies:
6
OpenResty Error on logout Need some help please
Views:
3,348
Posted By
Scalemotorcars
Yeah I see mine under ...
Yeah I see mine under
_SERVER["HTTP_X_FORWARDED_FOR"]
_SERVER["HTTP_X_REAL_IP"]
Forum:
vB4 Programming Discussions
10-25-2020, 05:40 PM
Replies:
6
OpenResty Error on logout Need some help please
Views:
3,348
Posted By
Scalemotorcars
I see the offending IP under...
I see the offending IP under (_SERVER["REMOTE_ADDR"]) Ill call the host and see if it can be changed. Thanks for the help.
Forum:
vB4 Programming Discussions
10-24-2020, 08:26 PM
Replies:
6
OpenResty Error on logout Need some help please
Views:
3,348
Posted By
Scalemotorcars
OpenResty Error on logout Need some help please
For a few months now I keep getting an error on logout. It's the same issue with a totally stock install. When I click logout I get the following.
I have noticed that my IP logs for all new...
Forum:
vB4 General Discussions
10-17-2020, 07:22 PM
Replies:
9
Weird IP behavior for the last few weeks.
Views:
3,823
Posted By
Scalemotorcars
Well nuts that didnt work. All that happened is...
Well nuts that didnt work. All that happened is the entire site DNS IP was blocked. It looks like my host is using something like Cloudflare or changes something with the apache server. Ill give them...
Forum:
vB4 General Discussions
10-16-2020, 03:27 PM
Replies:
9
Weird IP behavior for the last few weeks.
Views:
3,823
Posted By
Scalemotorcars
Thanks for the code Ill give this a try. Could...
Thanks for the code Ill give this a try. Could you tell me a safe area of the config file to put this?
Edit, I added it to the end. Lets see if this fixes it. Ill post back just in case someone...
Forum:
vB4 General Discussions
10-15-2020, 06:37 PM
Replies:
9
Weird IP behavior for the last few weeks.
Views:
3,823
Posted By
Scalemotorcars
Yes I actually have a bunch of countries blocked...
Yes I actually have a bunch of countries blocked by .htaccess along with a blacklist. The weird part is that all new registrations are coming from the same IP range 10.30.94 (100-201). I cant seem to...
Forum:
vB4 General Discussions
10-15-2020, 02:18 PM
Replies:
9
Weird IP behavior for the last few weeks.
Views:
3,823
Posted By
Scalemotorcars
Hosted on Register.com I thought it had...
Hosted on Register.com
I thought it had something to do with the forum spam plugin Im using. They switched from http to https but I changed the links in the plugin. I then did some digging in the...
Forum:
vB4 General Discussions
10-14-2020, 08:13 PM
Replies:
9
Weird IP behavior for the last few weeks.
Views:
3,823
Posted By
Scalemotorcars
Weird IP behavior for the last few weeks.
So I keep getting DB errors and it looks like someone is trying to hack the site.
Of the last 100 or so most recent registrations, all have IP addresses look almost exactly the same. They start...
Forum:
vBulletin 4 Articles
10-13-2020, 08:14 PM
Replies:
440
vB4 Template Conditionals List
Views:
130,132
Posted By
Scalemotorcars
And thanks from me as well. This worked...
And thanks from me as well. This worked perfectly...
Forum:
vB4 General Discussions
05-09-2020, 04:46 PM
Replies:
2
I keep getting a MAX Connections DB error from a use thats not on my board.
Views:
416
Posted By
Scalemotorcars
I keep getting a MAX Connections DB error from a use thats not on my board.
So every day I get a bot trying to hack the site and Ive IP blocked with a wildcard * but still it says that this specific user has MAX Connections. Yet as the title states this user isnt part of my...
Forum:
vBulletin 4.x Add-ons
07-31-2019, 08:17 PM
Replies:
440
Major Additions -
[DBTech] vBDonate Donations - PayPal Donate Manager v1 (vB4)
Views:
109,402
Posted By
Scalemotorcars
I hope its ok but I just updated the XML product...
I hope its ok but I just updated the XML product file with 1919-2021 dates. Just tested it and it seems to be working fine for me.
Forum:
vBulletin 4 Articles
02-26-2019, 08:28 PM
Replies:
32
[HOW-TO vB4] Create a Widget using Plugins and Templates
Views:
23,499
Posted By
Scalemotorcars
Can someone update this article to work on 4.2.2...
Can someone update this article to work on 4.2.2 or later?
I followed all the steps and the instruction in the posts above and all I could get is the basic HTLM to display. I can't pull in a...
Forum:
vB4 General Discussions
02-26-2019, 04:58 PM
Replies:
0
Call template using VB Raw in CMS widget?
Views:
421
Posted By
Scalemotorcars
Call template using VB Raw in CMS widget?
I've looked and I can't seem to find the answer to this one.
How do I call a custom template into a CMS widget?
I've tried creating a plugin and reRegister using vbcms_widget_cmsfcs_page but...
Forum:
vB4 General Discussions
02-24-2019, 02:54 AM
Replies:
5
Trying to exclude a template using This Script but I keep getting errors
Views:
686
Posted By
Scalemotorcars
Good lord, how did I not see that? Works...
Good lord, how did I not see that? Works perfectly on the one page.
Any clue how to exclude on two pages? You know This Script and This Script. I cant find how to do this.
And thanks for the...
Forum:
vB4 General Discussions
02-24-2019, 02:44 AM
Replies:
5
Trying to exclude a template using This Script but I keep getting errors
Views:
686
Posted By
Scalemotorcars
I followed directions for VB4 but you may be...
I followed directions for VB4 but you may be right. :rolleyes:
The plugin for the template is
$templater = vB_Template::create('quickcalc');
$templatevalues['quickcalc'] =...
Forum:
vB4 General Discussions
02-24-2019, 02:27 AM
Replies:
5
Trying to exclude a template using This Script but I keep getting errors
Views:
686
Posted By
Scalemotorcars
Trying to exclude a template using This Script but I keep getting errors
Ive read the posts and tried several ways but all keep giving me errors. Im using 4.2 on a php5 server. Any help would be great. Thanks.
All Im trying to do is exclude a template from one...
Forum:
vB4 General Discussions
02-20-2019, 09:15 PM
Replies:
0
Need a little help with tabs.
Views:
373
Posted By
Scalemotorcars
Need a little help with tabs.
Ive been working on this all afternoon and Im fried. I could use a little help with some tabs. Im trying to use the same class as the tabs for the member's profile page. "userprof_moduleinactive" or...
Forum:
vB4 General Discussions
02-16-2019, 10:21 PM
Replies:
1
Separate Articles from Threads in Search Results. Can it be done?
Views:
369
Posted By
Scalemotorcars
Any pointers on this one? I know it can be easily...
Any pointers on this one? I know it can be easily done with threads but I would like to separate the search results for article posts from the forum ones.
Forum:
vBulletin 4.x Template Modifications
02-14-2019, 09:15 PM
Replies:
105
End-User Options -
Forum Translator by Google
Views:
29,645
Posted By
Scalemotorcars
Just a note that this messes with the center...
Just a note that this messes with the center alignment of highslide if you're using it. It works great but I need the image enlarger more than the translator.
Forum:
vB4 General Discussions
02-13-2019, 07:45 PM
Replies:
1
Separate Articles from Threads in Search Results. Can it be done?
Views:
369
Posted By
Scalemotorcars
Separate Articles from Threads in Search Results. Can it be done?
Is there a way to display Articles separately or at least at the top of search results?
Thanks ????
Forum:
vBulletin 4.x Add-ons
02-13-2019, 03:24 PM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,258
Posted By
Scalemotorcars
I just wanted to add that this mod is helping...
I just wanted to add that this mod is helping allot actually. I was being hit with spambots every few seconds all day every day trying to register. So far after a few days Im down to about 100 a...
Forum:
vBulletin 4.x Add-ons
02-12-2019, 09:01 PM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,258
Posted By
Scalemotorcars
So far no new attempts to register when New...
So far no new attempts to register when New Registration is turned off so I guess that's good news.
Is there a way to hide/spoof the url that's displayed for this? A URL rewrite so they can't...
Forum:
vBulletin 4.x Add-ons
02-12-2019, 06:13 PM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,258
Posted By
Scalemotorcars
It was about a 4 hour delay but that's a good...
It was about a 4 hour delay but that's a good ideal I'm going to try turning it off the rest of today and see what happens.
I'll post back.
Forum:
vBulletin 4.x Add-ons
02-12-2019, 01:42 PM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,258
Posted By
Scalemotorcars
Wow, thanks for the fast response. Im sure...
Wow, thanks for the fast response.
Im sure its changed. I used a password generator with numbers, letters, uppercase, and lowercase to get about a 14 character random URL then renamed the old one...
Forum:
vBulletin 4.x Add-ons
02-12-2019, 01:15 PM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
187,258
Posted By
Scalemotorcars
Well, nuts I thought this would get the Spam bots...
Well, nuts I thought this would get the Spam bots off my server for at least a little while. They found the new registration page in a matter of hours.
I used a very random URL and they still...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
07:56 PM
.
-- 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.02334 seconds
Memory Usage
2,081KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(27)
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.0084
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(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(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi