Author Topic: Bild melden / report a pic  (Read 43858 times)

0 Members and 1 Guest are viewing this topic.

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Bild melden / report a pic
« Reply #45 on: February 01, 2006, 06:06:13 AM »
Another Mod is almost finished, can concern only a few days.

Gruß
michi-w.

I will wait for this :) For all other here is the old Version. Sorry for waiting

** CLICK **
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #46 on: February 01, 2006, 06:12:28 AM »
@JensF:

Quote

For all other here is the old Version.


This seems to come from another script. I'm currently building one for 4images. ;)

Quote

Another Mod is almost finished, can concern only a few days.


@michi-w:

Are you saying you're also coding it ? If so, I'm currently coding it as well and almost finished. If you intend to publish it, please advise as I won't need to work on it no more (unless it's on demand).  8O ;)

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #47 on: February 01, 2006, 11:12:21 PM »
Update:

The MOD is now 99% completed. It should be released pretty soon as everything is working expectedly. ;)

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #48 on: February 02, 2006, 01:01:41 AM »
Good news. I have just tested this MOD with another user as he reported "success". The webmaster did received my e-mail from the report page without any problems - including all available details in order for each of receivers to understand. :D

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Bild melden / report a pic
« Reply #49 on: February 02, 2006, 01:29:41 AM »
Great :) I will wait for it.....
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #50 on: February 02, 2006, 10:50:52 PM »
Final update:

[MOD] - Report a picture - Officially released.

This is it guys, fill up your gallery from :

http://www.4homepages.de/forum/index.php?topic=11447.new#new

;)

Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: Bild melden / report a pic
« Reply #51 on: February 02, 2006, 11:05:55 PM »
Hilfe / Help
No email to Admin!

Der Mod von meinem Freund ist auch soweit fertig, doch gibt es ein Problem mit der Admin Email, die kommt nämlich nicht an.
Vielleicht weiß jemand woran das liegen kann.

Code: [Select]
<?php
if (isset($_POST["submit"])) {
    $img_id $_POST["img_id"];
    $username strip_tags($_POST["username"]);
    $comment strip_tags($_POST["comment"]);
    $poster strip_tags($_POST["poster"]);
    $up_date strip_tags($_POST["up_date"]);

    // Admin-Emailadresse
    $emailto "email@T-Online.de";

    // Your email subject text
    $esubject "web-upload.de - Eine Meldung wurde gesendet";

    $emailtext "Der User $username hat das Bild mit der ID $img_id gemeldet.\n\r
    Pfad zum Bild: http://www.web-upload.de/details.php?image_id=
$img_id\n\r
    Detailansicht: http://www.web-upload.de/details.php?image_id=
$img_id\n\r
    Nickname des Posters: 
$poster\n\r
    Nickname des Melders: 
$username\n\r
    Upload-Datum: 
$up_date\n\r\n\r
    Kommentar des Melders:\n\r
$comment";

    @mail($emailto$esubject$emailtext"From: web-upload.de");
}
header("Location: index.php");
exit;
?>
Oder liegt es an einem anderen Teil des Mod, aber dort wird die Email Adresse eingetragen?

Demo (not final Version)
http://www.web-upload.de/details.php?image_id=16945

Gruß
michi-w.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #52 on: February 02, 2006, 11:07:39 PM »
@michi-w:

Then, perhaps you'd be interested to uninstall your current version and test out mine I just released ? (See the thread above your previous post) ;)

Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: Bild melden / report a pic
« Reply #53 on: February 02, 2006, 11:20:42 PM »
A database update (install_report_image.php), why?

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #54 on: February 02, 2006, 11:56:28 PM »
Quote

A database update (install_report_image.php), why?


If you have questions regarding the new release, please state them into the new topic from now on. ;)

The installation file was meant for users who doesn't have any experience with SQL tables (I happened to meet some this week). This has been thought and used as an installation file rather than giving them specific instructions which could result additional postings. ;)

Offline michi-w.

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: Bild melden / report a pic
« Reply #55 on: February 04, 2006, 08:35:54 PM »
Ein vergleichbarer Mod, der etwas einfacher gebaut ist:
http://www.4homepages.de/forum/index.php?topic=11470.0

@TheOracle
That is it! :wink:

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Bild melden / report a pic
« Reply #56 on: February 04, 2006, 08:58:09 PM »
Topic has been modified below :

http://www.4homepages.de/forum/index.php?topic=11470.0

Thanks for understanding my point of vue. ;)