Software Listing: Review Scripts
- Complete PHP Scripts Directory, Rating and Reviews Website
- License: Shareware

Complete Professional Website with Hosting! | | This website allows you to run a free scripts directory earning revenue from sponsors advertising. Visitors can add scripts, Search for scripts, & rate and review scripts. | | User Tools: * Displays Top 10 and What's New. * Script Submission o Title o Category o Download URL o Home Site o Platform(s) o Price o Upload screenshot o Description o Contact Details * Advanced Search o Title o Type o Description o Date o Category o Platform * Rate and Review Scripts * Purchase Text and Banner Advertising | | Admin Tools: * Search/Add/Edit Users * Add/Update/Edit Categories * Search/Add/Edit Scripts * Search/Add/Edit/(De)Activate Advertising * Search/Add/Edit/(De)Activate Sponsors * Add/Edit/Delete Advertising Packages.
- Publisher: 352hosting.com
- Date: 09-04-2011
- Platform: PHP, Scripts
- Complete PHP Scripts Directory, Rating and Reviews
- License: Shareware
- Price: 15.00

Complete Professional Website with Hosting! | | This website allows you to run a free scripts directory earning revenue from sponsors advertising. Visitors can add scripts, Search for scripts, & rate and review scripts. | | User Tools: * Displays Top 10 and What's New. * Script Submission o Title o Category o Download URL o Home Site o Platform(s) o Price o Upload screenshot o Description o Contact Details * Advanced Search o Title o Type o Description o Date o Category o Platform * Rate and Review Scripts * Purchase Text and Banner Advertising | | Admin Tools: * Search/Add/Edit Users * Add/Update/Edit Categories * Search/Add/Edit Scripts * Search/Add/Edit/(De)Activate Advertising * Search/Add/Edit/(De)Activate Sponsors * Add/Edit/Delete Advertising Packages.
- Publisher: 352Hosting.com
- Date: 14-01-2011
- Platform: PHP, Scripts
- Five Star Review
- License: Shareware

This Amazon-style review script allows users to rank a product or item on a scale of 1-5 stars and make comments related to the product for other users to read. Email notification will allow the administrator to approve comments before being added to the website. Admin panel allows the following: Approve a Review before it is listed, Delete a Review, Delete all Unapproved Reviews and Add Item for Review. Can be used to rate books, videos, music, websites. Fast mysql backend. One template file controls the entire site/script layout..
- Publisher: review-script.com
- Date: 01-04-2011
- Platform: PHP, Scripts
- Smart Review Pro
- License: Shareware
- Price: 24.95

Smart review pro is a smart, powerful, and easy to use php based review system. Its so easy to use, all you really have to do is drag and drop the review folder into your FTP and you're good to go. It comes with a user login/registration system, admin cpl, 5 star rating system, and captcha security key implementation to keep spammers away. Best of all, unlike most high-end review scripts it comes at a one time unbeatable price of $24.95!.
- Publisher: Smart Scripts
- Date: 07-07-2011
- Platform: PHP, Scripts
- High 5 Review Script
- License: Shareware
- Price: 89.00

A completely self-fulfilling system which complies with an age of user generated content. The review site has been designed for those webmasters who are looking to come up with a unique idea which concentrates on a niche to earn them the maximum traffic and consequent revenue. Includes control panel, installation process and many web 2.0 features such as ajax and tag clouds..
- Publisher: designmind.co.uk
- Date: 18-06-2011
- Platform: PHP, Scripts
- Flexbar for Windows
- License: Shareware

Flexbar preprocesses high-throughput sequencing data efficiently. It demultiplexes barcoded runs and removes adapter sequences. Moreover, trimming and filtering features are provided. Flexbar increases mapping rates and improves genome and transcriptome assemblies. It supports next-generation sequencing data in fasta/q and csfasta/q format from Illumina, Roche 454, and the SOLiD platform.
Parameter names changed in Flexbar. Please review scripts. The recent months, default settings were optimised, several bugs were fixed and various improvements were made, e.g. revamped command-line interface, new trimming modes as well as lower time and memory consumption.
- Publisher: Johannes & Mat
- Date:
- Size: 184 KB
- Platform: Win7 x64, Windows 7, Windows 8, WinOther, WinVista, WinVista x64
- xSQL Object
- License: Freeware
- Price: 0.00

xSQL Object is a professional grade SQL Server tool for comparing and synchronizing SQL Server databases. It allows the SQL Server developers and database administrators to keep their development, testing and production environments in sync with minimal effort. Some of the features include: 1) Full support for SQL Server 2000 and SQL Server 2005 - all objects; 2) Cross version comparison - compare a SQL Server 2000 database with a SQL Server 2005 database and generate version specific change scripts; 3) Schema snapshots - maintain a history (audit trail) of the schema changes and provide for safe and efficient reversing of schema changes when necessary; 4) Wide array of options allows for granular control of the behavior of the comparison engine; 5) Enhanced object filtering - compare and synchronize only the objects you want; 6)...
- Publisher: xSQL Software
- Date: 03-10-2007
- Size: 7497 KB
- Platform: Tablets, Win2000, Windows Server, Windows Vista, WinOther
- MyMail
- License: Shareware

MyMail in an advanced yet extremely easy to use mailing list script. MyMail is primarily built around PHP4 and MySQL with *Nix yet MyMail is easily capable of running on a NT system with PHP3. Some of the features include; import/export emails, easy signup form, full archiving system, advanced statistics, unlimited lists and subscribers, list cleaning, and is capable of sending many thousands of emails quickly and efficiently..
- Publisher: phpnerds.com
- Date: 01-04-2011
- Platform: PHP, Scripts
- Using Cookies in PHP
- License: Shareware

Cookies enabled web developers to produce more usable sites, by allowing temporary storage of commonly used information by the user. This can be beneficial in shopping carts, user logon systems and general site usage. Read on to find out how to use cookies and how to implement a simple user logon system..
- Publisher: phpnerds.com
- Date: 11-07-2011
- Platform: PHP, Scripts
- Building a Secure Contact Form
- License: Shareware

A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. This article aims to help you produce a secure contact form, and at the same time, try to reduce the amount of spam you will receive from it..
- Publisher: phpnerds.com
- Date: 09-11-2011
- Platform: PHP, Scripts
- Reading and Writing to Files
- License: Shareware

Nowadays, PHP programmers generally use databases such as MySQL to do everything, however, every programmer should at least know the basics of reading and writing to files - that IS what a database does. Come read an all you need to know introduction to file handling..
- Publisher: phpnerds.com
- Date: 02-05-2011
- Platform: PHP, Scripts
- Speed Limiting File Downloads
- License: Shareware

It is common to have downloads on your website, and sometimes you want to moderate your downloads by speed, or possibly hide the directory that the download is coming from, protecting all your other files. This is very possible and very simple to solve in PHP. All you need is the header() function and some files function..
- Publisher: phpnerds.com
- Date: 10-02-2011
- Platform: PHP, Scripts
- Server Side Includes
- License: Shareware

Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how!.
- Publisher: phpnerds.com
- Date: 04-02-2011
- Platform: PHP, Scripts
- Redirecting Users
- License: Shareware

Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding..
- Publisher: phpnerds.com
- Date: 13-02-2011
- Platform: PHP, Scripts
- Programming in PHP
- License: Shareware

The basics of programming explained with a clear focus of writing PHP pages. All the concepts needed to start writing effective PHP page explained!.
- Publisher: phpnerds.com
- Date: 01-10-2011
- Platform: PHP, Scripts
- Securing PHP Files using HTTP Authentication
- License: Shareware

It is quite common to have the need to password protect a certain file or a set of files, in order to prevent unauthorized access to those files. There are many different alternatives on how to do this including, sessions, cookies, JavaScript and HTTP authentication. Peter shows you how to implement simple HTTP authentication..
- Publisher: phpnerds.com
- Date: 17-02-2011
- Platform: PHP, Scripts
- PHPNerds
- License: Shareware

Wide variety of articles and reviews related to PHP programming and design, tailored for both beginners and expert programmers. Also contains a PHP help forum..
- Publisher: phpnerds.com
- Date: 12-09-2011
- Platform: PHP, Scripts
- PAD Site Scripts
- License: Shareware
- Price: 250

Scripts for maintaining PAD-enabled software download sites. Features include: detailed description pages, download and purchase pages for each listing; downloads counter and affiliate tracking; promotion via featured listings; RSS feeds, OPML lists and XML sitemap; ability for site visitors to easily rate and review listings without any need of signing up unneeded accounts but still with powerful protection against spamming. Also in Sysop panel there were added abilities to manually approve/decline new submissions, rate listed software, manage affiliate data provided by 4 most popular software payments services supporting affiliate partnerships (RegNow, Share-It, eSellerate, Plimus), submit multiple PADs from PAD URL lists, backup PADs list, manage black list by site URLs for persisting abusers etc.
- Publisher: Andrey Aleksanyants
- Date: 20-01-2011
- Platform: PHP, Scripts
- Review of Top PE Programmes
- License: Freeware
- Price: 0.00

Review of Top Premature Ejaculation Guides CHMOD calculator. This easy to use free CHMOD calculator will show you how to set file permissions in both Octal and Symbolic format. It will teach you how to set file permissions until you remember how to do it yourself. No installation is required. Although many scripts are available as a free download, they need to be installed to your website before they can be used No installation is required. Just download the program and double-click to run it.
- Publisher: prematureejaculationcure.co.uk
- Date:
- Size: 409 KB
- Platform: Linux, Unix, Win2000, Windows Server, WinOther, WinVista
- Scripts Encryptor (ScrEnc)
- License: Shareware
- Price: 19.99

Scripts Encryptor is a handy utility to scramble (obfuscate) HTML, JavaScript/JScript, C/C++/MFC code. Unlike many other obfuscators it does not employ JavaScript for encoding, which significantly increases the number of web browsers that will be able to open scrambled documents without distortion. Use this software to protect your online content from unauthorized copying, reverse engineering and from webbots collecting email addresses and other personal data. Special features: (1) Obfuscation (scrambling) of JavaScript, JScript standalone files; (2) Obfuscation of HTML and HTML-style files that might include JavaScript, JScript blocks inside; (3) Encryption of JavaScript, JScript data in a file or imbedded in HTML page using Windows Script Encoder method (emulation of screnc.
- Publisher: www.dennisbabkin.com
- Date: 22-04-2005
- Size: 292 KB
- Platform: Win2000, Windows Server, WinOther








