Home
Main Menu
Home
Blog
Downloads
Forum
Link
Search
Category
Mobile
PHP
Google
Joomla
Cygwin
I-Apply
Linux
Plagger
Internet
Other
What's New
Recommend
RSS
E-Pagerank
E-Pagerank用のJoomlaモジュールを作成してみた
Writte by Administrator   
2007/02/28 水曜日 22:39
Tag it:
Hatena
Delicious
Spurl
blogmarks

E-Pagerankというサービスがある。

「ページランクをあなたのサイトに表示して、
 SEO対策・アクセスアップを優位に進めましょう。」

というサービスで、登録(無料)することで自分のホームページへのリンクを
表示して貰うことが出来る。

また、リンクには自分のサイトのページサムネイル、Googleのページランク
ページビューなどが表示されるというサービスである。


[E-ページランク]
http://www.e-pagerank.net/dat/000374.html


このサービスを使う際に登録後、表示されるスクリプトを自分のホームページの
トップに表示する必要がある。
それをJoomlaにて表示させるためのモジュールを作成してみる。

なお、完成品を使いたい場合はこちらからダウンロード 出来る。

モジュールについて

モジュールとして動かす為には、以下のファイルが必要となる。

・モジュールの設定画面に必要となるXMLファイル
 Joomlaのサイト->モジュール画面で表示される画面構成を定義する
設定ファイルとなる。

・表示したい内容を出力するPHPファイル
 今回の場合はE-pagerankのスクリプトを出力したいので、
それを出力するためのPHPファイル。


上記2点を作成する必要がある。


XMLファイルの作成

XMLファイルには設定したい項目を定義する。
今回ユーザ毎(Joomlaの利用者)に変化するのはID(E-pagerank側で発行)
だけだと思われるので、IDを設定出来るように定義する。

以下のような感じとなる。
<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
    <name>E-Pagerank</name>
    <author> このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい </author>
    <creationDate>Feb 2007</creationDate>
    <copyright>(C) 2007 Labs Zsrv Net</copyright>
    <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
    <authorEmail> このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい </authorEmail>
    <authorUrl>labs.zsrv.net</authorUrl>
    <version>0.0.1</version>
    <description>This module will display a e-pagerank link.</description>
    <files>
        <filename module="mod_e-pagerank">mod_e-pagerank.php</filename>
    </files>
    <params>
        <param name="id" type="text" default="" label="ID" description="Enter the id." />
    </params>
</mosinstall>






PHPファイルの作成

出力したスクリプトは以下となる。(02/28現在)
<!-- コピーここから -->
<script language="javascript" type="text/JavaScript" src="http://www.e-pagerank.net/util/get.js?id=S-000374"></script>
<noscript><a href="http://www.e-pagerank.net">E-ページランク<img src="http://www.e-pagerank.net/util/get.php?id=I-000374" alt="E-ページランク" border="0" /></a></noscript>
<!-- コピーここまで -->




IDの部分を設定画面で設定した値になるように上記スクリプトを
出力すればいい。

ということで以下のようになる。

<?php
/**
 * @version $Id$
 * @package lab.zsrv.net
 * @copyright Copyright (C) 2007 Labs Zsrv Net
 */

// no direct access
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

global $mosConfig_live_site, $mosConfig_absolute_path, $cur_template;

// get parameter
$id = $params->get('id', '');

?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr align="center"><td>
<script language="javascript" type="text/JavaScript" src="http://www.e-pagerank.net/util/get.js?id=S-<?php echo $id; ?>"></script>
<noscript><a href="http://www.e-pagerank.net">E-ページランク<img src="http://www.e-pagerank.net/util/get.php?id=I-<?php echo $id; ?>" alt="E-ページランク" border="0" /></a></noscript>
</td></tr>
</table>




ZIPファイル作成

これら2つのファイルの作成が完了したら、あとはZIPファイルとして
書庫ファイルを作成し、Joomlaの管理画面からインストールを行えば
完成である。


Tag it:
Hatena
Delicious
Spurl
blogmarks

