Selling Shorterner links

Status
Not open for further replies.

Luigiver

Active Member
101
2024
11
3,440
All links shorterner still 2 shorterners FULLY INTUITIVE.


Demo:

PRICE: 30 USD
Post automatically merged:

FUNTCIONALLY WITH ALL SHORTERNERS

EXE.IO, SHRINKEARN, ETC
Post automatically merged:

Link Shortening and HTML Generation Script​

This script helps you shorten URLs and generate HTML code for them. It has two main features: copying the shortened links and converting the input URLs into HTML with images.

Main Features​

  1. Copy Button:
    • When clicked, this button triggers a function to shorten a test URL and log the result. The actual copying to the clipboard is currently commented out.
  2. Convert Button:
    • When clicked, this button processes the URLs you input, shortens them, and creates HTML links with images.

How It Works​

  1. Shortening URLs:
    • The script uses two different services to shorten URLs. It sends a request to these services and gets back a shortened version of the URL.
  2. Generating HTML:
    • For each URL you input, the script finds matches with specific patterns (like mega.nz, 1fichier, etc.).
    • It then replaces the original URLs with the shortened ones and wraps them in HTML code that includes an image for each service.
    • This HTML code is then displayed in the output area and a preview section.
  3. Special Handling:
    • If there’s a mega.nz link, it’s made sure to appear first in the output list.

How to Use​

  1. Input:
    • Type or paste the URLs you want to shorten into the input text area (txt_entrada). Each URL should be on a new line.
  2. Output:
    • Click the convert button. The script will process the URLs and show the resulting HTML in the output area and the preview section.

Customization​

  • Adding More URL Patterns:
    • You can add more URL types by modifying the list in the script.
  • Using Other Services:
    • You can integrate other URL shortening services by adding new functions similar to the existing ones.
 
Last edited:
Status
Not open for further replies.
Back
Top