vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help with a couple queries please (https://vborg.vbsupport.ru/showthread.php?t=98467)

Nullifi3d 10-15-2005 12:37 PM

Help with a couple queries please
 
PHP Code:

$banner $db->query_first("SELECT userid, title, ext, width, height FROM " TABLE_PREFIX "banners WHERE status = 'active' AND available >= 1 ORDER BY RAND() LIMIT 1");
if(
ctype_digit($banner['userid'])) {
    
//show it
} else {
    
//show default


The above code works fine and prints out code when the user's status is active and their available impressions is at least 1. I want to modify it to also check if the user has posted within the past 24 hours. I don't know how to though as I am using my own table in the vbulletin database to store the banner information. As you see above the query that fetches the data I need is querying from the table banners. From my knowledge I would need to fetch the last post time from lastpostdate in the user table. But how would I add this to my query so all three of these are factored in when it gets the one random array ($banner[]) from the banner table?



PHP Code:

$this->registry->db->query_write("UPDATE " TABLE_PREFIX "banners SET available = available + 100 WHERE userid = " $this->registry->userinfo['userid']); 

This query is the one that gives users impressions upon new post. I would like to change it so that it gives a different amount of impressions according to whether it's a new post or a new thread. How would I go about doing this?

Nullifi3d 10-18-2005 12:10 PM

Is there nobody who can help with this. I am totally stuck (especially on the first hook).

Can someone at least tell me where the second hook is located (userdata_postsave)? I might be able to find out how to code the second oen myself if I knew the php document that this hook was in.


All times are GMT. The time now is 02:40 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.01112 seconds
  • Memory Usage 1,714KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete