Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Tutorial How to setup a working PHP Spam mailer filter_list
Author
Message
How to setup a working PHP Spam mailer #1
Today i will show you, how to setup a free and working PHP spam mailer.

First:
THIS IS FOR INFORMATIONAL AND LEARNING PURPOSE ONLY!

Let's start...

Step 1:
Setup a free hoster with PHP and Sendmail support.
I have try it with bplaced.net and it works perfect.
So register a new Account on bplaced.net.

Step 2:
Download a PHP spam mailer.
Search for a working mailer or try this one. LINK
This is tested and works like acharm.

Step 3:
Setup the PHP file.
Copy the code from line 1 to line 49 an paste it into a new document on your Desktop called index.php

Step 3.1 (optional):
Change the charset.
Open the index.php and find
PHP Code:
$headers .= "Content-type: text/".$_POST['tipe']."; charset=windows-1251\r\n";
(line 25)
Change the
PHP Code:
charset=windows-1251
to
PHP Code:
charset=utf-8
This allow us to use unicode letters like ä, ö, ü, ß... for germans very usefull.

Step 4:
Fire up FileZilla
Start FileZilla and connect with your blaced.net data to the FTP server.
In my case I dont need to add a new FTP account to bplaced.net. The adress for me was my domain, my login and my password. But if you need to setup an account, so got to bplaced.net, login into, go to FTP (left side in the bar) and create or edit an account.

Step 5:
Upload the file.
Search for your index.php on the Desktop and drag-and-drop it to the FileZilla window on the right side (your FTP)

Step 6:
Testing
Open your Browser and go  to your bplaced.net domain for example sinister.bplaced.net
Now you will see your script. Chose the method you want to (Send a mail, Spam, Flood) and insert a receive/sender Mail, a subject and your message. Here you can choose between HTML and Text messaging.

If you decide to send only one mail, you have to choose "Send simple message"
For sending one mail to several emails you have to got to "Spam" - add all emails in the "Receivers" window
And if you decide to send million of mails to one eMail, go to "Flood" - type a number of mails in the "Amount of messages " window

Now you can click on "Submit Query" and see what happen.

If you want, you can register/visit your domain and send the index.php to your server over TOR. I think you would be on the save side, if so.

Have Fun and don't do shit! Cool

Thanks to "NOmeR1" for the small script!

[+] 1 user Likes PicoMan's post
Reply

RE: How to setup a working PHP Spam mailer #2
awesome stuff. I fight with deutch few minutes but still awesome thank man Smile

Reply

RE: How to setup a working PHP Spam mailer #3
(02-16-2019, 02:30 AM)PicoMan Wrote: Today i will show you, how to setup a free and working PHP spam mailer.

First:
THIS IS FOR INFORMATIONAL AND LEARNING PURPOSE ONLY!

Let's start...

Step 1:
Setup a free hoster with PHP and Sendmail support.
I have try it with bplaced.net and it works perfect.
So register a new Account on bplaced.net.

Step 2:
Download a PHP spam mailer.
Search for a working mailer or try this one. LINK
This is tested and works like acharm.

Step 3:
Setup the PHP file.
Copy the code from line 1 to line 49 an paste it into a new document on your Desktop called index.php

Step 3.1 (optional):
Change the charset.
Open the index.php and find
PHP Code:
$headers .= "Content-type: text/".$_POST['tipe']."; charset=windows-1251\r\n";
(line 25)
Change the
PHP Code:
charset=windows-1251
to
PHP Code:
charset=utf-8
This allow us to use unicode letters like ä, ö, ü, ß... for germans very usefull.

Step 4:
Fire up FileZilla
Start FileZilla and connect with your blaced.net data to the FTP server.
In my case I dont need to add a new FTP account to bplaced.net. The adress for me was my domain, my login and my password. But if you need to setup an account, so got to bplaced.net, login into, go to FTP (left side in the bar) and create or edit an account.

