The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 2
1
2
>
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
Add-On Releases -
vBGamEz - game monitoring script
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Looking for an old Style / Theme
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
<vb:if condition= Current user
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Add-On Releases -
vBSSO - vBulletin Single Sign-On
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Integration with vBulletin -
Steam Connect - Sign in with your Steam Account! [RC3]
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
11:31 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0028
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi