Smart URLs

A smart URL refers to a URL that has been enhanced with various features that provide additional advantages. These features may include visitor tracking, customized display based on geographical location, redirection to different links based on the device used, advanced analytics, or the use of specific parameters to send additional data to the destination page. Smart URLs allow users to optimize and manage user experiences better and gain deeper insights into their users.

INTEGRATION GUIDE

Please follow the instruction as shown in the video or documentation provided.

Download

You can download the SmartUrls app files from the server by clicking here, or you can open the SmartUrls app files on GitHub (https://github.com/stopbot-net/smarturls/).

VIDEO

Here is a video guide on integrating SmartURLs into your server.

DOCUMENTATION

Here is the documentation guide on integrating SmartURLs into your server.

BITVISE

  • Login into your server

  • Open New SFTP window

  • Open your main web dir "/var/www/" or the directory that you already specified

  • Upload the stopbot-SmartURLs File zip

  • Unzip/Extract the stopbot-SmartURLs File zip

  • Edit config.php then change with your APIKey, Click here for APIKey

config.php
<?php
/*
     _              _           _                _   
    | |            | |         | |              | |  
 ___| |_ ___  _ __ | |__   ___ | |_   _ __   ___| |_ 
/ __| __/ _ \| '_ \| '_ \ / _ \| __| | '_ \ / _ \ __|
\__ \ || (_) | |_) | |_) | (_) | |_ _| | | |  __/ |_ 
|___/\__\___/| .__/|_.__/ \___/ \__(_)_| |_|\___|\__|
             | |                                     
             |_|                                     
                      [Stopbot SmartUrls v.1.2]

Guide   : https://docs.stopbot.net/service-guides/stopbot/smart-urls
Website : stopbot.net
contact : t.me @stopbotnet

*/


#Put your Apikey here.
$Apikey = "________________________________";
  • You can create Shortlinks / SmartURLs in our control panel, click here for details.

  • To access the results of the Shortlinks / SmartURLs, please open https://domain/keyname or you can view them in our control panel, click here for details.

  • For information regarding visitor statistics, click here for details.

CPANEL

  • Open the STOPBOT Control Panel page and log in to your stopbot.net account using the registered credentials.

  • Open the SmartURLs page and click on "Download SmartURLs".

  • Login to your Cpanel, then open "File manager" > public_html.

  • Click on "Upload".

  • Upload the "STOPBOT SmartUrls ZIPFILES" by either "Dropping files here to start uploading" or "selecting the file manually".

  • After the upload is complete, click on "Go Back to".

  • Then click on "STOPBOT SmartUrls ZIPFILES" and click on "Extract", and delete the "STOPBOT SmartUrls ZIPFILES" file.

  • Please modify the "config.php" file and enter your API Key (click here to find out your API Key).

  • You can create Shortlinks / SmartURLs in our control panel, click here for details.

  • To access the results of the Shortlinks / SmartURLs, please open https://domain/keyname or you can view them in our control panel, click here for details.

  • For information regarding visitor statistics, click here for details.

Last updated