// Handle form submission if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['long_url'])) { try { // Clear any previous results unset($_SESSION['short_url'], $_SESSION['qr_code'], $_SESSION['original_url'], $_SESSION['error']); // Validate reCAPTCHA if enabled if (!empty(RECAPTCHA_SITE_KEY)) { $recaptchaResponse = $_POST['g-recaptcha-response'] ?? ''; if (empty($recaptchaResponse)) { throw new Exception("Please complete the reCAPTCHA verification"); } $recaptchaUrl = 'https://www.google.com/recaptcha/api/siteverify'; $recaptchaData = [ 'secret' => RECAPTCHA_SECRET_KEY, 'response' => $recaptchaResponse, 'remoteip' => $_SERVER['REMOTE_ADDR'] ]; $options = [ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($recaptchaData) ] ]; $context = stream_context_create($options); $response = file_get_contents($recaptchaUrl, false, $context); if ($response === false) { throw new Exception("reCAPTCHA verification failed - could not connect to service"); } $recaptchaResult = json_decode($response); if (!$recaptchaResult->success) { throw new Exception("reCAPTCHA verification failed: " . implode(", ", $recaptchaResult->{'error-codes'})); } } // Get and validate form data $longUrl = trim($_POST['long_url']); if (empty($longUrl)) { throw new Exception("Please enter a URL to shorten"); } $customCode = !empty($_POST['custom_code']) ? trim($_POST['custom_code']) : null; $expiration = !empty($_POST['expiration']) ? trim($_POST['expiration']) : null; $password = isset($_POST['enable_password']) ? ($_POST['link_password'] ?? null) : null; // Create short URL $shortUrl = $shortener->createShortUrl($longUrl, $customCode, $expiration, $password); // Generate QR code $qrCode = $shortener->generateQRCode($shortUrl); // Store in session for display $_SESSION['short_url'] = $shortUrl; $_SESSION['qr_code'] = $qrCode; $_SESSION['original_url'] = $longUrl; // Redirect to avoid form resubmission header('Location: ' . $_SERVER['PHP_SELF']); exit(); } catch (Exception $e) { $_SESSION['error'] = $e->getMessage(); header('Location: ' . $_SERVER['PHP_SELF']); exit(); } }

Shorten, Share & Track

Ultimate URL shortening with detailed analytics, QR codes, and powerful management tools.

URL Shortener Illustration

Powerful Features

Everything you need to manage your links

Real-time Analytics

Track clicks, locations, devices, and referral sources with beautiful dashboards.

QR Code Generator

Create downloadable QR codes for every shortened link with custom branding.

Advanced Security

Password protection, link expiration, and Google Safe Browsing integration.

Ultimate URL Shortener

sportsmine.site/

Detailed Link Analytics

Understand your audience with powerful insights

1,248
Total Clicks
842
Unique Visitors
68%
Conversion Rate
5.2s
Avg. Time

Trusted by Thousands

What our users say about our service

Sarah Johnson
Marketing Director

"The analytics dashboard helped us optimize our social media campaigns by showing exactly which links performed best."

Michael Chen
SEO Specialist

"Being able to track geographic data has been invaluable for our international link-building strategy."

David Wilson
E-commerce Manager

"The QR code integration saved us thousands in printing costs for our product packaging."

Ready to Get Started?

Join thousands of marketers and businesses using our Ultimate URL shortener.

Start Now - It's Free

Frequently Asked Questions

Find answers to common questions about our service

Our service converts long URLs into short, manageable links. When someone clicks your shortened link, they're automatically redirected to the original URL while we track the analytics.

Our free plan allows you to create up to 500 links per month. There are no limits on the number of clicks your links can receive.

Yes! Our analytics dashboard shows you detailed information about each click, including location, device, browser, and referral source.

Your links will remain active indefinitely unless you choose to set an expiration date. We never automatically delete active links.

Contact Us

Have questions? Our team is here to help