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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: sturdevk
Forum: vB3 General Discussions 12-07-2009, 07:05 PM
Replies: 0
Views: 462
Posted By sturdevk
Time Zone issue, need help!

All,

I have vBulletin 3.6 version, one user made a post at 11:56 EST, and our server's time is also 11:56pm. here is the strange part for the registered users viewing this post who is in Central...
Forum: vB3 General Discussions 03-09-2009, 12:38 PM
Replies: 0
Views: 543
Posted By sturdevk
question regarding Security Patch announced

Hi, All,

we've got an email regarding security patch. see here: http://www.vbulletin.com/forum/showthread.php?t=301882.

we are running 3.6.11 with some customized code in it, which makes us to...
Forum: Forum and Server Management 02-27-2009, 01:44 PM
Replies: 29
Views: 9,699
Posted By sturdevk
check this out: ...

check this out:
http://www.vbulletin.com/forum/showthread.php?p=1311520#post1311520
Forum: Forum and Server Management 02-25-2009, 01:54 PM
Replies: 29
Views: 9,699
Posted By sturdevk
I believe it's regarding the configuration of...

I believe it's regarding the configuration of XCache, check the var_size variable for XCache, you may set up as 15 minutes, that's why you see the forum in 15 minutes.

--------------- Added...
Forum: vB3 General Discussions 01-26-2009, 04:46 PM
Replies: 2
Views: 684
Posted By sturdevk
Hi, Glennybee, thanks for the reply, I knew...

Hi, Glennybee,

thanks for the reply, I knew that link, but when I clicked it, the options showed don't include "instant email notification", intead, it has "daily email notification" and "weekly...
Forum: vB3 General Discussions 01-26-2009, 03:16 PM
Replies: 2
Views: 684
Posted By sturdevk
subscribe to a forum

Hi, All,

Is there a setting that allows me to get instant email notification when somebody posts on a forum?

I saw the option "instant email notification" when I subscribe a thread in a forum,...
Forum: vB3 Programming Discussions 12-05-2008, 07:39 PM
Replies: 9
Views: 1,835
Posted By sturdevk
Hey, Brad, Thank you very much for long,...

Hey, Brad,
Thank you very much for long, detailed explanation and advice, it did help me a lot. I did think vBulletin is the model of PHP programming, so I pretty much dug deep and tried to...
Forum: vB3 Programming Discussions 12-04-2008, 02:10 PM
Replies: 9
Views: 1,835
Posted By sturdevk
Thanks, Brad and Dismounted for clear...

Thanks, Brad and Dismounted for clear explaination.
I only have Java/J2EE programming background and just started php programming 2 month ago. I do have some doubts regarding how requests coming in....
Forum: vB3 Programming Discussions 12-03-2008, 12:33 PM
Replies: 9
Views: 1,835
Posted By sturdevk
Thanks, Dismounted, I have another related...

Thanks, Dismounted, I have another related question, when a user is trying to delete his post, I noticed that forumcache string and usergroupcache string both get saved to datastore table.
95 Query...
Forum: vB3 Programming Discussions 12-02-2008, 06:53 PM
Replies: 9
Views: 1,835
Posted By sturdevk
vBulletin code question

I have a technical question:

how the vBulletin app prevents the overwriting records in the datastore table?

for example, two admins are both adding new forums at the same time, as I know, it...
Forum: Forum and Server Management 11-06-2008, 04:19 PM
Replies: 4
Views: 1,233
Posted By sturdevk
I just learned that xCache 1.2.2 version has a...

I just learned that xCache 1.2.2 version has a setting which will set the expiry time. the setting is xcache.var_ttl, if I set to 10 minutes, the cached data will expire after 10 minutes and data in...
Forum: Forum and Server Management 10-21-2008, 05:28 PM
Replies: 4
Views: 1,233
Posted By sturdevk
xcache question(advanced)

Hi, All,

I'm a newie for PHP programming and get thrown into vBulletin customization project two weeks ago. I have a question about vBulletin integrated with xCache.

I know that if we use...
Forum: vB3 Programming Discussions 08-13-2008, 05:19 PM
Replies: 5
Views: 709
Posted By sturdevk
Good one Marcho. Thanks for the replies. Do you...

Good one Marcho. Thanks for the replies.
Do you think increasing RAM and resetting xcahce will help for the better performance?

Thanks,
S~
Forum: vB3 Programming Discussions 08-13-2008, 04:25 PM
Replies: 5
Views: 709
Posted By sturdevk
Delay in loading large forums

Hi,

We recently upgraded to 3.6.10, forum display is very slow with 4000 forums. I configured xcache for it, not a big improvement, it takes around 30-40 seconds to load the page.

It would be...
Forum: vB3 General Discussions 08-05-2008, 02:50 PM
Replies: 1
Views: 576
Posted By sturdevk
How to track vB steps

Hi,

Is there any way we can track vB steps, I mean step by step log statements...what are the quiries executed and which script has run like that.

Thanks in advance.
Forum: vB3 Programming Discussions 07-29-2008, 07:10 PM
Replies: 4
Views: 841
Posted By sturdevk
I am not completly understanding how data manager...

I am not completly understanding how data manager is working at the time of forum creation. When I tried to create forum through vB, I could not see any other table updated other than forum and I...
Forum: vB3 Programming Discussions 07-25-2008, 04:22 PM
Replies: 4
Views: 841
Posted By sturdevk
I am completely new to php, let me look into...

I am completely new to php, let me look into that.

Thanks for the reply.
Forum: vB3 Programming Discussions 07-24-2008, 07:13 PM
Replies: 4
Views: 841
Posted By sturdevk
creating forum

Hi,

I have to create a forum from my java application(by inserting a record into forum db). For creating a forum what are the table records I need to insert?.

Thanks in advance
Forum: vB3 Programming Discussions 07-24-2008, 02:47 PM
Replies: 0
Views: 932
Posted By sturdevk
auto login

Hi,

We have one java based application, if we want to see any of the forum from that application we'll forward to bB url with forumid ... something like ......
Forum: vB3 Programming Discussions 07-11-2008, 12:37 PM
Replies: 5
Views: 777
Posted By sturdevk
Thank you for the responses. I have gone through...

Thank you for the responses. I have gone through DBManager and Code standards part, helped me to understand how to update data through PHP. But, we are using a Java application to update DB, Does any...
Forum: vB3 Programming Discussions 07-10-2008, 07:27 PM
Replies: 5
Views: 777
Posted By sturdevk
custom forums on vB3

Hi,

We are creating forums from our application(by directly inserting records into forum, thread and post). With vB 1.1, for creating a forum we are inserting a record into forum, thread and post....
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 01:43 PM.


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.03976 seconds
  • Memory Usage 2,003KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (6)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete