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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: dynamot
Forum: vB3 Programming Discussions 10-04-2007, 11:59 AM
Replies: 7
Views: 1,097
Posted By dynamot
Thats works for me. Tx Analogpoint ...

Thats works for me. Tx Analogpoint ...
Forum: vB3 Programming Discussions 10-03-2007, 04:59 PM
Replies: 7
Views: 1,097
Posted By dynamot
Thats awesome. Tx so much. One last...

Thats awesome. Tx so much.

One last question.

joindate. I see it stored as something like this "1186389780"

What is this date format and how I can I see its as say "mm/dd/yyyy"

I tried...
Forum: vB3 Programming Discussions 10-03-2007, 03:08 PM
Replies: 7
Views: 1,097
Posted By dynamot
Hi analogpoint, Tx for helping me out the last...

Hi analogpoint,
Tx for helping me out the last couple of days.

Why are you doing (options + 16)
When I fired a query on the database, the options field show me a 4 digit number. Like 3143, 3159....
Forum: vB3 Programming Discussions 10-03-2007, 11:35 AM
Replies: 7
Views: 1,097
Posted By dynamot
What field/table has the values for "Receive Email From Administartors"

Hi All,

What field and table stores the value "Receive Email from Administrators" in the vbulletin database?

I tried looking at the user table, there was one field called "autosubscribe". I am...
Forum: vB3 Programming Discussions 10-03-2007, 11:16 AM
Replies: 7
Views: 1,010
Posted By dynamot
Thank you all very much. This has been very...

Thank you all very much.

This has been very useful session for me.
Forum: vB3 Programming Discussions 10-03-2007, 02:03 AM
Replies: 7
Views: 1,010
Posted By dynamot
Got it. That makes a sense. Tx much but...

Got it. That makes a sense.
Tx much

but for my general knowledge purposes, if you use something to encrypt, isnt there something else to decrypt it?

Or is the whole concept of decrypting a...
Forum: vB3 Programming Discussions 10-03-2007, 01:16 AM
Replies: 7
Views: 1,010
Posted By dynamot
Ok, I understand that since they are encrypted,...

Ok, I understand that since they are encrypted, the passwords cant be seen in "Orig Text". So is the encryption taking place at the MySql server level or is it in php?

sorry, am a newbie in php,...
Forum: vB3 Programming Discussions 10-02-2007, 09:49 PM
Replies: 7
Views: 1,010
Posted By dynamot
what am I doing wrong in the password script

Hi All,

I am a beginner lvl prgmr

I am trying to fire a query to the user table in the database. My goal is to display the value of password as "Orig text", as the passwords are encrypted in...
Forum: vB3 Programming Discussions 09-14-2007, 12:59 PM
Replies: 3
Views: 1,195
Posted By dynamot
hehehe Tx Dismounted I did actually try...

hehehe Tx Dismounted

I did actually try searching for it. There was too much of information out there that was a bit difficult to parse.
Forum: vB3 Programming Discussions 09-13-2007, 10:31 PM
Replies: 9
Views: 1,403
Posted By dynamot
Eiken, Farcaster,Paul Thank you guys for the...

Eiken, Farcaster,Paul

Thank you guys for the explanation. It now makes a lot of sense
Forum: vB3 Programming Discussions 09-13-2007, 04:39 PM
Replies: 3
Views: 1,195
Posted By dynamot
how can I find out the value of "logouthash"

On an external page, I want to provide an option to the user to logout.

I was reading through a few articles, and think that all I have to do to logout a user is
...
Forum: vB3 Programming Discussions 09-13-2007, 12:31 PM
Replies: 9
Views: 1,403
Posted By dynamot
Tx Dismounted. But here is the troubling...

Tx Dismounted.

But here is the troubling question I have. Why should I use chdir()?

Here I am forced to use chdir() because my includes don't seem to be working.

But in reality when should...
Forum: vB3 Programming Discussions 09-13-2007, 11:55 AM
Replies: 9
Views: 1,403
Posted By dynamot
Eikinskjaldi Tx man. Here are the different...

