Main Contents
2008年11月17日
Pleskのメールパスワードを探す方法
Pleskで設定しているメールパスワードをデータベースから直接確認する方法。
例: hgoehoge@example.comのパスワードを確認する
$ mysql -u admin -p`cat /etc/psa/.psa.shadow` psa
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 11612026 to server version: 3.23.58
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> select id,name from domains;
+----+------------------------+
| id | name |
+----+------------------------+
| 1 | example.com |
----+------------------------+
1 rows in set (0.00 sec)
mysql> select account_id from dom_id=1 and mail_name='hogehoge';
+------------+
| account_id |
+------------+
| 65 |
+------------+
1 row in set (0.00 sec)
mysql> select password from accounts where id=65;
+----------+
| password |
+----------+
| hagehage |
+----------+
1 row in set (0.00 sec)
hagehage がパスワード
mysqlのバージョンが古くてサブクエリが使えん。
- Permalink
- Trackbacks (0)
- by shinobe
- at 14:31
- in Computer
2008年08月25日
2008年08月17日
2008年07月16日
ありえない!砂場の達人

ここまでできれば砂場の達人!。
詳細は以下から?
プロが砂遊びするとこうなります2-サンドアート
http://hagurechubo.blog32.fc2.com/blog-entry-191.html
- Permalink
- Trackbacks (0)
- by shinobe
- at 00:58
- in funny
2008年07月09日
シュールな画像集
渋滞すげー。
Misc pics of the day 06-20-2008 (51 pics)
http://static.iftk.com.br/mt/2008/06/misc_pics_of_the_day_06202008.html
- Permalink
- Trackbacks (0)
- by shinobe
- at 23:46
- in funny
2008年07月07日
ぐぅ~ブックマークレット
エドはるみ風にするブックマークレット
(右クリックしてお気に入りの「リンク」フォールダーに追加...)
- Permalink
- Trackbacks (0)
- by shinobe
- at 14:33
- in funny
2008年06月25日
Fail Blog
面白いサイト発見。
Fail Blog
http://failblog.org
↓こんなんばっかり
隠し忘れ。

- Permalink
- Trackbacks (0)
- by shinobe
- at 11:45
- in You know?
