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 32
Search took
0.00
seconds.
Search:
Posts Made By:
Kriminal
Forum:
vB4 Programming Discussions
06-07-2012, 09:02 AM
Replies:
2
XML / Google Maps...
Views:
630
Posted By
Kriminal
i have the same problem, do you found the...
i have the same problem, do you found the solution?
Forum:
vB3 General Discussions
12-20-2006, 12:41 PM
Replies:
0
Dependant select in profile
Views:
684
Posted By
Kriminal
Dependant select in profile
HI!
I wondering if you could help me to introduce the following change to my forums: I need to create one combobox which depends on other one. For example, I fill the first one with the list of...
Forum:
Modification Graveyard
09-25-2006, 06:52 PM
Replies:
292
Miscellaneous Hacks -
Rules and User Agreement Hack
Views:
66,973
Posted By
Kriminal
Because psico...
Because psico (https://vborg.vbsupport.ru/member.php?u=71) was in charge to support the forum; but now I assumed all technical task... and the first one is moving a hardly hacked 3.010 to 3.61....
Forum:
Modification Graveyard
09-22-2006, 10:46 AM
Replies:
292
Miscellaneous Hacks -
Rules and User Agreement Hack
Views:
66,973
Posted By
Kriminal
If you have installed this hack previously, yo...
If you have installed this hack previously, yo must alter table manually and change field repeat as repeated.
You may run this query:
alter table `ruleshack` change `repeat` `repeated` smallint...
Forum:
vBulletin 3.6 Add-ons
09-21-2006, 02:02 PM
Replies:
105
Administrative and Maintenance Tools -
[APM] Advanced Product Management 3.0.4
Views:
33,761
Posted By
Kriminal
It works in 3.6.1
It works in 3.6.1
Forum:
Modification Graveyard
09-18-2006, 11:22 AM
Replies:
292
Miscellaneous Hacks -
Rules and User Agreement Hack
Views:
66,973
Posted By
Kriminal
I think it wolud be the same problem: "repeat"...
I think it wolud be the same problem: "repeat" could not be a field name in MySQL 5
I finally made a modification to original plugin, changing repeat for repeated everywhere it appears.
PLEASE,...
Forum:
Modification Graveyard
09-16-2006, 04:57 PM
Replies:
292
Miscellaneous Hacks -
Rules and User Agreement Hack
Views:
66,973
Posted By
Kriminal
The word repeat is reserved for MySQL 5, and...
The word repeat is reserved for MySQL 5, and cannot be used as field name
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
I'm trying to bypass this error renaming the field name or...
Forum:
Modification Graveyard
09-11-2006, 08:04 PM
Replies:
27
Mini Mods -
Auto-PM to Staff when a User is Banned
Views:
5,841
Posted By
Kriminal
No problem, but this only will check an hour ago...
No problem, but this only will check an hour ago for banned members; so if the query is executed two times in an hour you will receive 2 PMs for the same banned member.
The script is executed by...
Forum:
Modification Graveyard
09-11-2006, 05:17 PM
Replies:
27
Mini Mods -
Auto-PM to Staff when a User is Banned
Views:
5,841
Posted By
Kriminal
I think you can change (in the XML) AND bandate...
I think you can change (in the XML)
AND bandate > " . (TIMENOW - 10) . "
by
AND bandate > " . (TIMENOW - 3600) . "
to check every 1 hour (60 second x 60 minutes = 3600)
Forum:
vBulletin 3.6 Template Modifications
09-08-2006, 06:04 PM
Replies:
79
Adding Lightbox to Attachment thumbs
Views:
23,515
Posted By
Kriminal
Unfortunately, this hacks causes a malfunction in...
Unfortunately, this hacks causes a malfunction in Quick Edit and Multiquote.
I'm sorry but I have to uninstall it.
Forum:
ibProArcade Archive
09-01-2006, 06:53 PM
Replies:
4
Problem with template only in arcade
Views:
842
Posted By
Kriminal
No luck :(
No luck :(
Forum:
ibProArcade Archive
09-01-2006, 02:41 AM
Replies:
4
Problem with template only in arcade
Views:
842
Posted By
Kriminal
Problem with template only in arcade
Hi again,
I'm working on a vbulletin layout with a right column. The right column is on footer template, that has an eval for some others templates inside of it (to show content in the right column)...
Forum:
ibProArcade Archive
08-30-2006, 05:48 PM
Replies:
9
Question about layout
Views:
1,143
Posted By
Kriminal
But in tha case, I need to call start to fill the...
But in tha case, I need to call start to fill the left column, the call row to fill the center, and call start again to fill the right... not good.
But in case I don't use a right column; and use...
Forum:
ibProArcade Archive
08-30-2006, 01:39 PM
Replies:
9
Question about layout
Views:
1,143
Posted By
Kriminal
I think I undertastand. The table I want to...
I think I undertastand.
The table I want to modify is displayed inside function start (in skinArcade).
Is arcade.php that function is called aroun line 1946 and the process of game list is above,...
Forum:
ibProArcade Archive
08-30-2006, 12:02 PM
Replies:
9
Question about layout
Views:
1,143
Posted By
Kriminal
Ok, but I can't yet undestand how to put a call...
Ok, but I can't yet undestand how to put a call inside the table.
You parse variables there, like {$cats}; but there's no vars like {$rows} or something like this.
I'm sure I'm not expressing so...
Forum:
ibProArcade Archive
08-29-2006, 08:41 PM
Replies:
9
Question about layout
Views:
1,143
Posted By
Kriminal
See attached Of course ! Yes,...
See attached
Of course !
Yes, I've been around this function but I can undestand how it's call in the template
This is the code of the central column (look at the screenshot)
Forum:
ibProArcade Archive
08-29-2006, 06:27 PM
Replies:
9
Question about layout
Views:
1,143
Posted By
Kriminal
Question about layout
Hi,
I want to modify the layout of ibPro, in order to show the games at side of gamers info.
For example:
Big table, three columns.
Column left: (width 25%) Lastest champs, king of arcade, leader...
Forum:
vBulletin 3.6 Add-ons
08-18-2006, 04:07 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
175,500
Posted By
Kriminal
That would be WONDERFUL!
That would be WONDERFUL!
Forum:
vB3 General Discussions
07-27-2006, 12:50 PM
Replies:
0
How to parse a template in footer?
Views:
659
Posted By
Kriminal
How to parse a template in footer?
I added a right colum to my forums, as it's described here: https://vborg.vbsupport.ru/showthread.php?t=94495
But it's no neccesary you read the thread, it explains how to add a column to the...
Forum:
vB3 General Discussions
07-19-2006, 02:29 PM
Replies:
4
How do I fetch info from datastore in a plugin?
Views:
1,178
Posted By
Kriminal
Yes, this works well too, and seems to be an...
Yes, this works well too, and seems to be an optimized way to write the code. Thanks so much, Paul!
But the global line is required, comenting it stats don't show.
Thanks again!
Forum:
vB3 General Discussions
07-18-2006, 07:04 PM
Replies:
4
How do I fetch info from datastore in a plugin?
Views:
1,178
Posted By
Kriminal
Let me see if I understand you (I'm not very good...
Let me see if I understand you (I'm not very good at english, I'm really sorry)
You say you had the problem in the past, and the solution is to include the special template; or you're having the...
Forum:
vB3 General Discussions
07-13-2006, 02:04 PM
Replies:
4
How do I fetch info from datastore in a plugin?
Views:
1,178
Posted By
Kriminal
How do I fetch info from datastore in a plugin?
I want to show stats from my board, like it's explained in this mod:
But, I want to save 3 of the 5 queries, refreshing stats every 5 minutes.
So, the only two stats whose stays "live" are the...
Forum:
Modification Graveyard
06-08-2006, 07:03 PM
Replies:
369
Reported post creates new thread.
Views:
69,807
Posted By
Kriminal
Great tool! Very useful! Do you know how to...
Great tool! Very useful!
Do you know how to prevent double (or more) reports of the same post?
Thanks you in advance.
Forum:
vBulletin 3.5 Add-ons
06-08-2006, 05:15 PM
Replies:
39
Pig's post report system
Views:
7,448
Posted By
Kriminal
Great extension! Two questions: 1. I have a...
Great extension!
Two questions:
1. I have a big staff (70+) and and 100.000+ users... do you know how to "flag" a post once it's been reported; in order to stop people reporting twice or more the...
Forum:
vBulletin 3 Articles
05-23-2006, 09:44 PM
Replies:
26
Create "Latest Threads" Custom Page
Views:
25,484
Posted By
Kriminal
Thanks! Could you help me to add a column with...
Thanks!
Could you help me to add a column with the forum name where the threads belongs?
Showing results 1 to 25 of 32
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
08:06 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.01554 seconds
Memory Usage
2,038KB
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
(36)
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.0008
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
FULLTEXT Search
php_sapi_name(): fpm-fcgi