Eikinskjaldi Tx man.

Here are the different things I am trying:

Trying to reference the global from webroot/check.php

And these are the paths I have been trying so far.

/forums/global.php...
Forum: vB3 Programming Discussions 09-13-2007, 10:17 AM
Replies: 9
Views: 1,403
Posted By dynamot
Why/where should I use a chmod?

I am beginner level in php. (I come from a ColdFusion back ground). I am currently working on a bulletin board (vBulletin)

Say my website is http://xyz.com
and the forums is at...
Forum: vB3 Programming Discussions 09-13-2007, 10:12 AM
Replies: 4
Views: 1,202
Posted By dynamot
Thats ok. Tx man

Thats ok.

Tx man
Forum: vB3 Programming Discussions 09-12-2007, 09:04 PM
Replies: 4
Views: 1,202
Posted By dynamot
Can you help me with the code here ? If...

Can you help me with the code here ?

If globals.php is under /forums, how will I change the code?

<?php
// Turn off all error reporting
//error_reporting(0);
require_once('global.php');
?>...
Forum: vB3 Programming Discussions 09-12-2007, 08:01 PM
Replies: 4
Views: 1,202
Posted By dynamot
How can I access global.php outside of the forums

Here is what I am facing.

I have a website say http://test.com
Forums are at http://test.com/forums/

I write a php called "1.php" with the following code.

<?php
// Turn off all error...
Forum: vB3 Programming Discussions 09-12-2007, 07:21 PM
Replies: 0
Views: 656
Posted By dynamot
How can I check if a user is logged in, out side the forums?

Hi All,

I have a website say http://www.test.com
The forums are under http://www.test.com/forums/

I have a page called http://www.test.com/index.php.
In this page I want to check to see if...
Forum: vB3 Programming Discussions 09-07-2007, 01:12 AM
Replies: 1
Views: 1,275
Posted By dynamot
where are the "vBulletin" options stored?

Hi All,

Where are the vBulletin options stored? Is it in a db table, if yes, can somebody point me in that direction?

I want to generate an sql statement to select/update options like Meta...
Forum: vB3 Programming Discussions 08-13-2007, 02:56 PM
Replies: 2
Views: 936
Posted By dynamot
opserty, thank you very much. That's a great...

opserty,

thank you very much. That's a great place to start for me
Forum: vB3 Programming Discussions 08-13-2007, 01:37 PM
Replies: 2
Views: 936
Posted By dynamot
Check if a user is logged in?

How do I check if a user has logged in or not. And what are the different include files I need to have on that page.

I was hoping that it was as simple as this. I found this on a thread here.
...
Forum: vB3 Programming Discussions 08-08-2007, 07:11 PM
Replies: 5
Views: 1,016
Posted By dynamot
Hi Consolegaming, Thank you for pointing me...

Hi Consolegaming,

Thank you for pointing me in the right direction. I found all my templates in there.

Tx everybody
Forum: vB3 Programming Discussions 08-08-2007, 04:30 PM
Replies: 5
Views: 1,016
Posted By dynamot
Can you guys lend your insight into interpreting...

Can you guys lend your insight into interpreting what this means.

If you look at this link:
https://vborg.vbsupport.ru/showthread.php?t=125654#posts

Can you tell me what is the name of the...
Forum: vBulletin 3.6 Template Modifications 08-08-2007, 03:02 PM
Replies: 71
Views: 56,736
Posted By dynamot
Can I apply this to vb 3.6.8 version?

Can I apply this to vb 3.6.8 version?
Forum: vB3 Programming Discussions 08-08-2007, 03:01 PM
Replies: 5
Views: 1,016
Posted By dynamot
what is a threadbit and a forumbit

Hi All,

What is a thread bit and a forumbit?

Cause I am trying to understand the terminology used in the install instructions of a plugin....
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 08:01 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.02326 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
  • (3)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