Daily Lucky Numbers:
18
19
22
25
38
43

Recent posts

#1
SMF Arcade Support + Plugins / Re: malware found
Last post by Vincent Titus - Today at 05:55:39 PM
It's funny tho because ever other mod will install except the arcade lol
#2
SMF Arcade Support + Plugins / Re: malware found
Last post by Vincent Titus - Today at 05:52:26 PM
Thanks I installed a local xampp to test and everything installed no problem so I think it's on my host where the problem is where do I find the MySQL version at?

Phomyadmin is 5.1.3
#3
SMF Arcade Support + Plugins / Re: malware found
Last post by Dave - Today at 05:02:48 PM
Quote from: Vincent Titus on Today at 03:17:54 PMWhat version is your MySQL ??
I'm thinking that's my problem

10.11.7-MariaDB
#4
SMF Arcade Support + Plugins / Re: malware found
Last post by Vincent Titus - Today at 03:17:54 PM
What version is your MySQL ??
I'm thinking that's my problem
#5
SMF Arcade Support + Plugins / Re: malware found
Last post by Vincent Titus - Today at 02:53:03 PM
Yeah so have I on my other sites
#6
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
#7
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

#8
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
#9
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
#10
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