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
  #52  
Old 02-11-2008, 03:31 AM
gdavis480's Avatar
gdavis480 gdavis480 is offline
 
Join Date: Oct 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i got rid of all the errors except 1 but how do I get go button to go to the right link instead of going back to home page?
Reply With Quote
  #53  
Old 02-11-2008, 07:10 AM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try to re-upload all .php files.. after that change setting for mysql in bf2_stats_config.php
and on line #31 in bf2_stats_class.php:

Code:
$this->picsPath = "bf2stats/pics";
that's all. Please do not change any other setting
Reply With Quote
  #54  
Old 02-12-2008, 04:09 PM
Stryker412 Stryker412 is offline
 
Join Date: May 2005
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If we already had the stats program installed, should we start at adding as a module in VBA?
Reply With Quote
  #55  
Old 02-12-2008, 11:04 PM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Only as page
Reply With Quote
  #56  
Old 02-13-2008, 01:05 AM
Stryker412 Stryker412 is offline
 
Join Date: May 2005
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lane View Post
Hi Guys,

I have some issues here. I have it installed and setup, but can't get the links to work properly. I have the page up: http://www.servercommand.org/portal.php?pageid=bf2stats

Soon as you click the link to search it goes to the forums, index.php. I have my cmps set to portal.php and made the setting needed in the bf2_stats_config.php for the portal, but when you try to search it goes to the incorrect page.

Does anyone have any idea?
I am getting the same thing, were you able to fix this?
Reply With Quote
  #57  
Old 02-13-2008, 06:03 AM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change in config.php
Code:
$conf_add_to_url = "?page=bf2stats&";
to
Code:
$conf_add_to_url = "?pageid=bf2stats&";
or in vBa settings change pageid to page
Reply With Quote
  #58  
Old 02-13-2008, 10:25 AM
Stryker412 Stryker412 is offline
 
Join Date: May 2005
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by butch3r View Post
Change in config.php
Code:
$conf_add_to_url = "?page=bf2stats&";
to
Code:
$conf_add_to_url = "?pageid=bf2stats&";
or in vBa settings change pageid to page
Yep I already did that.

http://www.shatteredplanet.org/index...ageid=bf2stats
Reply With Quote
  #59  
Old 02-13-2008, 02:45 PM
uaiteam uaiteam is offline
 
Join Date: Feb 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please I need some help, I have vba cmps 3.0.0 and vbulletin 3.6.8, the installation works fine but when I imput the nick or id, it redirect me to my homepage and nothing happens. Whats wrong?

My site:www.uaiteam.com
Reply With Quote
  #60  
Old 02-13-2008, 05:15 PM
butch3r's Avatar
butch3r butch3r is offline
 
Join Date: Nov 2007
Location: Moscow, Russia
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stryker412 View Post
Quote:
Originally Posted by uaiteam View Post
Please I need some help, I have vba cmps 3.0.0 and vbulletin 3.6.8, the installation works fine but when I imput the nick or id, it redirect me to my homepage and nothing happens. Whats wrong?

My site:www.uaiteam.com
You both need to change vBa setting "Page Variable" from "pageid" to "page"

Looks like i'm developer of this mod

Offtop:
You can check my modification of subject at http://alcocrew.com/bf2/index.php
its not yet integrated cause of too many custom css parameters, but a lot of other work done
Reply With Quote
  #61  
Old 02-14-2008, 11:13 AM
uaiteam uaiteam is offline
 
Join Date: Feb 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx, it's working now.
One more thing, the images are not apearing, how can I fix these???????
Help
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 10:30 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.05034 seconds
  • Memory Usage 2,312KB
  • 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
  • (5)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
  • (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