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 Stats integration for VBAdvanced Details »»
Battlefield 2 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: 07-27-2006 Installs: 20
DB Changes
Additional Files  
No support by the author.

What is it :
A stats package orginally built by Brainpecker for the Game Battlefield 2

Installation :
  1. Edit bf2_stats_config.php & fill in your database details
  2. Upload the entire package as is
  3. Upload the contents of the pics.rar to the pics directory in bf2stats
  4. Run bf2_stats_createMySqlTable.php
  5. Delete bf2_stats_createMySqlTable.php
  6. Go to vBa cmps Add Page & use the settings in the images included here
  7. Check your installation
  8. Also included a js file to fix the transparency issue on IE
  9. If your cmps file is called anything else than index.php you can change this setting in bf2_stats_config.php ( line 51-) $conf_embed_in_page = "index.php"

Extras

Improved the images by using transparent png's & different weapon images form the origianl script

Improved layout especially for vBa

You can mess with the settings in bf2_stats_config.php to give different output

Thanks to Brainpecker for the original script

Demo
Oapsquad

Show Your Support

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

Comments
  #42  
Old 10-05-2007, 10:03 PM
SirShaw SirShaw is offline
 
Join Date: Mar 2002
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does not work correctly in vb 3.6.7 or 3.6.8. Dont waste your time trying to install it.

UPDATE: does work with 3.6.7 and 3.6.8 needs some editing for the medals to display correctly

goto line 182 in bf2_stats_medals.php and find:

Code:
if(file_exists("$path/".$id."_$level".$ia.".png")) {
		$ret = "$path/".$id."_$level".$ia.".png";
	} else {
and change to
Code:
if(file_exists(" <<PUT YOUR PATH TO YOUR BF2STATS DIRECTORY HERE>> ".$path."/".$id."_".$level.$ia.".png")) {
		$ret = $path."/".$id."_".$level.$ia.".png";
	} else {

save, upload and images should work again for the awards.
Reply With Quote
  #43  
Old 11-19-2007, 11:29 PM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any support on this mod?
Reply With Quote
  #44  
Old 11-28-2007, 07:28 AM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anybody help me with this mod? I receive an error:
Fatal error: Call to a member function highLow() on a non-object in /..link to bf2_stats_tables.php/ on line 546
Reply With Quote
  #45  
Old 01-31-2008, 06:17 PM
gdavis480's Avatar
gdavis480 gdavis480 is offline
 
Join Date: Oct 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi I think I got it to work partially with Vbulletin 3.7.0 Beta 4, but when enter my Nick or PID 1 into it. It goes back to the same page of where I enter my Nick or PID 1.

http://www.onebigcommunity.net/index.php?page=bf2stats
Reply With Quote
  #46  
Old 02-07-2008, 12:51 AM
Tim_GPN Tim_GPN is offline
 
Join Date: May 2006
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod would be perfect for my clan, however i dont use vBAdvanced.

Is there a way i am able to use this mod without Advance, or do you know if there is a BF2 Stats mod which can be used for just vB forum board installations - just like another page such as Squad Rules?

Any info would be greatly appreciated.
Reply With Quote
  #47  
Old 02-09-2008, 11:44 AM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gdavis480 View Post
Hi I think I got it to work partially with Vbulletin 3.7.0 Beta 4, but when enter my Nick or PID 1 into it. It goes back to the same page of where I enter my Nick or PID 1.

http://www.onebigcommunity.net/index.php?page=bf2stats
It works fine for me on localhost with vB 3.7.0 b4 and vBa 3.0.0

check
Code:
$conf_add_to_url = "?page=bf2stats&";
in bf2_stats_config.php
Reply With Quote
  #48  
Old 02-10-2008, 04:17 AM
gdavis480's Avatar
gdavis480 gdavis480 is offline
 
Join Date: Oct 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It still doesn't work, cause this is where it goes after i enter my PID and click go. http://www.onebigcommunity.net/index...&input2=&go=go
when I enter this "?page=bf2stats&" into the bf2_stats_config.php.
Reply With Quote
  #49  
Old 02-10-2008, 01:27 PM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey - one more thing: looks like you uploaded mod to root dir, but you should do in bf2stats folder

EDIT: or maybe not?? but try this link: http://www.onebigcommunity.net/index...nput1=69383080 it works
and looks like i can help you with that//
Reply With Quote
  #50  
Old 02-10-2008, 11:15 PM
gdavis480's Avatar
gdavis480 gdavis480 is offline
 
Join Date: Oct 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it is in the bf2stats folder lol. but it reads the files as if it wasnt. its wierd
Reply With Quote
  #51  
Old 02-10-2008, 11:37 PM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My link works fine, so the problem is: in config.php and (or) maybe in form (tables.php)
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 06:00 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.06097 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
  • (3)bbcode_code
  • (1)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
  • (4)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