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 - Jan

Pages: 1 ... 4 5 6 7 [8] 9 10 11 12 ... 287
106
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: August 02, 2006, 09:41:18 AM »
URL: http://photos.collie.ch (CAPTCHA wieder aktiviert)

Wenn Du das "Bild" direkt aufrufst (http://photos.collie.ch/captcha.php), sieht man, dass noch HTML-Code ausgegeben wird (Evtl. mehrmals reloaden oder den Quelltext anschauen).

Code: [Select]
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
˙Ų˙ąJFIF˙ž>CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality
˙ŪC 

Dadurch kann das Bild nicht angezeigt werden. Wenn Du mir Deine Zugansgdaten per PN mitteilen willst, kann ich mal nachschauen. Auf Anhieb habe ich jetzt leider keine Ahnung warum das so ist.

Quote
PHP Version: phpMyAdmin - 2.8.0.4 (ist dies was du meinst?)

Nein, im Control Panel gibnt es einen Punkt "phpinfo()". Dort findest Du alle Angaben zu Deiner PHP-Version.

107
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: August 01, 2006, 06:16:02 PM »
Meine Kristallkugel ist leider kaputt. Deshalb brauch ich schon ein paar Angaben. Zb. URL zur Galerie (mit aktiviertem CAPTCHA), PHP-Version...

108
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: August 01, 2006, 05:57:16 PM »
Steht alles in "docs/CAPTCHA.deutsch.txt".

Folgende Zeile in die config.php einfügen um CAPTCHA zu deaktivieren:

Code: [Select]
$captcha_enable = 0;

109
Statt Mail-Formular einfach in <img> Tag einfügen, zb:

Code: [Select]
      if ($image_row['user_id'] != GUEST) {
        $show_user_name .= "<br><a href=\"".$site_sess->url(ROOT_PATH."member.php?action=mailform&".URL_USER_ID."=".$image_row['user_id'])."\" target=\"_blank\"><img src=\"../templates/default/images/email.gif\" border=\"0\"></a>";
      }

110
Installation, Update & Configuration / Re: Verification code
« on: July 29, 2006, 03:05:27 PM »
Der Text steht in der Datei "lang/<language>/main.php".

111
Suche in admin/validateimages.php nach

echo "<td>".$show_user_name."</td>\n";

und füge darüber das hier ein:

Code: [Select]
      if ($image_row['user_id'] != GUEST) {
        $show_user_name .= "<br><a href=\"".$site_sess->url(ROOT_PATH."member.php?action=mailform&".URL_USER_ID."=".$image_row['user_id'])."\" target=\"_blank\">Mail-Formular</a>";
      }

Ich hoffe das ist das was Du suchst.

112
Öffne includes/functions.php und suche nach dem Abschnitt:

Code: [Select]
function check_download_token($token) {
  global $site_sess, $user_info;


Danach fügst Du folgendes ein

Code: [Select]
  return true;

113
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 24, 2006, 07:01:01 PM »
No

114
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 07:49:29 PM »
it seems that captcha works fine with FF 1.5 but with IE 6, user can bypass the captcha !!
can someone confirm that please ?

Please note that you dont have to type the code when you are logged in as admin.

115
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 07:48:14 PM »
Digi-foto, it is in global.php not config.php. Check there :mrgreen:

No, the variables must be set in config.php. Just the default values are set in global.php

Well Jan, there is something missing in your config.new.php. There are no variables defined for capcha...
There are no variables in by default because the config.php is created during installation and cant be updated. The variablea are set to default values like described in docs/CAPTCHA.engish.txt. If you want to change a configuration option, just add the line to your config.php. If you like to disable CPATCHA for uploads, just add the following line:

Code: [Select]
$captcha_enable_upload = 0;

116
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 07:44:59 PM »
jan re thanks rss problem solved. but other link eg: click to category links, image links below error :(

Fatal error: Call to undefined function: get_category_path_nohtml() in .../httpdocs/galeri/details.php on line 529

This is a MOD related error. Please check the appropriate MOD.

117
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 04:28:44 PM »
Read docs/CAPTCHA.english.txt for a detailed description of the CAPTCHA configuration options.

----------------------------------------------------------
  How to enable the CAPTCHA system:
  ----------------------------------------------------------

  The CAPTCHA System is enabled by default.

  -- Advanced control of the CAPTCHA system ----------------

  You can control the CAPTCHA system in your config.php with
  the following configuration variables:

  - $cache_enable = 1;
      A value of 1 enables the CAPTCHA system, 0 disables it.
      Default value is 0.

  - $captcha_enable_comments = 1;
      A value of 1 enables the CAPTCHA system for the comments
      form, 0 disables it.
      Default value is 1.


That doesnt give much help on how to  configure it
unless 4images 1.7.3 are for DEVELOPERS and PHP GURUS  only ?

simple: where do we change and configure the CAPTCHA and where in config.php to add/alter/delete code ?
If you tell what do you want to change i can give you an example how to do it.

118
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 04:22:37 PM »
Digi-foto, it is in global.php not config.php. Check there :mrgreen:

No, the variables must be set in config.php. Just the default values are set in global.php

119
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 01:53:52 PM »
I found it ;)
The source is
Code: [Select]
document.oncontextmenu = new Function("alert('© Copyright by Ciprian's Personal Photo Gallery');return false");
Its the "Ciprian's" that produces the error.
You can set the name directly in the  template by escaping the ':

Code: [Select]
document.oncontextmenu = new Function("alert('© Copyright by Ciprian\'s Personal Photo Gallery');return false");

120
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 01:49:44 PM »
Whats your site name. Maybe {site_name} contains some characters which produces the error.

Pages: 1 ... 4 5 6 7 [8] 9 10 11 12 ... 287