SMF Arcade

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

Previous topic - Next topic

[»|« №ōЯ »|«]

hey ... How R u ?

i install SMF Arcade MODs ....

SMF_Arcade_2.5_Beta_5.zip


MODs is Running But.... i Play Any Game... then showing message

You need to enable javascript in order to play games.

Please Help Me ..... How To Enable Javascript .... ???

my Forum Arcade Link:
http://forum.funfully.com/index.php?action=arcade

mattchewone

Is there a way to set up competitions or challenge members?

[»|« №ōЯ »|«]

i uninstall this mod.... & i again reinstall mod then show error



Database Error

Table 'smf_zearcade_games' already exists
File: /usr/home/domainfu/public_html/forum/Sources/ArcadeDatabase.php
Line: 907

Praatwurst

Quote from: Niko on May 05, 2009, 11:17:10 AM
Quote from: Praatwurst on May 03, 2009, 05:39:16 PM
The arcade works just fine, except the Arena. I (as admin) and normal users aren't able to create new matches.

I fill in the whole form, but it keeps saying 'no rounds added'.

What's wrong?

Sounds odd.

Can you PM me results of this: (it gives input debug data from input)

Replace

if ($showConfirm || !empty($errors))
return ArcadeNewMatch($match, $showConfirm ? array() : $errors);


with



if ($user_info['is_admin'])
{
echo '<pre>';
var_dump(array($_REQUEST, $match));

echo '<pre>';
die('---end of debug----');
}

if ($showConfirm || !empty($errors))
return ArcadeNewMatch($match, $showConfirm ? array() : $errors);


PM'd you the output ;)

jeza

Quote from: [»|« №ōЯ »|«] on May 06, 2009, 05:55:07 AM
MODs is Running But.... i Play Any Game... then showing message

You need to enable javascript in order to play games.

Please Help Me ..... How To Enable Javascript .... ???

Open your index.template.php and find near the top
Quote<![CDATA[
      var smf_theme_url = "http://forum.funfully.com/Themes/default";
      var smf_default_theme_url = "http://forum.funfully.com/Themes/default";
      var smf_images_url = "http://forum.funfully.com/Themes/default/images";
      var smf_scripturl = "http://forum.funfully.com/index.php?PHPSESSID=7ccf1d4d72faf14a3b9e67270b5db252&amp;";
      var smf_iso_case_folding = false;
      var smf_charset = "UTF-8";
      var ajax_notification_text = "Loading...";
      var ajax_notification_cancel_text = "Cancel";
   // ]]></script>

It wont look exactly like the above as it will have variables in it, the code above is source from your site.

At the top change the
Quote<![CDATA[
to
Quote<script language="JavaScript" type="text/javascript">
and at the bottom chang the
Quote// ]]></script>
to
Quote</script>

I think its the ajax chat or something similar which overwrites the javascript opening tag.

jeza

Quote from: B.SkiLLs on May 06, 2009, 03:59:12 AM
Hi all,

Need some advice or help here.

I tried installing this mod before and was doing a lot of other things and it wouldnt work then so i gave up..

but.. I am trying again with new version and im getting this error, plus has the red top warning of course saying not to install.

1.     Execute Modification     ./index.php     Test successful
2.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
3.    Execute Modification    ./Sources/Subs.php    Test successful
4.    Execute Modification    ./Sources/Who.php    Test successful
5.    Execute Modification    ./Themes/default/index.template.php    Test failed
6.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
7.    Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Test successful


Any and all help is much appreciated.

Im running 1.1.8 with these mods [ see attached pic ]



This is probably the most asked question answered many times at
http://www.smfarcade.info/forum/index.php

A mod had overwritten code the installer is looking for. But its not serious.

jeza

Quote from: mattchewone on May 06, 2009, 05:14:34 PM
Is there a way to set up competitions or challenge members?

Only on SMF Arcade 2.5 Beta

Skhilled

Quote from: [»|« №ōЯ »|«] on May 07, 2009, 02:15:43 AM
i uninstall this mod.... & i again reinstall mod then show error



Database Error

Table 'smf_zearcade_games' already exists
File: /usr/home/domainfu/public_html/forum/Sources/ArcadeDatabase.php
Line: 907


When you uninstall the arcade it does not drop the tables. The error is saying that the table is already there. Nothing to worry about unless you get it while playing a game or changing settings.

monsterstar

I'm hoping someone can help me with 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 use the arcade as an admin but like the regular members, unable to play when not logged in as the admin.

The mods I have installed are:

1.More Spiders  1.2     
2.SMF Media Gallery 1.5.6    
3.nneonneo's AJAX ShoutBox 1.22    
4.Avatar On Board RC1 2.1    
5.Aeva ~ Auto-Embed Video & Audio 6.9.99    
6.Center User Info In Posts 1.0
7.Yet Another Global Announcements Mod 1.1.7.2    
8.SimplePortal 2.2.1    
9.Karma Buttons 1.1    
10.SMF Arcade 2.5 Beta 5
11.Reply Button in All Posts 1.1

fladramon

35.    Execute Code    package_install.php


I've done everything except this

Should I upload this package file to a specific folder
and how I install it? :(
[nofollow]

ɔɔɔɔɔɔuɥoɾ

Quote from: johncccccc on May 05, 2009, 10:40:26 AM
Quote from: johncccccc on May 04, 2009, 12:13:40 PM
I have dropped all tables in database relating to the Arcade and uninstalled the mod, removed the games directory, install the mod again the same thing is happening, any more suggestions?

Can anybody help me with this ^^^

I do believe I have completly Removed the mod and after re-installing its still doing the same thing...
anybody . . .


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

fladramon

I find the solution
thanks for the help
[nofollow]

B.SkiLLs

Quote from: jeza on May 08, 2009, 10:50:16 AM
Quote from: B.SkiLLs on May 06, 2009, 03:59:12 AM
Hi all,

Need some advice or help here.

I tried installing this mod before and was doing a lot of other things and it wouldnt work then so i gave up..

but.. I am trying again with new version and im getting this error, plus has the red top warning of course saying not to install.

1.     Execute Modification     ./index.php     Test successful
2.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
3.    Execute Modification    ./Sources/Subs.php    Test successful
4.    Execute Modification    ./Sources/Who.php    Test successful
5.    Execute Modification    ./Themes/default/index.template.php    Test failed
6.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
7.    Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Test successful


Any and all help is much appreciated.

Im running 1.1.8 with these mods [ see attached pic ]



This is probably the most asked question answered many times at
http://www.smfarcade.info/forum/index.php

A mod had overwritten code the installer is looking for. But its not serious.

Thanks, but i looked every where almost there and couldnt find anything on what i said. Do you have a direct link to same issue ??

thxs :)

VICKTORY THE UNDERDOG Documentary – Pitbulls the untold true story

This is a must read & watch. Then Buy your DVD today. You will not regret it. Totally AWESOME. Best i ever seen. --
 
____________________
Message approved by
: [B. SkiLLs]
 


jeza

QuoteThanks, but i looked every where almost there and couldnt find anything on what i said. Do you have a direct link to same issue ??

This was just today but its the usual issue
http://www.smfarcade.info/forum/index.php/topic,5016.msg31252/topicseen.html#msg31252


jeza

Quote from: johncccccc on May 10, 2009, 10:55:35 AM
Quote from: johncccccc on May 05, 2009, 10:40:26 AM
Quote from: johncccccc on May 04, 2009, 12:13:40 PM
I have dropped all tables in database relating to the Arcade and uninstalled the mod, removed the games directory, install the mod again the same thing is happening, any more suggestions?

Can anybody help me with this ^^^

I do believe I have completly Removed the mod and after re-installing its still doing the same thing...
anybody . . .

Not sure what your problem is so I'll assume its your games not saving scores.

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

Check that link, especially the bit about the www thing.

mattchewone

Quote from: jeza on May 08, 2009, 10:51:28 AM
Quote from: mattchewone on May 06, 2009, 05:14:34 PM
Is there a way to set up competitions or challenge members?

Only on SMF Arcade 2.5 Beta

I am running 2.5beta, I have found it, arena. I cannot set up a game though it will not allow me to set up the amount of rounds.

Also i cannot view who is viewing the arcade either. At the bottom of the Arcade where it says who is viewing it does not show any other users than the user viewing.

the_shadow

someone knows when it is realeased SMF arcade 2.5 final version?

thnkx

monsterstar

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!

fwitt

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?

the_shadow

go to ADMIN > arcade > General > Permissions > Groups allowed to Access Arcade (select the groups)

go to ADMIN > arcade > General > Permissions > Groups allowed to play (select the groups)

go to ADMIN > arcade > General > Permissions > Groups allowed to save scores (select the groups)

Advertisement: