2011-09-22 14:37:15
... 現在、アビヤントジャポンのWEBサイトは、 abiyanto.com を新しいサーバーへ移転するための手続き中ですので レンタルサーバー・FC2のWEBサイトが表示されます。 今しばらくお待ちいただきますようよろしくお願いします。 ...
2011-09-22 12:12:02
... 広島の習い事・教室が検索できる!「おけい… 更新! 一覧を見る 来てくれてありがとう 光数: 格安レンタルサーバー 今の光数: 無料 お世話になってます i2i無料WEBパーツ Ameba会員登録(無料) RSS ※著作権につい ...
2011-09-22 10:58:45
... PR情報 あなたのお住まいの地域で最安のブロードバンド選び 月額525円からで500MBの大容量!チカッパ!レンタルサーバー 原発労働記 (講談社文庫) posted with amazlet at 11.09.22 堀江 邦夫 講談社 (2011-05-13) 売り上げ ...
Sat, 07 Jan 2012 11:32:20
●お得情報○ 〓コストパフォーマンス&セキュリティーで選ぶレンタルサーバー【CPI】〓 http://t.co/rRC0PcWT
2011-08-15 14:29:50
fc2の無料レンタルサーバーでホームページを作りました。自動的に一番下に広告が出るようになっているのですが、これを画面右上に移動させる方法はありますか?タグの</body>の前に以下のタグが自動挿入されます。<script type="text/javascript"><!--var fhp_c_pc = navigator.userAgent.toLowerCase();var fhp_ie = ((fhp_c_pc.indexOf("msie") != -1) && (fhp_c_pc.indexOf("opera") == -1));var fhp_cs, fhp_wt, fhp_dm;if (fhp_ie) { fhp_cs = document.charset;}else{ fhp_cs = document.characterSet;}fhp_dm = encodeURI(document.location);fhp_wt = "";fhp_wt = '<' + 'script src="http://web.fc2.com/header.php?cs=' + fhp_cs + '&dm=' + fhp_dm + '" charset="UTF-8"><' + '/script>';fhp_wt += '<' + 'script src="http://web.fc2.com/footer/footer.php?cs=' + fhp_cs + '&dm=' + fhp_dm + '"><' + '/script>';document.write(fhp_wt);//--></script><!-- FC2, inc.--><img src="http://media.fc2.com/counter_img.php?id=50" style="visibility:hidden" alt="inserted by FC2 system" width="0" height="0" /><!-- FC2, inc.-->これのどこをいじれば右上に移動させられますか?
2011-08-15 11:27:16
CentOS5 postfixで受信をトリガーにしてシェルの自動起動を行いたい。CentOS5 postfixで受信をトリガーにしてシェルの自動起動をしたいと考えています。環境ですが、レンタルサーバーのVPSにあるグループウェアをInstallしてあるのですが、エラーなどで落ちたときに携帯からのメールを受けてシェルによる再起動を考えています。レンタルサーバの為postfixが無かったのでyum install postfixでinstallしました。その後の設定ですがイマイチ分からずとりあえず他のサイトを色々みてやったのですが、うまく動きません。/etc/aliases にviエディタにてhoge.hoge.hoge: | "/usr/local/hoge/bin /usr/local/hoge/bin/sh restart.sh"を記述しました。/etc/postfix/main.cf上記設定ファイルには下記を有効にしています。・queue_directory = /var/spool/postfix・command_directory = /usr/sbin・daemon_directory = /usr/libexec/postfix・mail_owner = postfix・myhostname = hogehoge.com・mydomain = docomo.ne.jp・myorigin = $mydomain・inet_interfaces = all・mydestination = $mydomain, $myhostname・unknown_local_recipient_reject_code = 550・alias_maps = hash:/etc/aliases・alias_database = hash:/etc/aliases・recipient_delimiter = -・debug_peer_level = 2・debugger_command =PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/binxxgdb $daemon_directory/$process_name $process_id & sleep 5・sendmail_path = /usr/sbin/sendmail.postfix・newaliases_path = /usr/bin/newaliases.postfix・mailq_path = /usr/bin/mailq.postfix・setgid_group = postdrop・html_directory = no・manpage_directory = /usr/share/man・sample_directory = /usr/share/doc/postfix-2.3.3/samples・readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES携帯からのメールを送信すると受信はしているようで、宛先不明のメールが帰ってくることはありません。どこかに不備とうあると思うのですが、自分では探しきれませんでした。設定が足りない等のご指摘を頂けたら幸いです。どうぞ、ご教授宜しくお願い致します。