Add as favourites (44) | Quote this article on your site | Views: 2741

  Comments (10)
 1 deaideai
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい website, on 18-09-2008 10:31 , IP: 116.82.238.69
[URL=http://www.k-koi.net/]D[/URL][URL=http://www.k-koi.net/]D[/URL][URL=http://www.k-koi.net/]D[/URL][URL=http://www.k-koi.net/]D[/URL][URL=http://www.k-koi.net/]! D[/URL]
 2 Comment 01 427
Written by , on 01-11-2008 12:27 , IP: 91.121.120.173
http://klsas.warszawa.pl your site is so great!
 3 Comment 01 821
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 01-11-2008 16:21 , IP: 91.121.120.173
http://klzzsas.warszawa.pl your site is so great!
 4 Comment 02 1723
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 03-11-2008 01:23 , IP: 91.121.211.187
http://klsas.warszawa.pl your site is so great!
 5 Comment 02 1841
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 03-11-2008 02:41 , IP: 91.121.120.173
http://klsas.warszawa.pl your site is so great!
 6 Comment 02 2114
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 03-11-2008 05:14 , IP: 91.121.120.173
http://klsas.warszawa.pl your site is so great!
 7 Comment 05 1941
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-11-2008 03:40 , IP: 91.121.120.173
[URL=http://groups.google.lv/group/it1zuopv07bapq/web/hilary-duff-nude]Hilary Duff Nude bd58[/URL] [URL=http://groups.google.lv/group/tmqkgiqofsddvuk/web/free-family-incest-porn-pictures]Free Family Incest Porn Pictures 01a4[/URL] [URL=http://groups.google.lv/group/tmqkgiqofsddvuk/web/chyna-sex-tape-free-pics]Chyna Sex Tape Free Pics c4f28edd[/URL] [URL=http://groups.google.com.eg/group/x5mxxeocdzlttm/web/buy-male-sex-toys-on-amazon]Buy Male Sex Toys On Amazon b4f43e3c9[/URL] [URL=http://groups.google.com.sa/group/jrixjwbro/web/big-boobs-sample-videos]Big Boobs Sample Videos 06d0[/URL] [URL=http://groups.google.tt/group/c9izgae8dwcs/web/dd-boobs-babes]Dd Boobs Babes 2b0464[/URL] [URL=http://groups.google.co.ve/group/gt4d0hualh/web/free-granny-raped-porn]Free Granny Raped Porn 4aef9613[/URL] [URL=http://groups.google.co.ve/group/cxltt10iorfei/web/accidental-nudity-pictures]Accidental Nudity Pictures c85e1a9[/URL] [URL=http://groups.google.com.sa/group/0yohkrok9l9r/web/free-monster-gay-cock-movies]Free Monster Gay Cock Movies 6ec682[/URL] [URL=http://groups.google.com.cu/group/jhzuvxedaen/web/unreal-boobs-2006-archives]Unreal Boobs 2006 Archives b6f7a74[/URL] [URL=http://groups.google.co.za/group/hcvisoo0iyt/web/women-who-suck-horse-cock]Women Who Suck Horse Cock 641cf[/URL] [URL=http://groups.google.lv/group/it1zuopv07bapq/web/his-first-gay-lockerroom-sex]His First Gay Lockerroom Sex bcfea3a7[/URL] [URL=http://groups.google.co.ve/group/cxltt10iorfei/web/cretsiz-porno-film-siteleri]Cretsiz Porno Film Siteleri ba7a[/URL] [URL=http://groups.google.com.pa/group/iceidfkg/web/juicy-asian-ass]Juicy Asian Ass 883c68[/URL] [URL=http://groups.google.kg/group/uii7ddztut/web/petite-girl-sexy-dance-young-hot-booty-ass-sult]Petite Girl Sexy Dance Young Hot Booty Ass Sult 5f8400fb[/URL] [URL=http://groups.google.com.ng/group/tp8ad2mz4oap/web/ebony-and-white-lesbian-sex]Ebony And White Lesbian Sex ec0f[/URL] [URL=http://groups.google.com.eg/group/x5mxxeocdzlttm/web/free-adult-sex-live-web-cams]Free Adult Sex Live Web Cams 38fa[/URL] [URL=http://groups.google.com.eg/group/x5mxxeocdzlttm/web/black-girls-anal-fucking]Black Girls Anal Fucking a9bb96e[/URL] [URL=http://groups.google.tk/group/ogqzfhg9fp5x5r/web/free-teen-fetish-bondage-lesbian-movies]Free Teen Fetish Bondage Lesbian Movies 9f7643da[/URL] [URL=http://groups.google.co.ve/group/cxltt10iorfei/web/pump-my-ass-full-of-cum-torrent]Pump My Ass Full Of Cum Torrent bb0b674[/URL] [URL=http://groups.google.co.ve/group/gt4d0hualh/web/extra-large-boobs]Extra Large Boobs cbaf717[/URL] [URL=http://groups.google.la/group/83ujqt1h/web/fat-nude-photography]Fat Nude Photography 6805df6[/URL] [URL=http://groups.google.am/group/olmaa3n2azim/web/porn-free-asian]Porn Free Asian da730e5[/URL] [URL=http://groups.google.gp/group/eobfxfkclmj0/web/big-titted-teens-sucking-cock]Big Titted Teens Sucking Cock b58600ff8[/URL] [URL=http://groups.google.com.ai/group/p0jbcqv1o/web/thick-gay-cock-to-suck]Thick Gay Cock To Suck d48[/URL] [URL=http://groups.google.com.tj/group/yqpmaidemtf/web/natural-nudity-photos]Natural Nudity Photos 029[/URL] [URL=http://groups.google.com.sa/group/0yohkrok9l9r/web/gay-rock-hard-cock]Gay Rock Hard Cock 6c520ce88[/URL] [URL=http://groups.google.ci/group/urp7snkqoefi/web/nice-ass-sluts-fuck-for-cum]Nice Ass Sluts Fuck For Cum 255ef3a78[/URL] [URL=http://groups.google.com.eg/group/x5mxxeocdzlttm/web/free-anal-female-videos]Free Anal Female Videos cce374[/URL] [URL=http://groups.google.co.ve/group/cxltt10iorfei/web/soft-teen-ass-hole]Soft Teen Ass Hole 8a9cb54de[/URL]
 8 Comment 06 706
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-11-2008 15:06 , IP: 91.121.120.173
[URL=http://185.galician.az.pl]googles free online casino slots a8bf27fb[/URL] [URL=http://113.chinchillidae.az.pl]virgin america domestic flights 26a1adaa8[/URL] [URL=http://491.galician.az.pl]slots machines aristocrat for sale 798d95[/URL] [URL=http://224.synchronize.az.pl]flights to thailand from kuwait 0ab04[/URL] [URL=http://660.chinchillidae.az.pl]buy unused airline tickets at a discounted price 49d917[/URL] [URL=http://552.synchronize.az.pl]search for airline flights 6de0[/URL] [URL=http://105.galician.az.pl]penny slots online casino 88c3f6de[/URL] [URL=http://106.chinchillidae.az.pl]flights from leeds and bradforadford airport to larnaca 19d[/URL] [URL=http://306.synchronize.az.pl]cheap flights to and from australia c07086[/URL] [URL=http://737.galician.az.pl]free games casino slots f171[/URL] [URL=http://707.synchronize.az.pl]lowest airline tickets fromslc to burbank e67619b9[/URL] [URL=http://234.chinchillidae.az.pl]cheapest web fare orlando flights 9723f3[/URL] [URL=http://173.chinchillidae.az.pl]united airline incoming flights a060[/URL] [URL=http://162.synchronize.az.pl]cheap flights from grand cayman to new york ce68db[/URL] [URL=http://635.chinchillidae.az.pl]cheap flights to auckland new zealand in febuary 0a08978[/URL] [URL=http://729.galician.az.pl]hand held games slots wheel of fortune fbffd60[/URL] [URL=http://843.synchronize.az.pl]florida holiday flights 2009 8b5798db[/URL]
 9 Comment 06 707
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-11-2008 15:07 , IP: 91.121.120.173
[URL=http://185.galician.az.pl]googles free online casino slots a8bf27fb[/URL] [URL=http://113.chinchillidae.az.pl]virgin america domestic flights 26a1adaa8[/URL] [URL=http://491.galician.az.pl]slots machines aristocrat for sale 798d95[/URL] [URL=http://224.synchronize.az.pl]flights to thailand from kuwait 0ab04[/URL] [URL=http://660.chinchillidae.az.pl]buy unused airline tickets at a discounted price 49d917[/URL] [URL=http://552.synchronize.az.pl]search for airline flights 6de0[/URL] [URL=http://105.galician.az.pl]penny slots online casino 88c3f6de[/URL] [URL=http://106.chinchillidae.az.pl]flights from leeds and bradforadford airport to larnaca 19d[/URL] [URL=http://306.synchronize.az.pl]cheap flights to and from australia c07086[/URL] [URL=http://737.galician.az.pl]free games casino slots f171[/URL] [URL=http://707.synchronize.az.pl]lowest airline tickets fromslc to burbank e67619b9[/URL] [URL=http://234.chinchillidae.az.pl]cheapest web fare orlando flights 9723f3[/URL] [URL=http://173.chinchillidae.az.pl]united airline incoming flights a060[/URL] [URL=http://162.synchronize.az.pl]cheap flights from grand cayman to new york ce68db[/URL] [URL=http://635.chinchillidae.az.pl]cheap flights to auckland new zealand in febuary 0a08978[/URL] [URL=http://729.galician.az.pl]hand held games slots wheel of fortune fbffd60[/URL] [URL=http://843.synchronize.az.pl]florida holiday flights 2009 8b5798db[/URL]
 10 Comment 06 1801
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 07-11-2008 02:01 , IP: 91.121.120.173
[URL=http://362.5cars.345.pl]bmw 316i coupe full exhaust e1519c[/URL] [URL=http://570.faille.az.pl]1991 hyundai excel 302[/URL] [URL=http://17.a4sad.osa.pl]2000 dodge ram srt 30a2603[/URL] [URL=http://707.faille.az.pl]hyundai tiburon gt fiyatlar??? 2000 model 23f[/URL] [URL=http://573.awol.az.pl]2008 honda civic tan beige 26358[/URL] [URL=http://466.2cars.orge.pl]1993 cadillac seville factory amp bypass 2212f[/URL] [URL=http://184.rims.orge.pl]2002 acura rsx radio code fe2684[/URL] [URL=http://474.callous.az.pl]monter truck hummer h2 1dd[/URL] [URL=http://452.quotient.az.pl]images of 2007 jeep wranglers 74cfc9efb[/URL] [URL=http://112.a4sad.osa.pl]94 dodge ram van used speedo ba8ecf[/URL] [URL=http://574.5cars.345.pl]bmw m7 de vanzare 6e7[/URL] [URL=http://688.wheels.345.pl]sortauspuffanlage audi 80 quattro efc[/URL] [URL=http://26.pleasantness.az.pl]lexus es 330 headlamp automatic headlight leveler c3699a48[/URL] [URL=http://396.a4-sdk.osa.pl]ford 67 mustang 315b085[/URL] [URL=http://447.2cars.orge.pl]sending unit for cadillac fleetwood brougham a0c9[/URL] [URL=http://274.callous.az.pl]hummer limos for weddings sydney 9bade19[/URL] [URL=http://374.callous.az.pl]halo 3 hummer 5e7027[/URL] [URL=http://622.quotient.az.pl]2008 jeep unlimited wrangler b5fe927f[/URL] [URL=http://188.2cars.orge.pl]myspace cadillac logo 744d89211[/URL] [URL=http://757.myosin.az.pl]2006 gmc canyon mudflaps 8fa230b[/URL] [URL=http://451.a4sad.osa.pl]1970 dodge charger mpc 6c63[/URL] [URL=http://313.faille.az.pl]program hyundai 2004 tiburon remote 796d862b[/URL] [URL=http://28.8autos.345.pl]gra jazda bmw e30 do 10becd[/URL] [URL=http://600.2cars.orge.pl]2006 cadillac cts cigarette fuse 5e6f455a[/URL] [URL=http://436.2cars.orge.pl]cadillac car repair 4d6[/URL] [URL=http://516.a4-sdk.osa.pl]2005 ford ranger curb weight 7ab9e[/URL] [URL=http://193.faille.az.pl]2002 hyundai elantra recalls b16035e2[/URL]

Write Comment
  • Please keep the topic of messages relevant to the subject of the article.
  • Personal verbal attacks will be deleted.
  • Please don't use comments to plug your web site. Such material will be removed.
  • Just ensure to *Refresh* your browser for a new security code to be displayed prior to clicking on the 'Send' button.
  • Keep in mind that the above process only applies if you simply entered the wrong security code.
Name:
Comment:

Code:* Code

Powered by AkoComment Tweaked Special Edition v.1.4.6
AkoComment © Copyright 2004 by Arthur Konze - www.mamboportal.com
All right reserved

Update ( 2007/03/03 土曜日 03:35 )
 
次へ >

© 2008 Labs Zsrv Net
Joomla! is Free Software released under the GNU/GPL License.
Translation is Joomla!JAPAN