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/sh | |
OS=`uname -m`; | |
sudo wget -O /usr/bin/badvpn-udpgw "https://raw.githubusercontent.com/daybreakersx/premscript/master/badvpn-udpgw" | |
if [ "$OS" == "x86_64" ]; then | |
sudo wget -O /usr/bin/badvpn-udpgw "https://raw.githubusercontent.com/daybreakersx/premscript/master/badvpn-udpgw64" | |
fi | |
sudo touch /etc/rc.local | |
echo "\nscreen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300" | sudo tee -a /etc/rc.local | |
sudo chmod +x /usr/bin/badvpn-udpgw | |
sudo screen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300 |
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 | |
// Put your device token here (without spaces): | |
$deviceToken = 'DEVICE_TOKEN'; | |
// Put your private key's passphrase here: | |
$passphrase = 'passphrase'; | |
$pemfilename = 'ck.pem'; | |
// SIMPLE PUSH |
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
/* | |
== malihu jquery custom scrollbars plugin == | |
version: 2.1 | |
author: malihu (http://manos.malihu.gr) | |
plugin home: http://manos.malihu.gr/jquery-custom-content-scroller | |
*/ | |
(function($){ | |
var methods={ | |
init:function(options){ | |
var defaults={ |
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
/* | |
== malihu jquery custom scrollbars plugin == | |
version: 2.1 | |
author: malihu (http://manos.malihu.gr) | |
plugin home: http://manos.malihu.gr/jquery-custom-content-scroller | |
*/ | |
(function($){ | |
var methods={ | |
init:function(options){ | |
var defaults={ |