vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - New ibProArcade multiple CMPS-Module v2 (https://vborg.vbsupport.ru/showthread.php?t=160283)

stangger5 10-14-2007 10:00 PM

New ibProArcade multiple CMPS-Module v2
 
This was developed using vBulletin 3.6.8, vBadvanced CMPS v3.0 and
ibProArcade 2.6.5+ & 2.6.6+
This version should show the right date/time now..


This modification may not be copied, reproduced or published elsewhere without my permission.

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..

Heres a Demo..

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)

How to install:
1) Upload the arcade.module-File with vbAdvanced's AdminCP-Functions
admincp >> vBa CMPS >> Download / Upload Module,,
Select arcade.module file from your computer.
Select Style to install templates to..
After Rebuild Style Information ,,click "Continue" to activate this module on your CMPS pages.
Move to: Center Column,,then set the Order:


2) Import the product-ibProArcade_CMPS.xml-File,,Only,, if the arcade.module does not write the adv_portal_ibproarcade template.

Next versions will have more options..Stats and Touraments info..

If you have the older ibproarcade CMPS module v1 install,,all you need to do is overwrite the ibproarcade.module through your ftp,,using the one from ibProArcade CMPS v2 module.zip../modules/ibproarcade.module

Enjoy !!

Magnumutz 10-15-2007 07:21 AM

w00t, first install? :D
Btw, your screenshot can't be enlarged...

beanymonster 10-15-2007 06:17 PM

works great - thank you

Poppet 10-15-2007 07:38 PM

What sort of module should it be imported as ?

stangger5 10-15-2007 08:20 PM

admincp >> vBa CMPS >> Download / Upload Module >> Main Options

Module to Upload
Please select a .module file from your computer to upload.

Browse : arcade.module...

Khalid-B 10-15-2007 08:53 PM

dont understand this option ,, 1) Upload the arcade.module-File with vbAdvanced's AdminCP-Functions

can u explain plzzz??

Thanks

stangger5 10-15-2007 09:38 PM

Read the post above yours..

Wais 10-16-2007 06:04 PM

thx will try it out

Wais 10-16-2007 06:06 PM

i get
Warnung: Division by zero in /modules/ibparcade.php (Zeile 400)

stangger5 10-18-2007 04:55 PM

Quote:

Originally Posted by Wais (Post 1361732)
i get
Warnung: Division by zero in /modules/ibparcade.php (Zeile 400)

Wais had the older v1 installed..

You can upload the new v2 through your admincp/vBa CMPS/Download / Upload Module and overwrite when asked..

or

overwrite the ibparcade.module through your ftp with the one from ibProArcade CMPS v2 module.zip..
/modules/ibparcade.module

loonytune15 11-04-2007 02:24 AM

Uploaded and installed. Working good :)

SLY LS1 11-04-2007 08:59 AM

Quote:

Originally Posted by loonytune15 (Post 1375316)
Uploaded and installed. Working good :)

Me 2, works perfect

Cheers

ramco 11-04-2007 11:54 AM

*installed* working great

Thanksss

TheBlackPoet 11-07-2007 04:19 PM

its not keeping score... it works great,, but not keeping the score..

stangger5 11-08-2007 09:38 AM

The scores uses templates...
When installing,,it adds three new templates...

Do you have a default skin..??
When installing,, if you dont highlight every skin you use,,it wont add those templates to them..

stangger5 11-08-2007 09:40 AM

I just looked at your arcade....No one has played any games...You have to play a game and score something before it will show...

TheBlackPoet 11-09-2007 01:18 AM

whenever i install a hack.. i test it.. the reason why you dont see a score.. is the root of my problem... its not keeping score... not even when i play fro the menu......

stangger5 11-09-2007 09:33 AM

The arcade itself not keeping scores ???

TheBlackPoet 11-10-2007 01:29 AM

i figured out the issue... because i am using another index.php i needed to add the script that comes available in the arcade hack... so, your hack is fine... thanks..

iou1 11-12-2007 04:00 PM

Can someone please help?

I opened the module to follow the directions and I'm stuck before I even start!

"HERE YOU HAVE TO ADAPT YOUR SETTINGS"

Where do I do that? Where do I make all the changes???

m002.p 11-19-2007 03:30 PM

This is a great mod :D Installed thanks stangger!

However have a little question if I may, in the file ibparcade.php what code could I add to this below in order for the "newest games" listing to be randomised. In other words, can the code be modified to randomly select the desired amount of games specified in your mod from the set amount of "new games" in the arcade?

Code:

if ($games_new < $largelimit+1)
{
        $bigfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($big); $big++;
}
else
{
        $smallfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($small); $small++;
}


stangger5 11-20-2007 03:31 AM

Quote:

Originally Posted by iou1 (Post 1381089)
Can someone please help?

I opened the module to follow the directions and I'm stuck before I even start!

"HERE YOU HAVE TO ADAPT YOUR SETTINGS"

Where do I do that? Where do I make all the changes???

I need more info on what you did ??

stangger5 11-20-2007 03:37 AM

Quote:

Originally Posted by m002.p (Post 1385620)
This is a great mod :D Installed thanks stangger!

However have a little question if I may, in the file ibparcade.php what code could I add to this below in order for the "newest games" listing to be randomised. In other words, can the code be modified to randomly select the desired amount of games specified in your mod from the set amount of "new games" in the arcade?

Code:

if ($games_new < $largelimit+1)
{
        $bigfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($big); $big++;
}
else
{
        $smallfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($small); $small++;
}


