mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 22:24:33 +02:00
updated indexed sites
This commit is contained in:
parent
04007f38bf
commit
c3d02676dd
74
guide.html
Normal file
74
guide.html
Normal file
@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Guides & How-to</title>
|
||||
<link rel="icon" type="text/css" href="img/favicon.png">
|
||||
<!-- CSS Import -->
|
||||
<link rel="stylesheet" type="text/css" href="css/indexes.css">
|
||||
<meta property="og:url" content="http://idleendeavor.github.io/gamesearch/guide" />
|
||||
<meta property="og:type" content="guides-and-how-to" />
|
||||
<meta property="og:title" content="Rave Game Search Engine" />
|
||||
<meta property="og:description" content="Find the safest free download links to your favorite games" />
|
||||
<meta property="og:image" content="https://idleendeavor.github.io/gamesearch/img/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Slideout Sidebar -->
|
||||
<input type="checkbox" id="slide" name="" value="" />
|
||||
<div class="container">
|
||||
<label for="slide" class="toggle">☰</label>
|
||||
<nav class="sidebar">
|
||||
<ul>
|
||||
<img src="img/favicon.png" onclick="location.href='index.html';">
|
||||
<li><a href="index.html"> Back to Search </a></li>
|
||||
<li><a href="terms.html"> Terms of Use </a></li>
|
||||
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<!-- Guides and How-to -->
|
||||
<div class="search">
|
||||
<h1>Guides and How-to</h1>
|
||||
<h2>Websites indexed</h2>
|
||||
<p>- RG Mechanics</p>
|
||||
<p>- All Games for You</p>
|
||||
<p>- New Games Box</p>
|
||||
<p>- Steam Unlocked</p>
|
||||
<p>- OVA Games</p>
|
||||
<p>- Fitgirl Repacks</p>
|
||||
<p>- My Abondonware</p>
|
||||
<p>- N Mac</p>
|
||||
<h2>Recommended Torrent Clients</h2>
|
||||
<p>- qBittorrent</p>
|
||||
<p>- Deluge</p>
|
||||
<p>- Transmission</p>
|
||||
<h2>Recommended Download Managers</h2>
|
||||
<p>- JDownloader</p>
|
||||
<p>- Free Download Manager</p>
|
||||
<h2>Recommended Archive Software</h2>
|
||||
<p>- 7-zip</p>
|
||||
<p>- Pea-Zip</p>
|
||||
<h2>Recommended .ISO Mounting Software</h2>
|
||||
<p>- WinCDemu</p>
|
||||
<p>Most .ISO files can be mounted using the default Windows options by double clicking them. They are automatically treated like CD/DVD drives. Mounted .ISO files can be unmounted by right-clicking and ejecting them</p>
|
||||
<h2>Privacy</h2>
|
||||
<p>- Use a VPN, stay away from 'Free' VPNs <br>The safest Free VPN is ProtonVPN; their Free USA Server locations allow torrenting</p>
|
||||
<p>- Prevent ISP blocks and tracking as well as improve speed with a custom DNS <br>The safest Free DNS servers are Cloudflare (1.1.1.1, 1.0.0.1) and Google (8.8.8.8, 8.8.4.4)</p>
|
||||
|
||||
<h2>Warnings from r/PiratedGames (Updated Regularly)</h2>
|
||||
<p><b>Programs Not to Use</b><p>
|
||||
<p>- uTorrent - Very malicious and very dodgy, not only has it included multiple forms of malware in the past (and possibly present) but it's also associated with the world's biggest copyright troll; the MPAA.</p>
|
||||
<p>- Bittorrent - Is the exact same program as above</p>
|
||||
<p><b>Sites Not to Use</b></p>
|
||||
<p>- IGG-Games - Their site has malware, they inject ads into their games, they steal releases and add their own links into them, they constantly lie to their users and they try to profit off stolen releases.</p>
|
||||
<p>- Corepack - They upload malware, they lie about their releases and they steal from trusted repackers</p>
|
||||
<p>- nosTEAM - Basically the same as above, it's a bit sad we have multiple groups doing the same crappy things that only hurt themselves and everyone else</p>
|
||||
<p>- OceanOfGames - They upload malware, nuff' said</p>
|
||||
<p>Any sites claiming to be a scene group, such as: SkidrowReloaded, SkidrowGames, SkidrowCrack, CPY-Games, etc.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -21,7 +21,7 @@
|
||||
<nav class="sidebar">
|
||||
<ul>
|
||||
<img src="img/favicon.png" onclick="location.href='index.html';">
|
||||
<li><a href="sites-indexed.html"> Sites Indexed </a></li>
|
||||
<li><a href="guide.html"> Guides </a></li>
|
||||
<li><a href="terms.html"> Terms of Use </a></li>
|
||||
<h5 id="foundcounterno" class="count">0</h5>
|
||||
<h5 id="foundcounter">Games Found</h5>
|
||||
|
@ -1,60 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sites Indexed</title>
|
||||
<link rel="icon" type="text/css" href="img/favicon.png">
|
||||
<!-- CSS Import -->
|
||||
<link rel="stylesheet" type="text/css" href="css/indexes.css">
|
||||
<meta property="og:url" content="http://idleendeavor.github.io/gamesearch/sites-indexed" />
|
||||
<meta property="og:type" content="sites-indexed-list" />
|
||||
<meta property="og:title" content="Rave Game Search Engine" />
|
||||
<meta property="og:description" content="Find the safest free download links to your favorite games" />
|
||||
<meta property="og:image" content="https://idleendeavor.github.io/gamesearch/img/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Slideout Sidebar -->
|
||||
<input type="checkbox" id="slide" name="" value="" />
|
||||
<div class="container">
|
||||
<label for="slide" class="toggle">☰</label>
|
||||
<nav class="sidebar">
|
||||
<ul>
|
||||
<img src="img/favicon.png" onclick="location.href='index.html';">
|
||||
<li><a href="index.html"> Back to Search </a></li>
|
||||
<li><a href="terms.html"> Terms of Use </a></li>
|
||||
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<!-- Indexed Sites List -->
|
||||
<div class="search">
|
||||
<h1 id="sitesi">Sites Indexed</h1>
|
||||
<div id="img1-1">
|
||||
<img src="img/1.png">
|
||||
<h3><a href="http://www.rgmechanics.com/"> http://www.rgmechanics.com/</a></h3>
|
||||
</div>
|
||||
<div id="img1-2">
|
||||
<img src="img/2.png">
|
||||
<h3><a href="https://agfy.co/"> https://agfy.co/</a></h3>
|
||||
</div>
|
||||
<div id="img2-1">
|
||||
<img src="img/3.png">
|
||||
<h3><a href="http://www.newgamesbox.net/"> http://www.newgamesbox.net/</a></h3>
|
||||
</div>
|
||||
<div id="img2-2">
|
||||
<img src="img/4.png">
|
||||
<h3><a href="https://steamunlocked.net/"> https://steamunlocked.net/</a></h3>
|
||||
</div>
|
||||
<div id="img3-1">
|
||||
<img src="img/5.png">
|
||||
<h3><a href="https://www.ovagames.com/"> https://www.ovagames.com/</a></h3>
|
||||
</div>
|
||||
<div id="img3-2">
|
||||
<img src="img/6.png">
|
||||
<h3><a href="https://fitgirl-repacks.site/"> https://fitgirl-repacks.site/</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -22,7 +22,7 @@
|
||||
<ul>
|
||||
<img src="img/favicon.png" onclick="location.href='index.html';">
|
||||
<li><a href="index.html"> Back to Search </a></li>
|
||||
<li><a href="sites-indexed.html"> Sites Indexed </a></li>
|
||||
<li><a href="guide.html"> Guides </a></li>
|
||||
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
|
||||
</ul>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user