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 41
Search took
0.00
seconds.
Search:
Posts Made By:
howarde
Forum:
vBulletin.org Site Feedback
04-11-2014, 12:14 PM
Replies:
16
hacking into vb forum
Views:
1,693
Posted By
howarde
I got about a dozen last night... Maybe they...
I got about a dozen last night... Maybe they should install some kind of plugin to prevent known IP addresses from SFS list?
Forum:
Modification Requests/Questions (Unpaid)
01-20-2014, 01:12 PM
Replies:
3
IF URL Contains 'X' Code?
Views:
704
Posted By
howarde
Could you guys make it any more difficult? How...
Could you guys make it any more difficult? How about a link to the right forum, since you can't move the thread?
As I said in the other thread you wouldn't move, this isn't the VBULLETIN GALLERY....
Forum:
Modification Requests/Questions (Unpaid)
01-20-2014, 01:05 PM
Replies:
3
IF URL Contains 'X' Code?
Views:
704
Posted By
howarde
IF URL Contains 'X' Code?
Is there a way to retrieve the URL in VB code similar to a php function that would be like:
<?php if ($_SERVER['REQUEST_URI']=='/gallery/' ) {#Do What I Need Done;} ?>
Basically, I need to...
Forum:
vB4 Programming Discussions
01-20-2014, 12:32 PM
Replies:
6
Retrieving server request URI in VB
Views:
801
Posted By
howarde
Could you move this thread then? My Bad.
Could you move this thread then? My Bad.
Forum:
vB4 Programming Discussions
01-20-2014, 12:20 PM
Replies:
6
Retrieving server request URI in VB
Views:
801
Posted By
howarde
Yes, except that it's not a forumid, it's the...
Yes, except that it's not a forumid, it's the photopost photo gallery, so I need to parse the URL containing myforum.com/gallery/blah
know what I mean?
Forum:
vB4 Programming Discussions
01-20-2014, 12:09 PM
Replies:
6
Retrieving server request URI in VB
Views:
801
Posted By
howarde
Retrieving server request URI in VB
Is there a way to retrieve the URL in VB code similar to a php function that would be like:
<?php if ($_SERVER['REQUEST_URI']=='/gallery/' ) {#Do What I Need Done;} ?>
Basically, I need to...
Forum:
vBulletin 4.x Add-ons
06-07-2013, 10:14 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
222,810
Posted By
howarde
No issues I've noticed.
No issues I've noticed.
Forum:
vBulletin 4.x Add-ons
02-01-2013, 11:45 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
222,810
Posted By
howarde
Itrader just emailed everyone who ever left a...
Itrader just emailed everyone who ever left a trader rating on my forum (which certainly makes us look like spammers) even though the email options are turned off. Does anyone know how to disable...
Forum:
Forum and Server Management
12-17-2012, 11:42 AM
Replies:
11
Need help writing an SQL query to remove bounced emails
Views:
2,821
Posted By
howarde
Yes... you are correct on the query. Works the...
Yes... you are correct on the query. Works the same either way.
Thanks for the lesson.
Single table queries are easy for me, but the whole join thing makes it more complex, and I'm not...
Forum:
Forum and Server Management
12-17-2012, 01:33 AM
Replies:
11
Need help writing an SQL query to remove bounced emails
Views:
2,821
Posted By
howarde
UPDATE user LEFT JOIN bounce USING (email) ...
UPDATE user LEFT JOIN bounce USING (email)
SET user.email = ''
WHERE bounce.email <> '';
I just ran this on a test database and it does remove the bounce emails from the user table, and...
Forum:
Forum and Server Management
12-17-2012, 01:22 AM
Replies:
11
Need help writing an SQL query to remove bounced emails
Views:
2,821
Posted By
howarde
Hmm... sounds even more difficult. What if...
Hmm... sounds even more difficult.
What if I just remove their email addresses from the database, and limit the actions to users who have no activity in over 2 years (or something like that).
Forum:
Forum and Server Management
12-17-2012, 01:03 AM
Replies:
11
Need help writing an SQL query to remove bounced emails
Views:
2,821
Posted By
howarde
Actually, as I investigate further... this isn't...
Actually, as I investigate further... this isn't what I want to do anyway. Changing the Admin Emails to "no" doesn't do what I want...
Basically, I have a list of all of the bounces from our...
Forum:
Forum and Server Management
12-17-2012, 12:39 AM
Replies:
11
Need help writing an SQL query to remove bounced emails
Views:
2,821
Posted By
howarde
Cool... It works, except I want to update "user"...
Cool... It works, except I want to update "user" and LEFT JOIN bounce
Thanks!
Forum:
Forum and Server Management
12-16-2012, 10:26 PM
Replies:
11
Need help writing an SQL query to remove bounced emails
Views:
2,821
Posted By
howarde
Need help writing an SQL query to remove bounced emails
Hi,
I have a list of bounced emails, and I want to change the receive admin email option to "no" for these users, by running an update query on the user table.
I understand, I can change those...
Forum:
vBulletin 4.x Add-ons
06-07-2012, 09:20 AM
Replies:
244
Integration with vBulletin -
Official AddonChat Product
Views:
55,506
Posted By
howarde
They are working on it. But I'm afraid the...
They are working on it. But I'm afraid the wheels of progress move slowly. I did receive an update from them, but that's about it.
Forum:
Modification Graveyard
06-04-2012, 01:04 PM
Replies:
506
Major Additions -
VaultWiki: A Wiki for your forum
Views:
79,165
Posted By
howarde
Thanks. That did it.
Thanks. That did it.
Forum:
Modification Graveyard
06-03-2012, 10:11 AM
Replies:
506
Major Additions -
VaultWiki: A Wiki for your forum
Views:
79,165
Posted By
howarde
First one shows with the plugin - Editor - Hide...
First one shows with the plugin - Editor - Hide Wiki Buttons from Standard, Editor - Init Wiki Buttons, and Editor - WYSIWYG Support - disabled... It added a few BB codes to the list (underlined in...
Forum:
Modification Graveyard
06-02-2012, 10:34 AM
Replies:
506
Major Additions -
VaultWiki: A Wiki for your forum
Views:
79,165
Posted By
howarde
Well... I thought about buying this, but it...
Well... I thought about buying this, but it screws up my ckeditor buttons.
Forum:
vBulletin 4.x Add-ons
05-30-2012, 12:27 PM
Replies:
244
Integration with vBulletin -
Official AddonChat Product
Views:
55,506
Posted By
howarde
I would imagine that if more people press them,...
I would imagine that if more people press them, it might pay off??
My forum, the chatters are already upset about the inability to know how many people are "in the chat" - but they whine about...
Forum:
vBulletin 4.x Add-ons
05-30-2012, 09:14 AM
Replies:
244
Integration with vBulletin -
Official AddonChat Product
Views:
55,506
Posted By
howarde
I posted a thread on the addoninteractive forum,...
I posted a thread on the addoninteractive forum, but no response. I think I'm going to email support today to press this issue.
Forum:
vBulletin 4.x Add-ons
04-15-2012, 12:23 AM
Replies:
279
Moderators Functions -
Force Users to Read a Thread
Views:
113,359
Posted By
howarde
Anyone know how to remove "Force Read Thread"...
Anyone know how to remove "Force Read Thread" from the bottom of the Quick Reply box?
Edit: Nevermind. Found it.
Forum:
vBulletin 4.x Add-ons
03-17-2012, 02:43 PM
Replies:
316
Miscellaneous Hacks -
[DBTech] Forum Live Feed & User Wall v1 (vB4) [AJAX]
Views:
69,106
Posted By
howarde
If I have the dbtech userstatus, and this live...
If I have the dbtech userstatus, and this live feed, should a status update on a user's wall go to their userstatus automatically? Is this a pro feature or lite?
I am probably going pro anyway...
Forum:
vBulletin 4.x Add-ons
03-17-2012, 01:04 PM
Replies:
316
Miscellaneous Hacks -
[DBTech] Forum Live Feed & User Wall v1 (vB4) [AJAX]
Views:
69,106
Posted By
howarde
Whoops... I forgot to move the admincp to my...
Whoops... I forgot to move the admincp to my renamed admincp folder.
Forum:
vBulletin 4.x Add-ons
03-17-2012, 11:30 AM
Replies:
316
Miscellaneous Hacks -
[DBTech] Forum Live Feed & User Wall v1 (vB4) [AJAX]
Views:
69,106
Posted By
howarde
I installed the lite version to help decide if I...
I installed the lite version to help decide if I want to go pro. But I'm getting an invalid action when I go to the configure the settings in the adminCP.
I am a super administrator in the...
Forum:
vBulletin 4.x Add-ons
03-15-2012, 01:31 PM
Replies:
220
Anti-Spam Options -
Solve Media CAPTCHA - Protect & Monetize your Forum
Views:
73,713
Posted By
howarde
I installed this, and now my registrations have...
I installed this, and now my registrations have doubled since installing... I went from using a challenge question (a stupidly easy one) to this, and now I'm getting all sorts of bogus bot...
Showing results 1 to 25 of 41
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
09:28 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.02486 seconds
Memory Usage
2,034KB
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
(53)
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.0010
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi