检查外部网站注册

发布于 2024-08-30 03:22:53 字数 249 浏览 2 评论 0原文

我正在尝试创建一个基于 PHP 的游戏,您必须执行各种简单但不明显的任务才能进入下一个级别(例如刷新浏览器,按键盘组合,...)有点像游戏“这是唯一的级别”(如果有人听说过的话)

现在我在想:是否有可能创建一个级别,让他们必须在不同的页面注册才能进入下一个级别?

举例来说,他们需要注册 goal.com,如果注册了,他们就会进入下一个级别。该页面需要不断检查其他站点上的注册过程是否已完成。这可能吗?如果是这样,有什么想法吗?

谢谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤凫 2024-09-06 03:22:53

对于大多数网站,只要提供用户名和密码,您就可以检查帐户是否存在。

您所要做的就是将一些数据发布到 url 并解析输出以成功登录。

您可能会在较大的站点上遇到问题,因为它们有其他检查来阻止脚本登录。

With most sites, given a username and password, you can check if an account exists.

All you have to do is post some data to a url and parse the output for a successful login.

You may have problems with the bigger sites since they have other checks in place to deter scripted logins.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文