Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 26
Search took 0.01 seconds.
Search: Posts Made By: MadMakz
Forum: vBulletin 4.x Add-ons 11-03-2015, 09:17 PM
Replies: 287
Views: 72,959
Posted By MadMakz
The 3rd party query code (LGSL) was discontinued...

The 3rd party query code (LGSL) was discontinued in 2010 and so was this addon. vbgamez.com is defunct since years.
Forum: vBulletin 4.x Add-ons 10-14-2012, 01:20 PM
Replies: 57
vBulletin CMS Widgets - [WIDGET] Steam Group Stats
Views: 23,514
Posted By MadMakz
Here's a third version. Using Steam's XML API. ...

Here's a third version. Using Steam's XML API.

https://tracker.madmakz.com/redmine/projects/misc-tools/repository/entry/PHP/Steam/SteamGroupStatus/sgs_xml.php

As always replace
echo...
Forum: vBulletin 4.x Add-ons 09-26-2012, 12:33 PM
Replies: 57
vBulletin CMS Widgets - [WIDGET] Steam Group Stats
Views: 23,514
Posted By MadMakz
addition: simply changeing file_get_contents...

addition: simply changeing file_get_contents won't do it so here's a cURL version of the whole script:...
Forum: vBulletin 4.x Add-ons 09-26-2012, 09:47 AM
Replies: 57
vBulletin CMS Widgets - [WIDGET] Steam Group Stats
Views: 23,514
Posted By MadMakz
Either you've tested when steam had its massive...

Either you've tested when steam had its massive maintenaince downtime yesterday or file_get_contents() might not be allowed on your server (allow_fopen_url must be enabled).

if you have php-curl...
Forum: vBulletin 4.x Add-ons 09-08-2012, 11:40 PM
Replies: 57
vBulletin CMS Widgets - [WIDGET] Steam Group Stats
Views: 23,514
Posted By MadMakz
I've updated my custom...

I've updated my custom (https://vborg.vbsupport.ru/showpost.php?p=2183981&postcount=29)-code and simplyfied it. Working with 2012/Greenlight update....
Forum: vBulletin 4.x Add-ons 04-22-2012, 10:47 AM
Replies: 539
Views: 517,832
Posted By MadMakz
Could you please clarify what you mean exactly?...

Could you please clarify what you mean exactly? I'm not sure I get your question.[/QUOTE]
i think he want to show the STEAM_X:X:XXX format on postbit and profile page.
wich is actually the...
Forum: vBulletin 4.x Add-ons 04-19-2012, 10:03 PM
Replies: 539
Views: 517,832
Posted By MadMakz
i don't want to be too fast, but it appears that...

i don't want to be too fast, but it appears that the avatar issue is gone. 1.4rc1 :)
Forum: vBulletin 4.x Add-ons 03-23-2012, 06:51 PM
Replies: 539
Views: 517,832
Posted By MadMakz
the ava is not a steam problem. at least the...

the ava is not a steam problem. at least the issue i posted about.
it fails on running the plugin code in "postbit_display_start".
it's always producing an empty/broken result if the cache is...
Forum: vB4 Design and Graphics Discussions 03-17-2012, 12:47 AM
Replies: 3
Views: 581
Posted By MadMakz
Theme's called "World of Warcraft: Wrath of the...

Theme's called "World of Warcraft: Wrath of the Lich King" but it's in the graveyard:
https://vborg.vbsupport.ru/showthread.php?t=188928
and the original download URL is down:...
Forum: vBulletin 4.x Add-ons 03-17-2012, 12:29 AM
Replies: 573
Forum Home Enhancements - VSa - Sub-Forum Manager
Views: 177,737
Posted By MadMakz
no issues here on 4.1.11.

no issues here on 4.1.11.
Forum: vB4 General Discussions 03-16-2012, 12:19 PM
Replies: 4
Views: 833
Posted By MadMakz
not sure if i got you right but try <vb:if...

not sure if i got you right but try
<vb:if condition="$bbuserinfo['userid'] != 0">
YOUR CODE HERE
</vb:if>
if you want to show something explicitly to guests/not logged in userses then
<vb:if...
Forum: vBulletin 4.x Add-ons 03-16-2012, 12:08 AM
Replies: 539
Views: 517,832
Posted By MadMakz
Appears that you have the same issue as mentioned...

Appears that you have the same issue as mentioned by me here (https://vborg.vbsupport.ru/showpost.php?p=2299473&postcount=191)? :(
Forum: vBulletin 4.x Add-ons 02-23-2012, 06:07 AM
Replies: 539
Views: 517,832
Posted By MadMakz
remove the "hidden" class flag <div...

remove the "hidden" class flag
<div class="blockrow hidden">
becomes
<div class="blockrow">
<h3 class="blocksubhead">{vb:rawphrase stc_steamconnect}</h3>
<div class="section">
<div...
Forum: vBulletin 4.x Add-ons 02-14-2012, 01:30 AM
Replies: 539
Views: 517,832
Posted By MadMakz
v1.2.2 -> 1.3.2RC1 @ vB4.1.10 it seems this...

v1.2.2 -> 1.3.2RC1 @ vB4.1.10

it seems this (https://vborg.vbsupport.ru/showpost.php?p=2221308&postcount=18) ist now broken?

{vb:raw post.steamavatarfull}
{vb:raw post.steamavatar}
{vb:raw...
Forum: vBulletin 4.x Add-ons 11-19-2011, 09:55 PM
Replies: 539
Views: 517,832
Posted By MadMakz
woops, didn't said anything then :P

woops, didn't said anything then :P
Forum: vBulletin 4.x Add-ons 11-19-2011, 08:54 PM
Replies: 539
Views: 517,832
Posted By MadMakz
i don't have any experience in writing addons for...

i don't have any experience in writing addons for vbulletin.

but for the ease and without relying on a 3rd party site, http://code.google.com/p/steamprofile/ might be interesting as an addon. due...
Forum: vBulletin 4.x Add-ons 11-18-2011, 07:15 PM
Replies: 539
Views: 517,832
Posted By MadMakz
lol, i just droped my steamutility project and...

lol, i just droped my steamutility project and now people are asking for features it offered (http://wiki.cgx24.com/docs/steamutility.com/api/sig/start) (google translate...
Forum: vBulletin 4.x Add-ons 11-18-2011, 12:17 AM
Replies: 57
vBulletin CMS Widgets - [WIDGET] Steam Group Stats
Views: 23,514
Posted By MadMakz
small and simple error handling for if...

small and simple error handling for if steamcommunity's webservers are out of order:

add
if($http_response_header[0] != "HTTP/1.1 200 OK"){ return "<div class=\"blockrow\">Steamcommunity appears...
Forum: vBulletin 4.x Add-ons 10-18-2011, 04:33 PM
Replies: 1,282
Views: 364,589
Posted By MadMakz
vB 4.1.7 (Forum only) vBSSO v1.4.1, first-time...

vB 4.1.7 (Forum only)
vBSSO v1.4.1, first-time install.

when click on "Platforms" or/and "Access Settings" in vBSSO menu:
Fatal error: Call to undefined function print_cp_header() in...
Forum: vBulletin 4.x Add-ons 07-29-2011, 11:03 AM
Replies: 539
Views: 517,832
Posted By MadMakz
v1.1b: in includes/functions_steamconnect.php ...

v1.1b:
in includes/functions_steamconnect.php
line 68
if (time() - $vbulletin->options['stc_cachetime'] <= filetime($cachefile)) {
should be
if (time() - $vbulletin->options['stc_cachetime'] <=...
Forum: vBulletin 4.x Add-ons 07-16-2011, 09:18 PM
Replies: 539
Views: 517,832
Posted By MadMakz
yay, thanks a lot :up:

yay, thanks a lot :up:
Forum: vBulletin 4.x Add-ons 07-16-2011, 08:08 PM
Replies: 539
Views: 517,832
Posted By MadMakz
stupid question, how do i get the avatarfull link...

stupid question, how do i get the avatarfull link in postbit? :S

just tried {vb:raw steam_info.avatarfull} but that's obviously wrong (returns empty value) :confused:
Forum: vBulletin 4.x Add-ons 07-16-2011, 07:09 PM
Replies: 539
Views: 517,832
Posted By MadMakz
awesome job!

awesome job!
Forum: Modification Graveyard 06-25-2011, 11:17 AM
Replies: 249
Administrative and Maintenance Tools - Change Author And Creation Date Of Posts And Articles
Views: 67,219
Posted By MadMakz
exactly what i was searching for :D thanks alot! ...

exactly what i was searching for :D thanks alot!



can't confirm this, just installed it fine on 4.1.4.

in editor and posts/threads appear with correct date & timestamps.
...
Forum: vBulletin 4.x Add-ons 04-12-2011, 09:25 PM
Replies: 57
vBulletin CMS Widgets - [WIDGET] Steam Group Stats
Views: 23,514
Posted By MadMakz
Thanks! Marked as installed, though, i haven't...

Thanks! Marked as installed, though, i haven't actually installed this code since i'm not running the Suite.

I've stripped and modded the code a little and use it in the forums sidebar and felt to...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 11:31 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.03455 seconds
  • Memory Usage 2,039KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (69)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete