DreamCARDS ver Bet

  DreamCARDS
  Category : Php Tutorials-tips Postcards  
  Platform :  
  Price : Free  
  Developer: Dreamland Studios  
  Version : Bet  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


DreamCARDS is a simple and useful program ming/cfml/postcards-list/' onMouseOver="tip('infobox1')" onMouseOut="untip()"> postcard program designed with powerful administration area. You can generate and run your own card service on your website and as an admin you can upload any number of cards online on a seperate directory of your website, create unlimited number of categories for listing the cards. This program supports JPEG file formats for the cards and is bundled with a thumbnail generator.

 

more Tag: cards, dreamcards,

Also see ...


PopCard Multi 1)    PopCard Multi
 This is a php software and a post card where emails can be send to multiple recipients. Features like customising card templates, works with any JPEG images or photos, cards appear in recipient's inbox and no need to host card files on server. In this script no database is needed for accessing by the webmasters in the website. It can be integrated easily with any active websites. Demo page is available for this script where users can view this script to know about it....

phpCards 2)    phpCards
 This is a php software and a post card where administrator has ability to edit the full size and thumbnail images, text and category on existing cards, delete cards and to add new cards. In this script error checking can be done on required fields. Default text that comes with each card can be edited by the user through user interface. The webmasters can add, edit, and delete categories. The sender is provided with a spam protection in this script. Full size preview of the image pops up can...

DreamCards PRO 3)    DreamCards PRO
 DreamCards PRO is the last version of DreamCards. Adding new ecards has never been easyer, just upload them with a ftp program in the right directories. Admin area available to set up your categories (which are unlimited), to set up some script variables according to your system configuration. Also, you will be helped to install the script by the Installation Wizard. In a few steps the script will be up and running. If you thing you need a more complex version of DreamCards PRO, you can cont...

@Card ME PHP Version 4)    @Card ME PHP Version
 This is a php software and a card in which you can record voice and send a ecard with voice message. This script is easy to activate or deactivate a category, Top 10 eCards and 10 Skins background are provided in this script. It supports image types like GIF, GIF Animations, JPG and macromedia flash animations. Allows the sender to upload his own music or sound files, poem and image or flash animation and permit senders to add multiple recipients. The sender can receive a copy and send ecar...

Card Depot 5)    Card Depot
 This is a php software and a card which allows users to select a number of fonts and three different font sizes and can upload their own images. In this script users may also choose to be notified when their card is viewed. Features like view stamps as you make your choice, limit byte size, width and height of the uploaded images, format the scripts to show cards by categories easily, create new card pages easily, a simple routine to remove old cards, plain text user log, extensive documenta...

artmedic ecards 6)    artmedic ecards
 Cards are saves as HTML-file to your webserver and automatically deleted after 14 days (you can change this parameter). Recipient is informed per email with link indicating to his card...

SWS E-Cards 7)    SWS E-Cards
 This is a php software and a post card where administrator can add, edit and delete sponsors. The admins can also add and remove midi and wav files. The webmaster can change the password, create unlimited categories, uploads uplimited postcards and use flash and animated gifs. In this script members can schedule cards to be sent on specific date, view if and when card was picked up and remove old cards. The users can add daily pictures to their website and can view cards by rating. This scri...

Ecardswa 8)    Ecardswa
 Ecardswa represents a solution for a greeting-card-shipment-service with many features: User registration, history, attractive shipment options, full administration etc. The programm is based on PHP and MySQL. All greeting cards sent are saved in a data-base. The users have access to all their cards sent at any time. Installation is quick and easy and is carried out via browser with install.php scripts....

EasyEcard 9)    EasyEcard
 Feature: easy to install wizard script; Only 4 steps to complete installation process. Powerful Admin Control Panel to manage categories, create unlimited categories, upload or delete image, music files and much more....

Jump into PHP and MySQL web programming - Part I 1)    Jump into PHP and MySQL web programming - Part I
 Jump into PHP and MySQL web programming - Part I is an article that teaches about programming with PHP and MySQL easily. The author says that most of the unix hosting services provide MySQL service as one of their hosting plans. The author gives some example programmes, tables, queries for easy learning. Helpful to PHP programmers....

class.dropshadow.php 2)    class.dropshadow.php
 The class.dropshadow.php is nothing but a drop shadowed thumbail creator written using PHP. The script allows you to apply a drop shadow effect to a particular thumbnail image and also you are able to customize the setting such as changing the color of the background so that the shadow effect fits better into the page as well as the size of the thumbnail. The script can be used to create your own drop shadows when you don't like the spacing of the drop shadow....

Counting Rows 3)    Counting Rows
 In this article, the author gives a simple code in PHP for counting the number of rows or records in a database. He gives some sample PHP script function for this. He also gives notes on how the mysql_num_rows function will work only for select statements and the mysql_affected_rows function should be used for other statments like INSERT. This article is useful for PHP programmers....

Building a Comments Script 4)    Building a Comments Script
 This comment scirpt uses MySQL and can be used for unique pages. The tutorial guides you through the process, step by step....

Output While Script is Still Running 5)    Output While Script is Still Running
 Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don`t make your visitors wait for a long script to process....

Developing a Login System with PHP and MySQL 6)    Developing a Login System with PHP and MySQL
 This tutorial will show you how to create a user login system for your website using php and mysql to store the user data. It will show you how to allow a user to register his preferred login id and password, verify and authenticate the user when he subsequently logs in and send the users password to his registered email address if the user forgets his password...

PHP Script Tips - PHP Built-in Functions for Strings 7)    PHP Script Tips - PHP Built-in Functions for Strings
 A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc...

Optimized script for fetching google pagerank 8)    Optimized script for fetching google pagerank
 Most scripts written for getting a google pagerank connect to the google servers everytime someone views a page where the script is called. Depending on how busy your site is this can mean that you connect to google thousands of times each day to get exactly the same information. This script uses a cache to prevent this from happening. The first time someone visits your site the script connects to google and then after that the pagerank value is fetched from a cache. This is far faster (...

Creating an object oriented MySQL abstraction class 9)    Creating an object oriented MySQL abstraction class
 In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script....