Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 1,102
Posted By VBCoder
Yep .......

Yep

.......
Forum: Modification Requests/Questions (Unpaid) 07-19-2005, 08:10 PM
Replies: 9
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 09:41 AM.


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