vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

RichieBoy67 04-01-2005 03:23 PM

Will this work with VB3.07???

I got errors in my functionsonline file...

sim tech 04-01-2005 03:25 PM

I'm running 3.0.7 and have over 530 games installed... it all works great.

MissKalunji 04-01-2005 03:34 PM

Quote:

Originally Posted by RichieBoy67
Will this work with VB3.07???

I got errors in my functionsonline file...


yeah it does work....

Harry72 04-01-2005 03:42 PM

Quote:

Originally Posted by RichieBoy67
Will this work with VB3.07???

I got errors in my functionsonline file...

Yes. Works also very good with 3.07.

Might be an Installerror ?

Cheers

akramosama 04-01-2005 06:20 PM

Quote:

Originally Posted by Harry72
hmm... one solution is to do the step one from the install.php.

http://yourpath./forums/admincp/inst...php?do=stepone or so.

But only this step ! And if u have moded the arcade temps, the modifications will be deleted after this step.

That was the faster way.

U also can fix the arcade temps that u are have in the default style with notepad, editor, etc. And with this copys u can create the arcade temps for arcade in your new style. :nervous:

OMG, THANKYOU SO MUCH!

Harry72 04-02-2005 05:32 AM

Quote:

Originally Posted by akramosama
OMG, THANKYOU SO MUCH!

Hey, that`s no problem. :nervous:

xbaby 04-02-2005 01:57 PM

I have somes problem
Warning: Invalid argument supplied for foreach() in d:\www\includes\functions.php on line 2854

Warning: Invalid argument supplied for foreach() in d:\www\includes\functions.php on line 2854

Warning: Invalid argument supplied for foreach() in d:\www\includes\functions.php on line 2854

I am using localhost to test it !
thanks !

Lizard King 04-02-2005 02:28 PM

When I get into arcade.php i get my templates uncached. Is there a way to get them cached ?

xbaby 04-02-2005 02:39 PM

and I have this error
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in d:\www\includes\init.php on line 699
Parsing functions.php Time before: 1112459526.34 Time after: 1112459526.42 Time taken: 0.0852010250092

Warning: Invalid argument supplied for foreach() in d:\www\includes\functions.php on line 2854

Warning: Invalid argument supplied for foreach() in d:\www\includes\functions.php on line 2854

Warning: Invalid argument supplied for foreach() in d:\www\includes\functions.php on line 2854

help me

sim tech 04-02-2005 02:47 PM

What does your init.php look like around line 699?

xbaby 04-02-2005 02:53 PM

// field names for calendar permissions
$_BITFIELD['usergroup']['calendarpermissions'] = array(
'canviewcalendar' => 1, (This is the line 699)
'canpostevent' => 2,
'caneditevent' => 4,
'candeleteevent' => 8,
'canviewothersevent' => 16, // Set to no to make a "Private Calendar"

Help me !

sim tech 04-02-2005 03:05 PM

That looks like mine, thouh I have vbookie installed so that code is on a different line.

Did you doublecheck the init.php modifications?
PHP Code:

=================
includes/init.php
=================

Find:
___________________________________________________________________________________________

                
'stylecache'
            
), $specialtemplates);

???????????????????????????????????????????????????????????????????????????????????????????

Replace this with:
___________________________________________________________________________________________

                
'stylecache',
                
'arcadesettings'
            
), $specialtemplates);

???????????????????????????????????????????????????????????????????????????????????????????


Find:
___________________________________________________________________________________________

// get $usergroupcache array

???????????????????????????????????????????????????????????????????????????????????????????

Above thisadd:
___________________________________________________________________________________________

                
// get $arcadesettings
                
case 'arcadesettings':
                
$arcadesettings $storeitem['data'];
                break;

???????????????????????????????????????????????????????????????????????????????????????????


Find:
___________________________________________________________________________________________

// ----------------------------------------------------------
// ###  END PLUGIN USERGROUP PERMISSIONS BITFIELDS HERE   ###

???????????????????????????????????????????????????????????????????????????????????????????

Above thisadd:
___________________________________________________________________________________________

$_BITFIELD
['usergroup']['arcadepermissions'] = array(
    
'canviewarcade'            => 1,
    
'canplayarcade'            => 2,
    
'caneditscores'             => 4,
    
'candelscores'             => 8,
    
'canmakecomments'        => 16
);

???????????????????????????????????????????????????????????????????????????????????????????


Find:
___________________________________________________________________________________________

    
'warnall'           => 131072
);


???????????????????????????????????????????????????????????????????????????????????????????

Below thisadd:
___________________________________________________________________________________________

$_ARCADE 
= array(
    
'active'            => 1,
    
'netplay'            => 2,
    
'awardson'            => 4,
    
'quickreg'            => 8,
    
'autoprune'            => 16,
    
'highonly'            => 32,
    
'vbcodeon'            => 64,
    
'imgcodeon'            => 128,
    
'smilieson'            => 256,
    
'allowemail'        => 512,
    
'challengescores'        => 1024
);

$_ARCADEUSER = array(
    
'firstvisit'        => 1,
    
'settingschecked'    => 2,
    
'allowchallenges'    => 4,
    
'allowemails'        => 8
);

$_GAMESCHECK = array(
    
'active'            => 1,
    
'netplay'            => 2,
    
'playpanel'            => 4,
    
'challenabled'        => 8,
    
'showaward'            => 16
); 


stonericious 04-02-2005 03:09 PM

Hmm i have ucash ushop 95 b. I have tried to install this hack with ucash installed but, i get errors. Any ideas?

Harry72 04-02-2005 03:17 PM

Quote:

Originally Posted by xbaby
// field names for calendar permissions
$_BITFIELD['usergroup']['calendarpermissions'] = array(
'canviewcalendar' => 1, (This is the line 699)
'canpostevent' => 2,
'caneditevent' => 4,
'candeleteevent' => 8,
'canviewothersevent' => 16, // Set to no to make a "Private Calendar"


Help me !



// field names for calendar permissions
$_BITFIELD['usergroup']['calendarpermissions'] = array(
'canviewcalendar' => 1,
'canpostevent' => 2,
'caneditevent' => 4,
'candeleteevent' => 8,
'canviewothersevent' => 16, // Set to no to make a "Private Calendar"
); <----- is this also in your code (closing) ?

sim tech 04-02-2005 04:56 PM

Quote:

Originally Posted by stonericious
Hmm i have ucash ushop 95 b. I have tried to install this hack with ucash installed but, i get errors. Any ideas?

I have vbookie, ucash/ushop, and arcade installed & they work fine.

Though I do remember having to do a very slight mod. I believe it was where

'arcadesettings'
), $specialtemplates);


in the init.php was placed (and how it didn't quite match up to the instructions.

I think it was here: (make sure everything ends with a comma except the last array)
Quote:

$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
// ## <ucs>
'stylecache',
'utt_store_act',
// ## </ucs>
'vbookiesettings',
'arcadesettings'
), $specialtemplates);
}

FightRice.com 04-02-2005 08:14 PM

my images for the games have quit appearing on my forum. Does anyone have any idea what might have happened?

bing11 04-03-2005 03:42 AM

where I can get free games ?

xbaby 04-03-2005 03:44 AM

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in d:\www\includes\init.php on line 712
Parsing functions.php Time before: 1112503163.9 Time after: 1112503163.95 Time taken: 0.0473167896271


This is my init.php file :

Moderator Edit:
Never post entire vBulletin files!

Niceboy 04-03-2005 04:31 AM

Quote:

Originally Posted by bing11
where I can get free games ?


Contact me in MSN i will send u 600MB Of Arcade Game :)

rjordan 04-03-2005 05:53 AM

Quote:

Originally Posted by xbaby
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in d:\www\includes\init.php on line 712
Parsing functions.php Time before: 1112503163.9 Time after: 1112503163.95 Time taken: 0.0473167896271


This is my init.php file :

In line 710, put a comma after 32768.

FightRice.com 04-03-2005 07:20 AM

Quote:

Originally Posted by FightRice.com
my images for the games have quit appearing on my forum. Does anyone have any idea what might have happened?

Since it was the last post on the page, might have been over looked

xbaby 04-03-2005 11:48 AM

I don't know why It does not work !!!

bigwest 04-04-2005 04:44 AM

AWESOME addition thank you!!!

I did have the problem of the script only adding the templates in the style I was currently in. It was an easy fix but I bet that happens to a lot of folks.

Very, very cool!!!

bigwest 04-04-2005 05:24 AM

I am not sure if I want 600mb of games :)

Is there a place where you can download just the ones you want?

Magic-al 04-04-2005 06:07 AM

Hi all, i have spent countless hours trying to install ibproarcade, and have failed miserably.

Everything went well, untill i logged into the site to see the fruits of my labour.

Notice: Undefined index: sessdo in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\arcade.php on line 15

Notice: Undefined index: sessdo in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\arcade.php on line 22

All links ect are in place, all entries in control panel are there, but i just cant get things going.

If anyone can possibly help, i would very much appreciate it.

Thx in advance..

Magic

illusions 04-04-2005 06:26 AM

one question... is this hack compatible to 3.07 ?

Razz 04-04-2005 06:45 AM

Quote:

Originally Posted by illusions
one question... is this hack compatible to 3.07 ?

Yes :)

Magic-al 04-04-2005 07:13 AM

Razz, if you can help me solve my probs, ill kiss ya....

Notice: Undefined index: showuser in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\index.php on line 5

Notice: Undefined index: sessdo in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\arcade.php on line 15

Notice: Undefined index: sessdo in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\arcade.php on line 22

These errors seem to be popping up everywhere... :disappointed:

lairnoc 04-04-2005 12:56 PM

Is there anyone who can make this swf file ready for arcade?

http://www.123spelen.nl/111104/bubbleget1.swf

it rocks

CommunityZ 04-05-2005 04:17 PM

Where to download vb3 arcade games for vb3 arcade?

bigwest 04-05-2005 04:25 PM

Quote:

Originally Posted by CommunityZ
Where to download vb3 arcade games for vb3 arcade?

You can find some here....
https://vborg.vbsupport.ru/showthread.php?t=60666

Although I am still searching for a more functional list.

xbaby 04-06-2005 03:44 PM

Nike !!!
It' s cool
But , how can I add more game to Arcade ?

plubius 04-07-2005 11:09 AM

Excuse me if this sounds rude, but I think this hack has run its course. There have been no updates in quite a while. The hack's author no longer supports it as far as I can see.

Now, you do have some hacks that are great and this is one of them. The reason that they are great is that are considered to be useful and easy to install. The usefulness must consistent, and that is where this hack is lacking. I will explain.

Back when I first installed this hack games were plentiful because the hack author had a website where one could go and get games free of charge. Now the website is closed and the explanation given is one I find personally offensive. It states that because game seekers would not respect the copyrights of game authors then the site would be closed. Why do I find it offensive? It presumes all game seekers, myself included, have violated game creator's copyrights. It seeks to punish the whole for the sins of the few and I thought when I exited school and became an adult that sort of peer pressure discipline tactic was a thing of the past.

I say that if John does not want to support this hack any more then it should be removed so that people can choose another game hack that is being supported and that they can find games for.

msimplay 04-07-2005 11:15 AM

Quote:

Originally Posted by plubius
Excuse me if this sounds rude, but I think this hack has run its course. There have been no updates in quite a while. The hack's author no longer supports it as far as I can see.

Now, you do have some hacks that are great and this is one of them. The reason that they are great is that are considered to be useful and easy to install. The usefulness must consistent, and that is where this hack is lacking. I will explain.

Back when I first installed this hack games were plentiful because the hack author had a website where one could go and get games free of charge. Now the website is closed and the explanation given is one I find personally offensive. It states that because game seekers would not respect the copyrights of game authors then the site would be closed. Why do I find it offensive? It presumes all game seekers, myself included, have violated game creator's copyrights. It seeks to punish the whole for the sins of the few and I thought when I exited school and became an adult that sort of peer pressure discipline tactic was a thing of the past.

I say that if John does not want to support this hack any more then it should be removed so that people can choose another game hack that is being supported and that they can find games for.

Why should it be removed ?
There are loads of hacks that are unsupported and since these hacks are all for free why are we entitled to support ?
Theres a tutorial on how to add your own flash games to the arcade so why not use that ?

Either way theres two arcade hacks available and this one simply adds more choice

plubius 04-07-2005 11:27 AM

We are entitled to support when these major hacks are introduced and author states that he or she will support them. All of us have spent good money on our boards and want to insure that we have but the best hacks. The hack author, while not receiving monetary remuneration, is rewarded in several ways for a good hack. This is by donations and/or recognition.

I am way too busy to learn how to create games. Further, I installed this hack under the premise that games would be available for it. These other hacks that you speak of that are unsupported are not so highly sung as this one. The chances of someone installing a defective hack in that case are very low. However, everyone wants an arcade so they will install this one only to learn that there are no games for it.

No, as it stands, two arcades only leave us with one right choice and one wrong.

Pseudomizer 04-07-2005 12:38 PM

Quote:

Originally Posted by plubius
No, as it stands, two arcades only leave us with one right choice and one wrong.

I totally agree with plubius. I am scheduling a big remake of my site with the latest version of VBulletin and I will remove this hack. It was a GREAT hack and my members loved it. But now after some time they get used to all the games and I can not deliver any new games due to the shut down of the page.

And yes, you are right msimplay that I could sit down and develop some new games but I do not have the time to do this.

The only way to go is to install a new hack where new games will be added and to be honest, i would also pay a little amount of money to ensure to get the proper support and updates and new games rather then begging.

This hack was great but is out of date. This hack should not be removed but it should be clearly stated that this hack is not supported and will not be enhanced any more.

Cheers,

msimplay 04-07-2005 12:51 PM

Quote:

Originally Posted by Pseudomizer
I totally agree with plubius. I am scheduling a big remake of my site with the latest version of VBulletin and I will remove this hack. It was a GREAT hack and my members loved it. But now after some time they get used to all the games and I can not deliver any new games due to the shut down of the page.

And yes, you are right msimplay that I could sit down and develop some new games but I do not have the time to do this.

The only way to go is to install a new hack where new games will be added and to be honest, i would also pay a little amount of money to ensure to get the proper support and updates and new games rather then begging.

This hack was great but is out of date. This hack should not be removed but it should be clearly stated that this hack is not supported and will not be enhanced any more.

Cheers,

The checkbox at the top that says supported is not checked
however i do know games are available at another site
and has a great many games although at a price

I'm not having any problems with the hack and i get my new games via the paid site

Its currently the only hack that the arcade pass hack supports , I don't know what thats worth to anyone

This hack has had many addons as although many of them are intergrated by default in the new IBPRO arcade hack

Pseudomizer 04-07-2005 03:28 PM

Quote:

Originally Posted by msimplay
The checkbox at the top that says supported is not checked
however i do know games are available at another site
and has a great many games although at a price

I'm not having any problems with the hack and i get my new games via the paid site

Its currently the only hack that the arcade pass hack supports , I don't know what thats worth to anyone

This hack has had many addons as although many of them are intergrated by default in the new IBPRO arcade hack

Hi msimplay,

then please send me the link to this site via PM please.

Cheers,

rjordan 04-07-2005 10:31 PM

Who out there is qualified to say what is right or wrong for my site? Should hacks be pulled? Heck no! I just installed some hacks from over a year ago that never even got a response. Why? Because someone took the time to make something they thought would be enjoyable and it fit my site. Maybe one person does not think it should be there, but for me? I think they should all stay.

Opinions. Everyone has them. I respect that you have yours.

I will have something up soon that will allow game downloads. I have not had the time to do anything with it lately between work and home happenings, but it is almost ready. No, please do not ask for the games yet because they are not in a ready to go state. There are places out there to get games. A link will be posted when it is up.

Pseudomizer 04-07-2005 10:56 PM

Quote:

Originally Posted by rjordan
Who out there is qualified to say what is right or wrong for my site? Should hacks be pulled? Heck no! I just installed some hacks from over a year ago that never even got a response. Why? Because someone took the time to make something they thought would be enjoyable and it fit my site. Maybe one person does not think it should be there, but for me? I think they should all stay.

Very good point and i totally agree with you. I haven't thought about these arguments before. Very valid.

Cheers,

Pseudomizer


All times are GMT. The time now is 12:40 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.04854 seconds
  • Memory Usage 1,875KB
  • 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
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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