Archive for the 'PHP MySQL Curl' Category

TheGhostBay.Org Website Torrent

Tuesday, May 25th, 2010

I present to you, TheGhostBay.Org Website Torrent. Download TheGhostBay.Org Torrent.Torrent Then please seed for others! This is the result of about 4 months of work in my spare time, I do not have enough money to continue supporting it myself. But I offer it to the community so that in some way my work may [...]

How To DDoS

Wednesday, May 12th, 2010

DDOS, or Distributed Denial of Service, is a form of ‘malicious attack’ on a website, network, specific computer or a specific network device. It effectively works by flooding the target with excessive traffic from many different internet locations. How does one go about sending requests from multiple locations all in sync? The most obvious is [...]

PHP mail script – send an email

Friday, May 7th, 2010

Sending an email in PHP is extremely simple if your server is setup for it. Ubuntu Server + Internet connection + make sure the ISP is not blocking port 25 = no configure to send emails with PHP. $to = “to@domain.com”; $subject = “Subject of the email”; $message = “Message line #1\n\nLine 2\n\nUse a \\n [...]