Snippets scripts - Top 4 Download

Snippets script downloads

Ajax Rotating Includes script

This is a shakeup of the Ajax Includes script to let you input a list of external pages for the script to choose and selectively include one onto the current page. Three types of inclusion are supported: - Daily 1 ("dailyw"): The script will include a different file for each ...
JavaScript

Alarm With Draw

Alarm With Draw script animates a window while it beeps. ...
Python

Button action inside a class

Button action inside a class demonstrates the use of a button action called within a class. ...
Python

Button width and height

Button width and height script shows you how to modify the width and height of a button. ...
Python

Check your server status

Check your server status script checks whether your server is up or down. It implements a ping command in PHP. ...

Color chooser dialog

Color chooser dialog script allows user to chooseor choosed color. ...
Python

Creating a domain checker

Creating a domain checker script allows you to check whether the actual domain name is available or not.  ...

Creating a file based logging script

Creating a file based logging script shows how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you ...

Creating a file based login system

Creating a file based login system script shows you how to create a file based login system to register, login and logout users. You can use this method without any database. ...

Creating a file system browser

Creating a file system browser shows you how to create a PHP application to display directory content and to navigate it. ...

Creating a guestbook

Creating a guestbook script shows you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings. ...

Creating a simple contact form with PHP

Creating a simple contact form with PHP script shows you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email. ...

Creating an object oriented MySQL abstraction

Creating an object oriented MySQL abstraction script allows you to create an object oriented database abstraction class for a MySQL database.Besides the basic functions this manager class can summarize total time spent with db connection andotal timeecution and counts how many query were executed during your PHP script. ...

Creating Calendar in PHP

Creating Calendar in PHP script allows you to create a calendar in PHP. It will create a simple but good looking - easy customizable via CSS - calendar table. ...

Easy List Builder Script

You've probably heard the expression, "The money is in the list", and it's absolutely true. Without a list, you'll either have to use free resources that are overwhelmed with similar offers that don't get read, or dig deep in your pockets to pay to market your opportunities each and every time... ...

Email validation with PHP

Email validation with PHP script presents you a method of email validation. ...

Email validation with regular expression

Email validation with regular expression script allows you to validates email using regular expressions. ...

EZDB

This is a tool/php script which i developed for creating forms and insert scripts from database, this was the basic requirement for most projects i work, a database few select(sql) scripts, few insert(sql) scripts.It creates scripts and puts into separate files/scripts ...

Generate random passwords with PHP

Generate random passwords with PHP script shows how to to generate random passwords that are highly secure and extremely difficult to crack. You can choose between various complexity/strength and you can set password length as well. ...

How to get all META data of a website

How to get all META data of a website allows you to easy check META information of any website. It can be very usefull in search engine optimization when you want to check your competitors settings. ...