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)

GrendelKhan{TSU 11-04-2005 11:21 PM

Quote:

Originally Posted by darkworld
This is answered many times on www.ibproarcade-vb.com

Gemma

*Though I would wait until this version is released ;) :)

thanks! yah. but I already have at something something running in the meantime ;) and who knows when it'll actually be released.

i'm proably going with whoever releases first at this point. :ermm:

stlmike 11-05-2005 12:37 AM

3 out of 4 files in functions dir are ibp files. tar.php is ok to use since it says so...

Huijting 11-05-2005 04:57 PM

Come on MrZeropage , don't give up on us now

Rob :disappointed:

Dadoo 11-05-2005 06:04 PM

Quote:

Originally Posted by darkworld
This is answered many times on www.ibproarcade-vb.com

Gemma

*Though I would wait until this version is released ;) :)

"www.ibproarcade-vb.com is not foundable"

you've got an explain ..? site is actually unavailable

Snake 11-05-2005 06:09 PM

It's working fine here.

Rover416 11-05-2005 07:10 PM

Not working for me either.

Tried in IE,Firefox and Opera.

Snake 11-05-2005 07:17 PM

Ah it's not working now. Weird.

dina 11-05-2005 10:53 PM

I don't see any remarks being made on the recent exploit they have found in the mod (it involves index.php and the ability to extract the password for any member on the board by entering a sql query in the URL ending with user id).
I saw this on a newsgroup today, but haven't seen it here so far.

JTyson 11-06-2005 01:42 AM

Quote:

Originally Posted by dina
I don't see any remarks being made on the recent exploit they have found in the mod (it involves index.php and the ability to extract the password for any member on the board by entering a sql query in the URL ending with user id).
I saw this on a newsgroup today, but haven't seen it here so far.

So what are you going to do with a password thats encrypted? this mod uses the same user table as vbull so the same password security applies.

nitro 11-06-2005 06:10 AM

Quote:

Originally Posted by stlmike
3 out of 4 files in functions dir are ibp files. tar.php is ok to use since it says so...

Since it says so... says what ?

Are these files ibp files or ibp Arcade files ?

Please be clear about what your saying

MrZeropage 11-06-2005 06:38 AM

Quote:

Originally Posted by stlmike
Zero why would u say you wrote the popup? Which you didnt. I think its wrong that you taking credit for somethang you didnt write.

I just commented that popup-code with // and wrote "by Zeropage" to make myself find that commentation later :)

Look here:
Code:

case 'playfull':
$this->arcade->play_game_authorize();
$this->playfull();
// popup by MrZeropage
// $this->playpopup();

It now is using the playfull() from ibproarcade-vb.com which is not done by me.
I just tested a modified script named "playpopup" and as this did not work the way I wanted it, I commented this out. This was just a "try in development" to make the popup-window close after finishing the game but I did not manage that yet.

No stealing or anything like that :) and please also keep in mind that there are several remarks in the code to help me find the places I need during the current development-phase, so don't take my internal marks and comments too serious ;) -> this is a dev-preview !

Quote:

Originally Posted by stlmike
3 out of 4 files in functions dir are ibp files. tar.php is ok to use since it says so...

The only files that were complained about was the ones from /admincp to be original IPB-files, if there are others now appearing I will check this out and fix that matter...
Anyway in RC4 there is no more need of that "parser.php" so one file less - please provide me information about the two left (dbclass.php and functions.php) if they are original IPB-Files, as I can not find any of them in the IPB's I can look at (2.0.x and 1.1.x, sorry have no other version here) and there is no information within the files itself about being IPB-files



Anyway, RC4 will be spread within the next 30 minutes ... :cool:

Huijting 11-06-2005 06:56 AM

Go MrZeropage Go :squareeyed:

Waiting for next version :-)

MrZeropage 11-06-2005 07:20 AM

You've got PM :cool:

soniceffect 11-06-2005 07:40 AM

MrZeropage ... Top man :)

Any chance of a beta test? ;) ... don`t get nothing without askin nowadays LOL

Paul_Hollibone 11-06-2005 08:00 AM

I would also like to test it out MR Marcel Zero Page.

I have made a request a few pages ago.

soniceffect 11-06-2005 09:38 AM

Hmmm .. install don`t work :( .... sure its a simple prob :) Believe in the zeropage :D

Thanks for the betatest

Paul_Hollibone 11-06-2005 09:58 AM

You guys must really hate me.

soniceffect 11-06-2005 10:04 AM

@ paul

Nah ..... can`t see that m8 :) ....

@MrZeropage

Seems it`s not adding a field on installation for 3.5.1 in the usergroup table. Check your pm`s for details m8 ... easy fix ;)

ggiersdorf 11-06-2005 11:49 AM

we need a thread for problems Zero.. Im getting this when going into the Admin CP

and clicking on usergroups or pathing to the arcade manually

mySQL query error: SELECT m.userid, m.username, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp,
m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.adminpermissions AS is_admin,
g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
FROM user AS m
LEFT JOIN usergroup AS g
ON (m.usergroupid = g.usergroupid)
WHERE userid=1 LIMIT 0, 1

mySQL error: Unknown column 'g.ibpa_cats' in 'field list'
mySQL error code:
Date: Sunday 06th of November 2005 07:42:54 AM

Version 3.5.0 fresh install. Anyone else had this and have the fix?!

soniceffect 11-06-2005 12:18 PM

Temp fix for any of the beta testers having this problem ...

WARNING:- I do not know if 'int' is the correct fieldtype, just guessing, so this may need changing once zero has sorted this problem ... Use this fix only if you know what you are doing.


run this query
Code:

ALTER TABLE `usergroup` ADD `ibpa_cats` INT NOT NULL

micheal332001 11-06-2005 12:29 PM

Quote:

Originally Posted by ggiersdorf
we need a thread for problems Zero.. Im getting this when going into the Admin CP

and clicking on usergroups or pathing to the arcade manually



mySQL query error: SELECT m.userid, m.username, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp,
m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.adminpermissions AS is_admin,
g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
FROM user AS m
LEFT JOIN usergroup AS g
ON (m.usergroupid = g.usergroupid)
WHERE userid=1 LIMIT 0, 1

mySQL error: Unknown column 'g.ibpa_cats' in 'field list'
mySQL error code:
Date: Sunday 06th of November 2005 07:42:54 AM


Version 3.5.0 fresh install. Anyone else had this and have the fix?!


Hi there you need to run this in your phpmyadmin

PHP Code:

 ALTER TABLE `usergroupADD `arcade_pmactivetinyint(1NOT NULL default '1';
 
ALTER TABLE `usergroupADD `ibpa_catsMEDIUMTEXT 

Remember to put your prefix in

Boofo 11-06-2005 12:41 PM

Ok, Zero, where's my beta copy at? :(

MissKalunji 11-06-2005 01:25 PM

Quote:

Originally Posted by micheal332001
Hi there you need to run this in your phpmyadmin

PHP Code:

 ALTER TABLE `usergroupADD `arcade_pmactivetinyint(1NOT NULL default '1';
 
ALTER TABLE `usergroupADD `ibpa_catsMEDIUMTEXT 

Remember to put your prefix in


it doesnt work.....

Thats what i get and its on an upgrade

Quote:

mySQL query error: SELECT m.userid, m.username, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp,
m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.adminpermissions AS is_admin,
g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
FROM user AS m
LEFT JOIN usergroup AS g
ON (m.usergroupid = g.usergroupid)
WHERE userid=1315 LIMIT 0, 1

mySQL error: Unknown column 'm.arcade_pmactive' in 'field list'
mySQL error code:
Date: Sunday 06th of November 2005 10:25:24 AM
found the bug :


it didnt execute this : $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD arcade_pmactive tinyint(1) DEFAULT '1' NOT NULL");
$

4number8 11-06-2005 01:39 PM

I would be more than greatful to test it out also...can't wait for the final finished version.

Huijting 11-06-2005 01:42 PM

Aaarghh,

Got it working , i think

I changed the code :

ALTER TABLE `usergroup` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

to :

ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

For now it works for me

Wordplay 11-06-2005 01:49 PM

is there no challange system in ipb arcade? :(

Huijting 11-06-2005 02:10 PM

To get my arcade announcement working again i also added :

Code:

ALTER TABLE `games_settings` ADD `announcement_parsed` text NOT NULL ;
Rob

nitro 11-06-2005 02:36 PM

Quote:

Originally Posted by Huijting
Aaarghh,

Got it working , i think

I changed the code :

ALTER TABLE `usergroup` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

to :

ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

For now it works for me

This would appear to be correct to me as its what I did a while ago having suffered the same issue. not sure on the Annoucements bit they are not showing in the arcade but they are elsewhere on my own mods ? Only just noticed this after reading the post.

tcs 11-06-2005 02:54 PM

Can I download RC4?

MissKalunji 11-06-2005 03:02 PM

Quote:

Originally Posted by Wordplay
is there no challange system in ipb arcade? :(


theres a tournement it hink it sthe same

MrZeropage 11-06-2005 03:28 PM

Sorry for that trouble with the Database-Tables, will provide a fixed XML soon.

Yes, Tournaments with 2 Players are somewhat the "challenge" from v3arcade, by now this can be initiated by any Arcade-Mod or an Administrator.

Maybe a simple "challenge another player" will come as an AddOn later

MrZeropage 11-06-2005 04:58 PM

I apologize for the errors in RC4-Installer, so I will spread a fixed RC4.5 within the next 30 minutes...

Snake 11-06-2005 05:09 PM

OK that's cool but when is the final version to be released? I'm sick of those RC versions man.

ggiersdorf 11-06-2005 05:13 PM

Mr.Zero, Could you make a small adjustment to the Postbitlegacy or POstbit section.

Right now it allows standard (which Piles them up/down on postbit)
Horizontal and vertical scrolling.

Could you please make or help me make a better solution for many of us.

Have them line up left to right 1 or 2 spaces apart with no text but just the aracde icon (clickable to the game) and when you hover over it it says Pacman champ score: 1000

this allows multiple awards on the postbit without scrolling etc, and makes it look MUCH nicer in my view.

Hope you understand this request if not I can make a drawing..

Otherwise its sweet as HELL..

Huijting 11-06-2005 05:17 PM

Quote:

Originally Posted by MrZeropage
I apologize for the errors in RC4-Installer, so I will spread a fixed RC4.5 within the next 30 minutes...


Are the changes I posted the only errors ??? or am i missing something else ??

Thnx

Rob

kylek 11-06-2005 06:02 PM

Quote:

Originally Posted by MrZeropage
I apologize for the errors in RC4-Installer, so I will spread a fixed RC4.5 within the next 30 minutes...

Will RC4.5 be out soon, just trying to plan the rest of my day.
Thanks.

MrZeropage 11-06-2005 06:13 PM

Gimme 5 Minutes ... Preparing PM

Snake 11-06-2005 06:17 PM

Hey me too, Zero. I would like to install and beta test it. ;)

ggiersdorf 11-06-2005 06:33 PM

FIles are fixed now looking good, anyone who can tell me about the above request 4 posts up let me know please!?

MrZeropage 11-06-2005 06:41 PM

I know what you mean, I will check this out and maybe implement in the next version (which hopefully means to be the final release)


All times are GMT. The time now is 11:33 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.01894 seconds
  • Memory Usage 1,835KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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