Category: Scripts

Online Radio Script v3.0

Posted in Php Scripts, Scripts by admin | Tags: , , , , , , ,

Online Radio Script v3.0

Original dutch online radio script with very nice admin panel to add or remove new music stations !
translate to your own language and start a cool online radio website !

Demo:

http://radio.articles4you.net

Read more »

Processing your request, Please wait....

[Activeden] Slick Full Website Template with CMS and 2 Skins

Posted in Scripts, Templates, Themen by admin | Tags: , , , , , , , , , , , ,

http://s3.envato.com/files/144520.jpg

Among the new features:

- Two levels menu (many of you asked for sub-menus, here they are !)
- FULL SEO SUPPORT (we generate a fully functional html site for search robots with the same links and content as the flash one – the only real full seo solution). If you want to test it yourself just disable the javascript support on our demo link and browse the site.
- google map, and yahoo map
- database automatic importer (no need to import the database yourself, at the first run the site will do it for you and a window with login info will pop up)
- added a guestbook module
- homepage slider allows images and videos popups along with external links
- panning option for portfolio images
- slider / scrolling option for gallery thumbs
- footer text allows html code
- mp3player stops when a video is played and resumes on close
- core update
- fckeditor update to 2.6.5 ( 3.x cant be used because of the missing image manager )
- flash 8 sources added
- lot of small new features/improvements and a couple of few fixes
- reverse items orders from admin with just one click ( newest are the last or the first )
- seo fields ( title , description, keywords ) for all records.
- site ownership fields ( put the validate codes for google webmastertools, yahoo and msn directly in admin panel, no need to edit the html templates anymore ).
- mysql login info moved from admin/site.xml in admin/mysql.php ( to avoid unprotected xml files )

Unfortunately there is no update utility for already installed older versions yet, we are working on it and testing since too many things have changed. For new users however this is not a problem.

Greetings and welcome to our first in a hopefully long series of amazing fully featured Flash Website Templates. We’ve worked really hard on providing you with a complete solution that is modular, easy to implement, modify and administrate.

With all the included modules, the two different skins, deep linking and most of all the included Advanced PHP Content Management System (admin) this is amazing value for money, don’t miss out.

Advanced PHP CMS Preview

Front-end (to preview changes) :

http://flashtemplate-01.oxylusflash.com/

Administration Panel :

http://flashtemplate-01.oxylusflash.com/admin/
Username : demo
Password : demo

Key Features :

- 2 full skins included out of the box (white or black with different graphics)
- Supports deep-linking (users can go straight to an inside page with a direct link, which allows bookmarking and easy internal linking, support for the back/forward buttons of the browser etc.)
- Fully XML Driven, completely dynamic, you can choose to use the bundled CMS or manually edit the XML files like all the other templates
- Modular design, you can choose which modules you wish to use
- Google Analytics support, full support for tracking each page

Modules :

- Main (container) : sliding hide-away dynamic horizontal menu with nifty effects, tooltip music player with playlist, fullscreen button, resizable to browser resolution, deep-linking engine, individual loading for each section, user swf support.

- Homepage : dynamic horizontal thumbs slider with motion blur and tons of settings regarding size of images, distance between images, links to open (should use deeplinking in order to point to portfolio pages) as well as dynamic introduction text/titles.

- Advanced Banner Rotator : this module can be used as an alternative to the homepage or as a showcase, it supports resizing, motion blur and tons of other options. It can rotate external image files as well as animated swf flash files.

- About us (content display) : unlimited text that supports html formatting, nifty scrollbar and also an image slideshow with many customisations. If you wish, you can also remove the image slideshow and enlarge the textfield to full size.

- Our Clients : this module can be used as a links module with unlimited photos and dynamic tooltip. Look forward to quite a few customisations in the xml here as well.

- Latest News : news module that supports unlimited items, scroll and popup descriptions that can host unlimited html formatted text as well as next/previous news browsing. It could of course also be used as a blog or any other section that uses the same two level structure.

- Job Openings : this module can be used for job listings or many other similarly structured sections. As an interesting feature we can mention the apply to job form that also supports file uploading.

- Contact us : this module acts as an advanced contact form and contact info display. The form supports the attachment of files.

- Portfolio : the portfolio module has a three level structure, with categories (ex. Web Design), projects and a gallery for each project. Each level has unlimited items so you have complete freedom. The details display also supports video (via our acclaimed ez video player that is included)in addition to photos.

- Services : this module is much like the content display module with the difference that it supports subcategories.

- Media Gallery : Fully fledged gallery that supports albums, unlimited items in each album, media type icons, html formatted description etc. It can display both photos and video (and mp3 music in a future update)

The file includes XML only version as well as Admin Version so you don’t have to use the admin if you don’t want to or your server doesn’t have php. It’s just like a regular flash template with a bonus.
It also includes the .psd file designs.

Demo:

http://s3.envato.com/files/144563/index.html

http://activeden.net/item/slick-full-website-template-with-cms-and-2-skins/full_screen_preview/49952

Read more »

Processing your request, Please wait....

[CodeCanyon] anySize – Caching image resizer

Posted in Php Scripts, Scripts by admin | Tags: , , , , , , , , , ,

http://s3.envato.com/files/154425/1_Demo.__large_preview.jpg

Description

anySize is a lightweight, drop-in, fully automated, caching, make-you-coffee-and-serve-it-in-bed script that lets you request and generate images (jpg, gif or png) of any size.

For example:

You upload “image.png” to your image folder, “images”


  1. The image is returned at its native resolution

  2. A thumbnail is presented

  3. A medium sized image is presented

  4. An image with max width 150px and max height 100px is presented. Aspect ratio is maintained.

  5. An image with width 150px and height 100px is presented. Aspect ratio is NOT maintained.

And now for the awesome:

When you request an image the first time the result is stored in a cache folder and all further requests use that cache. Image file updated and re-uploaded? No need to flush the cache; everything is automatically taken care of!
Want to define the size of your “thumbnail” image? Want to add a “megaawesome” option so you can request images/image.png?s=megaawesome ? Want to disable arbitrary resizing (options 4 & 5)? No problem! Everything is set up in the first few lines of the code using intuitively-named variables. Works out of the box but is extremely easy to customize.

The following are flags and variables the system understands:

s: (Set Size)
Ex:
Returns an image of a pre-determined size (as set at the top of the anySize.php file)
The default sizes out of the box are:

  • s=thumb: max size 60×60 image.
  • s=small: max size 200×200 image.
  • s=medium: max size 400×400 image.
  • s=large: max size 800×800 image.

Note: These sizes are truly simple to change, add, remove, etc. Comments in the file show how to edit these sizes.

w: (Width)
Ex:
Returns an image with a width of 100px. Unless specified, aspect ratio is preserved.

h: (Height)
Ex:
Returns an image with a height of 100px. Unless specified, aspect ratio is preserved.

a: (Aspect Ratio)
Ex:
Returns an image with a width of 100px and a height of 150px; Aspect ratio is ignored and the image WILL be 100px wide and 150px tall if a=false

Note: If you set both w and h and do not set a to “false” the system will produce an image that fits within the box defined by w and h while maintaining the aspect ratio. Essentially w and h, when set together, form a bounding box for the result image. See Example 4 for how this might look in code.

But wait! There’s more!

Included in the anySize download is a speed-optimized version of the script that uses just the size flag (s) and boosts the cache speed for truly lightweight and lightening fast operation.

Demo:

http://betaorbust.com/codeProjects/anySize/anySizeLiveDemo.html

http://codecanyon.net/item/anysize-caching-image-resizer/full_screen_preview/53074

Read more »

Processing your request, Please wait....

[CodeCanyon] Awesome Contact Form

Posted in Php Scripts, Scripts by admin | Tags: , , , , , , , ,

http://s3.envato.com/files/259126.jpg

This script is a class-based, fully-featured PHP Contact Form with a focus on ease-of-use and extensibility. Includes an autoresponder and custom fields.

It is simple to install and comes packaged with many optional features which can be turned on simply by editing the config file – so no editing of the main source code is needed.

Features:

  • Easy installation and integration into your existing website, with just two lines of code needed to include the form.
  • Can automatically send a Thank You email to the sender, with configurable subject and body.
  • Add and remove fields very easily
  • Field validation to check whether fields are email addresses, numbers, or a specified length.
  • Custom error messages can be set for each field.
  • Both a CAPTCHA and human verification question included, easily switched via the configuration file.
  • Can either redirect user to a success page or show a success message.

Included with the script is a detailed user guide which gives you an overview of every setting, tutorials on managing fields and a guide to the form validation fields.

The script gives you the flexibility to integrate the form into your own site without worries about breaking the code. By taking advantage of PHP ’s Object-Oriented features, the class can be built-on to provide additional functionality.

Requires PHP 5
Demo:

http://codecanyon.jordanh.net/demo/

http://codecanyon.net/item/awesome-contact-form/full_screen_preview/83358

Read more »

Processing your request, Please wait....

[CodeCanyon] PayPal Payment Terminal

Posted in Php Scripts, Scripts by admin | Tags: , , , , , , , , ,

http://s3.envato.com/files/136311/1_MainScreen.__large_preview.jpg

Quick & Easy payment terminal for your clients to pay for your services through paypal.

Easy Installation: edit config file and upload to your hosting.

Works perfectly on IE7 , FireFox2/3, Chrome, Safari 4, Opera 9.64 (didn’t test on IE6 but shouldn’t be any problems)

With couple of modifications can be easily used to sell single items, and can be easily integrated into wordpress page,please follow this link to read these tutorials: http://www.rxnk.com/scripts/paypal/tutorials.html

and here is link to demo for single item script: http://www.rxnk.com/scripts/paypal/index_hard.php

Demo & More Info:

http://www.rxnk.com/scripts/paypal/

http://codecanyon.net/item/paypal-payment-terminal/full_screen_preview/47404

Read more »

Processing your request, Please wait....
Page 1 of 71234567

Sponsors

Toplist etc.

Rapidshare Search Downloads

Subscribe via e-mail :)

Enter your email address:

Most liked posts

View Random Post

Click here to read a random post

Son Yorumlar

free counters

Etiketler

(.PSD) 2009 2010 Blog BUSINESS clean codecanyon CSS Cumshot Download Flashden Free Free Premium themes Free ThemeForest Themes free themes free WordPress Theme FULL Hardcore Html HTML Template Icon Set icons set Joomla Template jquery Oral Portfolio Premium Premium Wordpress Theme Rapidshare Template Theme Themeforest ThemeForest.Net ThemeForest Free Themes ThemeForest Themes Website Website template WooThemes Wordpress Wordpress Theme Wordpress Themes Worpdress Theme WP Theme XXX [GraphicRiver]