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

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 03:07 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.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