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)

digitalSite 09-23-2005 05:58 AM

Well, it's "almost" what I'm looking for....I think wasn't clear in my previous post. What I am looking for is, if I have 20-30 games, but only 10 are showing, how do I navigate to the next page? So although i have more than 10 games installed, I am only able to view the first page. Several people in the forums have asked this question and they either did not get a response, or was referred to search the forums. I have been searching for two hours now, and cannot find the answer. I also reviewed my arcade files to make sure everything was installed correctly. The games work perfectly, but I am stuck on the first page only, I would like to be able to see the rest of the games.

I do not see a "Next Page" link anywhere. I've checked settings in admincp and user settings, etc. Am I missing a link somewhere?

Thanks.

SupraT 09-23-2005 07:18 AM

Quote:

Originally Posted by digitalSite
Well, it's "almost" what I'm looking for....I think wasn't clear in my previous post. What I am looking for is, if I have 20-30 games, but only 10 are showing, how do I navigate to the next page? So although i have more than 10 games installed, I am only able to view the first page. Several people in the forums have asked this question and they either did not get a response, or was referred to search the forums. I have been searching for two hours now, and cannot find the answer. I also reviewed my arcade files to make sure everything was installed correctly. The games work perfectly, but I am stuck on the first page only, I would like to be able to see the rest of the games.

I do not see a "Next Page" link anywhere. I've checked settings in admincp and user settings, etc. Am I missing a link somewhere?

Thanks.

It should be located on the lower right of the main arcade page and would display page 1 2 3 etc.

digitalSite 09-23-2005 03:37 PM

Yup, I read that I should see that...unfortunately, it doesn't show. I checked in IE and Firefox, nothing. I even opened up my arcade.php and checked the code to see if I changed anything...i replaced my arcade.php with a fresh copy from the zip file - still nothing. Any ideas?

Thanks :)

SupraT 09-24-2005 05:13 AM

Quote:

Originally Posted by SupraT
I can't seem to figure out where I have gone wrong. I check the file and see nothing wrong with edits..... when I replace with original functions.php file forums and arcade works with the exception of the images.



PHP Code:

Parse errorparse errorunexpected T_CONSTANT_ENCAPSED_STRING in /home/clanspy/public_html/forums/includes/functions.php on line 2018 


Any help on this??? Could use some, thanks !

adill420 09-24-2005 07:11 PM

ok so i added a new template..did the install so it would install templates but it appears the templates haven't been install..arcade.php shows a blank page..any ideas guys?

digitalSite 09-24-2005 08:54 PM

Quote:

Yup, I read that I should see that...unfortunately, it doesn't show. I checked in IE and Firefox, nothing. I even opened up my arcade.php and checked the code to see if I changed anything...i replaced my arcade.php with a fresh copy from the zip file - still nothing. Any ideas?

Thanks
YES!!!!!!!!!!!! I figured it out!!!!

For those of you who don't see the page navigation at the bottom of the Arcade pages it's because of the following:

I used to have the previous version of the arcade and *thought* I deleted all the files...and then I had followed the "fresh install" instructions. Well, looking around some files i decided to read what the upgrade instructions had and decided to follow those intead. After applying ALL the changes of the upgrade instructions, my Arcade finally showed the page navigation...

So I guess even though I did a fresh install, I still had a partially-old arcade and that's why I didn't see the page nav.

I hope this helps someone else in the future...man, I'm glad this is over. :)

digitalSite 09-24-2005 08:55 PM

Quote:

Originally Posted by adill420
ok so i added a new template..did the install so it would install templates but it appears the templates haven't been install..arcade.php shows a blank page..any ideas guys?

Try running the install again, that happened to me too :)

adill420 09-24-2005 09:47 PM

Quote:

Originally Posted by digitalSite
Try running the install again, that happened to me too :)


tried several times nothing..i just rechecked and it appears that the templates are not being installed for some reason..

Gunshot 09-25-2005 01:13 AM

Quote:

Originally Posted by adill420
tried several times nothing..i just rechecked and it appears that the templates are not being installed for some reason..


open up the install file and manually install the templates

LEAD_WEIGHT 09-25-2005 03:16 AM

*Deleted Games

lttcoder 09-25-2005 07:41 AM

Has anyone tried installing this on VB 3.5 RCx?

evesve 09-25-2005 07:46 AM

I have v3 Arcade on RC1.
Works fine.
Some problem with tours but I donĀ“t need the tours.

rjordan 09-25-2005 11:09 AM

Quote:

Originally Posted by evesve
I have v3 Arcade on RC1.
Works fine.
Some problem with tours but I don?t need the tours.

v3arcade will currently not run on v3.5. I believe you have ibProArcade installed.

TheMoose 09-25-2005 06:03 PM

Quote:

Originally Posted by rjordan
v3arcade will currently not run on v3.5. I believe you have ibProArcade installed.

I'm running 3.0.8, but when I click on arcade nothing happens?

http://epsilon.asmallorange.com/~mob...rums&styleid=4

Yes. Arcade.php is on my server?

SupraT 09-25-2005 07:59 PM

Quote:

Originally Posted by SupraT
I can't seem to figure out where I have gone wrong. I check the file and see nothing wrong with edits..... when I replace with original functions.php file forums and arcade works with the exception of the images.



PHP Code:

Parse errorparse errorunexpected T_CONSTANT_ENCAPSED_STRING in /home/clanspy/public_html/forums/includes/functions.php on line 2018 


I checked and rechecked all the mods to files and no errors.

One of the mods or coders give me some advise here please!!

Kalipo 09-25-2005 09:10 PM

can someone help please

im getting this error on all pages when hack is complete..

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998


this is the code, as i say it only does it when the arcade is installed..

$returndate = $vbphrase['1_minute_ago'];
}
else
{
$returndate = construct_phrase($vbphrase['x_minutes_ago'], intval($timediff / 60));
}
}
else if ($timediff < 7200)

epaulmiller 09-26-2005 01:18 AM

I modified every file except functions.php because I got an error with it when putting in one line of code at Line 3679:
$stylevar['imgdir_arcade'] = "images/arcade";

The error said:
PHP Parse error: parse error in d:\home\hnt22b162\forums\includes\functions.php on line 2018

Line 2018 is:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";

(Without changing functions.php) I was able to modify every file, add every template, install the arcade, modify the navbar, etc. but when I uploaded the modified functions.php, nothing would work at all and I'd get the same error, no matter what page I tried to open.

The only problem I have is the images on the Arcade do not show up because it doesn't know where the arcade images directory is.

Any suggestions?

SupraT 09-26-2005 06:31 AM

Quote:

Originally Posted by epaulmiller
I modified every file except functions.php because I got an error with it when putting in one line of code at Line 3679:
$stylevar['imgdir_arcade'] = "images/arcade";

The error said:
PHP Parse error: parse error in d:\home\hnt22b162\forums\includes\functions.php on line 2018

Line 2018 is:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";

(Without changing functions.php) I was able to modify every file, add every template, install the arcade, modify the navbar, etc. but when I uploaded the modified functions.php, nothing would work at all and I'd get the same error, no matter what page I tried to open.

The only problem I have is the images on the Arcade do not show up because it doesn't know where the arcade images directory is.

Any suggestions?

I have same exact experience. Not sure what I am missing, but something isn't correct.

HormZ 09-26-2005 10:51 AM

When in Arcade and I click on Your Settings, this error message appears:

Parse error: parse error, unexpected $ in /home/rbruce/public_html/forumdb/profile.php on line 2665

How do I fix it?

:surprised:

epaulmiller 09-26-2005 12:47 PM

Quote:

Originally Posted by SupraT
I have same exact experience. Not sure what I am missing, but something isn't correct.

One of my buddies noticed that all the images were looking for themselves in the root directory. I posted my images there and everything works fine now.

Right-Click on your images and look at the properties and see if yours is doing the same thing.

SupraT 09-26-2005 01:30 PM

Quote:

Originally Posted by epaulmiller
One of my buddies noticed that all the images were looking for themselves in the root directory. I posted my images there and everything works fine now.

Right-Click on your images and look at the properties and see if yours is doing the same thing.

True, but the images shouldn't be there and creates a messy root. That direction needs to be there and worked in the previously installation of the hack. I would like to find out how to get it to work without the error and the images reside in the "image" directory and not root.

epaulmiller 09-26-2005 01:37 PM

Quote:

Originally Posted by SupraT
True, but the images shouldn't be there and creates a messy root. That direction needs to be there and worked in the previously installation of the hack. I would like to find out how to get it to work without the error and the images reside in the "image" directory and not root.


I agree, ......but until someone replies.....haha

Also, any new games you add, if you want to try this for now, make sure you put in the root and in the images. If someone has a high score, and you have that under their name when they post, it will point to the images folder, not the root.

I am subscribed, to your and mine, so hopefully someone will reply and we can fix it.

PJSkiboy 09-28-2005 10:11 AM

Can NOT believe I got all that installed correctly the first time. GREAT instructions. Thanks a ton!

Question on adding new games:

I understand where to upload the .swf files and the .gif files, but where does the .php file for the game go exactly?

thenetbox 09-28-2005 01:14 PM

"vb 3.5 almost" is out :D . hopefully "v3arcade almost" is here too :)

LEAD_WEIGHT 09-28-2005 05:58 PM

*Deleted Games

LEAD_WEIGHT 09-28-2005 07:05 PM

Other Links
Code:

https://vborg.vbsupport.ru/attachment.php?attachmentid=16075
https://vborg.vbsupport.ru/showpost.php?p=464439&postcount=130
https://vborg.vbsupport.ru/showpost.php?p=465436&postcount=350
https://vborg.vbsupport.ru/showpost.php?p=465471&postcount=359
https://vborg.vbsupport.ru/showpost.php?p=466001&postcount=469
https://vborg.vbsupport.ru/showpost.php?p=466146&postcount=504
https://vborg.vbsupport.ru/showpost.php?p=466154&postcount=506 Banned Game Curve Ball
https://vborg.vbsupport.ru/showpost.php?p=466305&postcount=537 Banned Game Mini Clip Game
https://vborg.vbsupport.ru/showpost.php?p=471060&postcount=938
https://vborg.vbsupport.ru/showpost.php?p=471092&postcount=940 FunkyPong
https://vborg.vbsupport.ru/showpost.php?p=471414&postcount=949
https://vborg.vbsupport.ru/showpost.php?p=473127&postcount=1027 FunkyPong Update


hydrostatic 09-29-2005 12:29 AM

vB 3.5 Gold released :)

Pleease release an arcade for 3.5 :D I beg of you

Citizen 09-29-2005 05:51 AM

I get this error message now that I upgraded to 3.5.0

---------------
Fatal error: Call to a member function on a non-object in /home/planetra/public_html/forums/arcade.php on line 167
---------------

What should I do?

nintendo 09-29-2005 06:03 AM

Quote:

Originally Posted by Citizen
What should I do?

Downgrade until some one makes a version that works with 3.5!!!

John 09-29-2005 09:15 AM

Quote:

Originally Posted by hydrostatic
vB 3.5 Gold released :)

Pleease release an arcade for 3.5 :D I beg of you

Give me a few days to clean the new release up, a couple of days for beta, and then it'll be final.

rjordan 09-29-2005 09:44 AM

WooHoo! Now to look for the other 50 hacks/mods that I have installed to get reworked!!

lairnoc 09-29-2005 10:04 AM

Quote:

Originally Posted by John
Give me a few days to clean the new release up, a couple of days for beta, and then it'll be final.

Best news i got all week :)

PJSkiboy 09-29-2005 10:22 AM

Quote:

Originally Posted by PJSkiboy
Can NOT believe I got all that installed correctly the first time. GREAT instructions. Thanks a ton!

Question on adding new games:

I understand where to upload the .swf files and the .gif files, but where does the .php file for the game go exactly?

figured it out. --------------> admincp.

MissKalunji 09-29-2005 11:02 AM

Quote:

Originally Posted by John
Give me a few days to clean the new release up, a couple of days for beta, and then it'll be final.


youhou!!!!!!!!!! i was worried v3 the best!

nintendo 09-29-2005 11:22 AM

And don't forget to re-open
http://www.v3arcade.com/play/
or get an official support board here!!

Jenta 09-29-2005 11:47 AM

Quote:

Originally Posted by nintendo
Downgrade until some one makes a version that works with 3.5!!!

made months ago

thenetbox 09-29-2005 01:26 PM

Quote:

Originally Posted by John
Give me a few days to clean the new release up, a couple of days for beta, and then it'll be final.

Awesome :) Thank you VERRRRY much!

Citizen 09-29-2005 02:01 PM

Yes reopen
http://www.v3arcade.com/play/

And thanks for the porting!

Forumi Shqiptar 09-29-2005 04:54 PM

To Whom It May Concern

The 3.5.0 Gold release came out does anyone knoe when this hack its going to be realeased for the vb 3.5.0 ??? I heard it was going to be converted when the vbulletin released the gold version of 3.5.0!

Any ideas on this? Many thanks in advance.

rjordan 09-29-2005 04:56 PM

Quote:

Originally Posted by HuMoRi.CoM
To Whom It May Concern

The 3.5.0 Gold release came out does anyone knoe when this hack its going to be realeased for the vb 3.5.0 ??? I heard it was going to be converted when the vbulletin released the gold version of 3.5.0!

Any ideas on this? Many thanks in advance.

A few posts ago, he answered your question.


All times are GMT. The time now is 08:15 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.04561 seconds
  • Memory Usage 1,851KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (21)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