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 110
Search took
0.00
seconds.
Search:
Posts Made By:
CtrlAltDel
Forum:
vBulletin 4.x Add-ons
05-31-2011, 04:02 PM
Replies:
3,497
Anti-Spam Options -
[GlowHost] Spam-O-Matic - Spam Firewall stops forum spam
Views:
24,553,391
Posted By
CtrlAltDel
Has anyone written something to leverage this API...
Has anyone written something to leverage this API to check existing registrations?
Forum:
vBulletin.org Site Feedback
05-29-2011, 11:58 PM
Replies:
65
What to do if someone is trying to distributed brute force my account?
Views:
5,492
Posted By
CtrlAltDel
The person trying to log into your account had...
The person trying to log into your account had the following IP address: 58.61.154.169
Forum:
vBulletin 3.7 Add-ons
10-01-2008, 07:01 PM
Replies:
128
Add-On Releases -
Forbid Users from Posting Links or Images if They Have Fewer than 15 Posts
Views:
34,070
Posted By
CtrlAltDel
Thank you, one of my forums got slammed today and...
Thank you, one of my forums got slammed today and the clean up was a PITA.
Forum:
vBulletin 3.7 Add-ons
10-01-2008, 06:50 PM
Replies:
176
Add-On Releases -
World of Warcraft Wowhead Item tooltips for vBulletin
Views:
45,971
Posted By
CtrlAltDel
Great making that method public fixed my...
Great making that method public fixed my problems!
Thanks for checking on this sweede!
Forum:
vBulletin 3.7 Add-ons
09-30-2008, 02:39 PM
Replies:
176
Add-On Releases -
World of Warcraft Wowhead Item tooltips for vBulletin
Views:
45,971
Posted By
CtrlAltDel
Here is how the site 'breaks'. From Quick...
Here is how the site 'breaks'.
From Quick Reply or from the Reply page, i type the following.
http://www.wowhead.com/?item=31051
Submit the form
It just takes me to a white page.
If I use...
Forum:
vBulletin 3.7 Add-ons
09-30-2008, 05:51 AM
Replies:
176
Add-On Releases -
World of Warcraft Wowhead Item tooltips for vBulletin
Views:
45,971
Posted By
CtrlAltDel
So if I simply just paste a WH link, ie...
So if I simply just paste a WH link, ie http://www.wowhead.com/?item=37828
The site breaks, but if i use item tags and the name it works. I had your old version installed, then removed it and...
Forum:
Modification Requests/Questions (Unpaid)
09-19-2008, 05:57 PM
Replies:
1
Packaging Warhammer Item Mod
Views:
1,466
Posted By
CtrlAltDel
Packaging Warhammer Item Mod
This is similar to the [item] mod for WoW that is out there but this site posted theirs in a manner that requires file edits.
Now I know this can be packaged so that it doesnt, but I have no idea...
Forum:
vB3 Programming Discussions
09-12-2008, 07:35 PM
Replies:
1
(need help) change image based on form option
Views:
703
Posted By
CtrlAltDel
This should be easily accomplished with something...
This should be easily accomplished with something like jQuery.
Forum:
vB3 Programming Discussions
09-12-2008, 06:06 PM
Replies:
1
Really Basic Question
Views:
686
Posted By
CtrlAltDel
use an .htaccess file place in the same...
use an .htaccess file
place in the same folder, and have the file contain
DirectoryIndex index.htm index.php
Forum:
vB3 Programming Discussions
09-12-2008, 05:43 PM
Replies:
0
Question using vB_DataManager_Thread_FirstPost
Views:
821
Posted By
CtrlAltDel
Question using vB_DataManager_Thread_FirstPost
Ok so what I'm building has a part that will create new threads 'on-demand' so to speak so I need the ability to generate these threads.
I've got everything sorted out and I only had one question....
Forum:
vBulletin 3.5 Add-ons
09-12-2008, 05:24 PM
Replies:
433
Automatically Start a Welcome Thread in the Forum of Your Choice
Views:
109,922
Posted By
CtrlAltDel
thanks for this amy im going to utilize some...
thanks for this amy
im going to utilize some of the code of this plugin for something i was working that involved automatically creating threads on demand
marked installed for ya
Forum:
vBulletin 3.5 Add-ons
09-09-2008, 02:44 AM
Replies:
1,106
Prevent Doubleposting
Views:
331,229
Posted By
CtrlAltDel
why doesnt someone just repackage all the changes...
why doesnt someone just repackage all the changes for the current version?
Forum:
vB3 Programming Discussions
09-08-2008, 07:48 PM
Replies:
4
TIMENOW and access to it outside the Forum Software
Views:
2,892
Posted By
CtrlAltDel
Yeah I figured I had to do that so I started...
Yeah I figured I had to do that so I started playing with that.
It works all well and good, but the logout hash is not correct. I click it and then I get an error page on login.php and it then...
Forum:
vB3 Programming Discussions
09-08-2008, 07:11 PM
Replies:
4
TIMENOW and access to it outside the Forum Software
Views:
2,892
Posted By
CtrlAltDel
Maybe I need to update the forum that I'm working...
Maybe I need to update the forum that I'm working with. As this is the code from my functions.php...
$user['securitytoken_raw'] = sha1($user['userid'] . sha1($user['salt']) . sha1(COOKIE_SALT));...
Forum:
vB3 Programming Discussions
09-08-2008, 06:19 PM
Replies:
4
TIMENOW and access to it outside the Forum Software
Views:
2,892
Posted By
CtrlAltDel
TIMENOW and access to it outside the Forum Software
I want to display a logout button to logged in users on my new custom homepage that I am writing. I have been able to recreate the logout hash, but since it is based off of appending "time()-" to...
Forum:
vB3 Programming Discussions
09-08-2008, 03:56 PM
Replies:
4
Here is how to retrieve LOG OUT HASH for various purposes.
Views:
1,920
Posted By
CtrlAltDel
Is this still the same method used to generate...
Is this still the same method used to generate the logout hash? It seems that it is different now.
[edit]
ok, nm found the new 3.7.2'ish method
Forum:
vB3 General Discussions
09-01-2008, 07:18 PM
Replies:
1
AJAX Login from Page outside Forums
Views:
870
Posted By
CtrlAltDel
AJAX Login from Page outside Forums
I'm building a web application that shares the userdata with VBulletin.
What I'm trying to do is create an AJAX login form in this application, that sends the login request to VBulletin so that VB...
Forum:
Modification Requests/Questions (Unpaid)
08-31-2008, 10:18 PM
Replies:
2
Take out "no icon" and make the first icon checked by default
Views:
814
Posted By
CtrlAltDel
i know this is a bit of a necro, but is there an...
i know this is a bit of a necro, but is there an easy way to do this?
Forum:
vBulletin 3.7 Add-ons
07-17-2008, 06:00 PM
Replies:
39
Add-On Releases -
IWT - vBExperience - ibProArcade Highscorer Points [v1.0.0]
Views:
10,710
Posted By
CtrlAltDel
Is there an error with a missing Phrase or...
Is there an error with a missing Phrase or something? I go to the points config and I assume its the point value for this one (1.25) but there is no description or heading or anything.
Forum:
vBulletin 3.7 Add-ons
07-16-2008, 02:09 PM
Replies:
1,116
Major Additions -
Goldbrick Audio/Video Media System
Views:
240,043
Posted By
CtrlAltDel
Is there a way that I can have it not pull the...
Is there a way that I can have it not pull the video title/name when I post a link to say like YouTube?
Forum:
vBulletin 3.7 Add-ons
06-10-2008, 06:45 PM
Replies:
270
Calendar Enhancements -
Farcaster's Event Attendance v2
Views:
53,493
Posted By
CtrlAltDel
How do I enable my members to utilize BB Code in...
How do I enable my members to utilize BB Code in their RSVP comment.
Thanks
Forum:
vBulletin 3.7 Add-ons
06-03-2008, 10:12 PM
Replies:
237
Miscellaneous Hacks -
WoW Character BBCode
Views:
52,106
Posted By
CtrlAltDel
I followed the install instructions but I'm...
I followed the install instructions but I'm getting this error when I debug this myself.
its erroring on the sack(undefined) part
uncaught exception: Permission denied to call method...
Forum:
vBulletin 3.6 Add-ons
01-07-2007, 06:08 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,943
Posted By
CtrlAltDel
nice upgrade steve
nice upgrade steve
Forum:
vBulletin 3.5 Template Modifications
01-04-2007, 04:02 AM
Replies:
61
vBPopup
Views:
15,608
Posted By
CtrlAltDel
what is with the [ARG:3 UNDEFINED] error?
what is with the [ARG:3 UNDEFINED] error?
Forum:
vBulletin 3.5 Add-ons
01-02-2007, 01:45 AM
Replies:
419
QuoteIt! - Quote Database
Views:
80,727
Posted By
CtrlAltDel
Looks good Steve, thanks for keeping this one...
Looks good Steve, thanks for keeping this one alive!
Showing results 1 to 25 of 110
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
01:47 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.02682 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
(45)
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.0022
(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi