From 040c4b87c1fd13c985834f5536b35050e4bfd5e3 Mon Sep 17 00:00:00 2001 From: Suvodip Date: Thu, 11 Jul 2024 12:45:10 +0530 Subject: [PATCH] t --- .htac_404.php | 18 +- _home.php | 18 +- bar-code.php | 72 +++--- base64-to-image-converter.php | 10 +- geolocation.php | 54 +++++ get-a-name.php | 46 +++- get-a-number.php | 77 +++++-- hex-to-rgb-generator.php | 6 +- html-cleaner.php | 152 ++++++------- html-decode.php | 17 +- html-encode.php | 6 +- image-compressor.php | 8 +- image-to-base64-converter.php | 4 +- json-formatter.php | 13 +- letter-case-converter.php | 179 +++++---------- location-ip-to-location.php | 21 ++ location.php | 3 - md5-decryption.php | 211 ++++++++---------- md5-encryption.php | 123 +++++------ multiple-whitespace-remover.php | 4 +- mx-lookup.php | 36 +++ ns-lookup.php | 48 ++-- open-graph-meta-generator.php | 381 ++++++++++++++------------------ pdf-to-image.php | 2 +- png-to-svg.php | 2 +- qr-code.php | 77 ++++--- random-password-generator.php | 98 +++++--- rgb-to-hex-generator.php | 6 +- screen-recorder.php | 6 +- slug-generator.php | 103 ++++----- speed-test.php | 2 +- weather.php | 2 +- what-is-my-dns.php | 104 ++++++++- 33 files changed, 1042 insertions(+), 867 deletions(-) create mode 100644 geolocation.php create mode 100644 location-ip-to-location.php delete mode 100644 location.php create mode 100644 mx-lookup.php diff --git a/.htac_404.php b/.htac_404.php index 353538e..7d98ed9 100644 --- a/.htac_404.php +++ b/.htac_404.php @@ -6,13 +6,13 @@ require_once('.htac_header.php');

SiliconPin - Tools

'; if($row['status']==1){ - $link_button = '

'.$row['name'].'

'; + $link_button = ''.$row['name'].''; } else{ - $link_button = '

'.$row['name'].'

'; + $link_button = ''.$row['name'].''; } echo '
diff --git a/_home.php b/_home.php index 526a325..2cbd087 100644 --- a/_home.php +++ b/_home.php @@ -6,13 +6,13 @@ require_once('.htac_header.php');

SiliconPin - Tools

'; if($row['status']==1){ - $link_button = '

'.$row['name'].'

'; + $link_button = ''.$row['name'].''; } else{ - $link_button = '

'.$row['name'].'

'; + $link_button = ''.$row['name'].''; } echo '
diff --git a/bar-code.php b/bar-code.php index 851daec..1a368c2 100644 --- a/bar-code.php +++ b/bar-code.php @@ -1,17 +1,46 @@ -
-

Generate BAR Code

- -
- - -
-
- -
- - +
+

Generate BAR Code

+

This tool allows you to generate BAR codes from any text you input. The generated BAR code can be downloaded and used in various applications such as inventory management, product labeling, and more.

+
+
+
+ + +
+
+ +
+ + +
+
+

Usage:

+
    +
  • Enter Text: Input your desired text into the text area provided.
  • +
  • Generate BAR Code: Click the "Generate BAR Code" button to convert the text into a BAR code.
  • +
  • View BAR Code: The generated BAR code will appear in the area below the button.
  • +
  • Download BAR Code: Click the "Download" button to save the BAR code as an image file.
  • +
  • Generate New BAR Code: Click the "New BAR Code" button to clear the text area and generate a new BAR code.
  • +
+ +

Features:

+
    +
  • Generates BAR codes quickly and efficiently.
  • +
  • Supports various text inputs.
  • +
  • Provides a download option for the generated BAR code.
  • +
  • Easy-to-use interface with clear instructions.
  • +
+ +

Example Use Cases:

+
    +
  • Businesses creating product labels for inventory management.
  • +
  • Retail stores generating BAR codes for pricing and checkout systems.
  • +
  • Developers testing BAR code generation in their applications.
  • +
  • Individuals organizing personal collections with BAR code labels.
  • +
+
- \ No newline at end of file + \ No newline at end of file diff --git a/base64-to-image-converter.php b/base64-to-image-converter.php index f9c1e93..94670b5 100644 --- a/base64-to-image-converter.php +++ b/base64-to-image-converter.php @@ -3,15 +3,15 @@

- +

Choose Image Format & Download:

-
- - - +
+ + +
diff --git a/geolocation.php b/geolocation.php new file mode 100644 index 0000000..e96c3d7 --- /dev/null +++ b/geolocation.php @@ -0,0 +1,54 @@ +
+

Get Current Location's Latitude & Longitude

+

The Geolocation Tool is a powerful and user-friendly web application designed to pinpoint your exact geographical location. With just a click, this tool leverages advanced geolocation technology to provide you with accurate latitude and longitude coordinates of your current position

+
+

+
+

+ +
+
+

Features:

+
    +
  • Real-Time Location Tracking: Instantly fetches and displays your current latitude and longitude.
  • +
  • User-Friendly Interface: Simple and intuitive design makes it easy for anyone to use.
  • +
  • High Accuracy: Utilizes modern geolocation APIs to ensure precise location data.
  • +
  • Privacy-Conscious: Only accesses your location when you allow it, ensuring your privacy is respected.
  • +
+
+ + \ No newline at end of file diff --git a/get-a-name.php b/get-a-name.php index 606e21b..963ca97 100644 --- a/get-a-name.php +++ b/get-a-name.php @@ -17,13 +17,41 @@ function generateRandomName($length = 6) { $randomFirstName = generateRandomName(mt_rand(4, 8)); $randomLastName = generateRandomName(mt_rand(4, 8)); ?> -
-

Get a Random Name

-

First Name:

-

Last Name:

+
+

Get a Random Name

+
+ Copied to clipboard +
+

+ Copy to Clipboard +
+
+
+

Random Name Usage:

+
    +
  • Generate random names for testing or placeholder purposes in applications or websites.
  • +
  • Use randomly generated names in mockups or design prototypes.
  • +
  • Create unique usernames or profile names in development environments.
  • +
  • Generate fictional character names for creative writing or gaming applications.
  • +
  • Provide random names for demo accounts or example data in presentations.
  • +
- +
+ + diff --git a/get-a-number.php b/get-a-number.php index 060ff26..2525a84 100644 --- a/get-a-number.php +++ b/get-a-number.php @@ -1,20 +1,61 @@ - +

Random Unique Number Generator

+

This tool generates a random and unique number sequence every time it's called. It combines a random string of digits with a unique identifier based on the current microtime, ensuring that each generated number is both unpredictable and unique. This ensures that generated IDs do not conflict in the future. Use it for various applications where unique identifiers or random tokens are required, such as in cryptographic nonce generation, session identifiers, or unique transaction IDs.

+
+ +
+ Copied to clipboard +
+

  + +
+
+
+

Usage:

+
    +
  • Order and Transaction IDs: Generate unique identifiers for orders and transactions in e-commerce platforms to ensure each transaction is uniquely identified and tracked.
  • +
  • Session IDs: Use unique numbers as session identifiers in web applications to manage user sessions securely and uniquely.
  • +
  • Cryptographic Nonces: Generate random tokens for cryptographic nonces in security-sensitive operations to prevent replay attacks and ensure message integrity.
  • +
  • API Tokens: Create unique tokens for API authentication and authorization purposes, ensuring secure and verifiable access to APIs.
  • +
  • Coupon and Voucher Codes: Generate unique codes for promotional coupons and vouchers to track redemptions and prevent duplication.
  • +
  • Database Keys: Generate unique primary keys or identifiers for database records to ensure data integrity and efficient data retrieval.
  • +
  • Logging and Tracking: Use unique numbers as tracking IDs in logging systems to uniquely identify and trace events or actions within applications.
  • +
  • Password Reset Tokens: Generate unique tokens for password reset links sent via email to securely verify and authorize password changes.
  • +
+
+
+
+ diff --git a/hex-to-rgb-generator.php b/hex-to-rgb-generator.php index ec3c8c4..2bac483 100644 --- a/hex-to-rgb-generator.php +++ b/hex-to-rgb-generator.php @@ -5,8 +5,10 @@


- - +
+ + +
diff --git a/html-cleaner.php b/html-cleaner.php index 563908a..6202450 100644 --- a/html-cleaner.php +++ b/html-cleaner.php @@ -1,88 +1,76 @@ - - -
-
-

HTML Remover

- - - - - - - - +
+

HTML Remover

+

The HTML Remover tool helps you clean text by removing all HTML tags, leaving only plain text. It's perfect for extracting content from HTML code without any formatting.

+
+
+ + +
+
+ +
+
+ + +
+

+
+ +
+
+ +

Usage:

+
    +
  • Enter Text with HTML: Paste your desired text with HTML into the text area provided.
  • +
  • Remove HTML: Click the "Remove" button to clean the text, stripping out all HTML tags.
  • +
  • View Cleaned Text: The cleaned, plain text will appear in the output text area below.
  • +
  • Copy Cleaned Text: Click the "Copy" button to copy the cleaned text to your clipboard.
  • +
+ +

Features:

+
    +
  • Effortlessly removes all HTML tags from the input text.
  • +
  • Provides a user-friendly interface for inputting and viewing text.
  • +
  • Includes a copy function to quickly copy the cleaned text to your clipboard.
  • +
  • Displays a notification when the text is successfully copied to the clipboard.
  • +
+ +

Example Use Cases:

+
    +
  • Writers and editors extracting plain text content from HTML-formatted documents.
  • +
  • Developers cleaning up text before using it in applications or databases.
  • +
  • Content creators preparing text for use in plain text editors or word processors.
  • +
- +
- + \ No newline at end of file diff --git a/html-decode.php b/html-decode.php index 4e4ac33..f07e7b2 100644 --- a/html-decode.php +++ b/html-decode.php @@ -1,15 +1,12 @@ - - -
-
-

HTML Decoder

-
+
+

HTML Decoder

+
+
- +
+ - +
diff --git a/html-encode.php b/html-encode.php index 64ad5ee..d112c75 100644 --- a/html-encode.php +++ b/html-encode.php @@ -2,16 +2,16 @@ require_once('.htac_header.php'); ?>
-
+

HTML Encoder

- + - +
diff --git a/image-compressor.php b/image-compressor.php index d804a69..ac3edea 100644 --- a/image-compressor.php +++ b/image-compressor.php @@ -1,6 +1,6 @@

Image Compression Tool

-
+
@@ -16,8 +16,8 @@
- - Download Compressed Image + + Download Compressed Image
@@ -57,7 +57,7 @@ function compressImage() { preview.src = url; downloadLink.href = url; - downloadLink.style.display = 'block'; + downloadLink.style.display = 'flex'; const imageSizeSpan = document.getElementById('imageSize'); const compressedSize = (blob.size / 1024).toFixed(2); // Convert bytes to kilobytes and round to 2 decimal places diff --git a/image-to-base64-converter.php b/image-to-base64-converter.php index 69db928..12e37b7 100644 --- a/image-to-base64-converter.php +++ b/image-to-base64-converter.php @@ -1,12 +1,12 @@

Convert Image to Base64

-
+

- +
diff --git a/json-formatter.php b/json-formatter.php index 352651b..a41a559 100644 --- a/json-formatter.php +++ b/json-formatter.php @@ -4,17 +4,19 @@

JSON Formatter

-
+

-
+
+
+

Array Length: 0

+ + +
- - -

Array Length: 0

\ No newline at end of file diff --git a/location-ip-to-location.php b/location-ip-to-location.php new file mode 100644 index 0000000..03f5aca --- /dev/null +++ b/location-ip-to-location.php @@ -0,0 +1,21 @@ +city($_GET['ip']); + + $city = $records->city->name; + + echo json_encode(['city' => $city]); + } catch (Exception $e) { + echo json_encode(['error' => $e->getMessage()]); + } +} else { + echo json_encode(['error' => 'Invalid parameters']); +} +?> diff --git a/location.php b/location.php deleted file mode 100644 index 9f5e155..0000000 --- a/location.php +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/md5-decryption.php b/md5-decryption.php index 6a2253b..e00e2e2 100644 --- a/md5-decryption.php +++ b/md5-decryption.php @@ -1,121 +1,94 @@ - - setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); - $stmt = $db->prepare("SELECT * FROM md5_data WHERE md5 = :md5"); - $stmt->bindParam(':md5', $_POST["md5-hash"]); - $stmt->execute(); - $result = $stmt->fetch(PDO::FETCH_ASSOC); - - if ($result) { - echo '
-
-

Given MD5 Vlue:

- -
- - -
-
-
'; - echo ' - - '; - } else { - echo '
-
-

No data found for the given MD5 hash

-
- -
-
-
'; - echo ' ' ; - // echo json_encode(array('success' => false, 'message' => 'No data found for the given MD5 hash')); - } - exit(); - } catch (PDOException $e) { - echo json_encode(array('success' => false, 'message' => 'Database error: ' . $e->getMessage())); - exit(); - } -} + require_once ('.hta_config/db_config.php'); ?> -
-

MD5 Decryption

-
-
-

- -
-
- +
+

MD5 Decryption

+

The MD5 Decryption Tool is designed to help you decrypt MD5 hashes. It searches a pre-existing database for the original text corresponding to a given MD5 hash and retrieves it if available. This tool is especially useful for developers and security professionals who need to quickly look up the original value of an MD5 hash.

+
+ setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); + $stmt = $db->prepare("SELECT * FROM md5_data WHERE md5 = :md5"); + $stmt->bindParam(':md5', $_POST["md5-hash"]); + $stmt->execute(); + $result = $stmt->fetch(PDO::FETCH_ASSOC); + + if ($result) { + echo '
+

Given MD5 Vlue:

+

+
+
+ +
+
'; + echo ' + '; + } else { + echo '
+
+

No data found for the given MD5 hash

+
+ +
+
+
'; + echo ' ' ; + // echo json_encode(array('success' => false, 'message' => 'No data found for the given MD5 hash')); + } + } catch (PDOException $e) { + echo json_encode(array('success' => false, 'message' => 'Database error: ' . $e->getMessage())); + exit(); + } + }else{ + echo '
+
+
+ +
'; + } + ?> +
+
+

Usage:

+
    +
  • Enter MD5 Hash: Input the MD5 hash you want to decrypt into the provided text area.
  • +
  • Decrypt MD5: Click the "Convert MD5" button to initiate the search for the corresponding value in the database.
  • +
  • View and Copy Result: If a matching value is found, it will be displayed in the output area. Click the "Copy" button to copy the result to your clipboard.
  • +
  • Try Again: If no matching value is found, click the "Try Again" button to search for another MD5 hash.
  • +
+ +

Features:

+
    +
  • Simple and user-friendly interface for easy MD5 hash decryption.
  • +
  • Instantly displays the original text if found in the database.
  • +
  • Copy functionality to quickly copy the decrypted text to your clipboard.
  • +
  • Notification message to indicate successful copying of the decrypted text.
  • +
+ +

Example Use Cases:

+
    +
  • Developers verifying the integrity of files by comparing original text and its MD5 hash.
  • +
  • Security professionals analyzing hashed data to check for common vulnerabilities.
  • +
  • Researchers decrypting MD5 hashes for data analysis purposes.
  • +
+
+
diff --git a/md5-encryption.php b/md5-encryption.php index c76cc54..fe885e0 100644 --- a/md5-encryption.php +++ b/md5-encryption.php @@ -1,54 +1,3 @@ - bindParam(':md5', $md5_hash); $stmt->bindParam(':value', $_POST["md5-text"]); $stmt->execute(); - echo '
-
-

Converted MD5:

- -
- - + echo '
+

Generate MD5 Hash

+

The MD5 Hash Generator tool allows you to quickly and easily generate an MD5 hash from any text input. This is useful for creating checksums, storing passwords securely, or any other application where a unique hash representation of your data is needed.

+
+
+
+

Converted MD5:

+

+
+
+ +
+
+
-
-
'; +
'; echo ' - '; + '; // echo json_encode(array('success' => true, 'message' => 'Data inserted successfully')); // echo ''; - exit(); } catch (PDOException $e) { echo json_encode(array('success' => false, 'message' => 'Database error: ' . $e->getMessage())); exit(); } + }else{ + echo '
+

Generate MD5 Hash

+
+

+
+
+ +
+
+
'; } ?> -
-

Generate MD5 Hash

-
-
-

- -
+
+

Usage:

+
    +
  • Enter Text: Input your desired text into the text area provided.
  • +
  • Generate MD5 Hash: Click the "Generate MD5 Hash" button to convert the text into an MD5 hash.
  • +
  • Copy Hash: Once generated, the hash will appear in the output text area. Click the "Copy" button to copy it to your clipboard.
  • +
  • Paste and Use: Paste the copied hash directly into your application, database, or any other place where you need an MD5 hash.
  • +
+ +

Features:

+
    +
  • Generates a unique MD5 hash from any input text.
  • +
  • Displays the generated hash in a read-only text area for easy copying.
  • +
  • Provides a "Copy" button to quickly copy the generated hash to the clipboard.
  • +
  • Includes error handling to manage database insertion issues gracefully.
  • +
+ +

Example Use Cases:

+
    +
  • Web developers creating checksums for file verification.
  • +
  • Security professionals storing passwords securely in a database.
  • +
  • Software engineers ensuring data integrity by generating unique hashes for sensitive data.
  • +
+ + + - +
+

Domain DNS Information Viewer

+
+
- - + +
 ',$output, '


'; } else { - return false; + echo "Invalid domain."; } } - - $domain = isset($_POST['domain']) ? $_POST['domain'] : ''; - if ($domain && validateDomain($domain)) { - $command = 'dig '.$_POST['domain']. ' NS'; - $escaped_command = escapeshellcmd($command); - $output = shell_exec($escaped_command); - echo '
 ',$output, '


'; - } else { - echo "Invalid domain."; - } - } -?> + ?> diff --git a/open-graph-meta-generator.php b/open-graph-meta-generator.php index 6466c72..8e13eba 100644 --- a/open-graph-meta-generator.php +++ b/open-graph-meta-generator.php @@ -1,157 +1,200 @@ -
-

Open Graph Meta Generator

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
-
-

Content Limitations

- +
+

Open Graph Meta Generator

+

The Open Graph Meta Generator is a tool designed to help web developers and content creators easily generate meta tags for optimizing content sharing on social media platforms like Facebook and Twitter. By filling out a simple form, users can create the necessary Open Graph and Twitter meta tags to enhance the visibility and appearance of their web pages when shared online.

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+

+
+
+ + +
+ +
+

Content Limitations

+

Understanding the character and word limits for various platforms and meta tags is crucial for optimizing your content. The following table provides a comprehensive guide to these limitations, ensuring that your content adheres to the best practices for SEO and social media sharing.

+
- - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
NameMin/MaxLimitTypeNameMin/MaxLimitType
Meta TitleMax55LetterMeta TitleMax55Letter
Meta DescriptionMax160LetterMeta DescriptionMax160Letter
Google Ideal Post ContentMin300WordGoogle Ideal Post ContentMin300Word
Instagram Captions/CommentsMax2200LetterInstagram Captions/CommentsMax2200Letter
Twitter PostMax280LetterTwitter PostMax280Letter
Twitter UsernameMax20LetterTwitter UsernameMax20Letter
Facebook Wall Post (Truncation)Max477LetterFacebook Wall Post (Truncation)Max477Letter
Facebook Wall Post (All)Max63206LetterFacebook Wall Post (All)Max63206Letter
Facebook CommentMax8000LetterFacebook CommentMax8000Letter
Facebook Page DescriptionMax255LetterFacebook Page DescriptionMax255Letter
Facebook UsernameMax50LetterFacebook UsernameMax50Letter
Facebook Messenger MessageMax20000LetterFacebook Messenger MessageMax20000Letter
YouTube Video TitleMax70LetterYouTube Video TitleMax70Letter
YouTube Video DescriptionMax5000LetterYouTube Video DescriptionMax5000Letter
Snapchat CaptionMax250LetterSnapchat CaptionMax250Letter
Pinterest Pin DescriptionMax500LetterPinterest Pin DescriptionMax500Letter
+
+

Usage:

+
    +
  • Enter Information: Input the required information, including Title, Description, Image URL, URL, Author, Keywords, Twitter Title, Twitter Description, Twitter Image URL, and Twitter Card Type, into the respective fields in the form.
  • +
  • Generate Meta Tags: Click the "Generate" button to create the Open Graph and Twitter meta tags based on the provided information.
  • +
  • Copy Meta Tags: The generated meta tags will appear in the output area. Click the "Copy" button to copy the meta tags to your clipboard.
  • +
  • Paste and Use: Paste the copied meta tags into the head section of your HTML document to enhance your webpage's social media integration and SEO.
  • +
+ +

Features:

+
    +
  • Generates Open Graph meta tags for improved social media sharing.
  • +
  • Generates Twitter meta tags for optimized content sharing on Twitter.
  • +
  • Provides a clear and user-friendly form to input all necessary information.
  • +
  • Includes a "Copy to Clipboard" function for easy integration into your HTML code.
  • +
  • Displays a "Meta tags copied to clipboard!" notification upon copying.
  • +
+ +

Example Use Cases:

+
    +
  • Web developers optimizing websites for social media sharing.
  • +
  • Content creators ensuring their articles and posts are displayed attractively on social media platforms.
  • +
  • SEO specialists enhancing webpage metadata for better search engine rankings.
  • +
  • Bloggers and marketers improving the visibility and engagement of their content on social media.
  • +
+
+ - + \ No newline at end of file diff --git a/pdf-to-image.php b/pdf-to-image.php index 7e4498f..1d1ebcf 100644 --- a/pdf-to-image.php +++ b/pdf-to-image.php @@ -23,7 +23,7 @@
- +
Image to ICO Converter
- +

diff --git a/qr-code.php b/qr-code.php index f1aba2f..6758680 100644 --- a/qr-code.php +++ b/qr-code.php @@ -1,21 +1,48 @@ -
-
-

Generate QR Code

-
-

Alert: Text should not exceed 300 characters. 0

- +
+

Generate QR Code

+

The QR Code Generator tool allows you to create QR codes effortlessly. Simply input your text, generate the QR code, and download it for various uses. Perfect for sharing links, contact information, and more.

+
+ +

Alert: Text should not exceed 800 characters. 0

+
- + -
- -
- - +
+
+
+ +
-
-
+
+
+

Usage:

+
    +
  • Enter Text: Input your desired text into the text area provided.
  • +
  • Generate QR Code: Click the "Generate QR Code" button to create a QR code based on the input text.
  • +
  • Download QR Code: Click the "Download" button to save the generated QR code to your device.
  • +
  • Generate New QR Code: Click the "New QR Code" button to clear the current QR code and generate a new one.
  • +
+ +

Features:

+
    +
  • Generates QR codes quickly and efficiently.
  • +
  • Supports up to 800 characters of text input.
  • +
  • Provides a download option to save the QR code.
  • +
  • Allows for easy creation of new QR codes with a reset button.
  • +
+ +

Example Use Cases:

+
    +
  • Businesses sharing contact information or URLs with customers.
  • +
  • Event organizers providing quick access to event details.
  • +
  • Teachers sharing links to resources or assignments with students.
  • +
  • Personal use for sharing Wi-Fi passwords or personal contact information.
  • +
+
+
+ - \ No newline at end of file + \ No newline at end of file diff --git a/random-password-generator.php b/random-password-generator.php index b7f0964..fecc966 100644 --- a/random-password-generator.php +++ b/random-password-generator.php @@ -1,30 +1,74 @@ -
-

Get a random password

-
-

Password:

  -
- -
- - - \ No newline at end of file +
+

Get a random password

+

This tool generates a random password consisting of alphanumeric characters, ideal for creating secure credentials quickly. It combines a random numeric value with the current timestamp, converting the result into a base-36 string format for enhanced security and uniqueness.

+
+

+
+

Password:

  + Copy to Clipboard +
+
+
+

Usage:

+
    +
  • Generate Random Password: Click the "Get a random password" button to generate a new, unique password.
  • +
  • Copy Password to Clipboard: Once generated, the password will display below the button.
  • +
  • Click the Copy Icon: Click the copy icon next to the password to copy it to your clipboard.
  • +
  • Paste and Use: Paste the copied password into any application, login form, or document where a secure password is required.
  • +
+ +

Features:

+
    +
  • Randomized Generation: Each password is dynamically generated using random numbers and timestamps.
  • +
  • Secure Base-36 Conversion: Converts the generated value into a base-36 string format for enhanced security.
  • +
  • Clipboard Integration: Allows easy copying of the generated password with a single click.
  • +
+ +

Example Use Cases:

+
    +
  • User Accounts: Quickly generate secure passwords for new user registrations or account setups.
  • +
  • Password Resets: Provide users with randomly generated passwords for password recovery processes.
  • +
  • Secure Access: Ideal for securing sensitive information and access credentials across various platforms.
  • +
+
+ +
+ diff --git a/rgb-to-hex-generator.php b/rgb-to-hex-generator.php index c6a212a..75b5595 100644 --- a/rgb-to-hex-generator.php +++ b/rgb-to-hex-generator.php @@ -14,8 +14,10 @@
- - +
+ + +
diff --git a/screen-recorder.php b/screen-recorder.php index ce6c995..095c7ee 100644 --- a/screen-recorder.php +++ b/screen-recorder.php @@ -4,9 +4,9 @@

Screen Recorder

- - - + + +
Duration: 00:00:00
diff --git a/slug-generator.php b/slug-generator.php index 6b87dc8..a0cf438 100644 --- a/slug-generator.php +++ b/slug-generator.php @@ -1,68 +1,71 @@ -
-

Slug Generator

- - - - - -
+
+

Slug Generator

+

The Slug Generator tool allows you to easily create SEO-friendly slugs from your input text. A slug is a URL-friendly version of a string, typically used in web addresses to identify a specific page or resource. This tool converts any text you input into a lowercase string, removes special characters, and replaces spaces with hyphens to generate a clean and readable URL slug.

+
+
+ +

+ + +
+
+

Usage:

+
    +
  • Enter Text: Input your desired text into the text area provided.
  • +
  • Generate Slug: Click the "Generate Slug" button to convert the text into a URL-friendly slug.
  • +
  • Copy Slug: Once generated, the slug will appear in the output text area. Click the "Copy Slug" button to copy it to your clipboard.
  • +
  • Paste and Use: Paste the copied slug directly into your web application, blog post, or any other content management system (CMS) where you need a URL slug.
  • +
+ +

Features:

+
    +
  • Converts text to lowercase.
  • +
  • Removes special characters and replaces spaces with hyphens.
  • +
  • Provides instant feedback with a "Slug copied to clipboard!" notification upon copying.
  • +
+ +

Example Use Cases:

+
    +
  • Bloggers creating SEO-friendly URLs for their articles.
  • +
  • Developers generating slugs for dynamic content pages.
  • +
  • Content managers ensuring consistency and readability in URL structures.
  • +
+
+
- - diff --git a/speed-test.php b/speed-test.php index 09f45ea..fa32e12 100644 --- a/speed-test.php +++ b/speed-test.php @@ -5,7 +5,7 @@

Internet Speed Test

- +