vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - Steam Connect - Sign in with your Steam Account! [RC3] (https://vborg.vbsupport.ru/showthread.php?t=266883)

Rushyman 09-26-2013 03:50 AM

I am setting this up on site which shares the VB user database to login via an external file. I can get this to work fine but is there a way to redirect to the page they were viewing once they have logged in on steam instead of going to the forum homepage?

MetroDk 10-12-2013 11:56 AM

How do i update my Steam Profile to make sure it shows exactly like my Status does ONLINE/OFFLINE/Busy/Away i use this but everytime my steam profile at forum tells me i am online but i am not how to fix this?

Disasterpiece 10-12-2013 12:04 PM

Quote:

Originally Posted by MetroDk (Post 2452575)
How do i update my Steam Profile to make sure it shows exactly like my Status does ONLINE/OFFLINE/Busy/Away i use this but everytime my steam profile at forum tells me i am online but i am not how to fix this?

Are you online via mobile app maybe?

Is the cron script updated on a regular basis?

what does the steam connect debug box in admincp/user management say?

MetroDk 10-12-2013 02:17 PM

well i use normal forum login on our vbulletin but my steam profile shows away it shows online

MetroDk 10-12-2013 02:18 PM

can u help me add me over steam so we can talk My steam Profile name is MetroZep then i can tell u

MetroDk 10-12-2013 02:19 PM

its just i have tried this for a week and it does same thing it doenst update 100 %

MetroDk 10-12-2013 02:32 PM

here u can see what i mean
http://img843.imageshack.us/img843/6645/j0w6.jpg
http://img594.imageshack.us/img594/2757/e3wi.jpg

in forum it shows online but on my steam it shows away thats what i want to fix if u can help me over Steam i be glad

My steam profile is MetroZep

MetroDk 10-12-2013 02:41 PM

i got chmod 777 on cache but somehow it doenst write it 100 % as my steam profile says

MetroDk 10-12-2013 03:07 PM

cron gives me this:

<?php
/**
* steamconnect_cron, performing scheduled tasks at a weekly base
*
* @author Disasterpiece
* @author Andreas "Radon" Rudolph <radon@purgatory-labs.de>
* @version 1.4.5rc3
*/

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
if (!is_object($vbulletin->db))
{
exit;
}

require_once DIR . '/includes/functions_steamconnect.php';

// ################################################## ######################
// ######################### START MAIN SCRIPT ############################
// ################################################## ######################

// Clear datastore for steam softlinks
$tmp = array();
build_datastore('steam_softlinks', serialize($tmp), true);

$stc_cache = stc_cache::getInstance();
$stc_cache->purge();

echo "<br><br>";

// Re-validate all usergroups

$finishat = update_user_steamgroup_assoc(null, null, 1, 1, 1);

log_cron_action("Processed $finishat users", $nextitem, 1);

?>

Disasterpiece 10-12-2013 03:08 PM

Quote:

Originally Posted by MetroDk (Post 2452623)
well i use normal forum login on our vbulletin but my steam profile shows away it shows online

Can you rephrase that and use punctuation please? Your text is hard to understand.

//

The steambadge is supposed to only show online or offline. There is no away/busy right now as far as I'm aware.


All times are GMT. The time now is 05:49 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.01516 seconds
  • Memory Usage 1,740KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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