m002.p ,,You dont have (marked as installed)..

You want random new games ??

The_Rayman 01-15-2008 06:08 PM

Hi Strannger05,

I tried to install it into my board, but when i upload the module in CMPS3.0 i get the message "Invalid Module Specified" ... also creating the module by hand give this error... any suggestions?

::additional info::
Had a small problem with the database, so reinstalled ibparcade. I removed all adv_portal_ibp* from the database, no errors on installation except the error above.

stangger5 01-16-2008 07:22 AM

I would just have to look and see if I could find the problem...

WwW.2ReHam.CoM 01-16-2008 01:08 PM

I use ibProArcade 2.6.5+ on my forum.
but when it wanna to submit the score, this ERROR appeared:
Quote:

Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

This score was not submitted from the game. Your score will not be saved
how can i FIX this error.
thanx A LOT :D.

stangger5 01-16-2008 08:00 PM

Quote:

Originally Posted by WwW.2ReHam.CoM (Post 1422508)
I use ibProArcade 2.6.5+ on my forum.
but when it wanna to submit the score, this ERROR appeared:


how can i FIX this error.
thanx A LOT :D.

Have you tried the edit in the INFO - vbadvanced or another Portal.text file ??
That file comes with the arcade..

The_Rayman 01-17-2008 09:10 AM

Quote:

Originally Posted by The_Rayman (Post 1422030)
Hi Strannger05,

I tried to install it into my board, but when i upload the module in CMPS3.0 i get the message "Invalid Module Specified" ... also creating the module by hand give this error... any suggestions?

::additional info::
Had a small problem with the database, so reinstalled ibparcade. I removed all adv_portal_ibp* from the database, no errors on installation except the error above.

Problem is solved. Issue with the database after move to a new server.
Fixed it by entering this query in the SQL databse:
Code:

ALTER TABLE `adv_modules` CHANGE `modid` `modid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
The "adv_modules" is the table which needs modification
The "modid" is the field to be adjusted

Use above command if there are database errors like these:
Invalid SQL:
Code:

INSERT INTO field_name .... etc etc

MySQL Error  : Duplicate entry '0' for key 1
Error Number : 1062


Be carefull... you're really "hacking" into the database!
Replace the table name and field according to your errors you receive.

This usually happens when a lock is on the field in teh database if I'm correct.

Also, a good link for database issues:

http://www.vbulletin.com/docs/html/

Cheers and thanks for the module!!!!

S7rik3R 01-19-2008 02:32 PM

Thanks for sharing this mod

*INSTALLED*

vgevolution 01-21-2008 03:59 PM

I love this module, despite the HUGE number of queries it adds. However, there's one thing missing I'd love to have:

Since I prune scores every so often, I'd like to have a section for top three high scorers of all time (not reset when scores are pruned), not just the current high score champs (is reset when scores are pruned) . It should be simple, so I may look into this myself, but I'm throwing it out there in case someone else already did this.

boomcar68 02-17-2008 08:38 PM

Hmm this is strange,i try to redo it 3 times but i dont get the same block as the demopage shows.
Can someone take a look at site and tell me what version i have!!!
I downloaded everything from here and used the new ibpro.php

Thanks in advance;)

stangger5 02-27-2008 08:29 AM

Theres not site to see..

The version thats posted here,,,is just like the images thats posted..

The ibProArcade multiple CMPS-Module in the demo has been redone and not posted anywhere yet...

jim6763nva 03-05-2008 05:13 AM

Thank you so much for this module!!! Works like a charm! :D I'm running vba 3.0 gold and vb 3.7.0 b5

Magnumutz 03-07-2008 02:37 PM

When i tried uploading the product .xml file, i got this error in the AdminCP:
Code:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
  • Bitfield Collision: prefixrequired = credits_cantearn


And this one on the portal:
Code:

Fatal error:  Cannot redeclare getgames() (previously declared in /path/to my forum/public_html/forum/modules/ibparcade.php:202) in /path/to my forum/public_html/forum/modules/ibparcade.php on line 202



stangger5 03-07-2008 05:04 PM

Quote:

Originally Posted by Magnumutz (Post 1459374)
When i tried uploading the product .xml file, i got this error in the AdminCP:
[code]A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed.

How did you install ??
You dont need the .xml file if it works..

2) Import the product-ibProArcade_CMPS.xml-File,,Only,, if the arcade.module does not write the adv_portal_ibproarcade template.

Can I have a look at your portal ??
I dont see a portal on your site..

Magnumutz 03-08-2008 03:18 AM

The portal is: http://arcademania.ro/portal.php



Later edit: nevermind... i managed to make it work.

stangger5 03-08-2008 10:07 AM

Quote:

Originally Posted by Magnumutz (Post 1459796)
The portal is: http://arcademania.ro/portal.php

Later edit: nevermind... i managed to make it work.

What did you do ??

Goomzee 04-05-2008 11:07 AM

wow great it;s works fine but it;s looks weird

Goomzee 04-06-2008 04:20 PM

Please Someone replay my above post i really need help

bigevil 04-13-2008 08:31 PM

Quick question about updating from MrZeroPage's mod to this one...

If I update, the directions are to upload the ibparcade.module from the ibProArcade CMPS v2 module.zip. There is no .module file in this zip there is only a php file. Is this what I upload via FTP and replace with the old php file?


All times are GMT. The time now is 03:32 PM.

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.01449 seconds
  • Memory Usage 1,828KB
  • 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
  • (6)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete