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 30
Search took
0.00
seconds.
Search:
Posts Made By:
dv6cougar
Forum:
vB3 General Discussions
01-12-2004, 12:59 AM
Replies:
3
alright :) some general questions
Views:
870
Posted By
dv6cougar
so I didn't see the announcement that's here.......
so I didn't see the announcement that's here.... not sure how i missed it, mods please move it, sorry.
Forum:
vB3 General Discussions
01-12-2004, 12:56 AM
Replies:
3
alright :) some general questions
Views:
870
Posted By
dv6cougar
yeah - I may make it into 1 database eventually,...
yeah - I may make it into 1 database eventually, but for right now it's 2 and it does work fine :)
Forum:
vB3 General Discussions
01-12-2004, 12:52 AM
Replies:
3
alright :) some general questions
Views:
870
Posted By
dv6cougar
alright :) some general questions
first thing's first.
I have a seperate database that I use for VARIOUS other things....
now what I would like to be able to do is, pull my information from the database, which I do know how...
Forum:
vB3 General Discussions
08-14-2003, 02:46 PM
Replies:
3
ok i did this in vb 2.3 but 3.0 beta 4 is giving me trouble
Views:
839
Posted By
dv6cougar
ok i did this in vb 2.3 but 3.0 beta 4 is giving me trouble
so i have a page for car profiles, it's not of my forum, it' son the main pages... now i know mysql and i know php, but i've never actually used eval() in my own scripts, so i get a bit lost with it....
Forum:
vB3 General Discussions
05-17-2003, 07:48 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
i'm happy to say that my raffle hack was a 100%...
i'm happy to say that my raffle hack was a 100% success :)
and is now up and running on few beta tests!!!
this was based upon LOGICIAN WEBTEMPLATE & WEBQUERY HACK, a very powerful hack :)
...
Forum:
vB3 General Discussions
05-17-2003, 04:50 PM
Replies:
7
my update query isn't working :(
Views:
979
Posted By
dv6cougar
ohhhhh yeah your right i didn't understand... ...
ohhhhh yeah your right i didn't understand...
however I fixed my problem, what I had forgotten to do in the form action was
action="misc.php?action=updimg&id=$id"
so my query couldn't...
Forum:
vB3 General Discussions
05-17-2003, 01:41 PM
Replies:
7
my update query isn't working :(
Views:
979
Posted By
dv6cougar
i'm gonna add or die(""); and see if it is my...
i'm gonna add or die(""); and see if it is my query, which i'm guessing it must be :)
thanks for your help, hopefully i'll figure it out soon
Forum:
vB3 General Discussions
05-17-2003, 03:20 AM
Replies:
7
my update query isn't working :(
Views:
979
Posted By
dv6cougar
thanks for your reply and it's a field in the...
thanks for your reply and it's a field in the database comment that i need to update through a form, here's the entire portion of the script
if($update) {
$urh = $DB_site->query("UPDATE...
Forum:
vB3 General Discussions
05-16-2003, 11:30 PM
Replies:
7
my update query isn't working :(
Views:
979
Posted By
dv6cougar
my update query isn't working :(
i'm working on a raffle system and so far so good ;)
however this update statement is not working
$urh = $DB_site->query("UPDATE raffle_images SET comment='$comment' WHERE id='$id'");
i'm...
Forum:
vB3 General Discussions
05-15-2003, 05:25 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
yeah that's what i was thinking ;) good call on...
yeah that's what i was thinking ;) good call on that one :)
i'll let you know if i figure this out, it's pretty cool :)
Forum:
vB3 General Discussions
05-15-2003, 04:59 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
when i originally wrote up my script above here i...
when i originally wrote up my script above here i did use
$bbuserinfo['styleid'];
but really all you have to do is reset the string to 1 or whatever styleid you wish to use....
i'm gonna...
Forum:
vB3 General Discussions
05-15-2003, 04:38 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
or wait i could even use $session['styleid'] ...
or wait i could even use
$session['styleid']
which would be better?!
thanks :)
Forum:
vB3 General Discussions
05-15-2003, 04:33 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
haha, thanks everyone...... i usually do $poll =...
haha, thanks everyone...... i usually do $poll = ""; and such, i have done alot of little things to my forum ;)
i made a script that uses the forum usernames and passwordst o login with :) ...
Forum:
vB3 General Discussions
05-15-2003, 01:27 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
actually that would make sense .= so it takes...
actually that would make sense .= so it takes more as needed :)
thanks!
Forum:
vB3 General Discussions
05-15-2003, 01:21 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
hmm ok i even tried it within my original raffle...
hmm ok i even tried it within my original raffle template and not using $ticketid and what not as seperate templates....
any help would be great here :) usually there will only be one raffle...
Forum:
vB3 General Discussions
05-15-2003, 12:50 PM
Replies:
17
while statements, eval, and only one result showing :(
Views:
1,871
Posted By
dv6cougar
while statements, eval, and only one result showing :(
hey guys, i'm using the Template Hack, mucho props to whomever made that, it's a great hack!
however, i'm trying to make a raffle like hack with this, so far i'm not doign to bad :)
this would...
Forum:
vB3 General Discussions
05-10-2003, 12:01 AM
Replies:
4
ok I'm working on a gallery mod, so far so good, ran into one sligh problem
Views:
886
Posted By
dv6cougar
ok will do, i think i'm just gonna do this a...
ok will do, i think i'm just gonna do this a whole other wrote. i will show you if i get this done, it's a cars profile/pictures thing i'm doing. Now i made a login script using the forum...
Forum:
vB3 General Discussions
05-10-2003, 12:00 AM
Replies:
2
question about md5()
Views:
948
Posted By
dv6cougar
thanks xenon, i actually figured it out earlier ...
thanks xenon, i actually figured it out earlier :)
Forum:
vB3 General Discussions
05-09-2003, 04:03 PM
Replies:
4
ok I'm working on a gallery mod, so far so good, ran into one sligh problem
Views:
886
Posted By
dv6cougar
actually that only works for the MY login? why is...
actually that only works for the MY login? why is that? :O
and it displays the last id entered into the database no matter what, so i'm lost, what did i do wrong?
Forum:
vB3 General Discussions
05-09-2003, 03:53 PM
Replies:
2
question about md5()
Views:
948
Posted By
dv6cougar
question about md5()
ok so i know the passwords are encrypted into the database using md5()
now when pulling it uses this code
if ($user=$DB_site->query_first("SELECT userid,username,password,cookieuser FROM...
Forum:
vB3 General Discussions
05-09-2003, 02:33 AM
Replies:
4
ok I'm working on a gallery mod, so far so good, ran into one sligh problem
Views:
886
Posted By
dv6cougar
just edit the fetch_array and the query to ...
just edit the fetch_array and the query to
$DBsite->query();
and
$DBsite->fetch_array();
Forum:
vB3 General Discussions
05-09-2003, 02:32 AM
Replies:
4
ok I'm working on a gallery mod, so far so good, ran into one sligh problem
Views:
886
Posted By
dv6cougar
ok I'm working on a gallery mod, so far so good, ran into one sligh problem
i have this in in members.php after if(action == "editprofile") {
$usess = $bbuserinfo[0];
$showgal1 = mysql_query("SELECT *
FROM dmf_images
...
Forum:
Member Archives
05-08-2003, 09:36 PM
Replies:
51
Chat Hack
Views:
11,465
Posted By
dv6cougar
haha, i knew that but still :) i'm gonna use ...
haha, i knew that but still :) i'm gonna use
$bbuserinfo[username] != null
that should work :)
Forum:
Member Archives
05-08-2003, 01:54 AM
Replies:
51
Chat Hack
Views:
11,465
Posted By
dv6cougar
hello the //chat hack stuff goes right...
hello
the
//chat hack stuff goes right abvoe
eval("dooutput(\"".gettemplate('forumhome')."\");");;
now i'm having a bigger problem wiht this one...
Forum:
vB3 General Discussions
04-26-2003, 01:05 AM
Replies:
4
can i use the forum usernames to login into something else too?
Views:
808
Posted By
dv6cougar
wow! thanks appreciate that :) i'll let...
wow! thanks appreciate that :)
i'll let you know what happens, if i figure it out :)
Showing results 1 to 25 of 30
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
03:07 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.01614 seconds
Memory Usage
2,036KB
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
(22)
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.0006
(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(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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