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

Reply
 
Thread Tools
ibProArcade multiple CMPS-Module Details »»
ibProArcade multiple CMPS-Module
Version: 1.0, by MrZeropage MrZeropage is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-29-2006 Last Update: 04-30-2006 Installs: 258
Template Edits
Additional Files  
No support by the author.

This is a multiple CMPS-Module that is highly configurable

You can setup if each of the included Info-Boxes should appear or not, and how many Games/Scores each one should show.
This Module can be used as a center-Module displaying alot of information, or just a sidebar-Module with just one (or more) active Info-Boxes.

The Module can show:
* Latest Scores
* Latest Highscore-Champions
* Top X Highscore-Champions
* Random Game(s)
* newest Game(s)
* most popular Game(s)
* best rated Game(s)

Check the attached Screenshot for an example-view.

Please notive that there is no AJAX implemented in here, if somebody wants to extend this Module and add AJAX to the Random-Infobox at least, feel free to do so


This was developed today using vBulletin 3.5.4, vbAdvanced v2.1.0 and ibProArcade v2.5.5+


How to install:
1) Upload the .module-File with vbAdvanced's AdminCP-Functions
2) Import the .xml-File with vBulletin's Product-Manager



Enjoy

Show Your Support

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

Comments
  #112  
Old 10-15-2007, 08:34 AM
Phosphorus Phosphorus is offline
 
Join Date: Jan 2005
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phosphorus View Post
same here..
VB 3.6.8
CMPS V3 RC2
and no "latest scores" or "latest champions" are showing

link : http://a2a-guild.net/

help us please
OK forgot me - lol - done with that :
https://vborg.vbsupport.ru/showthread.php?t=160283
Reply With Quote
  #113  
Old 12-19-2007, 10:00 PM
rbrashear68 rbrashear68 is offline
 
Join Date: Nov 2007
Location: N.E. Texas
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having trouble with a few of the games:
Space Invaders
Hexxagon
Breakout
Moon Lander

The others all work fine. Any ideas?
Reply With Quote
  #114  
Old 12-22-2007, 05:30 AM
vgevolution vgevolution is offline
 
Join Date: Nov 2006
Location: Beyond the Looking Glass
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found a minor bug with ibparcade.php, in the modules folder. Since it treats latest scores as strings, it prints them in scientific notation (1.97e+6), if they're too large. To fix this display issue, find the following code:

Code:
$phrase = $phrase1;
and past the following BEFORE it:

Code:
$score['score'] += 0;
This will print your arcade's latest score in full numeric form.

Enjoy!
Reply With Quote
  #115  
Old 02-02-2008, 12:05 PM
jiffylb1's Avatar
jiffylb1 jiffylb1 is offline
 
Join Date: Aug 2006
Location: clearwater
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can you get this module to work with Vbportal system and not vbadvanced
is there away to make this module to work with it?
Reply With Quote
  #116  
Old 02-19-2008, 03:29 PM
jim6763nva's Avatar
jim6763nva jim6763nva is offline
 
Join Date: Oct 2005
Location: Virginia
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Games work fine, however this CMPS module is hosed. I'm getting the divide by zero errors about 14 times at the top of my site. I'm running vba 3.0 gold and vb 3.6.8 PL2

Just going to uninstall it till an update is available.

Great job on the games!!
Reply With Quote
  #117  
Old 02-23-2008, 10:03 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jim6763nva View Post
Games work fine, however this CMPS module is hosed. I'm getting the divide by zero errors about 14 times at the top of my site. I'm running vba 3.0 gold and vb 3.6.8 PL2

Just going to uninstall it till an update is available.

Great job on the games!!
You can find the update version here,,
New ibProArcade multiple CMPS-Module v2

Reply With Quote
  #118  
Old 03-05-2008, 05:05 PM
steven72555 steven72555 is offline
 
Join Date: Dec 2006
Location: USA
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: Division by zero in /modules/ibparcade.php on line 400
Reply With Quote
  #119  
Old 03-06-2008, 10:56 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steven72555 View Post
Warning: Division by zero in /modules/ibparcade.php on line 400
Read the post before yours to find the updated version...
Reply With Quote
  #120  
Old 05-01-2008, 03:59 AM
sinistergaming's Avatar
sinistergaming sinistergaming is offline
 
Join Date: Jan 2007
Location: WorldWide
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How Can I Get My Arcade tournaments up in cmps
Reply With Quote
  #121  
Old 05-12-2008, 11:02 PM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THis hack is not working - uninstalled. More work required.
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:30 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05927 seconds
  • Memory Usage 2,313KB
  • 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
  • (3)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
  • (1)pagenav_pagelinkrel
  • (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