Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Battlefield 2 Squad Stats integration for VBAdvanced Details »»
Battlefield 2 Squad Stats integration for VBAdvanced
Version: 1.00, by Oap JTRipper Oap JTRipper is offline
Developer Last Online: Aug 2011 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.0 RC2 Rating:
Released: 07-27-2006 Last Update: Never Installs: 18
Additional Files  
No support by the author.

What it is
Integration for your teams stats with a link to their own stats page if you use BF2 Stats

Installation
  1. edit the config file to enter your pid's
  2. upload the contents as is
  3. if your cmps file is called something different from index.php you can edit the link to there stats in the index.php in bf2squad -- Line 166
  4. Go to vBa cmps Add Page & use the settings in the images included here
  5. chmod your cache folder to 777

Demo
Oap Squad

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-04-2006, 05:49 AM
tekram's Avatar
tekram tekram is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes please make it for Battlefield 2142 that was nice
Reply With Quote
  #13  
Old 12-09-2006, 01:40 PM
back2basic back2basic is offline
 
Join Date: Oct 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by back2basic View Post
maybe its somehow custimizable for bf 2142 I'll check it out later this week , but I don't have much knowledge of html / php

I'll give it a try
I can't get it to work (I'm to noobish)
I hope someone else can take a look into it ...
Reply With Quote
  #14  
Old 12-20-2006, 12:42 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this be edited for Americas Army?
Reply With Quote
  #15  
Old 01-12-2007, 07:47 PM
willisbryan willisbryan is offline
 
Join Date: Sep 2006
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tekram View Post
Yes please make it for Battlefield 2142 that was nice
There will be no Monitors available publicly for Battlefield 2142.

EA has not released a public XML feed for 2142 stats. You guys can try to rearrange the code as much as you want, it wont work.

We already have custom scripts written, but we are unable to use them because EA has decided to be idiots!

Hope this stops everyone from asking for 2142 scripts. LOL


Bryan
aka JediKnight

www.2142-Battlefield.com
www.MyGamingForums.com (Beta)
Reply With Quote
  #16  
Old 01-13-2007, 12:09 AM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I keep getting that the cache folder is not world writeable but I have set it to 777 any thoughts on this

**********EDIT***********
figured it out if anyone else has the problem in the bf2s-mlb.php file

find:
Code:
 function test_cache() {
        if( isset($this->has_cache) )
            return $this->has_cache;
replace with:
Code:
 function test_cache() {
        if( isset($this->has_cache) )
            return $this->has_cache;

        $this->has_cache = true;
        return $this->has_cache;
Thanks to NM156
Reply With Quote
  #17  
Old 02-06-2007, 08:11 PM
nstagtr nstagtr is offline
 
Join Date: Sep 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i keep gettin this error:

Warning: Invalid argument supplied for foreach() in \bf2squad\index.php on line 12

can someone help PLEASE
Reply With Quote
  #18  
Old 02-06-2007, 11:43 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nstagtr View Post
i keep gettin this error:

Warning: Invalid argument supplied for foreach() in \bf2squad\index.php on line 12

can someone help PLEASE
Check you uploaded all the files and the configuration in the config. Re-read the readme. Something is not configured right.
Reply With Quote
  #19  
Old 02-07-2007, 11:56 AM
nstagtr nstagtr is offline
 
Join Date: Sep 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tried all of that and still get the same thing, if i go into it a different way it shows up like this:

http://www.24-7gamers.com/bf2squad/i...p?page=leaders

I know it works, just for some reason with the stye i am using i get that error.
Reply With Quote
  #20  
Old 02-07-2007, 09:03 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nstagtr View Post
Tried all of that and still get the same thing, if i go into it a different way it shows up like this:

http://www.24-7gamers.com/bf2squad/i...p?page=leaders

I know it works, just for some reason with the stye i am using i get that error.
Is your cmps index called index.php or cmps_index.php?
Also check in the cmps page you created, your path should be bf2squad/index.php. modular shell yes, clean output yes.
Modules selected should be Custom Page Content.
Reply With Quote
  #21  
Old 02-08-2007, 12:05 PM
nstagtr nstagtr is offline
 
Join Date: Sep 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help sinister, Really appreciate it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:33 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.04592 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete