Show Posts

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.


Messages - Sunny C.

Pages: 1 2 [3] 4 5 6 7 ... 116
32
Open your index.php

Search <?php
add after
ini_set('display_errors'1);
ini_set('display_startup_errors'1);
error_reporting(E_ALL);

Open your Site

33
So it's not about an installation?
You installed 4images some time ago?
Which version are you currently using?

34
Yes, 4images also runs under 7.3.
What do you get for error messages?

Take a look here:
https://www.4homepages.de/forum/index.php?topic=31932.msg168211#msg168211

35
4images is dead...

But....

search in install.php
function addslashes_array($array) {
  foreach (
$array as $key => $val) {
    
$array[$key] = (is_array($val)) ? addslashes_array($val) : addslashes($val);
  }
  return 
$array;
}


add after

function safe_htmlspecialchars($chars) {
  
// Translate all non-unicode entities
  
$chars preg_replace(
    
'/&(?!(#[0-9]+|[a-z]+);)/si',
    
'&amp;',
    
$chars
  
);

  
$chars str_replace(">""&gt;",   $chars);
  
$chars str_replace("<""&lt;",   $chars);
  
$chars str_replace('"'"&quot;"$chars);
  return 
$chars;
}


LG

36
Mods & Plugins (Requests & Discussions) / Re: Frage zu Vers. 1.8
« on: August 01, 2018, 12:24:51 PM »
@Norbi,

es wird bald ein Community-Patch und ein Pluginsystem für 4images relesed werden. Ein Datum kann bisher nicht genannt werden.

37
Chit Chat / Re: DSGVO
« on: June 09, 2018, 02:08:01 PM »
Grüße Dich,

mir tun die User Leid, die dadurch Schwierigkeiten bekommen.
Es musss ebenso eine Export-Funktion geben, im ACP und im Frontend, damit der User seine Daten herunterladen kann.
Auch muss bei der Registrierung das Alter abgefragt werden und einiges mehr.

Ich denke aber, dass bald dafür etwas kommt.

38
Chit Chat / Re: DSGVO
« on: June 06, 2018, 03:52:48 PM »
Scheint hier sehr ernst genommen zu werden...

39
Chit Chat / DSGVO
« on: May 28, 2018, 01:06:32 AM »
Wie steht es denn um die DSGVO? Ein sehr wichtiges Thema derzeit.

43
Mods & Plugins (Releases & Support) / Re: [Mod] Multiupload with jQuery
« on: December 10, 2016, 12:24:38 PM »
Ich würde spontan behaupten, das due die files aus der "multi.zip" verwendest d.h. ich würde die empfehlen die aktuelle version zu laden: http://www.uploadify.com/download/
Du ersetzt dann deine "jquery.uploadify", "jquery.uploadify.min", "uploadify.swf" mit den neuen.
Ausserdem auch das aktuelle jQuery nutzen.

44
Feedback & Suggestions / Archive Fehlerhaft
« on: November 28, 2016, 03:53:51 PM »
Alles *.ZIP-Files sind beschädigt.
Man kann nichts mehr herunterladen...
Wird das behoben?

LG

45
Feedback & Suggestions / Re: 4images 1.8 - Feedback
« on: November 20, 2016, 03:57:53 PM »
Zu Problem 1: Kannst du ruhig so lassen

Zu Problem zwei, die Umlaute werden falsch gesetzt.
Da wirst du wohl durch modifikationen etwas geändert haben.

http://www.domain.com/picgallerie/admin/index.php?goto=comments.php%3Faction%3Deditcomment%26amp%3Bcomment_id%3D19603
%3F ist ?
%3D ist =
&amp; ist &


Pages: 1 2 [3] 4 5 6 7 ... 116