Review Mega Class Database (MYSQLI) v 1.0 (Database Abstractions)

Mega Class Database (MYSQLI) v 1.0 (Database Abstractions)
Review Mega Class Database (MYSQLI) v 1.0 (Database Abstractions)

Mega Class Database (MYSQLI) v 1.0 (Database Abstractions) Description:


Mega Class Database (MYSQLi) v 1.0


Use every feature of MySQLi in PHP .


Main Features:

1. MySQLi Compatible with:MySQL MySQL 4.0+, MySQL 5.0+.
2. Easy to Use, clean, easy to understand code.
3. Access MySQL Database without any knowledge of MySQL or SQL .
4. Uses Associative array of data to insert and update rows in the database table.
5. Optional escape string feature to avoid SQL Injections.
6. Automatically Creates Prepared Statements.
7. Select Rows, Columns, Variables with one-liners.
8. Easy Select, Insert, Update, Delete, filtered
9. Properly documented with examples and comments.
10. Small Size.
11. Attach Fully Documented.


Functions

 // Connect to server sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = false, $new_link = false); //-----------------------------------------------------------------+ sql_query($query = ''); // Build sql statement from array for select and select distinct statements //-----------------------------------------------------------------+ // Build LIMIT query sql_query_limit($query, $total, $offset = 0); //-----------------------------------------------------------------+ // Fetch current row sql_fetchrow($query_id); //-----------------------------------------------------------------+ //Possible query values: SELECT, SELECT_DISTINCT function sql_build_query($query, $array); //-----------------------------------------------------------------+ // Run more than one insert statement. sql_multi_insert($table, &$sql_ary); //-----------------------------------------------------------------+ // Escape string used in sql query sql_escape(); //-----------------------------------------------------------------+ // Gets some information about the specified table. get_table_status($table_name); //-----------------------------------------------------------------+ // Gets the exact number of rows in a specified table. get_row_count($table_name); //-----------------------------------------------------------------+ //Gets the estimated number of rows in a specified table. get_estimated_row_count($table_name); //-----------------------------------------------------------------+ // display sql error page sql_error(); //-----------------------------------------------------------------+ // Build IN or NOT IN sql comparison string, uses <> or = on single element sql_in_set($field, $array, $negate = false, $allow_empty_set = false); //-----------------------------------------------------------------+ // Correctly adjust LIKE expression for special characters sql_like_expression($expression); //-----------------------------------------------------------------+ // Version information about used database sql_server_info(); //-----------------------------------------------------------------+ // Return number of affected rows sql_affectedrows(); //-----------------------------------------------------------------+ // Seek to given row number sql_rowseek($rownum, &$query_id); //-----------------------------------------------------------------+ // Get last inserted id after insert statement sql_nextid(); //-----------------------------------------------------------------+ // Free sql result sql_freeresult($query_id = false); //-----------------------------------------------------------------+ // close sql connection sql_close(); //-----------------------------------------------------------------+ 

Usage

 // define class file in your script. define('IN_MEGA_DB', true);   // Include class file in your script. include('mega.class.database.php');  $dbhost      = ''; $dbport      = ''; $dbname      = ''; $dbuser      = ''; $dbpasswd    = ''; $tableprefix = '';  //New Class $db     = new dbal_mysql();  // connect Database $con = $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport); 


Version History

  v1.0 Initial version. 


Buy it Now

Review Checkout Discount Code Magento Extension (Magento Extensions)

Checkout Discount Code Magento Extension (Magento Extensions)
Review Checkout Discount Code Magento Extension (Magento Extensions)

Checkout Discount Code Magento Extension (Magento Extensions) Description:


During our time developing Magento websites, we have found one of the most common request is adding a coupon / discount code step to the Magento checkout. It only makes sense! After all, if a user forgets to add the coupon codein the basket – it is annoying having to go back to the basket page and start the whole checkout process again!

Here at Green Acorn, we have developed a Checkout Discount Code Magento Extension. This will allow customers to enter a coupon code in the checkout process.

Key Features:

  • Adds a coupon / discount code step to the Magento Onepage checkout
  • Validates the coupon / discount code to see if it is valid
  • Adds valid coupon codes to the onepage checkout progress sidebar
  • Improves user experience
  • Easy to install


Buy it Now

Review CloudSend (Loaders and Uploaders)

CloudSend (Loaders and Uploaders)
Review CloudSend (Loaders and Uploaders)

CloudSend (Loaders and Uploaders) Description:


codingking.co Support for CloudSend

Please review the CloudSend Support Page first. If you do not find what you’re looking for, send me an email to support@codingking.co. Do not use the CodeCanyon comments system. Support requests are processed on business days within 24h in the order they were received. Support request sent during weekends/holidays will be processed on next business day. We provide FULL support for the item bought.

CloudSend. The easiest way to send files.

CloudSend was created for companies such as agencies that must constantly send files to the same customers or receive files from the same customers.

The employee can upload files from the administration system and share it with it’s customers or create a public link for one time customers

Every customer can have it’s own URL with a full screen background image and login system to fit it’s CI. In this area, the customer can upload files directly to the company’s server or download files provided by company.

Demo Installation

Demo Installation is now version 1.2

Admin Login:
URL: http://demo.cloudsend.info/admin/account/login
User: hello@codingking.co
Password: admin123

User Area:
http://demo.cloudsend.info/johndoe
Password: admin123

Example Public Link:
http://demo.cloudsend.info/public/eed26b71-52c1-4f1e-a426-f3c04d109fa9

Documentation:
http://demo.cloudsend.info/documentation/

Features

  • Completely template-based for easy design modifications
  • Multilanguage ( easily adding more languages )
  • Created with HMVC PHP ( CodeIgniter ) and the amazing Twitter Bootstrap – easy to modify and to understand
  • Full Source Code
  • SMTP / SENDMAIL / PHP MAIL Support
  • Files renamed for security reasons. Original filename restored while dowloading.
  • Apache .htaccess Support for nice URLs
  • Easy to use Step-By-Step installer
  • ..... and a lot more. You’ll find the complete list on http://www.cloudsend.info

Integrated Languages

  • English
  • German
  • Spanish ( Thanks to Enrique )
  • Dutch ( Thanks to Kay Van Aarssen – ICTWebSolution )
  • French ( Thanks to MaximeBanHammer – Beat-Host ASSO )

Updates

2013/06/17 ( v.1.2.3 )
 - Added French language file ( Thanks to MaximeBanHammer ) 
2013/06/13 ( v.1.2.2 )
 - Added Dutch language file ( Thanks to Kay Van Aarssen ) 
2013/06/10 ( v.1.2.1 )
 - Bugfix on user side success message when creating a public with password protection - Bugfix in administration system when trying to save thumbnail settings ( white page appears ) 
2013/05/28 ( v. 1.2 )
 - Added Google Analytics Support - Added Category / Folder Support ( add files to categories by Drag & Drop ) - Added Lightbox Support for Images - Added ImageMagick Support - Added Live Search Support - Added Tag Support - Added Spanish Language File ( thanks to Enrique ) - Some small bugs fixed 
2013/05/10 ( v. 1.1 )
 - Added file icons - Added preview for supported images and zip files ( if supported by your webserver ) - Added file description - Fixed problem when selecting files on multiple pages 
2013/05/06
 - Fixed whitescreen problem after installation 

Planned Features

For Version 1.3

  • Description while uploading new files in user area
  • Automatically send emails after uploads finished
  • Updater
  • Daily Summary of Uploads/Downloads
  • Advanced Logging
  • File details in user area
  • Request File Upload by Email

Later Versions

  • Amazon S3 Support

System Requirements

  • Webserver *nix or Windows
  • PHP 5
  • MySQL 5 Datatabase
  • at least 10 MB of free space
  • Apache mod_rewrite enabled ( optional )

Thanks to

CloudSend was created with the latest OpenSource Technology available on the market. We would like to thank



Buy it Now

Review IgnitionDeck Skin Pack 3 (Miscellaneous)

IgnitionDeck Skin Pack 3 (Miscellaneous)
Review IgnitionDeck Skin Pack 3 (Miscellaneous)

IgnitionDeck Skin Pack 3 (Miscellaneous) Description:


IgnitionDeck is a fully customizable WordPress crowdfunding plugin that allows you to accept unlimited pledges and pre-orders straight from your own website.

Like standard WordPress child themes, IgnitionDeck skins allow you to modify the IgnitionDeck framework in order to achieve a unique look and better match your overall web presence.

These skins modify what is known as the Deck, the command center for your fundraising campaign. The Deck highlights all of the statistics related to your campaign, such as goal, amount raised, number of pledgers, end date, and more.

Included in this skin pack are 5 different IgnitionDeck skins, including css and images. They install in a snap, and you can change them at any time. Customize your campaign, and stand out from the crowd!



Buy it Now

Review emailChecker - Ultimate Email Hygiene! (Forms)

emailChecker - Ultimate Email Hygiene! (Forms)
Review emailChecker - Ultimate Email Hygiene! (Forms)

emailChecker - Ultimate Email Hygiene! (Forms) Description:


EmailChecker – Ultimate Email Hygiene PHP Class

Batch Processing Demo: here
Live Check/Ajax Demo: here
Documentation & Code Samples: here


The emailChecker class is the ultimate in usability and improving user experience. It’s a fact that a huge percentage of your users mistype their email address during signing up, joining mailing lists, and while creating accounts. Studies have shown that using emailChecker you can decrease the number of signup errors, and bounce emails by 50%!

But this is just one of the many benefits that emailChecker provides! It can be used for batch processing to perform in depth list hygiene. emailChecker features a host of powerful configuration settings and operations to perform. Simply to use, and easy to set up.

  • Easily integrates with all opt-in and signup forms via ajax
  • Auto detects common typos and misspellings made by users
  • Validates MX record of email address to verify deliverability
  • Decreases sign up confirmation email bounces by up to 50%
  • Rejects over 700 DEA services(Disposable Email Addresses)
  • Cleans gmail.com and googlemail.com addresses of .’s and +’s
  • Great for batch processing to perform list hygiene.

Don’t take my word for it, see for yourself! Check out the demo today!

Disclaimer: EmailChecker is a PHP Class that is meant to be integrated with other projects, frameworks and/or products. Such as a CRM, squeeze page or backend administration panel. If you do not know what PHP or what a PHP Class is, then this simply isn’t the item for you.



Buy it Now

Review Spotify Player & Playlist Builder (Media)

Spotify Player & Playlist Builder (Media)
Review Spotify Player & Playlist Builder (Media)

Spotify Player & Playlist Builder (Media) Description:


NO SPOTIFY ACCOUNT REQUIRED.

Embed a playlist, song, or album from Spotify into any page, post, or sidebar text widget using your personal Spotify account OR the built in Playlist Builder.

The Playlist Builder will allow you to search Spotify for songs and add them to a playlist. Once you’re playlist is ready you can use it as your default playlist or generate a shortcode to paste into a page, post, or sidebar text widget.

Player options include:

  • Spotify URI
  • Size (small or large)
  • Theme (white or black)
  • View (list or cover art)

For a video preview of the admin, CLICK HERE

*This plugin uses the Spotify Play Button and Web API



Buy it Now