Seite 2 von 4
Verfasst: 29.09.2005 21:19
von steffi1977
Hi. This is the qmail-send program at 213.9.xx.xx.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<
xxx@gmx.de>:
Connected to 213.165.xx.xx but sender was rejected.
Remote host said: 550 5.xx.xx {mx031} Cannot resolve your domain
--- Below this line is a copy of the message.
Return-Path: <
anonymous@213.9.xx.xx>
Received: (qmail 27968 invoked by uid 1008); 29 Sep 2005 21:15:21 +0200
Delivered-To:
forum-quasselecke.de-info@forum-quasselecke.de
Received: (qmail 27966 invoked by uid 1033); 29 Sep 2005 21:15:21 +0200
Date: 29 Sep 2005 21:15:21 +0200
Message-ID: <
200xxxxxxx1.27965.qmail@213.9.xx.xx>
From:
anonymous@213.9.xx.xx
To:
info@forum-quasselecke.de
Subject: Ein neues Bild wurde hochgeladen!
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
<html><body><b>steffi</b> has posted or edited a new picture.<br>
The title is: 12345 Description: <br><br><a href="
http://www.forum-quasselecke.de/album_c ... d=3">Click
here to see the category</a><br><br><BR>This picture is not yet approved</body></html>
Verfasst: 29.09.2005 21:39
von Markus67
Hi ...
sorry ... damit bin ich echt überfragt ... welchen von denen hast du denn jetzt eingebaut?
Markus
Verfasst: 29.09.2005 22:42
von steffi1977
den zweiten den du mir gesagt hast
Verfasst: 29.09.2005 23:09
von Markus67
Hi ...
versuch doch mal den hier ...
Im Diskussionsbeitrag vom 1. blickt ja keiner durch.
Code: Alles auswählen
##############################################################
## MOD Title: Mod Notify on new picture upload for Smartor Photo album 2.0.53 @ http://smartor.is-root.com
## MOD Author: CreativePulses.nl (Ramon Fincken) www.CreativePulses.nl
## MOD Description: Notify site admin of any new or edited picture uploads
## Email in HTML format and with link to post
##
## MOD Version: 1.0
## Tested on: PhpBB 2.0.13 - 14
##
## Installation Level: easy
## Installation Time: 2 Minutes
## Files To Edit: (2) root/album_upload.php, MOD_album_posting_mail.php
## Included Files: (1) MOD_album_posting_mail.php
##############################################################
##############################################################
## Authors Notes:
## Check www.rfnnet.nl for updates!
##
## Version History:
## 1.0 - 13062005 - first version
##
## Wishlist:
## From <user@server.com> instead of your php.ini config
## More features..
##
## If you like this mod add your phpbb forum url to: www.rfn-online.tk
## Category: Linksites, portal's, linkdumps - PhpBB forums
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
MOD_album_posting_mail.php -> root
#
#-----[ OPEN ]------------------------------------------
#
root/album_upload.php
#
#-----[ FIND ]------------------------------------------
#
# in Smartor Photo album 2.0.53 at line 652
$sql = "INSERT INTO ". ALBUM_TABLE ." (pic_filename, pic_thumbnail, pic_title, pic_desc, pic_user_id, pic_user_ip, pic_username, pic_time, pic_cat_id, pic_approval)
VALUES ('$pic_filename', '$pic_thumbnail', '$pic_title', '$pic_desc', '$pic_user_id', '$pic_user_ip', '$pic_username', '$pic_time', '$cat_id', '$pic_approval')";
#
#-----[ AFTER, ADD ]------------------------------------
#
// MOD START Notify on new picture upload for Smartor Photo album 2.0.53
include($phpbb_root_path . 'MOD_album_posting_mail.php');
// MOD END Notify on new picture upload for Smartor Photo album 2.0.53
#
#-----[ SAVE/CLOSE ]------------------------------------
#
#
#
#-----[ OPEN ]------------------------------------------
#
root/MOD_album_posting_mail.php
#
#-----[ FIND ]------------------------------------------
#
#
// Config START
#
#-----[ EDIT ]------------------------------------------
#
#
$adr = "info@server.com"; // email of admin
$map = "";
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
# EoM
Verfasst: 29.09.2005 23:16
von steffi1977
das habe ich

Verfasst: 29.09.2005 23:27
von Markus67
Hi ...
Schreib mal folgendes rein ...
Code: Alles auswählen
// Config START
$adr = "info@forum-quasselecke.de"; // email of admin
$map = "/quasselecke/album";
## set "" for http://forum-quasselecke.de/quasselecke/portal.php
## set "/quasselecke" for http://forum-quasselecke.de/quasselecke/portal.php
$subject = "Ein neues Bild wurde hochgeladen!";
// Config END
Markus
Verfasst: 29.09.2005 23:37
von steffi1977
es scheint an gmx zu liegen, wir haben das jetzt mal von einem anderen Server probiert und da war das gleiche problem.
Verfasst: 29.09.2005 23:52
von Markus67
Hi ...
Aber die restlichen Mails die übers Forum verschickt werden funktionieren?
Ich schau mal was ich noch so finde ...
Markus
Verfasst: 29.09.2005 23:59
von steffi1977
jepp das klappt
Verfasst: 30.09.2005 00:51
von steffi1977
ok hat sich erledigt.
Lag an einer Einstellung, was genau weiß ich nicht, dass hat mein Männe gemacht.