This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Edit Settings | |
$username = "admin"; | |
$password = "password"; | |
$ip = "192.168.1.1:8081"; | |
$api = "1234"; | |
// End Settings | |
// Check if username is available, set URL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body, table, td {font-family: Arial, sans-serif; font-size: 14px;} | |
.nodate {font-style: italic;} | |
td {padding: 5px 10px;} | |
tr:hover td {background: #eee;} | |
th {font-weight: bold; text-align: left; padding: 10px; border-bottom: 2px solid #ccc;} | |
</style> | |
<table border="0" cellspacing="0" class="tablesorter"> | |
<thead> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cp -r "$1" "/home/david/usenet/tv/$3" | |
chown -R david "/home/david/usenet/tv/$3" | |
chmod -R 777 "/home/david/usenet/tv/$3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Steam Sale Slider</title> | |
<link rel="stylesheet" href="style.css" /> | |
</head> | |
<body> | |
<div id="wrapper" class="wrapper"> | |
<section id="todays_deals" class="deal_nav"></section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ===================================================================== | |
Newznab Light Theme Customisations | |
By David Baines 2017 | |
This is a custom stylish mod for a specific newznab installation and theme. | |
It may or may not work with other newznab installations and themes. | |
REQUIREMENTS | |
* Chrome with Stylish extension |