Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43261
Total Topics: 7519
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 291
Total: 291

Author Topic: [Mod]E-Arcade - Reborn  (Read 30478 times)

0 Members and 2 Guests are viewing this topic.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #30 on: February 09, 2015, 06:35:55 pm »
Updated the e-arcade download. Last update for a while now till I get more time.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline 420connect

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #31 on: February 10, 2015, 06:23:48 am »
Just seen this,
Thank you!

Before testing; - will it install "on-top" of the version I'm using or should I uninstall, then install the new version.

(and if I should uninstall first, is the 'keep MOD data' option available?)

As always,
Many thanks!

Offline Jonas1975

  • Sr. Member
  • ****
  • Posts: 318
    • View Profile
    • The Mobile Photography Blog
Re: [Mod]E-Arcade - Reborn
« Reply #32 on: February 10, 2015, 08:07:17 am »
Is there any site where this mod can be seen/tested?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #33 on: February 10, 2015, 08:19:54 am »
I have it on http://www.smfarcade.com visit the forums.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline mrnuke7175

  • Member
  • *
  • Posts: 24
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #34 on: February 19, 2015, 09:08:03 am »
Hi, since installing it (and it works for all but a few games) on my 2.0.9 SMF site here : (www.ctgt.us).
I've been getting lots of errors like this in the logs :
--------------------
http://www.ctguntalk.com/smf/index.php?action=admin
8: Undefined variable: urls
File: /home2/ctguntal/public_html/smf/Sources/Who.php
Line: 665

------------------
Line 665 in the who.php is :

665     if (!is_array($urls))
666              return isset($data[0]) ? $data[0] : false;
667      else
668              return $data;
----------------------------------

Looks like it stems from smfArcade.

Any ideas?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #35 on: February 19, 2015, 09:10:13 am »
Any other errors let me know. That project is kind of on hold until I have more time for it.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline 420connect

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #36 on: March 09, 2015, 06:25:10 pm »
Error log shows a critical for this:

http://www.420connect.info/forum/index.php?autocom=arcade&do=savescoreApply
Wrong value type sent to the database. Floating point number expected. (score)
Function: ArcadeSaveScoreApply Filter: Only show the errors from this file File: /home/website/public_html/forum/Sources/ArcadePlay.php
Line: 908

 :'(

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #37 on: March 09, 2015, 08:28:42 pm »
What game are you playing.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline 420connect

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #38 on: March 10, 2015, 04:46:25 pm »
Sorry, it was a member who brought up the error so not too sure.

~ I have a lot of games I'm yet to properly rename and testing each one takes a while so it could just be an incompatible game trying to save a score? .. I'll update when I know

& Also, should this page have very little styling?
http://www.420connect.info/forum/index.php?action=arcade;sa=pro_stats;ta=[ID]

(I'm not sure if this is a bug or intentional but would like to add pop-up background / table like the smileys pop-up is displayed if possible?)

Many thanjs

Offline 420connect

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #39 on: March 19, 2015, 12:29:38 pm »
Trying to add a block of random games with an old code I've found to SP

It works as expected but when I have the block enabled, the blocks below it have database error messages showing /blocks are missing..

Would you mind having a look over this code to see if it's missing something obvious to end the script of something?

Many thanks!

Code: [Select]
global $db_prefix, $scripturl, $modSettings, $boardurl, $smcFunc, $context;
$check_game = !empty($_REQUEST['game']) ? (int) $_REQUEST['game'] : 0;

if ($check_game == false)
{
   $arcade = '<table><tr>';
   $count1 = 0;
   $icons_per_row = 4;
$id_game = false;
$user_info = false;
if (($context['user']['is_guest']) == false)
{
  $request = $smcFunc['db_query']('', '
      SELECT game.id_game, game.game_name, game.game_directory, game.thumbnail
      FROM {db_prefix}arcade_games AS game
     ORDER BY RAND()
   
      LIMIT 28',
array(
'game' => $id_game,
'string_empty' => '',
'member' => $user_info,
)
   );

   while ($row = $smcFunc['db_fetch_assoc']($request))
   {

      if ($count1 > ($icons_per_row - 1)){$count1 = 0; $arcade .= '</tr><tr>';}
      $count1++;
      $arcade .= '<td align="center"><a href="' . $scripturl . '?action=arcade;sa=play;game=' . $row['id_game'] . '"><img style="width:42px; height:42px;" src="' . $boardurl . '/Games/';
      if(isset($row['game_directory']) && $row['game_directory'] != '') {$arcade .= $row['game_directory'] . '/';}
      $arcade .= $row['thumbnail'] . '" alt="'.$row['game_name'].'" title="'.$row['game_name'].'" /></a></td>';
   
   }
$smcFunc['db_free_result']($request);
   
   $arcade .= '</tr></table>';
}
else
{
  $request = $smcFunc['db_query']('', '
      SELECT game.id_game, game.game_name, game.game_directory, game.thumbnail
      FROM {db_prefix}arcade_games AS game
     ORDER BY RAND()
   
      LIMIT 60',
array(
'game' => $id_game,
'string_empty' => '',
'member' => $user_info,
)
   );

   while ($row = $smcFunc['db_fetch_assoc']($request))
   {

      if ($count1 > ($icons_per_row - 1)){$count1 = 0; $arcade .= '</tr><tr>';}
      $count1++;
      $arcade .= '<td align="center"><a href="' . $scripturl . '?action=arcade;sa=play;game=' . $row['id_game'] . '"><img style="width:42px; height:42px;" src="' . $boardurl . '/Games/';
      if(isset($row['game_directory']) && $row['game_directory'] != '') {$arcade .= $row['game_directory'] . '/';}
      $arcade .= $row['thumbnail'] . '" alt="'.$row['game_name'].'" title="'.$row['game_name'].'" /></a></td>';
   
   }

   
   $arcade .= '</tr></table>';
}
   echo $arcade;
$smcFunc['db_free_result']($request);
}

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #40 on: March 19, 2015, 11:57:38 pm »
Not sure I am no longer working on this mod as it was too hard to get on the SMF modsite. So for now on hold.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline 420connect

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #41 on: April 06, 2015, 11:43:34 am »

& Also, should this page have very little styling?
/index.php?action=arcade;sa=pro_stats;ta=[ID]

(I'm not sure if this is a bug or intentional but would like to add a pop-up background / table like the smileys pop-up is displayed if possible?)

Many thanks

* Bumping this part..

Example of how mine looks:


Offline tim0teo

  • Member
  • *
  • Posts: 5
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #42 on: March 03, 2017, 09:54:17 pm »
Hello,

I have just installed eArcade 3.0 in my new SMF 2.0.13 and everything went perfect, also the two games included run perfectly and all options and features seems to work.

Just wanted to let you all know.

I hope to find now some more games to install, i've tried to install "minesweeper" which is included in SMF-Arcade and the install system doesn't recognize it.

Great job with the Mod guys, i was looking for this. Thank you

Offline tim0teo

  • Member
  • *
  • Posts: 5
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #43 on: March 04, 2017, 02:21:58 pm »
Hello again, I'm sorry to double post but i have found a problem which i don't know how to solve.

As i said, everything after install in Arcade was working fine, i've been traslating it to spanish since then.

But when i go now to read a post in the forum, i got this error page:

Code: [Select]
¡Error al analizar la Plantilla!

Hubo un problema cargando el tema o archivo de idioma /Themes/default/Display.template.php. Por favor revisa la sintaxis e intenta nuevamente - recuerda, los apóstrofes (') por lo general deben tener una secuencia de escape con la diagonal invertida (\). Para ver información especifica del error del sitio de PHP intenta acceder al archivo directamente.

Puedes intentar actualizar esta página o usar el tema de default.


syntax error, unexpected 'else' (T_ELSE)

Traslating shortly the above, it says there is a problem loading /Themes/default/Display.template.php and it shows that syntax error at bottom of the message.

I've been very careful traslating all texts, anyway i've been checking line by line /Display.template.php , /Arcade.template.php and /Arcade.english.php and i have not found that 'else' (T_ELSE)

Please, can anyone help me? Thank you.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod]E-Arcade - Reborn
« Reply #44 on: March 05, 2017, 01:00:28 am »
I would need to see your display.template.php file
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
11 Replies
12973 Views
Last post August 27, 2007, 10:30:23 am
by loud
0 Replies
3918 Views
Last post March 30, 2007, 11:48:27 pm
by Hambil
0 Replies
3604 Views
Last post October 06, 2007, 01:05:30 pm
by TheBlackRose69
4 Replies
6704 Views
Last post January 01, 2008, 06:06:54 pm
by SMFHacks
8 Replies
8098 Views
Last post January 12, 2015, 10:38:47 am
by SMFHacks

+- Recent Topics

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
Today at 08:27:36 am

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Powered by EzPortal