News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF Arcade

Started by niko, October 01, 2004, 02:45:55 PM

Previous topic - Next topic

Chen Zhen


That error code also comes up when the game name is incorrect for smf 1 or ibp v2 type saves.
The file name and the internal name must match and must be whatever game name is set in the save subroutine inside the swf itself.

UD



My SMF Mods & Plug-Ins

WebDev

SMF support staff should be shaping a positive community experience & not provoking an argument or emotional reaction.

Jaba

Hi can't save scores any more!
I've just gone through a downgrade so I could uninstall SMF Arcade 2.0.9
I think I remember being told that's how I would get around upgrading Arcade!
Now I'm back up to smf 1.1.10 and have uploaded and installed latest Ver of SMF Arcade 2.0.18

I don't remember when it stopped alloying scores to be saved but hoped going through upgrading it would fix the problem!

Right at the end I got the error;
"A file permissions error has occurred. Please check the permissions on the script and the directory it is in and try again."

I had set all to 777 on most files and folder before hand!
I got the "import games and scores now" message at end and this has worked. And "The package was installed successfully" message on Arcade install.

Anyone have info on fixing why scores are not saving?
Thanx


Jaba

Thanx jeza
Not sure how it got in there as it was working before! www was in the url setting, got rid of that and scores can save now :)
I have "Search engine friendly URLs" set on BTW and not causing problems!

MATTEK

My members are dieing for the arcade. Is there an official release date for SMF2.0 RC2?
SMF 2.0.1

Like Comics, Books, Movies or T.V. Shows? Read about them here!!

niko

Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

niko

SMF Arcade 2.5 RC1 Public for SMF 2.0 RC2 now available:

http://www.smfarcade.info/forum/index.php?topic=6638.0
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

LC

Hi there, I was interested in installing this mod on my 1.1.10 custom theme forum, when I went to install it, I got this error.

Execute Modification   ./Sources/Subs.php   Test failed


I tried to manually install the Subs.php edits, but then I get this error when I installed afterwards.

Fatal error: require_once() [function.require]: Failed opening required '/home/site/Sources/ArcadeInstall.php' (include_path='.:/usr/share/pear') in /home/site/Packages/temp/package_install.php on line 25

I think it could have something to do with the custom theme, but I could be wrong. Any help would be appreciated. Thanks.

scimmiotto

#4148
tnx for this great script man, it simply rocks !!!

edit: i use smf 2.0 rc2 and when i go in my admin panel and click on arcade (any choose u make) it gives me the

Parse error:  syntax error, unexpected ';' in /home/bebneto/public_html/ingegneria/Sources/Subs-ArcadeAdmin.php on line 943

and so on...why?
Loop code example:
The following statement is FALSE
The previous statement is TRUE.

scimmiotto

ok i found a bug...on line 943 u must delete the ; from

   // Try to remove destination if it exists (usually it's same so skip if fails)
               if (file_exists($to . '/' . $fileFrom) && !unlink($to . '/' . $fileFrom)


to

// Try to remove destination if it exists (usually it's same so skip if fails)
               if (file_exists($to . '/' . $fileFrom) && !unlink($to . '/' . $fileFrom))
Loop code example:
The following statement is FALSE
The previous statement is TRUE.

the_shadow

hello... before this i had smf arcade installed... the i update smf to 2.0 RC 2... and now i installed new smf arcade but i can't access to settings... the pag become white!!!!

someone knows what i'ad to do?

kingkingston

Quote from: the_shadow on November 29, 2009, 11:19:28 AM
hello... before this i had smf arcade installed... the i update smf to 2.0 RC 2... and now i installed new smf arcade but i can't access to settings... the pag become white!!!!

someone knows what i'ad to do?
Do what the above post says to do

the_shadow

thnkx it work!!!!!!!!!!! :P

MATTEK

What does this mean?
SMF 2.0.1

Like Comics, Books, Movies or T.V. Shows? Read about them here!!

jeza

Still a coulpa issues MATTEK and until they get fixed I suggest you re-download RC1 as I think, but not 100% sure this has ben addressed. Or copy over Subs-ArcadeAdmin.php from the olde beta 7 file.

Eclipse16V

Quote from: scimmiotto on November 29, 2009, 08:59:13 AM
ok i found a bug...on line 943 u must delete the ; from

   // Try to remove destination if it exists (usually it's same so skip if fails)
               if (file_exists($to . '/' . $fileFrom) && !unlink($to . '/' . $fileFrom)


to

// Try to remove destination if it exists (usually it's same so skip if fails)
               if (file_exists($to . '/' . $fileFrom) && !unlink($to . '/' . $fileFrom))


This wrong

Here the working code:

// Try to remove destination if it exists (usually it's same so skip if fails)
if (file_exists($to . '/' . $fileFrom) && !unlink($to . '/' . $fileFrom);)


to

// Try to remove destination if it exists (usually it's same so skip if fails)
if (file_exists($to . '/' . $fileFrom) && !unlink($to . '/' . $fileFrom))
I worked with:
SMF 2 in German

Shop:
SID Giessen

MATTEK

Quote from: jeza on November 30, 2009, 03:10:37 AM
Still a coulpa issues MATTEK and until they get fixed I suggest you re-download RC1 as I think, but not 100% sure this has ben addressed. Or copy over Subs-ArcadeAdmin.php from the olde beta 7 file.

Is there any other way to upload games then?
SMF 2.0.1

Like Comics, Books, Movies or T.V. Shows? Read about them here!!

perplexed

Quote from: gbsothere on November 12, 2009, 05:18:48 PM
@wonslung

It may take what Underdog has suggested but to answer your question about the Games path, just go to Admin---> Admin Arcade---> Settings and check "Path to games directory".  Check the end of that path (and also the URL) and if you see an end slash after Games, remove it and save your changes.

:)

Quote from: jeza on November 20, 2009, 03:21:54 PM
Please check this link Jaba

http://wiki.smfarcade.info/SMF_Arcade/FAQ#Scores_do_not_save

In the FAQ it says that the Games folder should have a trailing backslash

Quote5. Remember that the /Games folder must have a capital "G" and not a small "g". Also, make sure that the URL to /Games does have a trailing backslash like this: /Games/


None of my games will save scores with SMF Arcade 2.5 RC1 Public for SMF 2.0 RC2. I've checked everything in the FAQ.  It's not a big deal for me at the moment as I'm still testing it on a test forum not a live forum but I tried and older version of SMF Arcade and also the latest e-arcade and everything works.  It only seems to be a problem with this version for me.

gbsothere

Quote from: quiteperplexed

In the FAQ it says that the Games folder should have a trailing backslash

Quote5. Remember that the /Games folder must have a capital "G" and not a small "g". Also, make sure that the URL to /Games does have a trailing backslash like this: /Games/


None of my games will save scores with SMF Arcade 2.5 RC1 Public for SMF 2.0 RC2. I've checked everything in the FAQ.  It's not a big deal for me at the moment as I'm still testing it on a test forum not a live forum but I tried and older version of SMF Arcade and also the latest e-arcade and everything works.  It only seems to be a problem with this version for me.




I've not seen that before, quiteperplexed, but it's a typo.  There should be no trailing backslash following /Games.
My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

perplexed

yeah I thought it would be a typo.  I checked on my old arcade and there was always a trailing backslash but either way the games won't save scores.  I've only got games from SMF arcade (minesweeper included with arcade doesn't work at all btw) and games from IPB.  I could never use version 3 games previously I don't have any of those, and I've tried every setting in the arcade, and they still won't save scores.

off-topic:

QuoteIt has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.
I wonder what effect Stuck in the Middle with You has? lol

Advertisement: