Posts Tagged ‘scripts’

BEST FREE PHP web hosting cPanel, mySQL, databases, preinstalled programs,

free web hosting at http://www.000webhost.com/?id=193220

PHP, MySQL, phpMyAdmin, CGI, Curl, cPanel Perl and much, much more!

Pages Load FAST

cPanel easy to use. Integrated into login.

This free website hosting is at http://www.000webhost.com/?id=193220

Quick note: the subdomain you can get with this free hosting offer are rotated every once in a while. Easy to fix with bit.ly

auto installer that will allow you to install many premade scripts you can put on your hosted site very easily — hosting is all completely free.

Free hosting at

http://www.000webhost.com/?id=193220

Also, there are NO FORCED ADS – ever with this hosting!

Hosting is available at

http://www.000webhost.com/?id=193220

Install a BLOG! – WordPress, b2evolution, Nucleus, and more, all for free!

Install a FORUM! – Install phpBB for free, or SMF (or others!)

You can sign up for this FREE web hosting offer, completely free at http://www.000webhost.com/?id=193220

Unlimited Sub-Domains! – all working all the time! AGAIN, FREE!!

They aren’t ever going to charge for this free website hosting!

Once again, you can get this free web hosting at http://www.000webhost.com/?id=193220

I’m going to be straight forward with you. http://www.000webhost.com/?id=193220 is my affiliate link. I earn a few dollars for each signup. But that doesn’t come out of what you pay – you don’t pay anything! This is all free! I can’t stretch the fact that it’s all free any more!

If you sign up using http://www.000webhost.com/?id=193220 it’s a very nice way of saying “Thank you for introducing me to my great new, FREE hosting!” I would be so grateful if you would sign up through me!

Remember, you get PHP, MySQL, cPanel, phpMyAdmin, unlimited free subdomains, CGI, Perl, Curl, and much, much more!!

Duration : 0:9:42

Read the rest of this entry »

Technorati Tags: , ,

Web Programming and Design: Images and Thumbnails

Brad smith asked:


Let’s start with an example so you see where we’re going to with this article. Consider a listings type site; in this case, let’s think of a real estate website which lists properties. Each property has a picture. You have a page where you list all properties in a given neighborhood, about 20 properties per page. For each property, you display a smaller version of its picture (this is called a thumbnail), and a brief description of the property, so site visitors can click on the property they like to learn more about it. The problem is: this page takes really long to display in the browser.

There is a high probability that this problem is related to the images. You need to analyze how your site generates the thumbnails. In many scripts, the thumbnails are just the original pictures, but displayed in smaller width and height. If this is the case, then each picture takes too long to load. You should change this approach and generate real thumbnails of each picture. You also need to change your script to work with the images thumbnails, and not just the original big images.

There are different ways to generate the thumbnails:

1) Using a graphics program. You load the original image, and resize it to the thumbnail size. Then you save it with a different file name. For this approach to work, your script must let you upload the big image for each property, and also the thumbnail.

2) Your script can generate the thumbnails automatically when pictures are loaded, and save them on the server. You only need to upload the big picture. If your script is written in Php, for example, this can be accomplished by using Php image functions, which make use of the gd graphics library. These functions let you generate thumbnails in different image formats like gif, jpg and png.

3) Your script can generate the thumbnails on the fly and serve them directly to the browser. This will save storage space in the server, but requires a lot of server processing time. It is not recommended if you have many images, or if your site has many daily visits.

The important aspect to remember here is that you should not resize original images to show them as thumbnails, especially if you’re showing several of these images on the same page. It will not only slow the page load in the browser, but it will also use a lot of extra bandwidth you can save.

written By Sergio Roth



Website content

Technorati Tags: , ,

Email Bomb Tutorial

Want to email bomb someone without any kind of keylogged program or other hassle’s? We are going to use http://000webhost.com and a simple PHP Script to bomb your enemy’s in this tutorial.

Watch the video to learn how to bomb someone’s email with just this PHP Script:

http://pastebin.com/f709a06c6

Duration : 0:9:52

Read the rest of this entry »

Technorati Tags: , , , , , , , , , ,

Learn PHP Lesson 1

PHP is a great programming language
Learn PHP Today , It is Easy :)

Duration : 0:2:19

Read the rest of this entry »

Technorati Tags: , , , , , , , , ,

/` 100% Easy /` Shell Scripting in Perl (and PHP!)

Yes in this tutorial I demonstrate scripting in Perl and later on demonstrate web scripting language PHP for making regular shell scripts..

This tutorial will let you fiddle around with your scripting ideas, without having to get to “geeky”..

Some of us uber-geeks started with basic on a commodore 64, or started programming in Logo (which is a language that was designed entirely to teach people how to program). Well I feel sorry for those who took Pascal too serriously, and as a result made a teaching language a full fledged programming language.. Yes Delphi started life as a learning language, it was never meant to be a real programming language.. A god awful programming language..

Please if you intend to become a uber-geek, use C, you know literally can learn all the other languages because Perl and PHP and Python are described as being “C-like”.. However LISP is a whole other planet.

I can’t put the scripts here in this description, if I even put a “less-than” symbol youtube’s form filter will croak.

Note, some people still make web scripts in C, and embly if they want bragging rights, weird people.. Now those are the real uber-geeks.. I started programming web scripts in C, but moved to Perl, and now all I use is PHP.. So if you are intent on making web programs, using PHP as a scripting language can’t hurt..

Duration : 1:18:48

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,