vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to display your vbulletin information on other sites (https://vborg.vbsupport.ru/showthread.php?t=216210)

David Regimbal 06-15-2009 05:00 PM

How to display your vbulletin information on other sites
 
Hi everyone,

I was wondering how I could get my vbulletin information on a PHP file that's not connected to my site. I want to use it for an update sort of thing. Basically have:

PHP Code:

<!--CUSTOM MESSAGE-->
<if 
condition="$vbulletin->options['testproduct_active']">

    <
div class=smallfont
    
$post[username
    <
em id="testproduct_$post[postid]">
    
$post[testproduct]
    </
em>
    </
div>


</if>
<!--
END CUSTOM MESSAGE--> 

But somehow have it outside of the Vbulletin site. To me it looks impossible, though I wante to check with other people before I gave up.

ForumsMods 06-15-2009 05:04 PM

Use:
PHP Code:

require_once('./global.php'); 

Also see:
https://vborg.vbsupport.ru/showthread.php?t=62164

David Regimbal 06-15-2009 06:23 PM

Thanks for the fast reply! :) Now, Is it possible to show a specific user's information on this page? Like a <if condition="id#">content</if> sort of thing?

ForumsMods 06-15-2009 06:28 PM

Yes, put require_once('./global.php'); and you will able to use vB Conditions.

David Regimbal 06-15-2009 06:38 PM

Is there a Vb Condition that has a user's ID to show content on that user? Something like this:

PHP Code:

<if condition="UserID">
$example
</if> 

having "$example" being that users information

Dismounted 06-16-2009 07:28 AM

PHP Code:

$user fetch_userinfo(1);
print_r($user);
exit; 


David Regimbal 06-16-2009 11:23 PM

Thank you very much! And for my last question for this thread :) (sorry for asking so many questions). I installed this product called vbStatus and was wondering how to get to the XML path? I tried this, but it didnt work in the PHP file:

PHP Code:

$xml simplexml_load_file($file);
$myvar = ($xml->options['vbstatus_defaultstatus']); 


Dismounted 06-17-2009 07:20 AM

Don't know how that modification works or what it is - you are best off posting inside the modification thread.

David Regimbal 06-17-2009 02:45 PM

would there be a general location of all the vbulletin products in xml form?
Like: $vbulletin->products->
or $vbulletin->product['name']?

Dismounted 06-18-2009 05:42 AM

Location?


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.01150 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete