How can I make a special link for a registration page?
-
for an invite only website. How can i make a hidden link for only the invitees?
-
Answer:
Create a random number of some sort of token for each invite sent to an email. Save the token in a database for each email id. site.com/?invite=ahah7655og88 Now if the person access site without the invite param he will be shown default home page. If person accesses it with invite sign he will be asked to register and his email will be check for the email for the invite token which was saved in the DB. If the token matches the registering email id allow access. Else say, sorry your invite id is invalid.
Shubhanshu Mishra at Quora Visit the source
Other answers
You can't, there are no "hidden links". You have to identify your users, which means credentials or knowing their IP address.
Alain Mevellec
You have to identify the person you invited. Then, based on the identification you can show him/her different content. This content can contain a "hidden" link which the other users don't see. The cheapest, fastest, dirtiest and most insecure way to do this is to send a link around to your invitees looking for example like this: http://your-website.com/?invited=yes Then you can use a script on your website to check if "invited" is part of the URL and if it is set to yes, and if so display the hidden link (for example, you could use http://php.net/manual/en/reserved.variables.get.php). So if you don't have really sensitive content behind the hidden link and / or can manage to keep the invitation-URL a secret, then use this solution.
Philipp M. W. Hoffmann
Related Q & A:
- How can I make a page my home page?Best solution by Yahoo! Answers
- How can I make a myspace comment into a picture caption?Best solution by Yahoo! Answers
- How can I make a phone call to a cruise ship?Best solution by traveltips.usatoday.com
- How can I make a good clay for a school project?Best solution by answers.yahoo.com
- How can I add a clickable link to a question or answer on yahoo?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.