// codeshack pro

The whole library costs less than one script.

Every package we sell, the tools we hold back for members, and writing you will not find on the blog. It also turns the ads off across the whole site.

  • All 16 packages, worth $360 bought one at a time
  • No ads on any page, on every device you sign in from
  • Cancel from your account in one click, keep what you downloaded

$96 a year, or $12 month to month.

4.9 out of 5 from 9,300+ developers
16 Packages, all unlocked
409+ Tools, ad-free
741 Reference pages
9,300+ Developers served

The ads come off every page you open

The ad code never loads for a member, so the tools feel faster and the tutorials read the way they were written. It follows your account, not your browser, so signing in on a laptop and a phone both work.

  • Nothing to install and no ad blocker to keep updated
  • Pages get lighter, which is most of why they feel quicker
See the plans

Every package sits in your account

All 16 systems, source and documentation included, in PHP, Python and Node.js. Grab the shopping cart today and the ticketing system next month without paying twice, and pick up new versions whenever they land.

  • Use them in as many projects as you like, client work included
  • Unlimited downloads, as often as you need them
  • What you downloaded stays yours if you ever cancel
Browse the catalog

Signing up takes about a minute

There is no sales call, no trial that quietly renews, and nothing to install.

  1. 01Pick a planYearly if you want the 33% off, monthly if you would rather keep it loose.
  2. 02Make an accountAn email address and password, or one tap with Google, X or Facebook.
  3. 03Pay through StripeCard, Apple Pay, Google Pay or Link. Your details never touch our servers.
  4. 04Everything unlocksYou land back on your account with the whole catalog already there.

What's Included in Your Membership

16 professional packages with full source code and documentation

Most popular
Screenshot of the Advanced Shopping Cart System

Shopping Cart System

Sell online with a complete PHP and MySQL shopping cart: PayPal, Stripe, and crypto checkout, product options, digital downloads, and a full admin panel.

E-commerce Product Catalog
$35.00 Included with Pro PHP MySQL
Screenshot of the Advanced Event Calendar System

Event Calendar System

A PHP and MySQL event calendar: users submit and manage events, browse by day, month, or year, with AJAX loading, two sizes, and an admin panel.

Calendar Event Management
$25.00 Included with Pro PHP MySQL
Screenshot of the Advanced File Management System

File Management System

A web-based PHP file manager: upload with progress, edit files, extract and compress archives, cut/copy/paste, search, and media previews.

File Manager Document Storage
$25.00 Included with Pro PHP MySQL
Screenshot of the Advanced Gallery System

Gallery System

A PHP and MySQL gallery system for images, video, and audio: drag-and-drop uploads, collections, likes, image optimization, and an admin panel.

Image Gallery Media Management
$25.00 Included with Pro PHP MySQL
Screenshot of the Advanced Invoice Management System

Invoice Management System

A PHP and MySQL invoice management system: PDF generation, client management, recurring invoices, status tracking, email notifications, and an admin panel.

Invoicing Billing
$25.00 Included with Pro PHP MySQL
Screenshot of the Advanced Live Support Chat System

Live Support Chat System

A PHP, MySQL, and AJAX live support chat: real-time messaging, file attachments, emoji, operator roles, presets, and word filters.

Live Chat Customer Support
$25.00 Included with Pro PHP MySQL
Screenshot of the Advanced Ticketing System

Ticketing System

A PHP and MySQL ticketing system: public and private tickets, priorities, categories, comments, attachments, status emails, and an admin panel.

Support Desk Issue Tracking
$25.00 Included with Pro PHP MySQL
Screenshot of the Advanced Commenting System

Commenting System

A PHP, MySQL, and AJAX commenting system for any web page: votes, formatting, filtering, approvals, pagination, and an admin panel to manage it all.

Comments User Engagement
$20.00 Included with Pro PHP MySQL
Screenshot of the Advanced CRUD Application

CRUD Application

A PHP and MySQL CRUD application with a clean table UI: search, sortable columns, pagination, and per-page limits.

Database Data Management
$20.00 Included with Pro PHP MySQL
Screenshot of the Advanced Newsletter and Mailing System

Newsletter & Mailing System

A PHP and MySQL newsletter system: popup signup widgets, open and click tracking, cron-automated campaigns, and an admin panel to manage it all.

Email Marketing Newsletter
$20.00 Included with Pro PHP MySQL
Screenshot of the Advanced Poll and Voting System

Poll and Voting System

A PHP and MySQL poll and voting system: one vote per user, multiple choices, scheduled start and end dates, approvals, and an admin panel.

Polling User Feedback
$20.00 Included with Pro PHP MySQL
Screenshot of the Advanced Review System

Review System

A PHP, MySQL, and AJAX review system you can drop on any page: star ratings, image attachments, likes, filtering, approvals, and an admin panel.

Reviews Ratings
$20.00 Included with Pro PHP MySQL
Screenshot of the Advanced Contact Form

Contact Form

A PHP contact form with client and server-side validation, captcha, file attachments, AJAX submission, PHPMailer delivery, and an admin panel.

Contact Form Lead Generation
$15.00 Included with Pro PHP MySQL
Screenshot of the Advanced Secure Login and Registration System

Secure Login & Registration System

A complete Python and MySQL login and registration system with account activation, 2FA, brute-force protection, reCAPTCHA, and an admin panel.

Authentication User Profiles
$20.00 Included with Pro Python

All 16 packages for $96 a year $360

Get Pro

Try Before You Buy

Every package runs as a live demo you can poke at before you pay for anything

Member Login Form Interface

Advanced Secure Login and Registration System

A complete PHP and MySQL login and registration system: account activation, remember me, an admin panel, plus add-ons like 2FA and OAuth. Full source code.

Included with Pro

Sample code

// Prepare query; prevents SQL injection
$stmt = $pdo->prepare('INSERT INTO accounts (username, password, email, activation_code, role, registered, last_seen, approved) VALUES (?, ?, ?, ?, ?, ?, ?, ?)');
$stmt->execute([ $_POST['username'], $password, $_POST['email'], $activation_code, $role, $date, $date, $approved ]);
// Get last insert ID
$id = $pdo->lastInsertId();
// Send notification email
if (notifications_enabled) {
	send_notification_email($id, $_POST['username'], $_POST['email'], $date);
}
// If account activation is required, send activation email
if (account_activation) {
	// Account activation required, send the user the activation email with the "send_activation_email" function from the "main.php" file
	send_activation_email($_POST['email'], $activation_code);
	echo 'Success: Please check your email to activate your account!';
} else {
	// Automatically authenticate the user if the option is enabled
	if (auto_login_after_register) {
		// Regenerate session ID
		session_regenerate_id();
		// Declare session variables
		$_SESSION['account_loggedin'] = TRUE;
		$_SESSION['account_name'] = $_POST['username'];
		$_SESSION['account_id'] = $id;
		$_SESSION['account_role'] = $role;		
		// Do not change the output message as the AJAX code will use this to detect if the registration was successful and redirect to the home page
		echo 'Redirect: home.php';
	} else {
		echo 'Success: You have successfully registered! You can now login!';
	}
}
Try the demo

Free Against Pro

Most of CodeShack is free and stays that way. This is the honest line between the two.

A comparison of the free CodeShack site and a Pro membership
Feature Free Pro
everything that is already free
Tutorials, with the complete source Included Included
All 409 browser tools Included Included
741 reference pages with live examples Included Included
Code snippets, no account needed Included Included
the packages
The 16 packages, source and documentation $15 to $35 each All included
New packages as they land Bought one at a time Included
Updates to a package you own Included Included
Downloads One link per purchase Unlimited
members only
Premium tools Not included Included
Members-only articles Not included Included
Priority support Not included Included
Early access to new work Not included Included
how the site reads
Ads on the page Yes None
Follows you between devices Not included Included

Two Plans, No Tiers

Everyone gets everything. The only decision is how often you want to be charged.

Free

For anyone building with the site

$0/month
Keep browsing

No account needed

  • Every tutorial, with the complete source
  • All 409 browser tools
  • 741 reference pages with live examples
  • 404 tutorials and snippets
  • Packages are sold one at a time
  • Ads on the page
Free for everyone, with no account and no limits
Most popular

Pro

For developers who ship on a deadline

$8/month
Get Pro

Billed yearly at $96. Save $48 against monthly.

  • All 16 packages, worth $360 bought one at a time
  • No ads on any page of the site
  • Members-only tools and articles
  • Priority support and early access
  • Everything we add while you are a member
  • Cancel from your account in one click
Card handled by Stripe. Cancel any time, keep what you downloaded

Trusted By 9,300+ Developers

These are about the packages themselves, which are the largest part of what a membership covers

David was ultra-helpful and patient with this amateur and took steps to guide me through. A great outfit and highly recommended.
Martin ConnollyWeb Developer
Drag and drop working, as is everything else. You have saved me a ton of time and effort, and I really appreciate it.
Tom P.Advanced Gallery System
It is with zero hesitation that I provide CodeShack with my highest recommendation for beautifully written code and above-and-beyond customer service.
John G.Web Developer
Great work, it's now working like a charm and without the setbacks. Thank you for the support, I really appreciate all the effort.
RonaldIT Consultant
I have just purchased the Newsletter System and it works perfect. Thank you for an amazing script.
Ian H.Newsletter System
Loving everything about your website and service.
Rusty R.Polls System

Frequently Asked Questions

Everything worth knowing before you sign up

What do I get for the money?

All 16 packages we sell, worth $360 if you bought them one at a time. The premium tools. Members-only articles. Priority replies to support email. Early access to new work. And no ads on any page of the site while your membership is active.

Do I keep the packages if I cancel?

Anything you downloaded stays yours and the license on it does not expire, so a site you already shipped keeps working. You stop being able to download new versions and new packages once the membership ends.

How do I cancel?

Open your account, go to Billing, and select Cancel membership. It takes one click, there is nothing to email us about, and you keep everything until the period you already paid for runs out.

Is this the same as the PHP Scripts Bundle?

No. The bundle is a one-time purchase of the PHP scripts. Pro is a membership that covers the PHP, Python and Node.js packages together, plus the tools, the writing and the ad-free site, and it keeps up with everything we add.

Can I use the packages in client work?

Yes, and in as many client projects as you like. The license has no per project fee and no limit on the number of sites you build with it. The one thing it does not allow is selling or giving away the code on its own, so shipping it inside something you built is fine and shipping it as the thing itself is not.

Which payment methods do you take?

Card payments through Stripe, which also covers Apple Pay, Google Pay and Link. Your card details go straight to Stripe and never touch our servers.

Do I need an account?

Yes, because the downloads and the ad-free setting have to follow you between devices. You can sign up with an email address and password, or with Google, X or Facebook.

Does the rest of the site stay free?

It does. Every tutorial, tool, snippet and reference page stays free to use with no account. Pro exists so that stays true.

16 packages, 409 tools, zero ads

Start today and the whole catalog is in your account a minute from now.

Get Pro for $8 a month

Billed yearly at $96. Monthly is $12. Cancel any time.