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 5
1
2
3
>
Last
»
Showing results 1 to 25 of 108
Search took
0.01
seconds.
Search:
Posts Made By:
mescalin
Forum:
vBulletin 4.x Add-ons
09-16-2015, 09:39 PM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,000
Posted By
mescalin
Hello, I installed thisplugin years ago and...
Hello,
I installed thisplugin years ago and my imported folder size is very large and increasing. Is there a way to delete unlinked images from folder? Because many of the threats get deleted but...
Forum:
vBulletin 4.x Add-ons
06-06-2012, 03:01 PM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
mescalin
i use that mod for only bounced mail handling but...
i use that mod for only bounced mail handling but have a problem with it. it changes user group of banned members too. So their bans are lifted because of bounced mails.
Forum:
vBulletin 4.x Add-ons
05-10-2012, 09:42 PM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,000
Posted By
mescalin
its me again.. :) in my forums some pics are...
its me again.. :)
in my forums some pics are replaced with wrong images that are allready in imported folder. Product does not import these images but replaces them with nonrelated existing pics....
Forum:
vB4 Programming Discussions
05-09-2012, 01:30 PM
Replies:
0
Changing Thread Visible
Views:
482
Posted By
mescalin
Changing Thread Visible
Hello,
As a plugin in newpost_complete hook i use that code to make a thread as moderation required.
$dataman->set('visible', 0);
$post['visible'] = 0;
I also tried $thread['visible']...
Forum:
vB4 Programming Discussions
05-04-2012, 01:04 PM
Replies:
6
Parentlist array
Views:
691
Posted By
mescalin
Thank you! That worked perfectly. It's geat...
Thank you! That worked perfectly.
It's geat to have experts as you around here..
Forum:
vB4 Programming Discussions
05-04-2012, 12:42 PM
Replies:
6
Parentlist array
Views:
691
Posted By
mescalin
I tried smth like that but didn't work. Probably...
I tried smth like that but didn't work. Probably i couldnt construct the conditional with a specific categoryid.
if ( $vbulletin->forumcache[$categoryid] == 48 AND in_array($foruminfo['forumid'],...
Forum:
vB4 Programming Discussions
05-04-2012, 12:05 PM
Replies:
6
Parentlist array
Views:
691
Posted By
mescalin
Currently i use this conditional in newpost...
Currently i use this conditional in newpost complete.
if (in_array($foruminfo['forumid'], array(1,2,3..........etc)))
However, if i use forum id i need to write all forumids under a category...
Forum:
vB4 Programming Discussions
05-04-2012, 07:48 AM
Replies:
6
Parentlist array
Views:
691
Posted By
mescalin
Parentlist array
Hello,
I'm trying to construct a very basic plugin but i couldnt manage to use an array for parentlist field in new posts.
Can you give me an example to do that? I want to write a...
Forum:
vBulletin 4.x Add-ons
04-26-2012, 10:58 PM
Replies:
81
New Posting Features -
Quick Reply for Guests for VB4 by BOP5
Views:
21,196
Posted By
mescalin
I just reinstalled the plugin to show you but...
I just reinstalled the plugin to show you but it's working now. Thank you!
Forum:
vBulletin 4.x Add-ons
04-26-2012, 02:48 PM
Replies:
81
New Posting Features -
Quick Reply for Guests for VB4 by BOP5
Views:
21,196
Posted By
mescalin
Nice idea but i couldn't made it work with 4.1.12...
Nice idea but i couldn't made it work with 4.1.12
When i post via quick reply box it tells me that username is in use. I tried many times with different usernames which are not registeren in our...
Forum:
vBulletin 4.x Add-ons
04-25-2012, 06:31 PM
Replies:
461
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
101,162
Posted By
mescalin
Are you planning to update lite or pro version...
Are you planning to update lite or pro version with css sprites, combining css and js?
i thought about pro version but it seemed to be not updated for a very long time are you planning to add...
Forum:
vBulletin 4.x Add-ons
04-24-2012, 05:59 PM
Replies:
402
Forum Display Enhancements -
Digital Point Thread Avatars
Views:
75,531
Posted By
mescalin
Very nice mod. If you are the thread owner...
Very nice mod.
If you are the thread owner there shouldn't be a small avatar overlay. If you are the thread owner its obvious you posted in the thread and looks ugly when the avatar and the...
Forum:
vBulletin 4.x Add-ons
04-21-2012, 11:00 AM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,000
Posted By
mescalin
i thought about renaming and converting options...
i thought about renaming and converting options but if i convert all images animated gifs will not work i guess?
if i enable rename files option only, can it fix that problem?
Forum:
vBulletin 4.x Add-ons
04-20-2012, 11:43 PM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,000
Posted By
mescalin
My users are adding some links like...
My users are adding some links like 11234.jpg?uuygyug
This question mark after the variable prevents mod from importing. it seems as imported but no such file found. So images goes missing. Any...
Forum:
vBulletin 4.x Add-ons
04-12-2012, 06:39 PM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
mescalin
Problem was CFS firewall was blocking port 993 in...
Problem was CFS firewall was blocking port 993 in my server. And when i open that port it collects them. Sorry about that, i couldnt think of firewall im using.
Now i collected bounced mails then...
Forum:
vBulletin 4.x Add-ons
04-12-2012, 05:58 PM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
mescalin
I saw 1 and edited my post immediately after...
I saw 1 and edited my post immediately after posting. 993 does not work.
I tried to enter "imap.gmail.com:993/ssl" and many combinations left port number blank if it helps. Thats why you saw 1 as...
Forum:
vBulletin 4.x Add-ons
04-12-2012, 05:27 PM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
mescalin
Thank you for the emphasis. We use seperate...
Thank you for the emphasis. We use seperate bounced mail account for gmail.
Here is the error:
Warning: imap_open() [function.imap-open]: Couldn't open stream...
Forum:
vBulletin 4.x Add-ons
04-12-2012, 02:56 PM
Replies:
346
Administrative and Maintenance Tools -
[DBTech] vBMail v2 (vB4)
Views:
72,897
Posted By
mescalin
We use gmail and this mod can't connect to gmail...
We use gmail and this mod can't connect to gmail imap. Is there a way to connect gmail imap servers and fetch bounced mails?
Forum:
vBulletin 4.x Add-ons
04-06-2012, 01:34 AM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,000
Posted By
mescalin
I there a planned update for a cronjob for...
I there a planned update for a cronjob for deleting unused files?
Forum:
vBulletin 4.x Add-ons
03-15-2012, 01:19 PM
Replies:
847
Administrative and Maintenance Tools -
Import External Images
Views:
147,000
Posted By
mescalin
Perfect plugin and a great idea! This plugin can...
Perfect plugin and a great idea! This plugin can also have a cron to delee unused images anymore. In example it can run cron to check if there is a link to that pic in db and if not it deletes them. ...
Forum:
vBulletin 4.x Template Modifications
03-08-2012, 07:00 PM
Replies:
34
Mini Mods -
earnmoneyworld.com google adsense Revenue Share | 100% revenue share with members
Views:
13,428
Posted By
mescalin
If those users keep clicking these ads to make...
If those users keep clicking these ads to make more money, your domain can be banned from adsense.
Forum:
vBulletin 4.x Template Modifications
03-07-2012, 03:20 PM
Replies:
23
Show Thread Enhancements -
Adsense Optimization - (Left) 1st post adv. instead the default (Right)
Views:
8,625
Posted By
mescalin
This is against Adsense TOS and a reason to ban....
This is against Adsense TOS and a reason to ban. They suspended my account for that last year.
They said ads should not be positioned in locations that user thinks that ad is the actual content....
Forum:
vB4 Programming Discussions
08-22-2011, 12:02 AM
Replies:
2
How to cache a query in a plugin
Views:
1,091
Posted By
mescalin
thanks a lot. i was looking for smth like that.
thanks a lot. i was looking for smth like that.
Forum:
vB4 Programming Discussions
08-21-2011, 05:58 PM
Replies:
2
How to cache a query in a plugin
Views:
1,091
Posted By
mescalin
How to cache a query in a plugin
Hello,
I have a custom plugin and it runs a "$vbulletin->db->query_read" query. However i would like to cache this result for 30seconds. if cache expired when we hit the page it will run the...
Forum:
vBulletin 4.x Add-ons
04-21-2011, 10:35 PM
Replies:
141
Add-On Releases -
AME'fy - Videos on your profile pages
Views:
31,918
Posted By
mescalin
broken on 4.13 :S
broken on 4.13 :S
Showing results 1 to 25 of 108
Page 1 of 5
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
10:08 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.02338 seconds
Memory Usage
2,043KB
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
(54)
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.0077
(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(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(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(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(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi