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)

erie1555 07-24-2011 09:48 PM

Thanks glad to see this is still being worked on :)

GungodTheGreat 07-26-2011 05:07 PM

Im having a problem signing in with it for some reason.. After i hit the sign in with steam button, it brings me to the steam site. I hit login and it brings up this:
You don't have permission to access /login2.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I have done chmod 777 to the login2.php just to see if it would do anything and still nothing. Any help would be appreciated.

Disasterpiece 07-27-2011 01:51 PM

What does the url say when seeing the 404 error?

Does the login2.php exist in the forum root at the same place where the index.php and login.php is located?

Can you see the login2.php if you enter it into the url manually?

GungodTheGreat 07-27-2011 06:30 PM

Quote:

Originally Posted by Disasterpiece (Post 2225585)
What does the url say when seeing the 404 error?

Does the login2.php exist in the forum root at the same place where the index.php and login.php is located?

Can you see the login2.php if you enter it into the url manually?

Getting a 403 Forbidden
Exact URL:
Code:

http://ampedupgamers.com/login2.php?do=login&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.mode=id_res&openid.op_endpoint=https%3A%2F%2Fsteamcommunity.com%2Fopenid%2Flogin&openid.claimed_id=http%3A%2F%2Fsteamcommunity.com%2Fopenid%2Fid%2F76561198038138791&openid.identity=http%3A%2F%2Fsteamcommunity.com%2Fopenid%2Fid%2F76561198038138791&openid.return_to=http%3A%2F%2Fampedupgamers.com%2Flogin2.php%3Fdo%3Dlogin&openid.response_nonce=2011-07-27T19%3A24%3A35ZZEVZaNQ%2FyxLnzaKGxIKrPdxNy90%3D&openid.assoc_handle=1234567890&openid.signed=signed%2Cop_endpoint%2Cclaimed_id%2Cidentity%2Creturn_to%2Cresponse_nonce%2Cassoc_handle&openid.sig=t%2FF7JjVCA7UdSoRoI58jNk1di3s%3D
The login2.php is in the same forum root.

When I try to view manually I get this message in the Forums:
There has been an error with your request. Please inform the Administrator, if the problem persists.

Disasterpiece 07-27-2011 08:13 PM

Hm, can't reproduce. I can register myself with your forum and can log-in without any errors.

GungodTheGreat 07-27-2011 08:27 PM

Quote:

Originally Posted by Disasterpiece (Post 2225753)
Hm, can't reproduce. I can register myself with your forum and can log-in without any errors.

Thats odd.. maby because im already registered with the same name or somthing? ill have someone else try it out. Anyways thanks for the help.

-Ok I had someone try and it seems to be working for them. I also see some names that seem to be made on steam on the site. Guess its just me D:

--I tried it and it works for me now too. i think maby it just had to verify the key or somthing? no idea but thanks for your help.

MadMakz 07-29-2011 11:03 AM

v1.1b:
in includes/functions_steamconnect.php
line 68
PHP Code:

if (time() - $vbulletin->options['stc_cachetime'] <= filetime($cachefile)) { 

should be
PHP Code:

if (time() - $vbulletin->options['stc_cachetime'] <= filemtime($cachefile)) { 

filetime() -> filemtime(), otherwise it throws an "undefined function" error when using the ava in postbit

Disasterpiece 07-29-2011 12:18 PM

Hm, you're correct. Seems like the newest php version has some sort of failsafe for this :P

Corrected and updated in a second.

kiradotee 07-30-2011 01:53 PM

Very good add-on, but is it possible that you would make it for 3.8.x?

hakkuo23 07-30-2011 02:46 PM

I'm going against your recommendation and using it in production. It's working great :D http://xenogamers.org if you wanna test it.


All times are GMT. The time now is 01:46 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.01441 seconds
  • Memory Usage 1,745KB
  • 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)bbcode_code_printable
  • (2)bbcode_php_printable
  • (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