Develop and Download Open Source Software

XOOPS for you

[view other images]

XOOPSの統合パッケージを開発するプロジェクトです。

Would you recoomend this project?

LastUpdate:2012-01-05 14:04
Member:ohwada [View]
Other Info.

Latest File Releases of XOOPS for you

PackageVersionDateNotes
/ Change Log
Googlegoogle_apps_openid_1002010-07-06 16:53Document / Document

■ 機能
Google Apps を認証局にするためのプログラムです。

■ インストール
ホストされたドメイン ( 例: exsample.com ) の
ドキュメント・ルート直下に設置します。

■ 動作概要
(1) IdP Discovery
下記のアクセスすると
http://exsample.com/.well-known/host-meta

下記にリダイレクトする
https://www.google.com/accounts/o8/.well-known/host-meta?hd=exsample.com

(2) User Discovery
下記のアクセスすると
http://exsample.com/openid?id=1234

下記にリダイレクトする
https://www.google.com/accounts/o8/user-xrds?uri=http%3a%2f%2fexsample.com%2fopenid%3fid%3d1234

■ 同封されたファイル
.htaccess
redirect.php

■ 参考
Discovering OpenID Endpoints for Hosted Domains
http://groups.google.com/group/google-federated-login-api/web/openid-discovery-for-hosted-domains

JavaScriptoverlib_image_js_0102008-01-12 02:39Document / Document


This is JavaScript library
popup the image, when move the mouse over the text or the image.

using overLIB
http://www.bosrup.com/web/overlib/


* usage *

define JavaScript file
-----
<script type="text/javascript" src="overlib.js"></script>
<script type="text/javascript" src="overlib_image.js"></script>
-----

prepare div tag for showing popup
-----
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
-----

describe the popup image in following
-----
<a href="java script:void(0);" onmouseover="return overlib_image_popup('image.jpg');" onmouseout="return nd();">here</a>
-----


* using overLIB in XOOPS *

The width becomes long extraordinarily.

becuase width is defined as following in XOOPS's style sheet
-----
table {width: 100%; margin: 5; padding: 5; font-size: small}
-----

