forked from rplacelive/game
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfakeapp.html
More file actions
22 lines (22 loc) · 2.27 KB
/
fakeapp.html
File metadata and controls
22 lines (22 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" ontouchstart="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css8" rel="stylesheet"> <!-- Increment the CSS query, such as ?v=1.x every time CSS is changed in order to force clients to refresh their stylesheets. Otherwise broken CSS may occur-->
<title>place</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="theme-color" content="#ff4500">
</head>
<body style="background-color: white; padding: 30px; font-size: 16px;">
<img src="favicon.png">
<h1>rplace.tk</h1>
<h3>Hello Playstore user,</h3>
<p>This message is from the official rplace.tk team. You are seeing this screen because <u>this is a fake rplace.tk clone app</u> which does not belong to the original owners.</p>
<button onclick="explaination.style.display = 'inline-block';">Click here for a detailed explaination of what has happened v</button>
<p id="explaination" style="color: grey; display: none;">The r/place game, rplace.tk can only be found on the website <a href="." onclick="navigator.share('https:/\/\rplace.tk')">https://rplace.tk</a>, it is highly likely that this app has copied the code, or has made a frame (a.k.a webview, which is a browser window embedded inside an app) into the official rplace.tk site, in order to either claim that they were the original creators, compromise your personal data, or put ads over the our (the original creator's) site so that they can unfairly profit off of our work. To protect players, we created this page that will show when the rplace.tk site detects it is being acessed by a fake app.</p>
<p>We highly recommend you to uninstall this application, as this is a clone that may leak important information about your phone, serve you with unwanted ads, or collect your personal data.</p>
<p>To help us fight against fake apps leeching off of others' work, and support the rplace.tk original owners, <u>the <b>real</b> rplace.tk game can be found at</u> <a href="." onclick="navigator.share('https:/\/\rplace.tk')">https://rplace.tk</a>, online on any browser, including chrome, firefox and safari.</p>
<p style="color: pink;">~ Thanks - The official rplace.tk team ❤️</p>
</body>
</html>