Step 5:
Upload the file.
Search for your index.php on the Desktop and drag-and-drop it to the FileZilla window on the right side (your FTP)

Step 6:
Testing
Open your Browser and go  to your bplaced.net domain for example sinister.bplaced.net
Now you will see your script. Chose the method you want to (Send a mail, Spam, Flood) and insert a receive/sender Mail, a subject and your message. Here you can choose between HTML and Text messaging.

If you decide to send only one mail, you have to choose "Send simple message"
For sending one mail to several emails you have to got to "Spam" - add all emails in the "Receivers" window
And if you decide to send million of mails to one eMail, go to "Flood" - type a number of mails in the "Amount of messages " window

Now you can click on "Submit Query" and see what happen.

If you want, you can register/visit your domain and send the index.php to your server over TOR. I think you would be on the save side, if so.

Have Fun and don't do shit! Cool

Thanks to "NOmeR1" for the small script!

great work
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: How to setup a working PHP Spam mailer #4
got few things...
when I make flood and put +- 50 msg it return cannot send message and when I make spam with few mails same issue

Reply

RE: How to setup a working PHP Spam mailer #5
(02-17-2019, 08:02 PM)posd Wrote: got few things...
when I make flood and put +- 50 msg it return cannot send message and when I make spam with few mails same issue

Ok, i've tested with 50 mails and it only sends 25 for me. I think, that bplaced have had a flood protection. I hope this can be resolved by using an other server. You can setup your own smtp server with a raspberry pi (tutorials @ google) or change the hoster. Also you can try send a lower amount of messages, but do it more time for example 2 times an amount of 25 messages.

and sorry for my bad english, i'm from germany but i work on it Smile

[Edit]
Yeah, the working time is limited on bplaced.net You are allowed to send only 100 mails daily.
https://imgur.com/a/WhHc0L5

[Edit 2]
Maybe you have deactivate the php-mail in the bplaced settings. Go to PHP (Left bar) and check the settings in PHP-Mail. And it worked better for me, when i changed the PHP Version to 5.6 in the PHP settings. Don't know why
(This post was last modified: 02-18-2019, 10:27 AM by PicoMan. Edit Reason: add screenshot )

Reply

RE: How to setup a working PHP Spam mailer #6
(02-18-2019, 10:08 AM)PicoMan Wrote:
(02-17-2019, 08:02 PM)posd Wrote: got few things...
when I make flood and put +- 50 msg it return cannot send message and when I make spam with few mails same issue

Ok, i've tested with 50 mails and it only sends 25 for me. I think, that bplaced have had a flood protection. I hope this can be resolved by using an other server. You can setup your own smtp server with a raspberry pi (tutorials @ google) or change the hoster. Also you can try send a lower amount of messages, but do it more time for example 2 times an amount of 25 messages.

and sorry for my bad english, i'm from germany but i work on it Smile

[Edit]
Yeah, the working time is limited on bplaced.net You are allowed to send only 100 mails daily.
https://imgur.com/a/WhHc0L5

[Edit 2]
Maybe you have deactivate the php-mail in the bplaced settings. Go to PHP (Left bar) and check the settings in PHP-Mail. And it worked better for me, when i changed the PHP Version to 5.6  in the PHP settings. Don't know why

thanks ill try it

Reply

RE: How to setup a working PHP Spam mailer #7
BTW another way how to send thousand mail per day ?

Reply

RE: How to setup a working PHP Spam mailer #8
setup a pay hosting service without limitation or do it with raspberry. i dont know how windows act, but i think its possible to setup a SMTP server on a local machine. I think, that my way is the easiest one but with limitation...you can register more than one bplaced host...

Reply

RE: How to setup a working PHP Spam mailer #9
and another question. I need mail with attachment. Any idea how to edit it ?

Reply

RE: How to setup a working PHP Spam mailer #10
Sorry for my late reply, but i can't help you with your question Sad But if you fing a way, so please show us, too Smile

Reply







Users browsing this thread: 1 Guest(s)