vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   (split) IPB pro arcade development (https://vborg.vbsupport.ru/showthread.php?t=95321)

hobbes747 11-08-2005 06:40 PM

Search complete, found 'if( !$mid )' 0 time(s). (0 files.)

nitro 11-08-2005 06:54 PM

what file are you seraching in ?

hobbes747 11-08-2005 06:56 PM

I searched the entire arcade folder. I even extracted it again as a whole to double check that it wasn't something that had been tweaked out.

MrZeropage 11-08-2005 07:08 PM

The Security-Fix is already implemented in the latest RC and should be in there since RC1 I guess.

nitro 11-08-2005 08:24 PM

Quote:

Originally Posted by hobbes747
I searched the entire arcade folder. I even extracted it again as a whole to double check that it wasn't something that had been tweaked out.

What do you have on line 20 of mod_report.php in /arcade/modules/ ?

Quote:

Originally Posted by MrZeropage
The Security-Fix is already implemented in the latest RC and should be in there since RC1 I guess.

RC2 and RC3 definately had that line but not RC4 that had the new line

Iv just checked the old 3.5 2.51 beta_2 and it seems to not be in there on that ver $mid appears 3 times in mod_report each line looks fine to me but im no union expert

18,19 and 86

hobbes747 11-08-2005 09:39 PM

Quote:

Originally Posted by nitro
What do you have on line 20 of mod_report.php in /arcade/modules/ ?

RC2 and RC3 definately had that line but not RC4 that had the new line

Iv just checked the old 3.5 2.51 beta_2 and it seems to not be in there on that ver $mid appears 3 times in mod_report each line looks fine to me but im no union expert

18,19 and 86


Code:

$user = $DB->fetch_row();
That url above does put out the hashed pw. Regardless of whether or not that can be used, that's more than I care to show. :nervous:

pspcrazy 11-08-2005 09:41 PM

Quote:

Originally Posted by JTyson
Yep i had the same issue, whats the storage method for you avatars?

May someone sned mte a pm with the links so i can beta test this? thanks.

MrZeropage 11-08-2005 10:00 PM

@hobbes747:
If you get this new version there will be no security-issue anymore.
You are currently not participating in the beta-test, so you got the original or modified ibProArcade, not the advanced one that is coming soon :)

@pspcrazy:
Sorry, currently there are enough testers, Release is about to come soon

beacher 11-09-2005 05:10 AM

Quote:

Originally Posted by beacher
Mrzero sent you a pm with the links ;)

MrZero and about this? have you got some news? ;)

Wordplay 11-09-2005 09:08 AM

can somebody explain the leagues to me? it says fix leagues, but how are leagues created? and what exactly are they? and where exactly are the scores for the tournaments stored? as they dont show up in the games_scores table.

Gemma 11-09-2005 09:21 AM

Quote:

Originally Posted by Wordplay
can somebody explain the leagues to me? it says fix leagues, but how are leagues created? and what exactly are they?

Leagues is the Leaderboard.

You pre-determine how many points a member scores for achieving a highscore,you can dedicate points for (upto) the top 10 positions in each games highscore chart. For example 1st Place - 10 points, 2nd place - 9 points and so forth..

The points are then accumulated to give an overall arcade champion (based on total points scored) and individual category champions (the person wit the best average ranking in all your categories will be the overall arcade category champion).

Fix leagues lets you run an updater to make sure all the leagues are up-to-date (like a cron job) - and should be run regularly or if you have jus moved games from one category to another

Hope that helps :)

Gemma

Wordplay 11-09-2005 09:30 AM

hey thanks alot for the quick response. that sure helped. do you also know:
Quote:

where exactly are the scores for the tournaments stored? as they dont show up in the games_scores table.

Gemma 11-09-2005 09:41 AM

Tournament scores are stored in the tournament_players table (in the rungscore field)

Snake 11-09-2005 11:07 AM

I have made a few limitations like post count requiered for the users and all I get is this error.

Quote:

There is a SQL error.
You can contact the board administrator by clicking here

Error Returned

mySQL query error: SELECT COUNT(pid) AS amount FROM forum_posts WHERE post_date>1131310800 AND author_id=43

mySQL error: Table 'mgsz_forum.forum_posts' doesn't exist
mySQL error code:
Date: Monday 07th of November 2005 11:27:36 PM

We apologise for any inconvenience

nitro 11-09-2005 11:09 AM

RC4.5: Leaderboard wont load in v3 skin as that skin appears to have no "function cat_select"

Fatal error: Call to undefined function: cat_select() in /home/bla/public_html/portal/forums/arcade/modules/mod_league.php on line 39

MissKalunji 11-09-2005 12:01 PM

Quote:

Originally Posted by Wordplay
can somebody explain the leagues to me? it says fix leagues, but how are leagues created? and what exactly are they? and where exactly are the scores for the tournaments stored? as they dont show up in the games_scores table.


where is that option??

ggiersdorf 11-09-2005 12:36 PM

Quote:

Originally Posted by darkworld
Leagues is the Leaderboard.

You pre-determine how many points a member scores for achieving a highscore,you can dedicate points for (upto) the top 10 positions in each games highscore chart. For example 1st Place - 10 points, 2nd place - 9 points and so forth..

The points are then accumulated to give an overall arcade champion (based on total points scored) and individual category champions (the person wit the best average ranking in all your categories will be the overall arcade category champion).

Fix leagues lets you run an updater to make sure all the leagues are up-to-date (like a cron job) - and should be run regularly or if you have jus moved games from one category to another

Hope that helps :)

Gemma

I had a better Idea on this and I hope someone could make this add-on or what not. Let users join a team team XBOX, team Sony, Team Nintendo for my forum or whatever and let them compete against the other groups and have something in the postbit for those teams like a trophy for a week that they are on team X.

Wordplay 11-09-2005 12:57 PM

Quote:

Originally Posted by MissKalunji
where is that option??

what option? you mean the leagues? there are no leagues it just stands for the leaderboard. it's under score tools.

ggiersdorf nice thought!

is there anyway to enable smilies in the arcade comments?

MrZeropage 11-09-2005 04:00 PM

Nice idea, but this should be an AddOn - or does anyone of you Testers get's this done within a short period then provide it to me for the final release :)

Sooner95 11-09-2005 04:37 PM

I myself would just put that stuff to addons.. You've done enuff and I think anything else would only delay the Final release.

Just my 2cents..

soniceffect 11-09-2005 04:43 PM

