SMF Arcade

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

Previous topic - Next topic

monsterstar

Quote from: fwitt on May 18, 2009, 05:00:34 PM
Quote from: monsterstar on May 18, 2009, 12:25:14 PM
Does anyone know what is causing this error?

QuoteDatabase Error: Unknown column 'm.id_member' in 'where clause'
File: /public_html/Sources/Subs-Arcade.php
Line: 308

I am able to play the arcade as an admin but not as a regular member.

Thanks!

which smf version and which arcade version?

Sorry, forgot to mention that.


SMF 2.0 RC1
Arcade 2.5 Beta 5

j_jindal1

Hi,

         I installed SMF arcade 2.0.16, and created few categories like Action/Card games/Shooting etc. When I check the games section I can see all the games at one place, although the category is shown as types. Can anyone help me organize so that if user comes to arcade section he should see only categories and once he click on categories he should see all the games in that category only. My test forum installation is at..

http://just4dosti.com/forums/index.php?action=arcade

please check..
thanks
www.ShayarFamily.com Shayri forum of Friends

andy40

hi just updated my forum to 1.1.9 and now this wont work lost all my settings and high scores not happy does anyone know why this wont work with it?

niko

Quote from: monsterstar on May 19, 2009, 09:32:42 AM
Quote from: fwitt on May 18, 2009, 05:00:34 PM
Quote from: monsterstar on May 18, 2009, 12:25:14 PM
Does anyone know what is causing this error?

QuoteDatabase Error: Unknown column 'm.id_member' in 'where clause'
File: /public_html/Sources/Subs-Arcade.php
Line: 308

I am able to play the arcade as an admin but not as a regular member.

Thanks!

which smf version and which arcade version?

Sorry, forgot to mention that.


SMF 2.0 RC1
Arcade 2.5 Beta 5

Seems to be bug in Beta 5 when posts per day check is enabled

Subs-Arcade.php find:

$result = $smcFunc['db_query']('', '
SELECT COUNT(*)
FROM {db_prefix}messages AS ms
LEFT JOIN {db_prefix}boards AS b ON (m.id_board = b.id_board)
WHERE b.count_posts != 1
AND m.id_member = {int:member}
AND m.poster_time >= {int:from}',
array(
'member' => $user_info['id'],
'from' => time() - 86400
)
);


Replace with:


$result = $smcFunc['db_query']('', '
SELECT COUNT(*)
FROM {db_prefix}messages AS m
LEFT JOIN {db_prefix}boards AS b ON (m.id_board = b.id_board)
WHERE b.count_posts != 1
AND m.id_member = {int:member}
AND m.poster_time >= {int:from}',
array(
'member' => $user_info['id'],
'from' => time() - 86400
)
);


and it should work
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

TommyJoe

Well there goes my arcade 5 beta, upgraded to SMF 2.0RC1-1 and now the beta isn't compatible.

Just my luck! :(

Any Suggestion?

TIA

andy40

Quote from: TommyJoe on May 21, 2009, 02:45:19 PM
Well there goes my arcade 5 beta, upgraded to SMF 2.0RC1-1 and now the beta isn't compatible.

Just my luck! :(

Any Suggestion?

TIA

its not compatible with 1.1.9 either m8 :-[

j_jindal1

Quote from: j_jindal1 on May 20, 2009, 05:32:14 AM
Hi,

         I installed SMF arcade 2.0.16, and created few categories like Action/Card games/Shooting etc. When I check the games section I can see all the games at one place, although the category is shown as types. Can anyone help me organize so that if user comes to arcade section he should see only categories and once he click on categories he should see all the games in that category only. My test forum installation is at..

http://just4dosti.com/forums/index.php?action=arcade

please check..
thanks

Can someone direct me to a proper thread .. please.. ?
www.ShayarFamily.com Shayri forum of Friends

FluroJezza

Problem: Arcade wont install
SMF Version: 1.1.9
Arcade Version: 2.0.17


Hi,

I downloaded SMF Arcade 2.0.17 and downloaded it onto my forum. Then I went to install it and got a message saying the file was either corrupt or not supported by my forum.
I then also tried doing it with 2.0.16 and it didn't work either.

Anyone know why this is happening?


(BRB DINNER)


fwitt

TommyJoe and Andy40: there have been new versions released to correspond with the smf updates. although i think i've seen your question already answered on the arcade forum andy40

j_jindal1 : take a look in the hacks board at smfarcade.info I believe there are hacks that do similar things to what you are wanting.

littenburg

i think in the future, you should be able to be able to put embeding code from other websites, it would make it faster, and allow us not to take up space on our servers.

j_jindal1

Quote from: fwitt on May 25, 2009, 05:12:17 PM
TommyJoe and Andy40: there have been new versions released to correspond with the smf updates. although i think i've seen your question already answered on the arcade forum andy40

j_jindal1 : take a look in the hacks board at smfarcade.info I believe there are hacks that do similar things to what you are wanting.

Thanks fwitt,

I found the code.... thanks for the information....  :)
www.ShayarFamily.com Shayri forum of Friends

j_jindal1

I installed SMF arcade at http://www.just4dosti.com/index.php?action=arcade but for many games I'm getting the error as

"Score was not saved because session is missing "

Any help/suggestions will be most welcome.. :)
www.ShayarFamily.com Shayri forum of Friends

fwitt

Quote from: j_jindal1 on May 31, 2009, 04:10:22 AM
I installed SMF arcade at http://www.just4dosti.com/index.php?action=arcade but for many games I'm getting the error as

"Score was not saved because session is missing "

Any help/suggestions will be most welcome.. :)

http://www.smfarcade.info/wiki/SMF_Arcade/FAQ#Scores_do_not_save is a good place to start

j_jindal1

Thanks a lotttt fewitt....  :)
www.ShayarFamily.com Shayri forum of Friends

fwitt


Shades.

Quote from: jeza on May 25, 2009, 02:05:56 PM
Hello fellow jeza
:)

http://www.smfarcade.info/forum/index.php/topic,5036.0.html

What about smf 2.0rc1-1? I'm getting the same errors when I try and install:
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

JBlaze

Quote from: BoZilla on June 02, 2009, 10:30:40 PM
Quote from: jeza on May 25, 2009, 02:05:56 PM
Hello fellow jeza
:)

http://www.smfarcade.info/forum/index.php/topic,5036.0.html

What about smf 2.0rc1-1? I'm getting the same errors when I try and install:
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

Use the version emulate.

Click "Advanced" right below the Browse Packages page.
Jason Clemons
Former Team Member 2009 - 2012

Shades.

Quote from: JBlaze on June 02, 2009, 10:35:27 PM
Quote from: BoZilla on June 02, 2009, 10:30:40 PM
Quote from: jeza on May 25, 2009, 02:05:56 PM
Hello fellow jeza
:)

http://www.smfarcade.info/forum/index.php/topic,5036.0.html

What about smf 2.0rc1-1? I'm getting the same errors when I try and install:
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

Use the version emulate.

Click "Advanced" right below the Browse Packages page.
Ok, just tried that and still get the same error!? :( And also since a pressed emulate another one of my mods I have installed (Recent Topics) doesn't have an uninstall link. But it is still installed!? :o
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Shaman666

Is ti possible to install latest version to 1.1.9?

Advertisement: