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

Showing results 1 to 25 of 59
Search took 0.00 seconds.
Search: Posts Made By: Jalrock
Forum: vB3 Programming Discussions 09-19-2004, 06:39 PM
Replies: 3
Views: 850
Posted By Jalrock
I now have the following but with the same...

I now have the following but with the same results. I only want the "Customer to echo once followed by all fo the referals by him/her.


$sql = "SELECT...
Forum: vB3 Programming Discussions 09-19-2004, 03:27 PM
Replies: 3
Views: 850
Posted By Jalrock
Need help with format

I need the following to only print the customer once and all the referals for that customer beneath it.

$sql = "SELECT...
Forum: Modification Requests/Questions (Unpaid) 03-25-2004, 01:17 PM
Replies: 3
Views: 812
Posted By Jalrock
Thank you. That worked great!

Thank you. That worked great!
Forum: Modification Requests/Questions (Unpaid) 03-25-2004, 12:21 AM
Replies: 3
Views: 812
Posted By Jalrock
Conditionals question

How do I make this link in my navbar visible to usergroup 6 & 9 only?


<td class="vbmenu_control"><a href="chat.php?$session[sessionurl]">Chat</a></td>
Forum: vB3 Programming Discussions 03-25-2004, 12:07 AM
Replies: 4
Views: 824
Posted By Jalrock
No change. I give.

No change. I give.
Forum: vB3 Programming Discussions 03-24-2004, 11:17 PM
Replies: 4
Views: 824
Posted By Jalrock
Unfortunatly that changed nothing. Here is...

Unfortunatly that changed nothing.

Here is the whole script thus far.

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE); ...
Forum: vB3 Programming Discussions 03-24-2004, 10:44 PM
Replies: 4
Views: 824
Posted By Jalrock
Whats wrong with this?

$getcat = $DB_site->query("SELECT * FROM auction_item ORDER BY 'cats'");

while ($getcats = $DB_site->fetch_array($getcat)) {
$cat_id = $getcats["cat_id"];
$cats = $getcats["cats"]; ...
Forum: vB3 Programming Discussions 02-17-2004, 08:39 PM
Replies: 2
Views: 902
Posted By Jalrock
Join question I think??

the two tables are "reputation" & "user".

I get the info from "reputation" but want to translate the userid in to a username via the user table.

the script looks like this...

$sql = "(SELECT...
Forum: vB3 Programming Discussions 05-28-2003, 12:14 AM
Replies: 3
Views: 957
Posted By Jalrock
This displays every directory/file within the...

This displays every directory/file within the $dir. Weird that it pulls 2 directorys that are just one and 2 dots. (. &..) anyone know what this is and how to get rid of it?


<?php
include...
Forum: vB3 Programming Discussions 05-27-2003, 11:11 PM
Replies: 3
Views: 957
Posted By Jalrock
Forum: Community Lounge 04-07-2003, 03:01 AM
Replies: 17
Views: 3,807
Posted By Jalrock
I had the same eror. Hummmmmmmmm.Repair seemed to...

I had the same eror. Hummmmmmmmm.Repair seemed to have fixed it but now mu querys are double on each page????
Forum: vB3 Programming Discussions 04-04-2003, 10:57 PM
Replies: 1
Views: 828
Posted By Jalrock
Why wont this work?

<?php
include "store_include.php";
////----INDIVIDUAL PRODUCT VIEW ---------------------///
if ($prodid) {
$product = '';
$sql = $DB_site->query = "SELECT * FROM product WHERE...
Forum: Community Lounge 03-19-2003, 05:53 PM
Replies: 30
Views: 3,686
Posted By Jalrock
Mindless babble.... oh that is my oppinion. I...

Mindless babble.... oh that is my oppinion.
I find great comfort knowing that you are not in a position to let evil CONTINUE to waste human lives.
Forum: Member Archives 03-15-2003, 01:53 PM
Replies: 5
Views: 815
Posted By Jalrock
You broke admin/functions.php That file doese not...

You broke admin/functions.php That file doese not like html editors. Try uploading a backup with a ftp program.
Forum: vB3 Programming Discussions 03-06-2003, 10:53 PM
Replies: 2
Views: 874
Posted By Jalrock
somthing like this but compare 1 to each NOT all ...

somthing like this but compare 1 to each NOT all

similar_text
(PHP 3>= 3.0.7, PHP 4 )

similar_text -- Calculate the similarity between two strings
Forum: vB3 Programming Discussions 03-06-2003, 05:50 PM
Replies: 2
Views: 874
Posted By Jalrock
a little code help please

What would I need to do here to only print the ip's that the first 5 numbers in the ip are the same?


<?php
require "./con.php";
include "./header.inc";
$result = mysql_query("SELECT * FROM...
Forum: vBulletin 2.x Full Releases 03-05-2003, 12:56 AM
Replies: 12
Views: 6,060
Posted By Jalrock
Troubleshooting errors?

Troubleshooting errors?
Forum: vB3 General Discussions 03-03-2003, 11:23 PM
Replies: 3
Views: 987
Posted By Jalrock
Yes please. I too would be interested.

Yes please. I too would be interested.
Forum: Member Archives 03-03-2003, 07:01 PM
Replies: 2
Views: 560
Posted By Jalrock
Thank you

Thank you
Forum: Member Archives 03-03-2003, 06:47 PM
Replies: 2
Views: 560
Posted By Jalrock
Which queries

I have seen before a way to determine which queries are being ran on a page but can NOT find it any more. It was something like adding somthing at the end of a url. Sorry so vauge but this is all I...
Forum: Member Archives 03-03-2003, 06:15 PM
Replies: 3
Views: 664
Posted By Jalrock
Also if I remove the include statment in the...

Also if I remove the include statment in the default phpinclude it reduces to 64 from 73 queries

I know I stated 63 queries earlier but it has gone up??????
Forum: Member Archives 03-03-2003, 06:12 PM
Replies: 3
Views: 664
Posted By Jalrock
// This code is PHP4 only: // ob_start(); //...

// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
include("./vbs_counter.php");



// This code is PHP4 only:
Forum: Member Archives 03-03-2003, 05:46 PM
Replies: 3
Views: 664
Posted By Jalrock
Double queries for one styleset? (DEFAULT)

Can someone please help me figure out why my default theme has 63 queries on forumhome as opposed to the evolution theme that has 33 queries?

username= test
password= test

Any help...
Forum: vB3 General Discussions 02-15-2003, 12:31 AM
Replies: 4
Views: 999
Posted By Jalrock
Cache test 1...Done (5.614 msec) Cache test...

Cache test 1...Done (5.614 msec)
Cache test 2...Done (4.692 msec)
Cache test 3...Done (4.963 msec)
Cache test 4...Done (4.646 msec)
Cache test 5...Done (4.559 msec)
Done with tests (60 users,...
Forum: vB3 Programming Discussions 12-05-2002, 04:57 PM
Replies: 7
Views: 1,017
Posted By Jalrock
Thank You

Thank You
Showing results 1 to 25 of 59

 
Forum Jump

All times are GMT. The time now is 02:48 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.03402 seconds
  • Memory Usage 2,032KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (7)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