cc.cc Open in urlscan Pro
52.26.18.68  Public Scan

Submitted URL: https://kicks.co.cc/
Effective URL: https://cc.cc/
Submission: On September 13 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

<form id="generator_short_code_form">
  <div class="registration-form">
    <div class="row g-0">
      <div class="col-md-7">
        <div class="filter-search-form mt-3 mt-md-0">
          <i class="uil uil-phone"></i>
          <input type="search" id="inp_phone_no" name="phone_no" maxlength="20" class="form-control filter-input-box" placeholder="Enter Phone number..." required="" autocomplete="off">
        </div>
      </div>
      <!--end col-->
      <div class="col-md-5">
        <div class="mt-3 mt-md-0 h-100" style="word-break:white-space;">
          <button class="btn btn-primary w-100 h-100" type="submit" id="btn_submit">Generate Short URL<i class="uil uil-rocket align-middle ms-1"></i></button>
          <button class="btn btn-light w-100 h-100" type="button" style="display:none" id="btn_loading">
            <span class="spinner-border spinner-border-sm" role="status"></span> Loading... </button>
        </div>
      </div>
      <!--end col-->
    </div>
    <!--end row-->
  </div>
</form>

<form id="choice_short_code_form">
  <div class="w-100  mb-2">
    <h5>Customize your URL</h5>
    <div class="choice-form mt-3 mt-md-0">
      <div class="icon-wrapper">
        <i class="uil uil-search text-primary"></i>
      </div>
      <input type="text" id="choice_short_code" name="short_code" maxlength="30" class="form-control choice-input-box" placeholder="e.g., Name, word... &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" required="" autocomplete="off">
      <span class="suffix">.cc.cc</span>
    </div>
    <div class="mt-3 small">
      <b><i class="uil uil-arrow-to-bottom"></i> Keyword URL : If you like a word, choose it.</b>
    </div>
    <div id="cloud_word" class="mt-1"></div>
  </div>
  <div class="mt-3">
    <button type="submit" class="btn btn-primary w-100">Next</button>
  </div>
</form>

<form id="setup_link_form" enctype="multipart/form-data" class="auth-form">
  <input type="hidden" id="setup_short_code" name="short_code" value="">
  <div class="mb-3">
    <input type="text" class="form-control" id="short_phone_no" name="phone_no" maxlength="20" placeholder="Phone number" required="" autocomplete="off">
  </div>
  <div style="margin-top:-15px;font-size:9pt" class="mb-3 text-muted"> &nbsp;&nbsp;Example: (123) 456-7890 </div>
  <div class="mb-3">
    <input type="text" class="form-control" id="short_whats_app" name="whats_app" maxlength="20" placeholder="WhatsApp (optional)" autocomplete="off">
  </div>
  <div style="margin-top:-15px;font-size:9pt" class="mb-3 text-muted"> &nbsp;&nbsp;Example: +1 123 456 7890 </div>
  <div class="mb-3">
    <input type="text" class="form-control" id="short_title" name="title" maxlength="30" placeholder="Name" required="" pattern=".*\S+.*" autocomplete="off">
  </div>
  <div class="mb-3">
    <label class="form-label">Photo</label>
    <input type="file" class="form-control" id="short_photo" name="photo" accept="image/*" placeholder="" required="">
    <canvas id="resized" style="display:none;"></canvas>
  </div>
  <div class="row">
    <div class="col-4 text-start">
      <button type="button" class="btn btn-secondary w-100" onclick="setup_back_proc()"><i class="uil uil-angle-double-left"></i></button>
    </div>
    <div class="col-8 text-end">
      <button type="submit" class="btn btn-primary w-100" id="btn_setup_link">Set up</button>
      <div class="spinner-border text-primary m-1" role="status" id="loading_setup_link" style="display:none"></div>
    </div>
  </div>
</form>

<form id="check_availability_form" class="position-relative w-100">
  <input type="hidden" name="p" value="f">
  <input class="form-control" type="text" id="check_availability_short_code" name="short_code" maxlength="30" placeholder="e.g., Name, Company Name..." required="" autocomplete="off">
  <button class="btn btn-primary position-absolute top-50 end-0 translate-middle-y" type="submit" id="check_availability_submit"> Check </button>
</form>

<form id="forgot_password_form" class="auth-form">
  <div class="mb-3">
    <label class="form-label">Email<span class="text-danger">*</span></label>
    <input type="email" class="form-control" id="forgot_email" name="email" value="" placeholder="Enter your email" required="" onfocus="$('#forgot_password_error').hide();" autocomplete="off">
  </div>
  <div class="text-center">
    <button class="btn btn-primary w-100" type="submit" id="forgot_password_submit">Submit</button>
    <div class="spinner-border text-primary m-1" role="status" id="forgot_password_loading" style="display:none"></div>
    <div class="text-success m-1" id="forgot_password_result" style="display:none"></div>
    <div class="text-danger m-1" id="forgot_password_error" style="display:none"></div>
  </div>
</form>

<form id="sign_in_form" class="auth-form">
  <input type="hidden" name="loc" id="sign_in_loc" value="">
  <div class="mb-3">
    <label class="form-label">Email</label>
    <input type="email" class="form-control" id="email" name="email" value="" placeholder="Enter your email" required="" autocomplete="off">
  </div>
  <div class="mb-3">
    <label for="passwordInput" class="form-label">Password</label>
    <input type="password" class="form-control" id="pw" name="pw" maxlength="20" placeholder="Enter your password" required="" autocomplete="off">
  </div>
  <div class="mb-2">
    <div class="form-check">
      <input class="form-check-input" type="checkbox" id="remember_me" name="remember_me" value="y">
      <label class="form-check-label" for="remember_me">Remember me</label>
    </div>
  </div>
  <div class="mb-2 text-end">
    <a href="javascript:void(0)" onclick="open_forgot_password()">Forgot Password?</a>
  </div>
  <div class="text-center">
    <button class="btn btn-primary w-100" type="submit">Sign In</button>
  </div>
</form>

<form id="sign_up_form" class="auth-form">
  <div class="mb-3">
    <label for="passwordInput" class="form-label">Email</label>
    <input type="email" class="form-control" id="email" name="email" placeholder="Enter your email" onfocus="$('#sign_up_password_error').hide()" required="" autocomplete="off">
  </div>
  <div class="mb-3">
    <label for="emailInput" class="form-label">Password</label>
    <input type="password" class="form-control" id="sign_up_password" name="pw" maxlength="20" placeholder="Enter your password" onfocus="$('#sign_up_password_error').hide()" required="" autocomplete="off">
  </div>
  <div class="mb-3">
    <label for="emailInput" class="form-label">Confirm Password</label>
    <input type="password" class="form-control" id="sign_up_confirm_password" name="re_pw" maxlength="20" placeholder="Confirm Password" onfocus="$('#sign_up_password_error').hide()" required="" autocomplete="off">
  </div>
  <div class="mb-4">
    <div class="form-check"><input class="form-check-input" type="checkbox" id="agree" required="">
      <label class="form-check-label" for="agree"><a href="/terms/terms.php" class="text-decoration-underline" target="_blank">I agree to the Terms</a></label>
    </div>
  </div>
  <div class="text-center">
    <button class="btn btn-primary w-100" type="submit">Sign up</button>
    <div class="spinner-border text-primary m-1" role="status" id="sign_up_password_loading" style="display:none"></div>
    <div class="text-success m-1" id="sign_up_password_result" style="display:none"></div>
    <div class="text-danger m-1" id="sign_up_password_error" style="display:none"></div>
  </div>
</form>

Text Content

 * Share cc.cc :

 * * 
   * 

 * Language : English

CC.CC

 * MY URLS
 * COMPANY
   
   * About Us
   * Privacy Policy
   * Terms of Use
   * Contact us
 * FAQs
 * Click Analytics

 * NOTIFICATION
   
   
 * * Sign In
   * Sign up
   * Language : English

MAKE PHONE NUMBERS CLICKABLE


CONVERT PHONE NUMBER TO SHORT URL

Example: myName.cc.cc
Generate Short URL Loading...
 * 

+ Create another short URL




FAQS

Effortlessly Transform Your Communication with the World's Most Memorable Domain
and Our Click-to-Call Technology

1

HOW DOES CLICK-TO-CALL WORK?

Click the short URL to automatically initiate a call.





2

IS CC.CC FREE?

Yes, all services, including Click Analytics, are provided for free. Currently,
words or popular keywords cannot be used as URLs, but in the future, you will be
able to use them for a fee.





3

CAN I TRACK LINK PERFORMANCE?

Yes, with analytics for clicks and geographical data.

View more ...

CLICK ANALYTICS

Track the performance of your clickable links with detailed insights on regions,
IP addresses, visitors, and call data. Use this data to optimize your
communication strategy and enhance your reach.

CUSTOM URL

Create memorable and personalized URLs that are easy to share on social media,
emails, and websites. A custom URL makes it simple for your audience to connect
with you.

WHY USE CC.CC?

Simplify communication by turning phone numbers into clickable links. Easily
share these links on social media to increase engagement and make it effortless
for your audience to reach you.


ACT QUICKLY, CREATE YOUR IDEAL URL

Be the first to create the best URL with cc.cc. Easily turn phone numbers into
clickable links for instant connections. The faster you act, the wider the
selection—craft a URL that truly represents your brand and enhances your reach.

Create Your URL Today

CUSTOMIZE YOUR URL


.cc.cc
Keyword URL : If you like a word, choose it.

Next



Keyword URL

This URL is currently available at no cost. Grab it quickly so you don’t miss
out.

  Example: (123) 456-7890

  Example: +1 123 456 7890

Photo
Set up


FIND YOUR PERFECT URL

Is your ideal URL available? Enter it below to find out instantly

Check



CC.CC

Share cc.cc on Social Media and Make Connecting Easier for Everyone!

Share cc.cc :

 * 
 * 

 * Language : English

About Us

 * Our Mission
 * Our Vision
 * Our Commitment
 * Contact us

FAQs

 * What is cc.cc
 * Pricing
 * Benefits
 * Analytics

Privacy Policy

 * Information Collection
 * Use of Information
 * Rights and Choices
 * Cookie Policy

Terms of Use

 * Agreement
 * The Services
 * Subscriptions
 * User Submissions

© 2024 cc.cc. All rights reserved.

FORGOT PASSWORD?

Email*
Submit




SIGN IN

Email
Password
Remember me
Forgot Password?
Sign In

Don't have an account ? Sign up

SIGN UP

Email
Password
Confirm Password
I agree to the Terms
Sign up




Already a member ? Sign In

English
Afrikaans
Bahasa Indonesia
Bahasa Melayu
Čeština
Dansk
Deutsch
English
English (UK)
Español
Español (España)
Filipino
Français
Français (Canada)
Hrvatski
Italiano
Magyar
Nederlands
Norsk
Polski
Português (Brasil)
Português (Portugal)
Română
Slovenčina
Suomi
Svenska
Tiếng Việt
Türkçe
Ελληνικά
Български
Русский
Српски
Українська
العربية
فارسی
नेपाली
मराठी
हिन्दी
বাংলা
ਪੰਜਾਬੀ
ગુજરાતી
தமிழ்
తెలుగు
ಕನ್ನಡ
മലയാളം
සිංහල
ภาษาไทย
中文(台灣)
中文(简体)
中文(香港)
日本語
한국어


By using this website, you agree to our use of essential cookies. Essential
cookies are necessary for the website to function properly. For more
information, view our  cookie policy.
OK Policy