check external website registration
Posted
by Arsenal
on Stack Overflow
See other posts from Stack Overflow
or by Arsenal
Published on 2010-04-24T17:17:38Z
Indexed on
2010/04/24
17:23 UTC
Read the original article
Hit count: 258
Hi,
I'm trying to create a PHP based game where you have to do all sorts of simple but un-obvious tasks in order to progress to the next level (eg. refresh browser, press keyboard combination, ...) Kinda like the game "this is the only level" (if anyone has ever heard of it)
Now I was thinking: Would it be possible to create a level where they'd have to sign up at a different page in order to progress to the next level?
So say for example they need to sign up to goal.com and if they're signed up they proceed to the next level. The page would need to constantly check if the signup process on the other site is completed. Is this even possbible? And if so, any thoughts on how?
Thanks!
© Stack Overflow or respective owner