This article is addressed to beginners, those who want to get familiar with the basic concepts of web development and web design. I’ve decided to write it down because I’ve seen many times on forums people trying to understand where web development starts and where it ends. I want to mention that in the article I won’t discuss about ASP technology. So..
The bellow PHP script allows you to grab email addresses of a web page.
An important feature of the script is that it can run very well on a local server as EasyPHP or XAMPP. It doesn’t have to run on a hosting server which might has restricted the use of PHP function file_get_contents(). For our records, this resctriction is done editing the php.ini file of the Apache server. More exactly, the following line: allow_url_fopen = Off.
The above banner is my first banner. I had to do it because I need it when I make link exchange with someone for a better off page SEO. The banner isn’t something astonishing but I like it. Actually, I feel pretty proud of it. That`s why I felt the need to post it on the blog.
The bellow C++ program allows you to find how many prime numbers are between two positive integers. Before showing the program I just want to mention that a prime number is a positive integer which is devided only by 1 and itself.
This PHP script lets you to send a huge number of emails to an email address. Basically, it floods that email account.
An important feature of the script is that all emails are different from one another. Each time the script sends an email, the sender is different (for instance, keagon.goldsmith@gmail.com, kurt.taylor@yahoo.com, estelle.cook@hotmail.com and so on). Same for the body and the subject of the email. So, each email has its own sender, subject and body which is very important because only a few emails will get in Junkbox. Most of them will get in Inbox which is our purpose.

Categories
Tag Cloud
Blog RSS
Comments RSS
Last 50 Posts
Void « Default
Life
Earth
Wind
Water
Fire
Light 