Therefore, I modified as following.
-----
function ol_content_simple(text) {
var cpIsMultiple = /,/.test(o3_cellpad);
var txt = '<table width="'+o3_width+ '" ...
-----

-----
// added style attiribute
var txt = '<table style="width:auto;" width="'+o3_width+
-----


* enclosed files *
- overlib.js ( modified for XOOPS )
- overlib_image.js

JavaScript ライブラリ
マウスを乗せると、画像がポップアップする

overLIB を利用しています
http://www.bosrup.com/web/overlib/


● 使用方法

JavaScript ファイルを呼ぶ
-----
<script type="text/javascript" src="overlib.js"></script>
<script type="text/javascript" src="overlib_image.js"></script>
-----

表示用の div タグを用意する
-----
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
-----

ポップアップさせる画像を下記のように記述する
-----
<a href="java script:void(0);" onmouseover="return overlib_image_popup('image.jpg');" onmouseout="return nd();">here</a>
-----


● overLIB を XOOPS で使用する場合

横幅が異常に長くなります。

これは、XOOPS のスタイルシートでは 下記のように width が設定されているためです。
-----
table {width: 100%; margin: 5; padding: 5; font-size: small}
-----


そこで、次のように修正しました。
-----
function ol_content_simple(text) {
var cpIsMultiple = /,/.test(o3_cellpad);
var txt = '<table width="'+o3_width+ '" ...
-----



-----
// style 属性を追加
var txt = '<table style="width:auto;" width="'+o3_width+
-----


● 同封したファイル
- overlib.js ( XOOPS用に修正したもの )
- overlib_image.js

NetCommonsnc_exauth_23202011-06-23 00:48Document / Document

外部認証のためのモジュールやコンポーネントのライブラリです。
別途 Twitter モジュールや Facebook モジュールが必要です。
バージョン 2.3.2.0 に対応しています

■ インストール
モジュール管理の「未インストールモジュール」より「インストール」を実行する。
3つのモジュールが同封されています。
全てインストールしてください。
(1) 外部認証エントリ モジュール
(2) 外部認証アカウント管理 モジュール
(3) 外部認証 管理 モジュール


■ 注意
このモジュールを使用するには、下記のプログラムの入れ替えが必要です。
なんらかの副作用があるかもしれません。
あなたの責任においてご使用下さい。
(1) maple/filter/Filter_AuthCheck.class.php
(2) webapp/config/define.inc.php
(3) webapp/modules/authority/config/define.inc.php


■ 同封したファイル

□ 新規モジュール
1. webapp/modules/exauthentry
外部認証エントリ モジュール

2. webapp/modules/exauthuser
外部認証アカウント管理 モジュール

3. webapp/modules/openidadmin
外部認証 管理 モジュール

□ 本体への追加

1. webapp/components/exauth
外部認証の共通のコンポーネント

2. webapp/templates/exauth
外部認証の共通のテンプレート

3. webapp/language/japanese/exauth.ini
外部認証の共通の言語ファイル

4. webapp/modules/pages/templates/exauth
ページ・テンプレート
ヘッダメニューを login モジュールから exauthentry モジュールに変更する。

□ 本体の変更

1. maple/filter/Filter_AuthCheck.class.php
デフォルトでは、
ログインしていないときに、ログインが必要なページにアクセスすると、
login モジュールのログイン画面にリダイレクトされる。
login モジュールの代わりに
exauthentry モジュールにリダイレクトするように変更した。

2. webapp/config/define.inc.php
サイト閉鎖中に許される動作に下記を追加した。
(1) exauthentry モジュール
(2) twitter モジュール
(3) facebook モジュール

3. webapp/modules/authority/config/define.inc.php
管理モジュールを一般ユーザに公開するホワイトリストに下記を追加した。
(1) exauthuser モジュール


■ 文書

(1) 外部認証の階層構造
(2) 外部認証のフローチャート

PHPgoogleplus_login_googleapiclient_1002011-12-15 11:22Document / Document

■ 機能
Google Plus によるログイン認証や、Google Plus の Activity を表示するにライブラリです。


■ 使用上の注意
(1) Google Plus アプリケーションの登録とキー
WEBサイトごとに登録したキーが必要です。
下記からキーを取得してください。

Google Plus アプリケーションの登録
https://code.google.com/apis/console/


■ Google API ライブラリ
https://developers.google.com/+/downloads

□ 下記のライブラリが必要です。
バージョンは 2011年12月 時点のもの。
- Google APIs Client Library for PHP

これらは同封されています。

□ 下記のファイルを修正しています。
src/io/apiREST.php

修正内容の詳細
http://linux.ohwada.jp/modules/smartsection/item.php?itemid=526

blankpaperblankpaper_0212007-07-15 22:11Document / Document

本モジュールは、白紙のように何も表示しない。
ブロックを表示するための下地として使用する。

1. 多言語
(1) 日本語 UTF-8 ファイルを追加した

captchaxoops_comment_captcha_2172009-09-20 15:50Document / Document

This is hack version for comment of XOOPS Cube Legacy 2.1.7

(1) support XOOPS Token for anti-spam
(2) support Captcha for anti-spam
show and check when anoymous user
(3) [Japanese] change language file a little

(4) correct the bug to which title at reply is not displayed
https://sourceforge.net/tracker/?func=detail&aid=2862491&group_id=159211&atid=943470

(5) correct the bug to which HTML tag is displayed at error
https://sourceforge.net/tracker/?func=detail&aid=2862494&group_id=159211&atid=943470

* use Captcha
(1) install Captcha module
(2) set 1 in XOOPS_COMMENT_CAPTCHA of comment_constants.php
setted 1 in initial

* enclosed files
html/include/comment_constants.php
html/include/comment_delete.php
html/include/comment_form.php
html/include/comment_new.php
html/include/comment_post.php
html/include/comment_reply.php
html/kernel/comment.php
html/language/ja_utf8/comment.php
html/language/japanese/comment.php
html/modules/legacy/templates/legacy_comment_edit.html

hack,patchmodule_textsanitizer_php-2013jp2005-10-24 21:02Document / Document
hack_patchraxerch_091_hack2009-08-09 19:23Document / Document

http://xoops.taquino.net/ にて配布されている
「楽天検索」モジュールのハック版です。

● 主な変更
1. shop.php
特定のショップを対象に、新着商品の一覧を表示する

2. blogparts.php
特定のショップを対象に、ランダムに商品を表示するブログパーツ
cache ディレクトリを書込み可にすること

● 参考
楽天ウェブサービス
http://webservice.rakuten.co.jp/

(1) デベロッパID(developerId) を取得すること
アフィリエイトID(affiliateId) は無くともよい
(2) ショップコード(shopCode) により特定のショップを指定することが可能です。
(3) 全ての商品の一覧を取得することは出来ない。
検索キーワード(keyword) か ジャンルID(genreId) か カタログコード(catalogCode) を指定すること。
(4) 検索される対象は題名だけです。説明文は対象にならない。
(5) 取得できる画像は mediumImageUrl(128x128) か smallImageUrl(64x64) です。
原寸の画像は取得できない。
(6) ショップコード(shopCode) を指定すると、応答が遅いことがある。
インデックス検索が効かないのかも。

● 謝辞
楽天APIの仕様や使い方に関して参考にしました。
http://xoops.taquino.net/

happy_linuxhappy_linux_1602011-12-30 22:04Document / Document

This module is the library collection for modules distributing in Happy Linux

* Changes *
1. Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
http://www.php.net/manual/en/migration53.deprecated.php
(1) ereg

2. bugfix
(1) can not get georss from Google map
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=1142&forum=9

(2) NOT set offset in command
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=1210&forum=9

happy_searchhappy_search_0602008-07-20 12:04Document / Document


This module search in this web site and in Google.
This is integrated xoogle module and suin's search module.

* changes *
1. show thumbnail image in album module
supported modules
- myalbum (require happy_search plugin)
- webphoto

2. added plugin
(1) myalbum 2.88

=====


サイト内とGoogleを検索するモジュールです。
suinさんの searchモジュールと xoogleモジュールを 統合したものです。

● 変更内容
1. アルバム・モジュールは、サムネイル画像を表示する
対応モジュール
- myalbum (happy_search プラグイン 要)
- webphoto

2. プラグインの追加
(1) myalbum 2.88

japanese translationsmartobject_101_japanese2008-10-13 15:27Document / Document
rsscrssc_1102011-12-30 22:07Document / Document

* Changes *
1. Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
http://www.php.net/manual/en/migration53.deprecated.php
(1) Assigning the return value of new by reference is now deprecated.

2. Migrating to MySQL 5.5
(1) TYPE=MyISAM -> ENGINE=MyISAM

3. bugfix
(1) wrong link of "Powered by Happy Linux"
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=9&topic_id=988

rssc headlinerssc_headline_1202011-12-30 22:12Document / Document

This module has same feature as XoopsHeadline module.

* Changes *
1. Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
http://www.php.net/manual/en/migration53.deprecated.php
(1) Assigning the return value of new by reference is now deprecated.

1. Migrating to MySQL 5.5
(1) TYPE=MyISAM -> ENGINE=MyISAM
(2) BLOB/TEXT can't have a default value

themetheme_xoops4u_200611012006-11-07 08:27Document / Document

* 主な変更内容 *
1. theme.html
(1) RDF を追加した
(2) xoopscube.jp に変更した
2. style.css
(1) xoopsCode など追加した

timelinetimeline_0202011-12-29 13:04Document / Document

This module is the timeline using MIT Timeline

* Changes *
1. Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
http://www.php.net/manual/en/migration53.deprecated.php
(1) Assigning the return value of new by reference is now deprecated.

2. add Monet's life
3. supoort before 1970 (unixtime)

weblinksweblinks_2002011-12-31 18:37Document / Document

* Changes *
1. Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
http://www.php.net/manual/en/migration53.deprecated.php
(1) ereg
(2) Assigning the return value of new by reference is now deprecated.

2. Migrating to MySQL 5.5
(1) TYPE=MyISAM -> ENGINE=MyISAM

3. link sort by much broken in broken link

4. bug fix
(1) typo in weblinks_link_single.html
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=1085&forum=5

webmapwebmap_0202011-12-30 22:24Document / Document

* Main changes *
1. Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
http://www.php.net/manual/en/migration53.deprecated.php
(1) Assigning the return value of new by reference is now deprecated.

2. Migrating to MySQL 5.5
(1) TYPE=MyISAM -> ENGINE=MyISAM

3. replece icon_1828_white.png to transparent type
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=9&topic_id=988

webphotowebphoto_2602011-12-29 13:02Document / Document

This is the album module which manages photos and videos.

* Changes *
1. timeline
(1) supoort before 1970 (unixtime)
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=1186&forum=13

(2) add century and day to unit
(3) show timeline in category
(4) When move to a large time from a category, the information on a category is succeeded.

2. map
(1) When move to a large map from a category, the information on a category is succeeded.


* Update *
(1) When you unzip the zip file, there are two directories html and xoops_trust_path.
Please copy and overwrite in the directory which XOOPS correspond
(2) Execute the module update in the admin cp
(3) Execute "File Valid Check" of "Update" in webphoto's admin control,
and cofirm whether or not necessary files are set.

whatsnewwhatsnew_2602011-12-31 18:40Document / Document

1. main
(1) Migrating to PHP 5.3
Deprecated features in PHP 5.3.x
- ereg
(2) Migrating to MySQL 5.5
- TYPE=MyISAM -> ENGINE=MyISAM
(3) bug fix: about whatsnew module
http://xoopscube.jp/forum/6704

xlangxlang-0202008-12-26 19:41Document / Document

XOOPS Language Translation Support
This module support to translate the language files.
This create the bilingual table of two language English and Foreign language,
like French Arabian Japanse Chinese Korean and others

* Changes *
1. support D3 modules
(1) If there are language files in XOOPS_TRUST_PATH,
those files are read.

(2) support prefix of language file

You want to make language file like the following.
modinfo.php
----
define($constpref."xxx","yyy");
----

you describe option file like the following.
exsample of options/webphoto/filter.php
-----
function xlang_filter_webphoto_modinfo_php_key( $str )
{
$key = '"_MI_WEBPHOTO_' ;
$val = '$constpref."' ;
$str = str_replace( $key, $val, $str );
return $str;
}
-----

xoops facebookfacebook_0302011-05-08 21:38Document / Document

v0.30
(1) アンイストール時に全ての関連付けを削除する

xoops googlegoogleplus_0102011-12-15 12:24Document / Document


■ 機能
GooglePlus のフィードを表示するモジュールです。

■ 使用上の注意
(1) 外部認証モジュールの GooglePlus 認証プラグインと一緒に使います。

(2) GooglePlus モジュールを先にインストールしてください。
インストール時に XOOPS config テーブルの属性を変更します。
conf_name, conf_title, conf_desc の文字列を255文字に拡張します。

(3) GooglePlusアプリケーションの登録とキー
WEBサイトごとに登録したキーが必要です。
下記からキーを取得してください。

GooglePlusアプリケーションの登録
https://code.google.com/apis/console/

(4) アプリの許可
GooglePlusにログインすると、「許可のリクエスト」の画面が表示されます。
詳しくは index_jp.html をご覧ください


■ Google API ライブラリ
https://developers.google.com/+/downloads

□ 下記のライブラリが必要です。
バージョンは 2011年12月 時点のもの。
- Google APIs Client Library for PHP

これらは同封されています。

xoops twittertwitter_0402011-05-08 21:29Document / Document

v0.40
(1) 管理画面にユーザ管理を追加した
(2) アンイストール時に全ての関連付けを削除する

xoops4uxoops4u_2016jp_200611072006-11-07 19:29Document / Document

パッケージの内容

XOOPS 本体
XOOPS 2.0.16a JP

* contact
* mydownloads
* mylinks
* newbb
* news
* sections
* system
* xoopsfaq
* xoopsheadline
* xoopsmembers
* xoopspartners
* xoopspoll

アドバンス

* myAlbum-P v2.87c UPDATE
* piCal v0.88a UPDATE
* weblinks v0.97
* TinyD v2.25 UPDATE
* テーマ xoops4u 20061101 UPDATE

オプション

* avaman v0.21 NEW
* blockadmin v0.33 UPDATE
* bluesBB v1.03
* bulk v0.20
* Bulletin v1.06 NEW
* happy_linux v0.32 NEW
* Liaise v1.26
* Liaise 言語パック
* newbb v2.0.2
* newbb 日本語言語パック
* newbb アイコン 丸ゴシック
* newbb アイコン 角ゴシック
* newbb パッチ
* news v1.44
* news 日本語言語パック
* news パッチ
* Protector v2.57 UPDATE
* rssc v0.40 UPDATE
* search v2.0 UPDATE
* sitemap v1.28 UPDATE
* smartfaq v1.04
* smartfaq 日本語言語パック
* smartsection v2.1 RC2 UPDATE
* smartsection 日本語言語パック UPDATE
* telafrenid v1.02
* telafrenid_k 2.0.12JP
* tplsadmin v1.01 NEW
* theme channger v2.6
* waiting v0.94b
* weblinks v1.13 NEW
* Whats New v2.12 UPDATE
* wordpress v0.5.0 RC final
* xhld v2.99
* xhnewbb v1.30 UPDATE
* XOOPS Gallery v1.2.52
* XP-Weather v1.3a(J2.3) UPDATE

ノンフリー

* Yomi-Search v0.86 UPDATE
* テーマ集 OCEAN-NET

パッチ

* sys_header.php 2.0.16JP UPDATE
* sys_module.textsanitizer.php 2.0.16JP UPDATE

  • Review
  • News
  • Forum
  • Ticket
  • RSS

Project ReviewsProject Review by Users

5 Stars
(24)
4 Stars
(0)
3 Stars
(0)
2 Stars
(0)
1 Star
(2)
XOOPS for you's rating is

Last 3 reviews

very good for me

Was this review helpful for you?:
YesNo
0


0
Project Review by Anonymous - 2010-09-21 13:47

very good xoops module

Was this review helpful for you?:
YesNo
0


0
Project Review by Anonymous - 2010-01-19 16:15

verrrrrrrrryyyyyyyyyyy gooooogg

Was this review helpful for you?:
YesNo
0


0
Project Review by Anonymous - 2009-12-08 09:46

Latest Project News for XOOPS for you

No Project News

Latest tickets for XOOPS for you

Not Tickets

RSS Feeds List for XOOPS for you

URL: http://sourceforge.jp/projects/xoops4u/news/rss
URL: http://sourceforge.jp/projects/xoops4u/releases/rss
URL: http://sourceforge.jp/projects/xoops4u/reviews/rss
URL: http://sourceforge.jp/export/rss_milestone.php?group_id=1797
URL: http://sourceforge.jp/projects/xoops4u/history/rss

Software Map