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 9
1
2
3
>
Last
»
Showing results 1 to 25 of 202
Search took
0.01
seconds.
Search:
Posts Made By:
squidsk
Forum:
vBulletin 4.x Add-ons
04-09-2019, 02:07 PM
Replies:
1,896
Major Additions -
Yet Another Awards System
Views:
368,117
Posted By
squidsk
That's not a YaAS setting but one from default...
That's not a YaAS setting but one from default vbulletin. Under general settings turn off the Add Template Name in HTML Comments setting.
Choose the third display option, it shows you what each...
Forum:
vBulletin 4.x Add-ons
08-18-2017, 01:07 PM
Replies:
1,896
Major Additions -
Yet Another Awards System
Views:
368,117
Posted By
squidsk
Here nothing. You've got to go to the dbseo...
Here nothing. You've got to go to the dbseo site/page and get help there. There isn't anything to do with yaas. If you disabled it through the yaas setting page disable it instead through the...
Forum:
vB4 General Discussions
07-13-2016, 12:52 PM
Replies:
23
inline jpg pic attachment problem
Views:
808
Posted By
squidsk
What vb version are you running? VB 4.2.3+ is...
What vb version are you running? VB 4.2.3+ is required for php 5.6 compatibility. If you aren't running that you'll likely have problems.
Forum:
vB4 General Discussions
06-23-2016, 10:34 AM
Replies:
3
Access denied when executing a SQL query from a plugin
Views:
505
Posted By
squidsk
That's also not how you execute queries within...
That's also not how you execute queries within vbulletin. You need to go through the db object to make the query. Take a look at any vbulletin page and see how it's done.
Forum:
vB3 General Discussions
06-09-2016, 12:51 PM
Replies:
7
How to Change ForumID
Views:
738
Posted By
squidsk
Just add a redirect to your .htacess file instead...
Just add a redirect to your .htacess file instead of playing around with forumids.
Forum:
vB4 General Discussions
05-20-2016, 01:01 PM
Replies:
13
RSS Feed - XML Error: Undeclared entity warning at line 53
Views:
1,492
Posted By
squidsk
Yes, totally disabling the plugin system via...
Yes, totally disabling the plugin system via config.php would do the trick.
Forum:
vB4 Programming Discussions
05-17-2016, 08:33 PM
Replies:
10
White screen forum - HELP
Views:
851
Posted By
squidsk
TheLastSuperman meant rename/copy your index.php...
TheLastSuperman meant rename/copy your index.php to testme.php (or something similar) and point your browser to testme.php and see what happens.
Is there anything in the logs?
Forum:
vB4 General Discussions
05-12-2016, 01:43 PM
Replies:
6
Excluding forums in SQL query
Views:
419
Posted By
squidsk
When two tables have columns with the same name...
When two tables have columns with the same name and you want to refer to one of them you need to prefix it with the table name. In your case both thread and post have a dateline column so you'd need...
Forum:
vB3 General Discussions
05-10-2016, 05:12 PM
Replies:
16
Site down, need help and opinions...
Views:
1,485
Posted By
squidsk
If you don't give us the database error it's...
If you don't give us the database error it's impossible for us to help you fix the problem.
Forum:
vB4 Programming Discussions
05-09-2016, 05:41 PM
Replies:
2
fetch_template() calls should be replaced fix
Views:
343
Posted By
squidsk
Replace: eval('$form[\'hiddenfields\'] .= "' ....
Replace:
eval('$form[\'hiddenfields\'] .= "' . fetch_template('subscription_payment_rbspoint') . '";');
with:
$templater = vB_Template::create('subscription_payment_rbspoint');...
Forum:
vB3 Programming Discussions
05-05-2016, 02:49 PM
Replies:
5
injecting into admincp settings?
Views:
1,153
Posted By
squidsk
Here install this mod and then create a setting...
Here install this mod and then create a setting where the option code is:
css:my_custom_css_file.css
Replace the red part with the path to your custom css file. Other than the variable name, the...
Forum:
vB4 General Discussions
04-22-2016, 10:37 AM
Replies:
6
mysql error number: 1064
Views:
805
Posted By
squidsk
Wait why are using impex to upgrade an old...
Wait why are using impex to upgrade an old version of vb to a new one instead of just running the built in upgrade scripts.
Forum:
vB3 Programming Discussions
04-19-2016, 03:52 PM
Replies:
4
Can you do if conditions based on the =action and not just THIS_SCRIPT?
Views:
1,006
Posted By
squidsk
If you're trying to do something in a template...
If you're trying to do something in a template then just put the condition part of the if statement in the quotes of the condition attribute of the if tag otherwise.
<if...
Forum:
vB3 Programming Discussions
04-19-2016, 03:48 PM
Replies:
1
[RESOURCE] Useful & unique template conditionals
Views:
1,594
Posted By
squidsk
To post a new article you'll need to post in the...
To post a new article you'll need to post in the top forum in the articles section Submit New Article (https://vborg.vbsupport.ru/forumdisplay.php?f=210) and then once you're done wait for approval...
Forum:
vB4 General Discussions
04-14-2016, 05:41 PM
Replies:
6
Server 500 Error on Profile Edit
Views:
909
Posted By
squidsk
What the error in the error log?
What the error in the error log?
Forum:
vB4 General Discussions
04-13-2016, 01:14 PM
Replies:
3
How to vb.org style tab forums for vb 4.2.3
Views:
421
Posted By
squidsk
It's a custom mod that hasn't been released to...
It's a custom mod that hasn't been released to the public.
Forum:
vBulletin 3.8 Add-ons
04-12-2016, 01:31 PM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,436,366
Posted By
squidsk
There are 4 usergroup permission settings that...
There are 4 usergroup permission settings that might apply and have been set incorrectly. They are in the DownloadsII Permissions section and are the right near the bottom:
Can Edit Own Files ...
Forum:
vB4 General Discussions
04-06-2016, 07:51 PM
Replies:
8
Server migration
Views:
866
Posted By
squidsk
The php version does matter when you upgrade...
The php version does matter when you upgrade since the upgrade script checks the php version and if you don't meet the check it won't do the upgrade.
Before upgrading to 4.2.3 make sure you take a...
Forum:
vB4 General Discussions
04-01-2016, 02:27 PM
Replies:
2
4.2.4 Beta 1 Error after upgrading
Views:
714
Posted By
squidsk
You have a product installed that is looking for...
You have a product installed that is looking for a file that is not there. My guess is you didn't just copy the new version of vbulletin over the old but replaced the folder entirely, which deleted...
Forum:
vBulletin 4.x Add-ons
03-31-2016, 01:47 PM
Replies:
430
Miscellaneous Hacks -
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5
Views:
103,016
Posted By
squidsk
Very minor bug in the Sidebar Anywhere CSS hook...
Very minor bug in the Sidebar Anywhere CSS hook at parse_templates.
The line:
$template_hook[custom_css_list] .= 'sidebar.css,widgets.css,forumhome.css';
should have a comma appened to the...
Forum:
vBulletin 4.x Add-ons
03-30-2016, 03:52 PM
Replies:
1,896
Major Additions -
Yet Another Awards System
Views:
368,117
Posted By
squidsk
This would be a major rewrite of the code and...
This would be a major rewrite of the code and isn't likely to happen for awhile, though I would like to make that change at some point.
It should be working. What version of the automation mod...
Forum:
vB4 General Discussions
03-30-2016, 01:02 PM
Replies:
1
AdminCP
Views:
273
Posted By
squidsk
Are you using a CDN like cloudflare? If so add a...
Are you using a CDN like cloudflare? If so add a rule to exclude your admincp/modcp directories from it.
Forum:
vBulletin.org Site Feedback
03-23-2016, 03:42 PM
Replies:
8
Request - Framework for Secure Legacy Plugins
Views:
1,951
Posted By
squidsk
Given vb5 uses a different plugin model rather...
Given vb5 uses a different plugin model rather than the eval one used by vb3 and vb4 the probability of this ever seeing the light of day is essentially zero. Further due to scoping differences...
Forum:
vB3 Programming Discussions
03-17-2016, 06:26 PM
Replies:
6
yet another replace issue php, img to div
Views:
951
Posted By
squidsk
Your playing around with regular expressions so...
Your playing around with regular expressions so you need to escape every non-standard character otherwise they all have particular meanings for the regular expression engine other than their plain...
Forum:
vB4 General Discussions
03-16-2016, 03:58 PM
Replies:
9
Problem WYSIWYG
Views:
792
Posted By
squidsk
You should upgrade anyways for php compatibility...
You should upgrade anyways for php compatibility issues as well as security fixes and various other bug fixes. Since it's a minor version upgrade changes to templates should be minimal.
Showing results 1 to 25 of 202
Page 1 of 9
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
04:23 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02111 seconds
Memory Usage
2,054KB
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
(24)
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.0034
(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(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(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(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(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi