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 40
Search took
0.01
seconds.
Search:
Posts Made By:
Disasterpiece
Forum:
vBulletin 4.x Add-ons
01-28-2016, 05:17 PM
Replies:
216
Social Group and Album Enhancements -
Watermark Generator
Views:
50,754
Posted By
Disasterpiece
...and be re-generated when it is needed. Yes.
...and be re-generated when it is needed. Yes.
Forum:
vBulletin 4.x Add-ons
01-26-2016, 03:00 PM
Replies:
216
Social Group and Album Enhancements -
Watermark Generator
Views:
50,754
Posted By
Disasterpiece
The original images are untouched, if a user...
The original images are untouched, if a user requests an image, the plugin checks if a watermarked copy is already available in the cache. If so, the cached image is shown, if else, the plugin...
Forum:
vBulletin 4.x Add-ons
11-18-2013, 02:52 PM
Replies:
18
Administrative and Maintenance Tools -
Check If Your Forum Was Hacked
Views:
6,245
Posted By
Disasterpiece
I think this scripts output is generally...
I think this scripts output is generally misleading and causes panic where not necessary.
Either you should seriously refine your script and add A LOT more conditions to reduce false positives...
Forum:
vBulletin 4.x Add-ons
03-04-2013, 02:38 PM
Replies:
191
Add-On Releases -
Steam Mini Profiles (For Steam Connect)
Views:
122,697
Posted By
Disasterpiece
Did you set your api key in the Steam Connect...
Did you set your api key in the Steam Connect settings?
Forum:
vBulletin 4.x Add-ons
02-27-2013, 01:05 PM
Replies:
271
Mini Mods -
Auto Youtube Link-Converter
Views:
77,924
Posted By
Disasterpiece
The thing is, I don't use IE at all, therefore I...
The thing is, I don't use IE at all, therefore I don't optimize anything for it since it's just a bad product. I assume the IE10 render engine does some stuff on its own and inserts some kind of...
Forum:
vBulletin 4.x Add-ons
11-05-2012, 04:58 PM
Replies:
539
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
Views:
517,230
Posted By
Disasterpiece
Update time! Today I present the newest...
Update time!
Today I present the newest version (i skipped a version, dont be confused) 1.4.4 which will be RC3.
Introducing a few new features as requested and a bunch of fixes:
v1.4.4rc3
...
Forum:
vBulletin 4.x Add-ons
11-04-2012, 10:18 PM
Replies:
539
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
Views:
517,230
Posted By
Disasterpiece
There is a solution I posted a while ago...
There is a solution I posted a while ago *somewhere* in this thread, I suggest you take a look through the thread, otherwise I'll come back to you later.
Do you use a windows machine? I think...
Forum:
vBulletin 4.x Add-ons
09-29-2012, 02:01 PM
Replies:
216
Social Group and Album Enhancements -
Watermark Generator
Views:
50,754
Posted By
Disasterpiece
I don't support compability between other mods at...
I don't support compability between other mods at this time.
No, the mod does only apply watermarks on images which are hosted on the same server.
Forum:
vBulletin 4.x Add-ons
03-21-2012, 11:55 AM
Replies:
182
Forum Home Enhancements -
Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer)
Views:
45,812
Posted By
Disasterpiece
you are supposed to upload the 3 folders as they...
you are supposed to upload the 3 folders as they are into your forum root including the cpnav_advancedvoicetoolviewer.xml.
cpnav files are, as the prefix suggests, navigation definitions for the...
Forum:
vB3 Design and Graphics Discussions
03-18-2012, 07:42 PM
Replies:
6
How Do You Comment Out In Templates?
Views:
2,085
Posted By
Disasterpiece
<!-- -->
<!--
-->
Forum:
Community Lounge
02-01-2012, 07:42 PM
Replies:
14
Guide = How to help secure your PC
Views:
1,353
Posted By
Disasterpiece
Nice guide. btw, new routers often use...
Nice guide.
btw, new routers often use 192.168.0.1 as default gateway these days, at least that's what the last 3 i set up used as their router ip :)
Forum:
vB4 General Discussions
01-31-2012, 10:10 PM
Replies:
19
Best Anti-DDdos Software
Views:
928
Posted By
Disasterpiece
if the execution line comes to where php is, it's...
if the execution line comes to where php is, it's already a DDos :)
Forum:
vB4 General Discussions
01-30-2012, 10:29 PM
Replies:
19
Best Anti-DDdos Software
Views:
928
Posted By
Disasterpiece
check out cloudflare.com...
check out cloudflare.com (https://www.cloudflare.com/)
Forum:
vB4 General Discussions
01-20-2012, 12:05 AM
Replies:
21
How to: Ban Everyone is ICQ UIN
Views:
3,149
Posted By
Disasterpiece
UPDATE user SET usergroupid = '8' WHERE icq !=...
UPDATE user SET usergroupid = '8'
WHERE icq != '' AND usergroupid != '6' AND posts < 1;
too easy, eh? :P
Forum:
vB3 General Discussions
01-16-2012, 07:10 PM
Replies:
8
Hosting Attachments
Views:
918
Posted By
Disasterpiece
If they want to, they can. But then they'd...
If they want to, they can.
But then they'd have to explain why they're sniffing in your private server files.
Forum:
vBulletin 4.x Add-ons
01-10-2012, 02:04 PM
Replies:
15
Miscellaneous Hacks -
LOGECT IP Address Detector
Views:
5,414
Posted By
Disasterpiece
Wow... a backlink for like... 2 lines of code? No...
Wow... a backlink for like... 2 lines of code? No way I'm installing this.
ob_start();
$logect_ip = $_SERVER['REMOTE_ADDR'];
$php_include = ob_get_contents();
ob_end_clean();...
Forum:
vB4 Programming Discussions
01-10-2012, 01:57 PM
Replies:
3
Performance: preg_replace or hardcoded?
Views:
579
Posted By
Disasterpiece
In any case it's better to use second way with...
In any case it's better to use second way with the template system, because templates get cached. So this text gets generated once every few minutes, depending on the cache lifetime and can be viewed...
Forum:
vB4 Programming Discussions
01-10-2012, 12:22 AM
Replies:
4
white screen !!!!
Views:
2,001
Posted By
Disasterpiece
You should refer to this article first:...
You should refer to this article first: https://www.vbulletin.com/docs/html/blank_pages
Forum:
vB4 Programming Discussions
12-24-2011, 02:16 PM
Replies:
2
get user's permissions using fetch_userinfo
Views:
1,557
Posted By
Disasterpiece
Maybe this?...
Maybe this? http://members.vbulletin.com/api/vBulletin/_includes---functions.php.html#functionfetch_permissions
Not sure which permissions you mean exactly.
//e: ninja'd
Forum:
vBulletin Pre-Sales Questions
12-11-2011, 02:21 PM
Replies:
3
Login from another Web
Views:
1,163
Posted By
Disasterpiece
yes it works, it's called a bridge. This is...
yes it works, it's called a bridge.
This is all you need to know, in theory: https://vborg.vbsupport.ru/showthread.php?t=228112
Forum:
vBulletin 4.x Add-ons
12-01-2011, 03:42 PM
Replies:
216
Social Group and Album Enhancements -
Watermark Generator
Views:
50,754
Posted By
Disasterpiece
Actually it doesn't really matter if you store...
Actually it doesn't really matter if you store the files in db or filesystem. For the mod it's much faster to use the filesystem, so it can perform a fast check if the file is already cached than...
Forum:
vBulletin 4.x Add-ons
11-10-2011, 08:25 PM
Replies:
216
Social Group and Album Enhancements -
Watermark Generator
Views:
50,754
Posted By
Disasterpiece
It is important that your cache directory works. ...
It is important that your cache directory works.
If you're running on a linux machine, then the most common value would be "/tmp" (without quites)
Try that and report back if this counts as a...
Forum:
vBulletin 4.x Add-ons
08-31-2011, 03:48 PM
Replies:
182
Forum Home Enhancements -
Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer)
Views:
45,812
Posted By
Disasterpiece
OK, this time I got you wrong. Looks correct from...
OK, this time I got you wrong. Looks correct from here.
Forum:
vB3 Programming Discussions
08-01-2011, 08:12 AM
Replies:
3
How to send string back to vbulletin?
Views:
537
Posted By
Disasterpiece
If you want to permanently change it, either use...
If you want to permanently change it, either use the adminCP settings for it or you have to build a sql query to modify the database entry.
The according Table is TABLE_PREFIX_settings
Forum:
vB4 General Discussions
07-18-2011, 12:34 AM
Replies:
4
Premium/Donator PHP page not on the actual forums layout.
Views:
686
Posted By
Disasterpiece
This should point you in the right direction:...
This should point you in the right direction: https://vborg.vbsupport.ru/showthread.php?t=228112
Showing results 1 to 25 of 40
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
02:40 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.02413 seconds
Memory Usage
2,035KB
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
(46)
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.0011
(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
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(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