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 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
DGTLMIK
Forum:
vBulletin 3.5 Add-ons
03-24-2006, 02:12 PM
Replies:
111
v3arcade Leader Board v1.6.0
Views:
24,744
Posted By
DGTLMIK
I second the request. :cheeky:
I second the request. :cheeky:
Forum:
vBulletin 3.0 Full Releases
08-03-2005, 09:29 PM
Replies:
626
Paypal Donations for vBulletin 3.0.7
Views:
95,354
Posted By
DGTLMIK
Yeah, finally a real PayPal Donations Hack! :up:...
Yeah, finally a real PayPal Donations Hack! :up:
Now, what would it take to subtract the PayPal Fees from the Total Collected?
Forum:
vBulletin 3.0 Full Releases
06-23-2005, 02:48 PM
Replies:
12
Do not count invisible admin in online count totals
Views:
5,418
Posted By
DGTLMIK
Nevermind, I figured it out: In...
Nevermind, I figured it out:
In 'onlineuser.php', find:
$totalonline = $numberregistered + $numberguest;
Replace with:
$totalonline = $numberregistered + $numberguest -...
Forum:
vBulletin 3.0 Full Releases
06-21-2005, 04:27 PM
Replies:
12
Do not count invisible admin in online count totals
Views:
5,418
Posted By
DGTLMIK
Clicks -> INSTALL! :) I have asked this over...
Clicks -> INSTALL! :)
I have asked this over at vBadvanced with no luck:
How can I get the vBa CMPS Module, Active Users, to do the same?
Forum:
vB3 General Discussions
06-21-2005, 02:49 PM
Replies:
18
Profile Picture in Postbit
Views:
3,749
Posted By
DGTLMIK
Thanks for the hint: NOT...
Thanks for the hint:
NOT ISNULL(customprofilepic.userid) AS haspic, customprofilepic.dateline AS profilepicdateline,
:)
Forum:
vB3 General Discussions
06-21-2005, 02:19 PM
Replies:
18
Profile Picture in Postbit
Views:
3,749
Posted By
DGTLMIK
Sorry, I'm still a Noobie :o , where in here do...
Sorry, I'm still a Noobie :o , where in here do I put that?
$posts = $DB_site->query("
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip,
user.*, userfield.*,...
Forum:
vB3 General Discussions
06-21-2005, 02:11 PM
Replies:
18
Profile Picture in Postbit
Views:
3,749
Posted By
DGTLMIK
I added the 2 lines from that Thread to both...
I added the 2 lines from that Thread to both '$posts' and '$cacheposts' in 'showthread.php' and the Profile Pic is displayed in all Display Modes and goes away when I delete the Profile Picture from...
Forum:
vB3 General Discussions
06-20-2005, 08:00 PM
Replies:
18
Profile Picture in Postbit
Views:
3,749
Posted By
DGTLMIK
I changed it as you indicated and cleaned it up...
I changed it as you indicated and cleaned it up some more ending up with:
<img src="image.php?u=$post[userid]&type=profile&dateline=$userinfo[profilepicdateline]" alt="" border="0" />
Could...
Forum:
vB3 General Discussions
06-20-2005, 04:11 PM
Replies:
18
Profile Picture in Postbit
Views:
3,749
Posted By
DGTLMIK
Bump...
Bump...
Forum:
vB3 General Discussions
06-18-2005, 09:25 PM
Replies:
18
Profile Picture in Postbit
Views:
3,749
Posted By
DGTLMIK
Profile Picture in Postbit
In an attempt to get the Profile Picture to be displayed in a User's Post, I copied:
<if condition="$show['profilepic']">
<td valign="top" align="$stylevar[right]" rowspan="2">
<img...
Forum:
Modification Requests/Questions (Unpaid)
06-17-2005, 06:43 PM
Replies:
5
How Can "Contributors" Get A Little Image Under Their Name?
Views:
1,217
Posted By
DGTLMIK
Yes, but rather than have to create a Usergroup...
Yes, but rather than have to create a Usergroup for each Paid Subscription, it would be easier to just say if member has a current Paid Subscription to ID '1', then display 'image1', if member has a...
Forum:
Modification Requests/Questions (Unpaid)
06-17-2005, 04:31 PM
Replies:
5
How Can "Contributors" Get A Little Image Under Their Name?
Views:
1,217
Posted By
DGTLMIK
What is the variable for a specific Paid...
What is the variable for a specific Paid Subscription ID? I tried this:
<if condition="is_member_of($subscription, ID)">
<!-- Your IMG Code here -->
</if>
with no luck.
Forum:
vB3 Programming Discussions
06-03-2005, 02:33 PM
Replies:
5
ShoutBox - vBa CMPS Module
Views:
1,502
Posted By
DGTLMIK
jugo, you rock! That did the trick, thank you...
jugo, you rock! That did the trick, thank you very much! :up:
Forum:
vB3 Programming Discussions
06-03-2005, 01:36 PM
Replies:
5
ShoutBox - vBa CMPS Module
Views:
1,502
Posted By
DGTLMIK
Making progress... Here is my PHP code: ...
Making progress...
Here is my PHP code:
<?php
$latestshouts = $DB_site->query("
SELECT s.*, u.username AS absusername
FROM " . TABLE_PREFIX . "shoutbox_posts s
LEFT JOIN " ....
Forum:
vB3 Programming Discussions
05-26-2005, 04:29 PM
Replies:
5
ShoutBox - vBa CMPS Module
Views:
1,502
Posted By
DGTLMIK
ShoutBox - vBa CMPS Module
I have the Shoutbox Hack found HERE (https://vborg.vbsupport.ru/showthread.php?t=68861) installed and running and I would like to make a vBadvanced CMPS Module similar to the "Latest Forum Topics"...
Forum:
vB3 General Discussions
04-21-2005, 03:07 PM
Replies:
4
Help Needed: Flash Header & Frames
Views:
1,053
Posted By
DGTLMIK
Can you be more specific, please?
Can you be more specific, please?
Forum:
vB3 General Discussions
04-21-2005, 02:57 PM
Replies:
4
Help Needed: Flash Header & Frames
Views:
1,053
Posted By
DGTLMIK
Help Needed: Flash Header & Frames
vBulletin: v3.0.7
vBa CMPS: v1.0.1 (with Left SideBar on all pages hack)
I have a Flash Header with Nav Buttons; however, when I click on a link in the Header or anywhere else (Forums, Calendar,...
Forum:
vB3 Programming Discussions
03-16-2005, 01:43 PM
Replies:
0
Non-SQL Query TeamSpeak Module
Views:
1,010
Posted By
DGTLMIK
Non-SQL Query TeamSpeak Module
Using the attached scripts (TSInfo.php and block-TeamSpeak.php), I have a TeamSpeak Block for PHP-Nuke that lists the Channels and any players within them (see picture below). You can click on the...
Forum:
vB3 General Discussions
03-08-2005, 01:51 PM
Replies:
2
WYSIWYG Editor not working
Views:
1,121
Posted By
DGTLMIK
This is the error Firefox gives me:
This is the error Firefox gives me:
Forum:
vB3 General Discussions
03-02-2005, 04:41 PM
Replies:
2
WYSIWYG Editor not working
Views:
1,121
Posted By
DGTLMIK
WYSIWYG Editor not working
vBulletin
- v3.0.6 w/ 'misc.php' patch
Hacks
- vBadvanced CMPS v1.0.1 w/ Left SideBar Hack
- vBadvanced Gallery v1.0 RC3
- v3 Arcade
Problem
Enhanced WYSIWYG Editor & Standard Editor...
Showing results 1 to 20 of 20
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
09:20 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.02461 seconds
Memory Usage
1,997KB
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
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(22)
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.0005
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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