Skip to content

Commit

Permalink
rip native
Browse files Browse the repository at this point in the history
Press f to pay respects
  • Loading branch information
Thedogecraft committed Sep 27, 2024
1 parent a64f760 commit 91a09d2
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 29 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ import { epoxyPath } from "@mercuryworkshop/epoxy-transport";
import { baremuxPath } from "@mercuryworkshop/bare-mux/node";
import { join, dirname } from "node:path";
import wisp from "wisp-server-node";
import http from "node:http";

import expressLayouts from "express-ejs-layouts";
import { fileURLToPath } from "url";
import packageJson from "./package.json" with { type: "json" };

const httpserver = http.createServer();
const cdnProxy = httpProxy.createProxyServer();
const app = express();
const __dirname = dirname(fileURLToPath(import.meta.url));
Expand Down Expand Up @@ -76,7 +75,7 @@ if (isNaN(port)) port = 8080;
server.on("listening", () => {
const address = server.address();
console.clear();
console.log(chalk.green(`🚀 Native Listening on http://localhost:${address.port}`));
console.log(chalk.green(`🚀 Lunaar Listening on http://localhost:${address.port}`));
console.log();
console.log(chalk.magenta(`🌙 Made by the Parcoil Network`));
console.log();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "native",
"name": "lunaar.org",
"version": "5.1.0",
"description": "The Future of Unblocked Gaming!",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion public/components/nav.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="nav">
<div class="navstart">
<a href="/" class="push">
<h2 class="push lsans" style="font-size: 2rem">native.</h2>
<h2 class="push lsans" style="font-size: 2rem" id="sitetext">lunaar.</h2>
</a>
</div>
<div class="navlinks">
Expand Down
12 changes: 9 additions & 3 deletions public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ function se() {
se();

const texts = [
"Welcome to Native v5!",
"Welcome to Lunaar v5!",
"Rip Nativegames",
"What's up brother!",
"Do not insert text here",
"They not like us",
"1 + 1 = 11",
"Rip Nativegames",
"LUNAARR",
"insert text here",
"🧀",
Expand All @@ -36,18 +38,22 @@ const texts = [
"Spicy Nacho Doritos are good",
"Yo so games are cool",
"Aiden does questionable things...",
"Rip Native",
"Bonelab = Garys mod",
"Elden Ring on top - wavy ",
"Insert text here",
"Rip Native",
'Join our Discord: <a href="https://dsc.gg/parcoil">https://dsc.gg/parcoil</a>',
'Join our Discord For <a href="https://dsc.gg/parcoil">Links</a>',
"Or what!",
"Ewww Homework whats that",
"shit",
"Powerade Sucks!",
"The site to cure total boardness",
"Activate Native.",
'Did you know native used to be a <a href="https://sites.google.com/view/thebestonlinegames/index?authuser=1">google site?</a>',
"Activate Lunaar.",
"Rip Nativegames",
"Rip Native",
'Did you know lunaar.used to be a <a href="https://sites.google.com/view/thebestonlinegames/index?authuser=1">google site?</a>',
];

// adds ip to rng text
Expand Down
2 changes: 1 addition & 1 deletion public/js/preload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const llogo = "[Native]";
const llogo = "[Lunaar]";

function loadCSS(href, onload) {
var link = document.createElement("link");
Expand Down
2 changes: 1 addition & 1 deletion public/media/LLBIG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/media/nativelogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/views/index.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<main id="main">
<div class="home">
<%- include('../components/logo') -%>
<h1 class="lsans main-logo">native.</h1>
<h1 class="lsans main-logo" id="sitetext">lunaar.</h1>
<p id="rng"></p>
<form id="uv-form">
<input
Expand Down
2 changes: 1 addition & 1 deletion public/views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Native</title>
<title>Lunaar</title>
<meta name="google-adsense-account" content="ca-pub-1565760898646999" />
<meta
name="description"
Expand Down
14 changes: 7 additions & 7 deletions public/views/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="cards">
<div class="card">
<h1>Themes</h1>
<p>Changes the theme of native</p>
<p>Changes the theme of lunaar.</p>
<select id="theme-select">
<option value="default">Main Theme</option>
<option value="grey">Cool Grey</option>
Expand All @@ -32,12 +32,12 @@
</div>
<div class="card">
<h1>About:blank</h1>
<p> Opens Native in About:blank</p>
<p> Opens Lunaar in About:blank</p>
<button onclick="aboutBlank()">Launch</button>
</div>
<div class="card">
<h1>Tab Cloak</h1>
<p>Cloaks the tab bar of Native</p>
<p>Cloaks the tab bar of Lunaar</p>
<select name="cloak" id="cloakSelect">
<option value="default">Default Cloak</option>
<option value="drive">Google Drive</option>
Expand All @@ -48,7 +48,7 @@
</div>
<div class="card">
<h1>Search Engine</h1>
<p>Changes the search engine of Native</p>
<p>Changes the search engine of Lunaar</p>
<select name="" id="seToggle">
<option value="google">Google</option>
<option value="bing">Bing</option>
Expand All @@ -58,7 +58,7 @@
</div>
<div class="card">
<h1>Stars Toggle</h1>
<p>Toggles the display of stars in the background of Native</p>
<p>Toggles the display of stars in the background of Lunaar</p>
<button class="filled" onclick='setStars("on")'>Set on</button>
<button class="filled" onclick='setStars("off")''>Set off</button>
</div>
Expand All @@ -74,7 +74,7 @@
</div>
</div>
<div class="footer">
<a id="version" href="https://github.com/parcoil/native.org"
<a id="version" href="https://github.com/parcoil/lunaar.org"
>Loading version</a
>
</div>
Expand Down Expand Up @@ -164,7 +164,7 @@ function aboutBlank() {
</script>
<script>
const cloaks = [
{ name: "default", icon: "./media/logo.svg", title: "Native" },
{ name: "default", icon: "./media/logo.svg", title: "Lunaar" },
{ name: "drive", icon: "./media/cloaks/googledrive.png", title: "Home - Google Drive" },
{ name: "classroom", icon: "./media/cloaks/classroom.png", title: "Home" },
{ name: "zoom", icon: "./media/cloaks/zoom.png", title: "Zoom" },
Expand Down
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div align=center>

<img align="center" src="public/media/nativelogo.svg" width="600">
<img align="center" src="public/media/llbig.svg" width="600">

<h4 align="center">Nativegames is a new unblocked games site that features a proxy, a wide selection of games, a sleek design, and much more for you to explore!</h4>
<h4 align="center">Lunaargames is a new unblocked games site that features a proxy, a wide selection of games, a sleek design, and much more for you to explore!</h4>
</div>

![Native image](https://i.imgur.com/8LWMrXt.png)
![Lunaar image](https://i.imgur.com/8LWMrXt.png)

> [!IMPORTANT]
> If you fork Native, please give it a star.
> If you fork Lunaar, please give it a star.
Also Join our [Discord Server](https://dsc.gg/parcoil) for links and more!

Expand All @@ -23,15 +23,15 @@ Also Join our [Discord Server](https://dsc.gg/parcoil) for links and more!
## Deployment

> [!IMPORTANT]
> You cannot deploy Native to a static host, such as GitHub Pages or Cloudflare Pages.
> You cannot deploy Lunaar to a static host, such as GitHub Pages or Cloudflare Pages.
### You can click the button below to quickly deploy to a platform.

[![Deploy to Render](https://binbashbanana.github.io/deploy-buttons/buttons/remade/render.svg)](https://render.com/deploy?repo=https://github.com/Parcoil/nativegames.net)
[![Deploy to Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/Parcoil/nativegames.net&branch=main&name=Native)
<a target="_blank" href="https://glitch.com/edit/#!/import/github/parcoil/nativegames.net"><img alt="Remix on Glitch" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/glitch.svg"></a>
[![Deploy to Render](https://binbashbanana.github.io/deploy-buttons/buttons/remade/render.svg)](https://render.com/deploy?repo=https://github.com/Parcoil/lunaar.ames.net)
[![Deploy to Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/Parcoil/lunaar.ames.net&branch=main&name=Lunaar)
<a target="_blank" href="https://glitch.com/edit/#!/import/github/parcoil/lunaar.ames.net"><img alt="Remix on Glitch" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/glitch.svg"></a>

## Issues

> [!NOTE]
> If you encounter issues, create an [issue on GitHub](https://github.com/Parcoil/nativegames.net/issues/new) or join the [Discord Server](https://dsc.gg/parcoil).
> If you encounter issues, create an [issue on GitHub](https://github.com/Parcoil/lunaar.ames.net/issues/new) or join the [Discord Server](https://dsc.gg/parcoil).

0 comments on commit 91a09d2

Please sign in to comment.