Jump to content

kiffwunder

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kiffwunder's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. its just a funscripts 4 friends. max 10mails its just fun... pls help me
  2. i sry i am php noob. thats the code from the spammail can someone change the code 4 me on that way, that i can select the sender and the receiver and there is a sendbutton on the page. so that other users can us this script on my fun page  ;D mfg kiu [code]<?php $opfer = "test@test"; //Die E-Mail Adresse des Opfers $absender = "test@test"; //Die freiwählbare Absenderadresse $absender_name = "test@test"; $betreff = "test"; $anzahl_mails = 10; $nachricht = "test"; //Nachricht an das Opfer for ($i=1; $i <=$anzahl_mails; $i++) {         if (mail($opfer,$betreff,$nachricht,"From: $absender_name <$opfer>")) {             echo "Mail $i von $anzahl_mails:<font color=green> gesendet.</font><br>";         } else {             echo "Mail $i von $anzahl_mails:<font color=red> nicht gesendet.</font><br>";         } } ?> [/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.