1
Bug Fixes & Patches / Re: PHP 8 - Fix for Image Gallery 1.8 - Ready to use / Fertig zum Anwenden
« on: August 11, 2022, 11:30:41 PM »
Danke!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
We are just testing the new beta with PHP7 support
Anyway, I was helped on a Swedish php forum. I'll try to explain.
I asked there today and I was helped today.
Add this code to line 42 in 4images/includes/db_mysql.php
mysql_set_charset("utf8", $this->connection);
That is what worked for me.
After that I also had to do a "Rebuild Search Index" in the admin. To pick up all the descriptions with å, ö and ö in the search.
Please don't ask me to explain better, since I hardly know what I'm doing
[MOD]
Schritt 1
öffne /admin/setting.php
finde
show_form_footer($lang['save_changes'], "", 2);
füge darüber ein
show_table_separator($setting_group[xx], 2, "setting_group_xx");
show_setting_row("mod_block_count");
show_setting_row("mod_block_time");
show_setting_row("mod_block_email", "radio");
xx = Die Fortlaufende Nummer deiner SETTINGS
Schritt 5
öffne /lang/deutsch/admin.php
füge vor ?> folgende zeilen ein
// MOD BLOCK IP ADRESSE
$setting_group[xx]="INVALID LOGINS";
$setting['mod_block_count'] = "Anzahl der Versuche zum einloggen";
$setting['mod_block_time'] = "Wie lange bleibt die IP Adresse gesperrt?<br> Zeit ist in Sekunden einzutragen";
$setting['mod_block_email'] = "Per EMAIl Admin benachrichtigen?";
// MOD BLOCK IP ADRESSE
xx = Deine letzte SEETTINGS GROUP + 1