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

Showing results 1 to 25 of 53
Search took 0.00 seconds.
Search: Posts Made By: fla5h
Forum: vB3 Programming Discussions 03-19-2003, 09:43 PM
Replies: 11
Views: 1,174
Posted By fla5h
thanks for the tips xenon. I want to produce...

thanks for the tips xenon.

I want to produce a stats page,

I basically need the following variables.

The username
The userid
The usertitle ( not custom title, default usergroup title )...
Forum: vB3 Programming Discussions 03-19-2003, 07:06 PM
Replies: 11
Views: 1,174
Posted By fla5h
are I see thats why the qury count is so low. ...

are I see thats why the qury count is so low.

thank you for your script, its giving stats of

Page generated in 1.84838998 seconds (5.93% PHP - 94.07% MySQL) with 10 queries.

which is an...
Forum: vB3 Programming Discussions 03-19-2003, 06:36 PM
Replies: 11
Views: 1,174
Posted By fla5h
mmm am I a little out of my depth here ?? ...

mmm am I a little out of my depth here ??

The script above gives stats of



However if I alter the script slightly,


<?php
Forum: vB3 Programming Discussions 03-19-2003, 06:17 PM
Replies: 11
Views: 1,174
Posted By fla5h
mmm, looking at this code, its erm how can I say...

mmm, looking at this code, its erm how can I say crap. just looked at the stats for it.

Mmmm, can anyone give me a lesson in optimising ?

How would I remove the queries inside the loop so they...
Forum: vB3 Programming Discussions 03-19-2003, 06:07 PM
Replies: 11
Views: 1,174
Posted By fla5h
sure thanks for the help, I cannot see a loop to...

sure thanks for the help, I cannot see a loop to be stuck in, but I know nothing compared to you :D


<?php

require('./global.php');

