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:
Zahl
Forum:
vB3 General Discussions
02-26-2012, 09:32 PM
Replies:
2
Entering a word in brackets and hitting preview shows all attachments ever uploaded
Views:
656
Posted By
Zahl
I'm seeing dead people :o Anyways thanks for...
I'm seeing dead people :o
Anyways thanks for verifying, seems I have to poke through all my addons and modifications once the exam period is over. It apparently works for all users on my site so...
Forum:
vB3 General Discussions
02-26-2012, 04:07 AM
Replies:
2
Entering a word in brackets and hitting preview shows all attachments ever uploaded
Views:
656
Posted By
Zahl
Entering a word in brackets and hitting preview shows all attachments ever uploaded
I'm running 3.8.2 and one of my users found out that if you just enter for example [isthisabug?] as the message body and hit preview, you see all your attachments ever uploaded as if they were...
Forum:
vBulletin 4.x Add-ons
08-30-2011, 05:05 PM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,344,265
Posted By
Zahl
Anyone figured out yet what the change/fix is? I...
Anyone figured out yet what the change/fix is? I have modified my version of ibPA and would like to just apply the fix manually.... unless it includes a major remodeling of everything.
Forum:
vBulletin 3.8 Add-ons
07-10-2009, 08:03 AM
Replies:
1,264
Add-On Releases -
gXboxLive - Xbox Live Leaderboard
Views:
301,263
Posted By
Zahl
Another thing. The Plugin "Showthread query"...
Another thing.
The Plugin "Showthread query" reads$hook_query_fields = ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins = "LEFT...
Forum:
vBulletin 3.8 Add-ons
07-07-2009, 03:01 PM
Replies:
1,232
Statistics Modifications -
Cyb - Advanced Forum Statistics
Views:
474,376
Posted By
Zahl
When installing I get:
When installing I get:
Forum:
vBulletin 3.8 Add-ons
07-04-2009, 05:38 PM
Replies:
1,264
Add-On Releases -
gXboxLive - Xbox Live Leaderboard
Views:
301,263
Posted By
Zahl
Hi, you are using a call to mysql_num_rows()...
Hi,
you are using a call to mysql_num_rows() in your cronjob. When using mysqli this gives an error when the job runs. (Since it had to be mysqli_num_rows())
It should be...
Forum:
vBulletin 3.8 Add-ons
07-04-2009, 02:11 PM
Replies:
107
Miscellaneous Hacks -
[AJAX] Tabbed Personal Statistics (YUI)
Views:
29,789
Posted By
Zahl
Hi, if you add this plugin code at...
Hi, if you add this plugin code at usercp_nav_complete the users don't need to edit
the USERCP template anymore to hide the original "received reputations" list:
$show['reputation'] = false;
At...
Forum:
Forum and Server Management
07-04-2009, 01:46 PM
Replies:
50
Backing Up your VB Site ~ Nah Never!!
Views:
5,923
Posted By
Zahl
I'm also using rsync. At 5am a mysqldump...
I'm also using rsync.
At 5am a mysqldump gets created and bzip2 compressed, and at 5:30am rsync runs and
syncs the DB backup aswell as the whole htdocs dir to a seperate server that I have just...
Forum:
vB3 General Discussions
07-04-2009, 01:25 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
Sorry for this really late reply. Nothing...
Sorry for this really late reply.
Nothing suggested here worked back then, and because my exam period started, I stopped investigating on this issue.
For the record: Updated to 3.8.2 a few days...
Forum:
vB3 General Discussions
02-24-2009, 06:28 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
No success :( Well I'm gonna mess around...
No success :(
Well I'm gonna mess around with private.php tomorrow, adding some debug output etc..
Forum:
vB3 General Discussions
02-24-2009, 05:32 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
No, there are no private_* related plugins,...
No, there are no private_* related plugins, that's what confuses me too.
I'm gonna disable all addons except mine now, let's see if that helps.
Forum:
vB3 General Discussions
02-24-2009, 04:49 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
Yep, I already annoyed several people in my forum...
Yep, I already annoyed several people in my forum with test messages. ;)
I still have die("test"); as plugin code, but it just takes me to my inbox again after sending.
Also tried to hook...
Forum:
vB3 General Discussions
02-24-2009, 03:43 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
Well... private_insertpm_complete should...
Well... private_insertpm_complete should definetely be triggered when you send a pm, no?
At least as far as I understand by reading the source of private.php
Forum:
vB3 General Discussions
02-24-2009, 01:03 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
Could some other addon or plugin cause this,...
Could some other addon or plugin cause this, technically?
There are no plugins that directly hook any private message stuff, but still...
This is really annoying and I have no clue where to start...
Forum:
vB3 General Discussions
02-22-2009, 06:09 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
Just tried that, and it still executes as if...
Just tried that, and it still executes as if there was no plugin :(
Forum:
vB3 General Discussions
02-22-2009, 01:08 PM
Replies:
14
Hooks related to private messages not working?
Views:
1,244
Posted By
Zahl
Hooks related to private messages not working?
Hi there,
is it possible that there is some feature/function or something else that prevents plugins that hook some private message related stuff from being executed? I checked the general...
Forum:
vB3 General Discussions
06-27-2008, 01:21 PM
Replies:
4
Dynamically add meta keywords on custom pages
Views:
796
Posted By
Zahl
OK, I tries this, but no luck. It really seems...
OK, I tries this, but no luck. It really seems like the headerinclude template gets parsed before any of my code gets executed, so the conditional that checks for my stuff always finds nothing.......
Forum:
vB3 General Discussions
06-27-2008, 07:28 AM
Replies:
4
Dynamically add meta keywords on custom pages
Views:
796
Posted By
Zahl
Dynamically add meta keywords on custom pages
Hi there,
I have a custom page in my vB and I want to add meta keywords depending on what I'm
outputting. I tried doing stuff like $vb->options/$vboptions['keywords'] .= ', new keyword'; before I...
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
12:18 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.02969 seconds
Memory Usage
1,981KB
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
(34)
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.0011
(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(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(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi