[help me] How to hide link or set expiry time for link

rrd84

Junior Member
Joined
Oct 9, 2011
Messages
120
Reaction score
10
Hello,

I am running CPA offer of cpabuild.
It is doing great for me. All SEO traffic.

I am on WordPress,
"Newspaper X" theme by tagdiv

When my visitor land on my site,
i.e. page 1,
They goto page 2,
then page 3.

page 1 - welcome
page 2 - actions to do
page 3 - get perks for action on page 2

I am having problem with page 3 link.

I want to hide link & address bar url of page 3.
So that, no one can copy it & cant go to that page directly.
Without going through page 1 & 2.


So...
how to hide page 3 link.
or
make page 3 link expire after x minutes/seconds.
or
make page 3 link completely useless.
or
force visitor to goto page 1, if visitor lands on page 3 directly.

I can shift from WordPress if required.
 
You need a MySQL table with generated keys, for the visitors that land on page 2. Then on page 3, check if that key exists. Another solution is to use $_SESSION. What you need is custom code, so you probably end up hiring someone.
Code:
https://stackoverflow.com/questions/25606015/storing-php-session-across-multiple-pages
 
You need a MySQL table with generated keys, for the visitors that land on page 2. Then on page 3, check if that key exists. Another solution is to use $_SESSION. What you need is custom code, so you probably end up hiring someone.
Code:
https://stackoverflow.com/questions/25606015/storing-php-session-across-multiple-pages

thank you for reply.
okey. coding is not my cup. let me see.
where to find someone who can do this job for me?
reliable source.


also any other way. for non-coders?

==========================================

post edit :

i am not a coder = non-coders
 
Last edited:
where to find someone who can do this job for me?
reliable source.
HAF section or freelance websites. It's easy job what you need done. No more than 15-30 minutes, including testing and everything.

For non-coders...I don't know how to answer to this.
 
Back
Top