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 2
1
2
>
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
What field/table has the values for "Receive Email From Administartors"
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
What field/table has the values for "Receive Email From Administartors"
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
What field/table has the values for "Receive Email From Administartors"
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
What field/table has the values for "Receive Email From Administartors"
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
what am I doing wrong in the password script
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
what am I doing wrong in the password script
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
what am I doing wrong in the password script
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
what am I doing wrong in the password script
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
how can I find out the value of "logouthash"
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
Why/where should I use a chmod?
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
how can I find out the value of "logouthash"
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
Why/where should I use a chmod?
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
Why/where should I use a chmod?
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
Why/where should I use a chmod?
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
How can I access global.php outside of the forums
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
How can I access global.php outside of the forums
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
How can I access global.php outside of the forums
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
How can I check if a user is logged in, out side the forums?
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
where are the "vBulletin" options stored?
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
Check if a user is logged in?
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
Check if a user is logged in?
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
what is a threadbit and a forumbit
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
what is a threadbit and a forumbit
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
Alternating Row Color for Forums / Search Results / Thread Listings
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
what is a threadbit and a forumbit
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
Page 1 of 2
1
2
>
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
08:01 PM
.
-- 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.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
Messages:
time to check permissions: 0.0007
(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(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(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(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(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(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(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi