Daily Lucky Numbers:
3
20
23
36
40
45

Recent posts

#1
SMF Arcade Support + Plugins / Re: malware found
Last post by Dave - Today at 01:42:49 PM
Quote from: Vincent Titus on Today at 01:14:21 PMso this just happened my host regualy scans files and it said this

That has to be a false positive, I've had the arcade installed on my host for years
#2
SMF Arcade Support + Plugins / malware found
Last post by Vincent Titus - Today at 01:14:21 PM
so this just happened my host regualy scans files and it said this

#3
EhPortal Support / Re: can't remove packet ehPort...
Last post by marcimila - Today at 09:33:44 AM
Sorry resolved.
I'm seeing the wrong version....on top there is the 1.39.6
Sorry for the topic.

Marcello
#4
EhPortal Support / can't remove packet ehPortal[r...
Last post by marcimila - Today at 09:27:33 AM
Hello everyone on the forum, I'm really enjoying EhPortal, but I've noticed that I'm not allowed to uninstall the package. I could download the mod for uninstallation, but I didn't want to risk it because even "EHPortal Remove" gives me some red warnings, so I didn't want to proceed further. I don't need to uninstall at the moment, but I'd like to understand why I'm being prevented. I remember that some time ago the uninstallation button was enabled. What could have happened? How do I resolve this?

unistallehportal.PNG
#5
SMF Arcade Support + Plugins / Re: Arcade install
Last post by Vincent Titus - May 05, 2024, 04:17:24 PM
ok i was able to get by the database.php file by changing it to

if (strpos($db_name, '.') === false) {
    $result = $smcFunc['db_query']('', "SHOW TABLE STATUS FROM `{raw:db_name}`", array('db_name' => $db_name));
} else {
    $result = $smcFunc['db_query']('', 'SHOW TABLE STATUS FROM `' . $db_name . '`', array());
}


by adding the backtick ` here `{raw:db_name}`" and here  `' . $db_name . '`',


i assume ill have to do that to all including the other files like Sub_install.php because now the error is on Sub_install.php file lol

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-353035393de2
LIKE 'smf_arcade_games'' at line 2
File: /home/sites/36b/7/7588baaf12/public_html/Packages/temp/arcadeinstall/Subs-Install.php
Line: 57
#6
SMF Arcade Support + Plugins / Re: Arcade install
Last post by Vincent Titus - May 04, 2024, 10:44:43 AM
no i tryed the arcade first thing with out any other mods installed then i tryed other mods to see if it happenes and they all work fine
#7
SMF Arcade Support + Plugins / Re: Arcade install
Last post by Skhilled - May 03, 2024, 09:18:44 PM
Then another mod may be conflicting with it, perhaps?
#8
SMF Arcade Support + Plugins / Re: Arcade install
Last post by Vincent Titus - May 02, 2024, 04:43:00 PM
The thing is I installed the portal mode and other mods with no problems at all , why the arcade ??
#9
SMF Arcade Support + Plugins / Re: Arcade install
Last post by Vincent Titus - May 02, 2024, 04:40:51 PM
Yeah when I install a site using their quick install , it automatically creates the database I can not create one myself it doesn't let me they put that at the end so there's no conflict between anyone on their servers . I will try the update grade.php but I am using 2.1 tyvm for trying
#10
SMF Arcade Support + Plugins / Re: Arcade install
Last post by Skhilled - May 02, 2024, 03:28:10 PM
Now that I look more at the following, I haven't seen numbers in a hosting's path like this in a LONG time and I've been surfing the net for 35+ years...after '/home/sites/'.

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-353035397ab4' at line 1
File: /home/sites/36b/7/7588baaf12/public_html/Packages/temp/arcadeinstall/Database.php
Line: 16

I'm no expert but I'm thinking that it's either hosting related to the db and/or up may need to upgrade your forum, db, etc. to the latest versions starting with using SMF's upgrade.php which will make sure that the your db is upgraded to the latest version. Other than that, I've got nothing else...