vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Small Mod question (https://vborg.vbsupport.ru/showthread.php?t=176983)

Ipuck 04-23-2008 09:37 PM

Small Mod question
 
I'm making a small and simple mod for my site. Th users enters some data, the data is stored in a table and then every time the users access the page, the mod run a query and get the users data.

Problem:

I can only get the script to run the query and echo the results if the user access the page like this: http://xxx.com/forum/mypage.php?username=xxxxxx

Question:

Is there any way to run the query as soon as the user enter the page?

just by typing the page : http://xxx.com/forum/mypage.php

I don't have PHP experience and any help will be appreciated.

Dismounted 04-24-2008 06:47 AM

The script still needs to know which user to process. Do you mean you want to just fetch the current user? This can be done by using the $vbulletin->userinfo array.

Ipuck 04-24-2008 04:05 PM

Quote:

The script still needs to know which user to process. Do you mean you want to just fetch the current user?
Yes, yes, yes.

Quote:

This can be done by using the $vbulletin->userinfo array.
How? :o what line do I need to add to the php page?

I added this line: $username = $vbulletin->GPC['username']; (another user suggested) but it didn't work.

thanks


UPDATE: I used $username = $vbulletin->userinfo['username']; and it works, but for some reason only in that page, in the navbar I get: Your PM box is 50% full below the notifications.


All times are GMT. The time now is 11:18 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.00935 seconds
  • Memory Usage 1,712KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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