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 3
1
2
3
>
Showing results 1 to 25 of 65
Search took
0.00
seconds.
Search:
Posts Made By:
VBCoder
Forum:
vB3 General Discussions
08-08-2005, 01:49 AM
Replies:
1
SELinux
Views:
867
Posted By
VBCoder
SELinux
Anyone who runs SELinux figure out the settings to allow vB to write to certain files, such as to create CSS files, or to use filecache?
Forum:
vB3 General Discussions
08-08-2005, 01:48 AM
Replies:
6
memcache
Views:
1,997
Posted By
VBCoder
I thought eAccelerator support was removed due to...
I thought eAccelerator support was removed due to stability issues? (Unless you mean for the PHP bytecode - I already use PHP Accelerator for that).
Re filecache: yeah, I still haven't figured...
Forum:
vB3 General Discussions
08-07-2005, 01:01 AM
Replies:
6
memcache
Views:
1,997
Posted By
VBCoder
My question was concerning memcache - which is an...
My question was concerning memcache - which is an external daemon - not filecache.
What is involved in installing the memcache daemon? I know there are two separate packages - the daemon itself,...
Forum:
vB3 General Discussions
08-05-2005, 08:28 PM
Replies:
6
memcache
Views:
1,997
Posted By
VBCoder
memcache
In order to use DataStore memcache, what do I need to install, and how does it need to be configured?
Also, what is a good initial guess for memcache size (esp. on a system that memory is limited)?
Forum:
vB3 General Discussions
08-05-2005, 05:47 PM
Replies:
8
Security: SQL Insertion
Views:
1,113
Posted By
VBCoder
Kirbs, you are the master!
Kirbs, you are the master!
Forum:
vB3 General Discussions
08-05-2005, 05:33 PM
Replies:
8
Security: SQL Insertion
Views:
1,113
Posted By
VBCoder
Yeah, addslashes is not sufficient, for a lot of...
Yeah, addslashes is not sufficient, for a lot of reasons.
I took a look at escape_string - it defaults to mysql_escape_string(), which is good, except:
But at least we're somewhere...
It's...
Forum:
vB3 General Discussions
08-05-2005, 04:40 PM
Replies:
8
Security: SQL Insertion
Views:
1,113
Posted By
VBCoder
Yeah, mysqli is great. Once you've used the...
Yeah, mysqli is great. Once you've used the power of DBI over roll-your-own-string-SQL, you can't go back.
Kirby, then, can I ask you: What is the best way, in vB / PHP, to ensure that all data...
Forum:
vB3 General Discussions
08-05-2005, 03:17 PM
Replies:
2
Multipart / MIME
Views:
744
Posted By
VBCoder
Thanks - I guess I'll just go with PHPMailer, in...
Thanks - I guess I'll just go with PHPMailer, in that case
Forum:
vB3 General Discussions
08-05-2005, 03:16 PM
Replies:
8
Security: SQL Insertion
Views:
1,113
Posted By
VBCoder
Security: SQL Insertion
Does the DB query_insert handle escaping of nasty characters (parenthesis, commas, quotes, etc.) - to avoid SQL insertion attacks, or just plain SQL corruption?
(I know the Perl DBI does all of...
Forum:
vB3 General Discussions
08-05-2005, 02:32 PM
Replies:
2
Multipart / MIME
Views:
744
Posted By
VBCoder
Multipart / MIME
Assuming I create an email in plaintext and HTML, is it possible to send it in Multipart MIME using vB's mailer? How?
Or do I need to use a different mailer to do this?
Forum:
vB3 General Discussions
08-04-2005, 04:37 PM
Replies:
4
Moderation blues
Views:
974
Posted By
VBCoder
FYI, the bug was due to tristate logic. I...
FYI, the bug was due to tristate logic.
I had if ($threadinfo['visible']) { // set to visible...
when I should have had if (!$threadinfo['visible] == 0) { // set to visible...
since...
Forum:
vB3 General Discussions
08-04-2005, 01:54 PM
Replies:
4
Moderation blues
Views:
974
Posted By
VBCoder
Thanks, Amy, you're the best. I had code to...
Thanks, Amy, you're the best.
I had code to set visible to 1, but there was a bug in the conditional - fixed it and all problems gone.
Now, if you could just solve global warming too...
Forum:
vB3 General Discussions
08-03-2005, 04:13 AM
Replies:
4
Moderation blues
Views:
974
Posted By
VBCoder
Moderation blues
I took the plunge, and rewrote my plugins to use the DM to create posts, instead of build_new_post(), but now:
All the posts are being marked as Moderated (closed)!!!! I'm really stumped why, I...
Forum:
vB3 General Discussions
07-22-2005, 05:52 AM
Replies:
6
Intro on caching & datastore
Views:
1,113
Posted By
VBCoder
I was referring to storing the actual rendering...
I was referring to storing the actual rendering of the particular bit, not the generic template.
Example: This thread so far has 4 post bits. They could be cached, with full html (provided we...
Forum:
vB3 General Discussions
07-21-2005, 10:46 PM
Replies:
6
Intro on caching & datastore
Views:
1,113
Posted By
VBCoder
Got it - so the template "cache" is not really a...
Got it - so the template "cache" is not really a cache, but an aggregator, on the queries.
I seem to get slowed performance the first time I load a page after modifying it's template - but I...
Forum:
vB3 General Discussions
07-21-2005, 04:08 PM
Replies:
6
Intro on caching & datastore
Views:
1,113
Posted By
VBCoder
Intro on caching & datastore
Anyone kind enough to write a quick intro on template caching and datastore? Basically:
If I create a new template, how do make sure it gets cached, and how do I call it from the cache?
How...
Forum:
Modification Requests/Questions (Unpaid)
07-19-2005, 10:07 PM
Replies:
9
Search box on search page
Views:
1,102
Posted By
VBCoder
What about when the user chose options, like...
What about when the user chose options, like search this forum only?
Forum:
Modification Requests/Questions (Unpaid)
07-19-2005, 08:12 PM
Replies:
9
Search box on search page
Views:
1,102
Posted By
VBCoder
Yep .......
Yep
.......
Forum:
Modification Requests/Questions (Unpaid)
07-19-2005, 08:10 PM
Replies:
9
Search box on search page
Views:
1,102
Posted By
VBCoder
Simple search results - but the same would be...
Simple search results - but the same would be useful for advanced search results
Forum:
vB3 General Discussions
07-19-2005, 04:28 AM
Replies:
0
Showing user's latest posts automatically
Views:
674
Posted By
VBCoder
Showing user's latest posts automatically
I'd like to show the user's latest post automatically on the user's profile, but, as this involves a search, I'm concerned about performance penalties.
What type of hit is taken by running search...
Forum:
Modification Requests/Questions (Unpaid)
07-19-2005, 04:23 AM
Replies:
9
Search box on search page
Views:
1,102
Posted By
VBCoder
Search box on search page
Request:
Show the user the search box, along with what he typed in, on the search results page.
(This is trickier than it sounds!)
Forum:
vB3 General Discussions
07-19-2005, 01:14 AM
Replies:
0
Best RSS Exporter
Views:
848
Posted By
VBCoder
Best RSS Exporter
Is there a way to include previews of the threads in the RSS feeds?
Forum:
vB3 General Discussions
07-18-2005, 11:51 PM
Replies:
1
My Recent Threads
Views:
744
Posted By
VBCoder
My Recent Threads
I think I saw a hack to search for a user's own recent threads - if it exists, could someone tell me the URL (can't find it). If not, shouldn't it be an easy search? What would it be?
Thanks
Forum:
vB3 General Discussions
07-18-2005, 07:26 PM
Replies:
0
Hot Threads
Views:
810
Posted By
VBCoder
Hot Threads
1) Is there a query that can show me all of the hot threads in a particular forum?
2) If I wanted to say a hot thread needed x posts in the last 24 hours, how would I do that?
3) Even better...
Forum:
vB3 General Discussions
07-13-2005, 04:19 AM
Replies:
0
Modifying breadcrumbs & templates
Views:
783
Posted By
VBCoder
Modifying breadcrumbs & templates
Could someone get me started on as to how to modify the breadcrumbs display? I'd like to do somethings with the last element (current page) - maybe not show it at all, or maybe show it differently
...
Showing results 1 to 25 of 65
Page 1 of 3
1
2
3
>
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:41 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.02906 seconds
Memory Usage
2,035KB
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
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.0011
(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi