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
ๆดๆฐๆฅๆ,ใใผใ,ใซใผใ็ชๅท,ใกใข | |
2011/06/24 12:54,ใใใ,[116]ใใจใใใใจๆใใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:54,ใใใ,[114]ๆฅฝใใใฃใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:54,ใใใ,[113]ๅฟๅฐ่ฏใใฃใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:54,ใใใ,[104]่ชใ็ใฟๅบใใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:54,ใใใ,[102]ใใใใ่ฆใคใใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:54,ใใใ,[32]ใใฉใซใ ใปใใฉใณในใ็พใใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:54,ใใใ,[30]ๅฏๆใง็พใใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:53,ใใใ,[27]่ฏใใใง็พใใ,(ใกใขๆช่จๅ ฅ) | |
2011/06/24 12:53,ใใใ,[25]ใใฃใจๅพ ใฃใฆใใ,(ใกใขๆช่จๅ ฅ) |
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 | |
# config | |
SOURCES="/data /home/senko" | |
BACKUP_DIR="/backup/mypc" | |
# abort if any of the commands fail | |
set -e | |
todays=$(date +'%Y-%m-%d') # nicely sortable names for backups |
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
[buildout] | |
parts = manage | |
parts = | |
basedirs | |
manage | |
PIL | |
django | |
nginxconf | |
develop-dir=./parts |
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
javascript:(function(){document.body.innerHTML=document.body.innerHTML.replace(/ๅค้จ/g,'ใคใซ')})(); |
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 | |
if ($_POST) { | |
return header('Location: tel://xxxxxxxxxxx'); | |
exit(); | |
} | |
?> | |
<form action="" method="post"> |
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
# coding: utf-8 | |
def application(environ, start_response): | |
start_response('200 OK', [('Content-type', 'text/plain')]) | |
return 'Hello, world' | |
from wsgiref import simple_server |
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
LogFormat "%h^__%v^_%V^_%l^_%u^_%t^_%r^_%>s^%b^_%{Referer}i^%{User-Agent}i" vhost | |
NameVirtualHost *:80 | |
<Directory *> | |
Options FollowSymLinks ExecCGI Includes MultiViews | |
AllowOverride All | |
AcceptPathInfo On | |
</Directory> |
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
http://pastebin.com/qj23d2J1 | |
http://pastebin.com/JRPr994Z | |
http://pastebin.com/rwauPQhU | |
http://pastebin.com/qpCqPP9f | |
http://pastebin.com/R6GMRG2Q | |
http://pastebin.com/U7nURfHA | |
http://pastebin.com/R6GMRG2Q | |
http://pastebin.com/U7nURfHA | |
http://pastebin.com/Rd9kEi7A | |
http://pastebin.com/U907Nnkv |
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
ใๅใฎใใชใซใงๅคฉใ็ชใ!! | |
ไฟบใไนใใฃใฆ่จใฃใฆใใ !! | |
้กใ2ใคใใ็ๆๆฐใชใ!! | |
้กใๅคใใใๅใใฎใ!? | |
ไฟบใซใฏใใฃใฑใใใใใญใ! | |
ใฆใใใๅ จๅกๆนฏใใใใใใใ!! | |
ใใใฏใๅใใใใใ ใ!! | |
ใใฐใใใใๅ ฌ | |
ใใใฃใฆใใฃใใไฝใงใใ? | |
ใขใใญใฃใฆใใฃใใ่ชฐใงใใ? |
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 | |
mkdir wozozo | |
cd wozozo | |
php -r "file_put_contents('setup.php',file_get_contents('http://rhaco.org/setup.php'));" | |
php -r "file_put_contents('jump.php',file_get_contents('http://rhaco.org/jump.php'));" | |
php setup.php -install org.rhaco.contrib.acme.unko | |
php setup.php -import org.rhaco.net.Runserver | |
php setup.php -runserver -port 8888 |