You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've created a shortened address but it was finished by a key.
Once gone to the site, it's impossible to retrieve the characters after the question mark,
more, I can't delete my link so I can't reuse it without a key...
Would it be possible to mak some evolution on these topics ?
Thank you in advance
The text was updated successfully, but these errors were encountered:
As a normal user, once you create a secret shortened address, the key is not retrievable, but if you copy-pasted it, it should still be in your clipboard. If you copied the whole link from the resulting text box, the key should be after the question mark. If, for some reason, you've lost the key, and you are an administrator of the database, you can either delete the key or retrieve it.
Deleting links straight from the Admin panel will come in future releases. We have it planned, and it is a feature with a high priority.
For right now, you should be able to retrieve the key by going into PHPMyAdmin or similar, navigating to the redirinfo table, and find the lkey (key) column for the row that has a baseval (ending) of your liking.
If you only have command-line access, you can use these commands:
USE <mysql_database>;
SELECT `lkey` from `redirinfo` WHERE `baseval` = '<link_ending>';
Hello,
I've created a shortened address but it was finished by a key.
Once gone to the site, it's impossible to retrieve the characters after the question mark,
more, I can't delete my link so I can't reuse it without a key...
Would it be possible to mak some evolution on these topics ?
Thank you in advance
The text was updated successfully, but these errors were encountered: