Skip to content

Instantly share code, notes, and snippets.

View Nomy's full-sized avatar

Nomy

  • United Kingdom
View GitHub Profile
@Nomy
Nomy / megabackup.sh
Last active November 2, 2017 19:47 — forked from matteomattei/megabackup.sh
Mega server backup using megatools
#!/bin/bash
# Script edited to make it work on Ubuntu 14.04 (Trusty)
# Original Author: Matteo Mattei http://www.matteomattei.com/backup-your-server-on-mega-co-nz-using-megatools/
#
# Remember to Install megatools (sudo apt-get install megatools) after adding megous ppa
# You can do so by: sudo nano /etc/apt/sources.list
# And adding the following repositories:
# deb http://ppa.launchpad.net/megous/ppa/ubuntu precise main
# deb-src http://ppa.launchpad.net/megous/ppa/ubuntu precise main
<?php
// TuneIn Air API PHP Script for IceCast 2.4+ with AutoDJ support
// (c) 2016: Nomy - https://hellclan.co.uk/
// TuneIn Air API Docs: http://tunein.com/broadcasters/api/
// Add this script to crontab to run every 15 seconds (php-cli dependant):
// * * * * * for i in 0 1 2 3 ; do php /home/web/domains/domain.com/public_html/tunein-cron.php & sleep 15; done
// or (using wget to run a script on the web):
// * * * * * for i in 0 1 2 3 ; do wget http://domain.com/tunein-cron.php -O /dev/null & sleep 15; done
@Nomy
Nomy / tunein-cron.php
Created October 25, 2016 16:35
TuneIn Air API PHP Script with Plain Text URL Support
<?php
// TuneIn Air API PHP Script with Plain Text URL Support
// (c) 2016: Nomy - https://hellclan.co.uk/
// TuneIn Air API Docs: http://tunein.com/broadcasters/api/
// Add this script to crontab to run every 15 seconds (php-cli dependant):
// * * * * * for i in 0 1 2 3 ; do php /home/web/domains/domain.com/public_html/tunein-cron.php & sleep 15; done
// or (using wget to run a script on the web):
// * * * * * for i in 0 1 2 3 ; do wget http://domain.com/tunein-cron.php -O /dev/null & sleep 15; done
$debug = '0'; //Enable debugging
@Nomy
Nomy / index.html
Created March 30, 2017 18:56
Hacked Template
<html>
<head>
<embed src="https://www.youtube.com/v/hZsaPu-kthY&hl=en_US&loop=1&feature=related&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
<title>Hacked by D3w3y</title>
</head>
<body background="https://i.imgur.com/5rZ91h5.gif"></body>
<center>
<h1 style=color:red;>(? ?? ? ??)? d0 y0u w4nn4 pl4y 4 64m3 ? (?? ? ??? ) </h1>
<h2 style=color:green;>d15 w3b5173 15 h4ck3d by D3w3y.</h4><img src="https://i.imgur.com/OhoiDOT.png"><h3 style=color:grey; >*****地獄 CYBER PIRATES******</h1><p style=color:grey; >Greetz to--> ezirprus, revaer luos, yzeets, yajyaj, ximer, erifdliw, selym, yeda, zalbzaw, ongap, ymon</p>
@Nomy
Nomy / redirect.html
Created November 5, 2017 20:19
WebFix_V1.01 - redirect.html by Byte
<html>
<head>
<title>WebFix</title>
</head>
<body>
<script type="text/javascript">
function escapeHtml(text) {
return text
.replace(/</g, "&lt;")
.replace(/>/g, "&gt;")
@Nomy
Nomy / exploitbans.sp
Last active February 16, 2018 20:14
ExploitBans - Bans players with ambiguous Steam IDs.
#include <sourcemod>
#pragma semicolon 1
public Plugin myinfo = {
name = "ExploitBans",
author = "]HeLL[ Clan",
description = "Bans players with ambiguous Steam IDs.",
version = "1.0",
url = "https://hellclan.co.uk"