I agree with sooner95 ... better left for Addons now, ya done enough m8 .... Would be better to concentrate on perfecting the code, ensuring the avatars and v3importer is working etc, then once it`s release some of the coders can take the rains on providing addons for your excellent version of ibpro :)

hobbes747 11-09-2005 05:19 PM

Quote:

Originally Posted by MrZeropage
@hobbes747:
If you get this new version there will be no security-issue anymore.
You are currently not participating in the beta-test, so you got the original or modified ibProArcade, not the advanced one that is coming soon :)

Ok. Well, I got more of them overnight and the urls were formed differently, so I added this to my .htaccess.

Code:

RewriteEngine on

RewriteCond %{QUERY_STRING} ^(.*)union(.*)
RewriteRule ^.*$ http://127.0.0.1 [L]

Hopefully that will hold me over until this is done. I also added union to the excluded from search list so that no one gets the error using search.

micheal332001 11-09-2005 09:12 PM

Quote:

Originally Posted by MrZeropage
Nice idea, but this should be an AddOn - or does anyone of you Testers get's this done within a short period then provide it to me for the final release :)

I have made a league addon and the next version im making i will be intergreating into the arcade if that helps anyone.
But sadly this is not going to be a quick make of a new league im trying to add alot more things than the vbleague has now.
Like team vs team and so on.
But this would be a addon to the arcade not part of it but that could be done in newer versions of the arcade if mrzero wants it to be.

MrZeropage 11-09-2005 09:47 PM

Provide me anything that is finished yet, everything else should be AddOns for the ibProArcade-Release :)

@micheal332001 could you please check if PNfg are working in PopUp in RC4.5 ?

micheal332001 11-09-2005 10:24 PM

Quote:

Originally Posted by MrZeropage
Provide me anything that is finished yet, everything else should be AddOns for the ibProArcade-Release :)

@micheal332001 could you please check if PNfg are working in PopUp in RC4.5 ?

The none licensed pnflashgames work fine but the licensed games dont work as its not getting the license.

ok mrzero i have this problem with the arcade.

Here is a game i played im called mmilton67uk here

best score of all time
mmilton67uk
with a score of 1736
actual Highscore Champion
didy212
with a score of 557
your highest score
Your High Score: N/A

as you can see it says i have not played the game but i have and the champ is wrong and the best score is right.
Any ideas

MissKalunji 11-09-2005 10:39 PM

Quote:

Originally Posted by micheal332001
The none licensed pnflashgames work fine but the licensed games dont work as its not getting the license.

ok mrzero i have this problem with the arcade.

Here is a game i played im called mmilton67uk here

best score of all time
mmilton67uk
with a score of 1736
actual Highscore Champion
didy212
with a score of 557
your highest score
Your High Score: N/A

as you can see it says i have not played the game but i have and the champ is wrong and the best score is right.
Any ideas


is there any free one? caz im not really whilling of paying 40$ for one game :nervous:

Paul_Hollibone 11-09-2005 11:41 PM

I just wamt to know, for us Beta Testers to install games, are there any games we can install to make sure the installer system is functioning properly?

Kacela 11-10-2005 12:27 AM

Quote:

Originally Posted by Paul_Hollibone
I just wamt to know, for us Beta Testers to install games, are there any games we can install to make sure the installer system is functioning properly?

There are hundreds of games that have been converted and tarred and are ready for installation at http://www.ipbarcadegames.com/ These are generally free versions of flash games available on the Internet, but have been "tweaked" to submit the score correctly to the Arcade. I have close to 200 games in my arcade from there. I've also learned how to convert my own Flash Games using guides and tool suggestions from that site.

Boofo 11-10-2005 01:55 AM

Quote:

Originally Posted by Kacela
There are hundreds of games that have been converted and tarred and are ready for installation at http://www.ipbarcadegames.com/ These are generally free versions of flash games available on the Internet, but have been "tweaked" to submit the score correctly to the Arcade. I have close to 200 games in my arcade from there. I've also learned how to convert my own Flash Games using guides and tool suggestions from that site.

First, what do you use to convert them? And anything I might be interested in? Please PM me with any details. ;)

MrZeropage 11-10-2005 05:01 AM

Quote:

Originally Posted by micheal332001
The none licensed pnflashgames work fine but the licensed games dont work as its not getting the license.

But this is only meant for the PopUp-play, isn't it ? If you play in the main window everything is ok I guess ... Please confirm :) thx

Quote:

ok mrzero i have this problem with the arcade.

Here is a game i played im called mmilton67uk here

best score of all time
mmilton67uk
with a score of 1736
actual Highscore Champion
didy212
with a score of 557
your highest score
Your High Score: N/A

as you can see it says i have not played the game but i have and the champ is wrong and the best score is right.
Any ideas
This is OK :)

You got the highest score of all time in that game, this is stored as long as it gets beaten. The score itself seems to be pruned by the autoprune-function, so there is no "your highest score" as this data is not stored seperatly but gets queried from the scores stored in the DB.

Please check, I guess autopruning is activated and your score of 1736 is no more in the scores-DB


Just confirm or let me know this is another bug *anxious* ;)

Okie 11-10-2005 06:24 AM

is v3arcade game going to work in this version aslo the email notify that v3arcade is add in this verison ?

micheal332001 11-10-2005 08:55 AM

Quote:

Originally Posted by Okie
is v3arcade game going to work in this version aslo the email notify that v3arcade is add in this verison ?

Yes v3arcade games work in this too.

Quote:

Originally Posted by MrZeropage
But this is only meant for the PopUp-play, isn't it ? If you play in the main window everything is ok I guess ... Please confirm :) thx

This is OK :)

You got the highest score of all time in that game, this is stored as long as it gets beaten. The score itself seems to be pruned by the autoprune-function, so there is no "your highest score" as this data is not stored seperatly but gets queried from the scores stored in the DB.

Please check, I guess autopruning is activated and your score of 1736 is no more in the scores-DB


Just confirm or let me know this is another bug *anxious* ;)

Oh yes i do have that on i see what you mean now.
Yes the licensed games work great if you play them in the main wondow just not in a popup.

MrZeropage

Could you cange the tournaments so that the admin can make the tournaments
With out adding the players to it.
Then the players would have to click a signup button to enter that tournament.
As that would be the better way to have the tournaments to work.

ggiersdorf 11-10-2005 10:23 AM

Mr. Zero I PM you this, but whenever someone beats your Highscore it changes your PM popup window settings. I have DO NOT SHOW POPUP for new PM in my user preferences, but when someone beats my score. It changes it automatically.

Very annoying..

MrZeropage 11-10-2005 11:19 AM

@ggiersdorf
I found this issue and fixed it for the "gold"-release.

@micheal332001
I will fix that PNfg-popup-play-problem ;)

The Tournament-Things is a good idea, but would delay the Release too much.
This should be an AddOn or something for the next "ibProArcade 2.6+" or something like that :)

fly 11-10-2005 11:31 AM

Quote:

Originally Posted by Boofo
First, what do you use to convert them? And anything I might be interested in? Please PM me with any details. ;)

I have about 1,000 games tarrd. Let me see how much bandwidth I have and I'll try to get a download up.

Sooner95 11-10-2005 11:39 AM

Quote:

Originally Posted by flypaper
I have about 1,000 games tarrd. Let me see how much bandwidth I have and I'll try to get a download up.

that would be cool..

Kacela 11-10-2005 03:05 PM

Quote:

Originally Posted by Boofo
First, what do you use to convert them? And anything I might be interested in? Please PM me with any details. ;)

To edit the flash files. I bought Sothink SWF Quicker v1.6 - it works well most of the time, but with more complicated games like the scrolling shooter game "RaidenX", it'll let you edit it to submit the score, but when the .fla is "exported" (recompiled) to .swf, it somehow corrupts the game, in RaidenX's case, it made the Boss at the end of level one unbeatable. There are better tools called "Buraks", but I don't have the money to purchase their toolkit yet. :(

Wordplay 11-10-2005 03:29 PM

Quote:

Originally Posted by MrZeropage
@ggiersdorf
I found this issue and fixed it for the "gold"-release.

@micheal332001
I will fix that PNfg-popup-play-problem ;)

The Tournament-Things is a good idea, but would delay the Release too much.
This should be an AddOn or something for the next "ibProArcade 2.6+" or something like that :)

are you gonna enable smilies in the comments for the gold release?

Sooner95 11-10-2005 03:44 PM

Seems bout everything has been fixed for Gold, only one I havnt seen, or maybe i missed it, the bug found when instlling v3games from zip in admincp? Has this been addressed, or is it being addressed?

micheal332001 11-10-2005 05:03 PM

Quote:

Originally Posted by Kacela
To edit the flash files. I bought Sothink SWF Quicker v1.6 - it works well most of the time, but with more complicated games like the scrolling shooter game "RaidenX", it'll let you edit it to submit the score, but when the .fla is "exported" (recompiled) to .swf, it somehow corrupts the game, in RaidenX's case, it made the Boss at the end of level one unbeatable. There are better tools called "Buraks", but I don't have the money to purchase their toolkit yet. :(

Decompiling of a swf file is against copyrights and should not be done at all with out the authors concent.
With all pnflashgames none of them have been done this way as they only use the fla files for games.
And most of the games used are open source files.


All times are GMT. The time now is 05:17 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.03600 seconds
  • Memory Usage 1,852KB
  • 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
  • (2)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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