$r1=$DB_site->query("SELECT user.userid, user.username,...
Forum: vB3 Programming Discussions 03-19-2003, 03:09 PM
Replies: 11
Views: 1,174
Posted By fla5h
Server Time Out ?

Hello,
I have written a small stats script for displaying members details.

The problem is that it doesn't show all the members, it seems to cut off after about the first 50. Is there...
Forum: News and Announcements 03-12-2003, 04:36 PM
Replies: 20
Views: 3,626
Posted By fla5h
I was only thinking today he would make an...

I was only thinking today he would make an excellent mod

you have helped me no end even if you didn't know about it :D
Forum: Community Lounge 03-11-2003, 02:53 PM
Replies: 7
Views: 1,548
Posted By fla5h
thanks filbert, dont know a thing about SSH or...

thanks filbert, dont know a thing about SSH or Telnet, guess I'll have to find a dummies guie to doing it ?

think this is what I wanted though, same as what logican posted.

but the command is
...
Forum: Community Lounge 03-10-2003, 09:06 PM
Replies: 7
Views: 1,548
Posted By fla5h
Sorry to jump on this thread as it is old but I...

Sorry to jump on this thread as it is old but I thinnk its relevant.

Logican is there a way of restoring a sql backup to a localhost machine in a similar way ?

Thanks
Forum: vB3 Programming Discussions 03-10-2003, 06:38 PM
Replies: 13
Views: 1,727
Posted By fla5h
Tis ok now I sussed it :D

Tis ok now I sussed it :D
Forum: vB3 Programming Discussions 03-05-2003, 01:07 PM
Replies: 13
Views: 1,727
Posted By fla5h
Bump ?

Bump ?
Forum: Community Lounge 03-05-2003, 10:21 AM
Replies: 40
Views: 2,832
Posted By fla5h
Fantastic news, Xenon you have helped me no end. ...

Fantastic news, Xenon you have helped me no end.

You two have been given the title you deserve for all your hard work and dedication.

:D

Congrats guys
Forum: vB3 General Discussions 02-28-2003, 09:16 PM
Replies: 5
Views: 856
Posted By fla5h
Cheers Erwin :D

Cheers Erwin :D
Forum: vB3 General Discussions 02-28-2003, 09:11 PM
Replies: 1
Views: 1,070
Posted By fla5h
$admin variable in functions.php

this is maybe a stupid question, but I wont know until someone tells me I'm stupid. :dead:

Is it possible to put a variable in the functions.php file ?

Ie you have a option in the admin...
Forum: vB3 General Discussions 02-28-2003, 09:04 PM
Replies: 5
Views: 856
Posted By fla5h
Erm, can't you use the top ten hack, instead of...

Erm, can't you use the top ten hack, instead of showing it on the index page, have it load on another page and set the meta tag to refresh every x seconds ?
Forum: vB3 Programming Discussions 02-28-2003, 08:58 PM
Replies: 13
Views: 1,727
Posted By fla5h
mmm, I'll try to explain this as best as I can,...

mmm, I'll try to explain this as best as I can, cos I still new at this.

on every row of the karma table, the whoadded column has one value.

But because the querie asks for the first 5 rows in...
Forum: vB3 Programming Discussions 02-28-2003, 08:46 PM
Replies: 5
Views: 997
Posted By fla5h
Stunning, for the quick reply and the correct...

Stunning, for the quick reply and the correct answer.

Can I ask why this would have made a difference ?
Forum: vB3 Programming Discussions 02-28-2003, 08:40 PM
Replies: 5
Views: 997
Posted By fla5h
Thanks Filbert But..sorry my mistake, I...

Thanks Filbert

But..sorry my mistake, I meant that.

this is what I've altered it to ..

//Administrative/Moderator Login
if ($bbuserinfo[usergroupid]==6)
{ //Admins
$adminlogin = "<a...
Forum: vB3 Programming Discussions 02-28-2003, 07:27 PM
Replies: 5
Views: 997
Posted By fla5h
PHPinclude problem ?

Hello

I have edited my phpinclude template to include a link to the admin cp if your an admin

//Administrative/Moderator Login
if ($bbuserinfo[usergroupid]==6)
{ //Admins
$adminlogin = "<a...
Forum: vB3 Programming Discussions 02-27-2003, 07:53 PM
Replies: 13
Views: 1,727
Posted By fla5h
it will only be one number in each individual...

it will only be one number in each individual row.

I would guess so anyway.

only one person can add karma to every karma id
Forum: vB3 Programming Discussions 02-27-2003, 06:37 PM
Replies: 13
Views: 1,727
Posted By fla5h
yep, but do you know how I need to do it ? ...

yep, but do you know how I need to do it ?

If I do the first query I'll get the karma details and the userid of the person who donated the karma.

Then I need to do another query to get the...
Forum: vB3 Programming Discussions 02-27-2003, 06:05 PM
Replies: 13
Views: 1,727
Posted By fla5h
just seen your reply, I dont want my username, as...

just seen your reply, I dont want my username, as in User=$bbuserinfo[username]. I want the usernames of the users that gave me karma.

their id's are collected in the whoadded column

Can you...
Forum: vB3 Programming Discussions 02-27-2003, 05:45 PM
Replies: 13
Views: 1,727
Posted By fla5h
Nomb, thanks for the reply. Looking at your...

Nomb, thanks for the reply.

Looking at your post, is this correct ?

When it queries the user table, I was after the username WHERE userid = $whoadded

that would return the usernames of the...
Forum: vB3 Programming Discussions 02-27-2003, 02:16 PM
Replies: 13
Views: 1,727
Posted By fla5h
Sorry to bump this thread, but do I take it that...

Sorry to bump this thread, but do I take it that its not possible

Or I have not described what I need very well ?

Can anyone comment even if its not the total solution ?

Thanks :)
Forum: Modification Requests/Questions (Unpaid) 02-27-2003, 02:12 PM
Replies: 6
Views: 1,073
Posted By fla5h
https://vborg.vbsupport.ru/showthread.php?s=&threa...

https://vborg.vbsupport.ru/showthread.php?s=&threadid=12568&highlight=bump+thread

https://vborg.vbsupport.ru/showthread.php?s=&threadid=41911&highlight=bump+thread
...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT. The time now is 05:34 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.03479 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (34)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