Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Tutorials / Prime Сasual Dating - Actual Women
« Last post by PamBreeze on March 05, 2024, 08:08:17 PM »
Embrace the freedom of casual encounters on the best dating app in town!
Legitimate Girls  Top-notch Сasual Dating
Premier Сasual Dating
2
Hallo Alle,
Nach Upgrade zu 1.10 wurden die Kategoriebeschreibungen, die bei mir HTML enthalten, nicht mehr geparst.
Der Fehler liegt in den Scripten categories.php und includes/functions.php

Sucht/search in categories.php nach
Code: [Select]
"cat_description" => htmlspecialchars(format_text($cat_cache[$cat_id]['cat_description'], 1, 0, 1)),
und ersetzt/replace mit:
Code: [Select]
"cat_description" => un_htmlspecialchars(format_text($cat_cache[$cat_id]['cat_description'], 1, 0, 1)),
in includes/functions.php such/search nach
Code: [Select]
"cat_description" => htmlspecialchars(format_text($cat_cache[$category_id]['cat_description'], 1)),
und ersetzt/replace mit
Code: [Select]
"cat_description" => un_htmlspecialchars(format_text($cat_cache[$category_id]['cat_description'], 1)),
Das sollte die Anzeigeprobleme beheben.

*** for english speakers **
If you have trouble to get the correct html output in categories, please search in categories.php and includes/functions.php the rows above and change accordingly. This should solve the issue.
3
Tutorials / Superlative Сasual Dating Actual Girls
« Last post by PamBreeze on February 24, 2024, 02:22:57 AM »
This message has been deleted by Acidgod as spam!
4
Installation, Update & Configuration / Re: Installation problem
« Last post by php8 on February 19, 2024, 11:16:30 PM »
Hello,

you can fix this by opening the files under "data/database/default"
Search:

Code: [Select]
ENGINE=MyISAM;
Replace with

Code: [Select]
ENGINE=InnoDB;
Ref.:
1) https://www.4homepages.de/forum/index.php?topic=33114.msg168413#new
2) Microsoft Copilot:
Quote
Change the table engine: Some MySQL engines have different limits for the index length. You could change the table engine from MyISAM to InnoDB to work around the problem

Best regards.
5
Installation, Update & Configuration / Installation problem
« Last post by SHANKS on February 17, 2024, 02:22:59 PM »
Good evening, how are you?
I am trying to install the program, but I encounter a problem at the beginning of the installation

What's the solution
7
Feedback & Suggestions / The download link is not working
« Last post by SHANKS on February 02, 2024, 08:59:19 AM »
Welcome
How are you
The following link does not work. Has the copy been deleted?
https://www.4homepages.de/?download=4images1.10.zip&code=036d37d2d64db99473a40bd6716a6397
8
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by Buspilotin on January 05, 2024, 09:22:53 PM »
Nein das war auch keine Hilfe, aber ich habe eben rumgespielt und den VARCHAR Wert der session_ip auf 32 gestellt, zack, meine Galerie ist wieder da  :mrgreen:

Ob das jetzt Pfusch ist, keine Ahnung, aber das Ergebnis zählt  :lol:
9
Error Messages / Fehlermeldungen / Re: Probleme mit 1.10 und PHP8.1
« Last post by Buspilotin on January 05, 2024, 09:20:07 PM »
So, ich habe nun noch einmal ausgiebig das Netz auf links gedreht und gegraben, dabei bin ich über VARCHAR Werte gestolpert. Ich hab nicht wirklich viel Ahnung von dem ganzen, aber nachdem ich den Wert der session_ip von 15 auf 32 geändert habe, ist meine Galerie wieder da  :D

Ob das jetzt die ideale Lösung ist, keine Ahnung, aber es funktioniert  :mrgreen:
10
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by php8 on December 27, 2023, 05:36:49 PM »
Pages: [1] 2 3 4 5 ... 10