Photo Album v2 for phpBB2

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
steffi1977
Mitglied
Beiträge: 1578
Registriert: 10.01.2004 22:49
Wohnort: Moers
Kontaktdaten:

Beitrag 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>
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

sorry ... damit bin ich echt überfragt ... welchen von denen hast du denn jetzt eingebaut?

Markus
steffi1977
Mitglied
Beiträge: 1578
Registriert: 10.01.2004 22:49
Wohnort: Moers
Kontaktdaten:

Beitrag von steffi1977 »

den zweiten den du mir gesagt hast
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag 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
steffi1977
Mitglied
Beiträge: 1578
Registriert: 10.01.2004 22:49
Wohnort: Moers
Kontaktdaten:

Beitrag von steffi1977 »

das habe ich :(
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag 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
steffi1977
Mitglied
Beiträge: 1578
Registriert: 10.01.2004 22:49
Wohnort: Moers
Kontaktdaten:

Beitrag von steffi1977 »

es scheint an gmx zu liegen, wir haben das jetzt mal von einem anderen Server probiert und da war das gleiche problem.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

Aber die restlichen Mails die übers Forum verschickt werden funktionieren?

Ich schau mal was ich noch so finde ... :wink:

Markus
steffi1977
Mitglied
Beiträge: 1578
Registriert: 10.01.2004 22:49
Wohnort: Moers
Kontaktdaten:

Beitrag von steffi1977 »

jepp das klappt
steffi1977
Mitglied
Beiträge: 1578
Registriert: 10.01.2004 22:49
Wohnort: Moers
Kontaktdaten:

Beitrag von steffi1977 »

ok hat sich erledigt.

Lag an einer Einstellung, was genau weiß ich nicht, dass hat mein Männe gemacht.
Antworten

Zurück zu „phpBB 2.0: Mod Support“