Quantcast
Channel: XOOPSマニア
Viewing all 7293 articles
Browse latest View live

Re: xupdateのストア一覧が表示されない

$
0
0
引用:

[Error] curl_multi_select() wait a little

これは、たぶん問題はないです。正常の場合でも出力されることが多いです。(エラーメッセージが紛らわしいですが・・・)

引用:

[Error] The requested URL returned error: 404 Not Found

これも、対象が language ファイルであれば問題ないです。

ん〜原因はなんだろう :roll:

XOOPS_TRUST_PATH/uploads/xupdate ディレクトリなどに modules1.ini.php などのファイルがキャッシュされていると思いますが、正常に取得されていますか?

例えば modules1.ini.php

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
;------ Xoops X (Ten) - GitHub -----------------
 
[XoopsX_CorePack]
dirname = "legacy"
target_key = "XoopsX_CorePack"
target_type = "X2Module"
version = "2.03" ;legacy version
detailed_version = "CorePack 20151228" ;legacy detailed_version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/legacy/zipball/stable"
detail_url = "https://github.com/XoopsX/legacy"
changes_url = "https://github.com/XoopsX/legacy/commits/stable/"
license = "GPL"
required = "required"
description = "XoopsX (XOOPS Cube legacy Core, protetor and Altsys module packages)
If this process has been failed, XCL will not work. The X-update strongly recommend you to backup whole site before update." tag = "Core System" writable_dir[] = "%3$s/modules/protector/configs" no_update[] = "%2$s/README" no_update[] = "%2$s/install" no_overwrite[] = "%2$s/mainfile.php" no_overwrite[] = "%2$s/favicon.ico" no_update[] = "%2$s/modules/xupdate" no_update[] = "%3$s/modules/xupdate" no_update[] = "%3$s/uploads/xupdate" no_update[] = "%2$s/modules/altsys" no_update[] = "%2$s/preload/QuickManageBlock.class.php" no_update[] = "%2$s/preload/SetupAltsysLangMgr.class.php" no_update[] = "%2$s/preload/UserInfoProtector.class.php" no_update[] = "%3$s/libs/altsys" no_update[] = "%2$s/modules/protector" no_update[] = "%3$s/modules/protector" delete_dir[] = "%3$s/cache/smarty_cache" delete_file[] = "%2$s/modules/legacy/admin/theme/design/bg_page.jpg" delete_file[] = "%2$s/preload/HdXoopsTplHook.class.php" delete_file[] = "%2$s/preload/HypXoopsTplHook.class.php" [altsys] dirname = "altsys" target_key = "altsys" target_type = "TrustModule" version = "0.82" ;altsys version detailed_version = "0.82.4" ;altsys detailed_version replicatable= false addon_url = "https://github.com/xoopscube/altsys/archive/master.zip" detail_url = "https://github.com/xoopscube/altsys" changes_url = "https://github.com/XoopsX/xoopscube/commits/master" license = "GPL" required = "required" description = "alternative system module & library" tag = "System" [bulletin] dirname = "bulletin" target_key = "bulletin" target_type = "TrustModule" version = "3.02" ;bulletin version detailed_version = "3.02.4" ;bulletin detailed_version replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/bulletin" changes_url = "https://github.com/XoopsX/bulletin/commits/master/" license = "GPL" required = "normal" description = "The news module of the slash dot style which a user can comment freely " no_overwrite[] = "%3$s/libs/smarty/plugins" tag = "News Contents" [cubeUtils] dirname = "cubeUtils" target_key = "cubeUtils" target_type = "X2Module" version = "0.81" replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/cubeUtils" changes_url = "https://github.com/XoopsX/cubeUtils/commits/master/" license = "GPL" required = "normal" description = "A multi-language and the module for login extension" tag = "Utility System" [d3downloads] dirname = "d3downloads" target_key = "d3downloads" target_type = "TrustModule" version = "1.50" detailed_version = "1.50.0" replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/d3downloads" changes_url = "https://github.com/XoopsX/d3downloads/commits/master/" license = "GPL" required = "normal" description = "The download module corresponding to the duplicatable version 3 (D3) specification " no_overwrite[] = "%3$s/libs/smarty/plugins" tag = "Download Contents" [d3forum] dirname = "d3forum" target_key = "d3forum" target_type = "TrustModule" version = "0.89" ;d3forum version detailed_version = "0.89.4" ;d3forum detailed_version replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/d3forum" changes_url = "https://github.com/XoopsX/d3forum/commits/master/" license = "GPL" required = "recommended" description = "The forum module of XOOPS" tag = "Forum Board Communication" delete_file[] = "%3$s/modules/d3forum/templates/independent_rss20_listtopics.html" [d3pipes] dirname = "d3pipes" target_key = "d3pipes" target_type = "TrustModule" version = "0.70" detailed_version = "0.70.2" replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/d3pipes" changes_url = "https://github.com/XoopsX/d3pipes/commits/master/" license = "GPL" required = "normal" description = "The module for treating syndications freely , such as RSS" no_overwrite[] = "%3$s/libs/smarty/plugins" tag = "RSS WhatsNew News" [gnavi] dirname = "gnavi" target_key = "gnavi" target_type = "TrustModule" version = "1.05" ;gnavi version detailed_version = "1.05.1" ;gnavi detailed_version replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/gnavi" changes_url = "https://github.com/XoopsX/gnavi/commits/master/" license = "GPL" required = "normal" description = "The area guide creation module using GoogleMap" writable_dir[] = "%2$s/uploads/%1$s" writable_dir[] = "%2$s/uploads/%1$s/icon" writable_dir[] = "%2$s/uploads/%1$s/thumbs" writable_dir[] = "%2$s/uploads/%1$s/qr" no_overwrite[] = "%2$s/uploads/%1$s" no_overwrite[] = "%2$s/uploads/%1$s/icon" no_overwrite[] = "%2$s/uploads/%1$s/thumbs" no_overwrite[] = "%2$s/uploads/%1$s/qr" tag = "Map Contents Board Communication FileUpload ImageManager" [mobile_templates] dirname = "mobile_templates" target_key = "mobile_templates" target_type = "X2Module" version = "1.04" ;mobile_templates version replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/mobile_templates" changes_url = "https://github.com/XoopsX/mobile_templates/commits/master/" license = "GPL" required = "recommended" description = "The under theme template set of a ktai_default theme for displaying and operating it with mobile phones" tag = "Mobile Template" [myalbum] dirname = "myalbum" target_key = "myalbum-p" target_type = "X2Module" version = "2.89" detailed_version = "2.89.3" replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/myalbum" changes_url = "https://github.com/XoopsX/myalbum/commits/master/" license = "GPL" required = "normal" description = "It is a module which can make a Photo album within XOOPS" writable_dir[] = "%2$s/uploads/photos" writable_dir[] = "%2$s/uploads/thumbs" no_overwrite[] = "%2$s/uploads/photos" no_overwrite[] = "%2$s/uploads/thumbs" no_overwrite[] = "%3$s/libs/smarty/plugins" tag = "ImageManager Communication FileUpload" [myfriend] dirname = "myfriend" target_key = "MyFriend" target_type = "X2Module" version = "0.44" detailed_version = "0.44.0" replicatable= false addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/myfriend" changes_url = "https://github.com/XoopsX/myfriend/commits/master/" license = "GPL" required = "normal" description = "The module provides friends function on XOOPS Cube like mixi" tag = "Friend User" [multiMenu] dirname = "multiMenu" target_key = "multiMenu" target_type = "X2Module" version = "1.24" detailed_version = "1.24.1" replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/multiMenu" changes_url = "https://github.com/XoopsX/multiMenu/commits/master/" license = "GPL" required = "normal" description = "A free multi-menu is displayed on Xoops" tag = "System Utility" delete_file[] = "%2$s/modules/multiMenu/templates/blocks/multimenu_block.html" [none] dirname = "none" target_key = "none" target_type = "TrustModule" version = "1.12" replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/none" changes_url = "https://github.com/XoopsX/none/commits/master/" license = "GPL" required = "normal" description = "The template strengthening version of the none module ,which nothing special carries out" tag = "Contents" [openID] dirname = "openid" target_key = "openID" target_type = "X2Module" version = "0.33" ;openid version detailed_version = "0.33.2" ;openid detailed_version replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/openID" changes_url = "https://github.com/XoopsX/openID/commits/master/" license = "GPL" required = "normal" description = "The module whose login is enabled by OpenID authority at XOOPS Cube " tag = "OpenID System" [piCal] dirname = "piCal" target_key = "piCal" target_type = "X2Module" version = "0.97" ;piCal version detailed_version = "0.97.11" ;piCal detailed_version replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/piCal" changes_url = "https://github.com/XoopsX/piCal/commits/master/" license = "GPL" required = "normal" description = "The calendar module" no_overwrite[] = "%3$s/libs/smarty/plugins" tag = "Calendar Event Schedule" [pico] dirname = "pico" target_key = "pico" target_type = "TrustModule" version = "1.87" ;pico version detailed_version = "1.87.11" ;pico detailed_version replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/pico" changes_url = "https://github.com/XoopsX/pico/commits/master/" license = "GPL" required = "normal" description = "Static contents creation module" no_overwrite[] = "%3$s/libs/smarty/plugins" tag = "Contents Wrapper" delete_file[] = "%3$s/modules/pico/README" tag = "Contents" [protector] dirname = "protector" target_key = "protector" target_type = "TrustModule" version = "3.51" ;protector detailed_version = "3.51.4" ;protector detailed_version replicatable= false addon_url = "https://github.com/xoopscube/protector/archive/master.zip" detail_url = "https://github.com/xoopscube/protector" changes_url = "https://github.com/xoopscube/protector/commits/master" license = "GPL" required = "required" description = "Protector is a module to defend your CMS origined from XOOPS2 from various and malicious attacks" tag = "System Security" writable_dir[] = "%3$s/modules/protector/configs" [search] dirname = "search" target_key = "search" target_type = "X2Module" version = "2.06" detailed_version = "2.06.1" replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/search" changes_url = "https://github.com/XoopsX/search/commits/master/" license = "GPL" required = "normal" description = "The alternative module of search of a xoops core " tag = "Search System" [tpMailForm] dirname = "mailform" target_key = "tpMailForm" target_type = "X2Module" version = "2.03" replicatable= false addon_url = "https://github.com/XoopsX/%s/zipball/xoopsx" detail_url = "https://github.com/XoopsX/tpMailForm" changes_url = "https://github.com/XoopsX/tpMailForm/commits/xoopsx/" license = "GPL" required = "normal" description = "TOKYOPen's mail form for XOOPS Cube Legacy 2.2
(Included the Pengin rame work)" tag = "Contact MailForm" [waiting] dirname = "waiting" target_key = "waiting" target_type = "X2Module" version = "0.96" replicatable= false addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/waiting" changes_url = "https://github.com/XoopsX/waiting/commits/master" license = "GPL" required = "normal" description = "Offers you an extensible waiting contents block into your XOOPS" tag = "Utility" [xpress] dirname = "xpress" target_key = "xpress" target_type = "X2Module" version = "2.48" replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/xpress" changes_url = "https://github.com/XoopsX/xpress/commits/master/" license = "GPL" required = "normal" description = "a module which can use the blog tool wordpress on XOOPS Cube" tag = "Blog WordPress Diary" writable_dir[] = "%2$s/modules/xpress/templates" writable_dir[] = "%2$s/modules/xpress/wp-content" [xsns] dirname = "xsns" target_key = "xsns" target_type = "TrustModule" version = "1.15" ;xsns version detailed_version = "1.15.0" ;xsns detailed_version replicatable= true unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/xsns" changes_url = "https://github.com/XoopsX/xsns/commits/master/" license = "GPL" required = "normal" description = "It is a module which can start SNS within XOOPS" tag = "SNS User Friend" writable_dir[] = "%3$s/uploads/%1$s" writable_dir[] = "%3$s/uploads/%1$s/thumbnail1" writable_dir[] = "%3$s/uploads/%1$s/thumbnail2" writable_dir[] = "%3$s/uploads/%1$s/thumbnail3" no_overwrite[] = "%3$s/uploads/%1$s" no_overwrite[] = "%3$s/uploads/%1$s/thumbnail1" no_overwrite[] = "%3$s/uploads/%1$s/thumbnail2" no_overwrite[] = "%3$s/uploads/%1$s/thumbnail3" [xupdate] dirname = "xupdate" target_key = "xupdate" target_type = "TrustModule" version = "0.71" ;xupdate version detailed_version = "0.71.1" ;xupdate detailed_version replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/xoopscube/xupdate/archive/master.zip" detail_url = "https://github.com/xoopscube/xupdate" changes_url = "https://github.com/xoopscube/xupdate/commits/master/" license = "GPL" required = "recommended" description = "You can download the add-on of your choice
Update of X-update(updater) self is also possible" tag = "Update System Install" delete_file[] = "%3$s/settings/{xupdate_mystore.ini.dist" delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_delete.html" delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_edit.html" delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_list.html" delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_view.html" delete_file[] = "%3$s/modules/xupdate/include/FtpCommonZipArchive.class.php" [xwords] dirname = "xwords" target_key = "xwords" target_type = "X2Module" version = "0.47" detailed_version = "0.47.3" replicatable= false unzipdirlevel = 1 addon_url = "https://github.com/XoopsX/%s/archive/master.zip" detail_url = "https://github.com/XoopsX/xwords" changes_url = "https://github.com/XoopsX/xwords/commits/master/" license = "GPL" required = "normal" description = "Japanese dictionary module" tag = "Dirctory Dictionaly" writable_dir[] = "%2$s/uploads/xwords" writable_file[] = "%2$s/uploads/xwords/entries.php" writable_file[] = "%2$s/uploads/xwords/entries_temp.php" no_overwrite[] = "%2$s/uploads/xwords/entries.php" no_overwrite[] = "%2$s/uploads/xwords/entries_temp.php" no_overwrite[] = "%3$s/libs/smarty/plugins"

名探偵コナン ロマンチックセレクション PART2 (少年サンデーコミックス〔スペシャル〕)

$
0
0
名探偵コナン ロマンチックセレクション PART2 (少年サンデーコミックス〔スペシャル〕)コミックby: 青山 剛昌定価: ¥ 720販売価格: ¥ 720中古最安: 発売日: 2016-02-03小学館在庫あり。

名探偵コナン・ロマンチックセレクション (少年サンデーコミックススペシャル)

$
0
0
名探偵コナン ロマンチックセレクション PART2 (少年サンデーコミックス〔スペシャル〕)コミックby: 青山 剛昌定価: ¥ 720販売価格: ¥ 720中古最安: 発売日: 2016-02-03小学館在庫あり。名探偵コナン ロマンチックセレクション (少年サンデーコミックススペシャル)コミックby: 青山 剛昌定価: ¥ 700販売価格: ¥ 700中古最安: ¥ 1発売日: 2011-04-01小学館在庫あり。

有川 浩

$
0
0
MOE 2016年 03 月号 [雑誌]雑誌その他: 手塚治虫, 羽海野チカ, ヒグチユウコ, 今日マチ子, 工藤ノリコ, 酒井駒子, ヤマザキマリ, 佐藤さとる, 有川浩, 小川糸, 平澤まりこ, 布川愛子, かがくいひろし, 中川李枝子by: 白泉社定価: ¥ 860販売価格: ¥ 860中古最安: 発売日: 2016-02-03白泉社在庫あり。倒れるときは前のめり単行本by: 有川 浩定価: ¥ 1,512販売価格: ¥ 1,512中古最安: ¥ 2,646発売日: 2016-01-27K

MOE 2016年 03 月号 [雑誌]

$
0
0
MOE 2016年 03 月号 [雑誌]雑誌その他: 手塚治虫, 羽海野チカ, ヒグチユウコ, 今日マチ子, 工藤ノリコ, 酒井駒子, ヤマザキマリ, 佐藤さとる, 有川浩, 小川糸, 平澤まりこ, 布川愛子, かがくいひろし, 中川李枝子by: 白泉社定価: ¥ 860販売価格: ¥ 860中古最安: 発売日: 2016-02-03白泉社在庫あり。

NARUTO-ナルト-疾風伝 ナルティメ

$
0
0
リクエストに該当する結果がありません。

ラズパイ(Raspberry PI2)の MicroSD が壊れた!

$
0
0
2016 2月 3 (水) MicroSD のバックアップを取ってなかった!とりあえず、壊れたままでもバックアップ dd if=/dev/hdc of=~/rasp/back.img bs=512 conv=sync,noerror再構築するか・・・ ダウンロード 今回は Raspbian Jessie Lite にしてみるhttps://downloads.raspberrypi.org/raspbian_lite_latestWindowsコマンドプロンプトよりLAN内を探す ping ra

名探偵コナン セレクション コミック 1-16巻セット (少年サンデーコミックス〔スペシャル〕)

$
0
0
名探偵コナン セレクション コミック 1-16巻セット (少年サンデーコミックス〔スペシャル〕)コミックby: 青山 剛昌定価: ¥ 7,361販売価格: ¥ 7,361中古最安: 発売日: 2016-02-03小学館

Re: xupdateのストア一覧が表示されない

$
0
0

shinjou さん、IPのブロックを解除しました。

もしよろしければ、ログインして頂くと制限が緩くなります。 ;-)

ただ、それでも大量の URL を記載すると制限に掛かることがあるので、複数のURLを含む場合は httpを省くなどしていただきますと助かります。

みなみけ(13) (ヤングマガジンコミックス)

$
0
0
DVD付き みなみけ(13)限定版 (講談社キャラクターズA)コミックby: 桜場 コハル定価: ¥ 3,806販売価格: ¥ 5,800中古最安: ¥ 4,530発売日: 2015-05-01講談社みなみけ(13) (ヤンマガKCスペシャル)コミックby: 桜場 コハル定価: ¥ 596販売価格: ¥ 596中古最安: ¥ 156発売日: 2015-05-01講談社在庫あり。みなみけ(13) (ヤングマガジンコミックス)Kindle版by: 桜場コハル定価: 販売価格: 中古最安: 発売日:

みなみけ(13) (ヤングマガジンコミックス)

$
0
0
DVD付き みなみけ(13)限定版 (講談社キャラクターズA)コミックby: 桜場 コハル定価: ¥ 3,806販売価格: ¥ 5,800中古最安: ¥ 4,530発売日: 2015-05-01講談社みなみけ(13) (ヤンマガKCスペシャル)コミックby: 桜場 コハル定価: ¥ 596販売価格: ¥ 596中古最安: ¥ 156発売日: 2015-05-01講談社在庫あり。みなみけ(13) (ヤングマガジンコミックス)Kindle版by: 桜場コハル定価: 販売価格: 中古最安: 発売日:

Re: xupdateのストア一覧が表示されない

$
0
0

ブロック解除をありがとうございます。
お手数をおかけしまして、申し訳ございませんでした。
先ほどユーザー登録をさせていただきました。登録時に記載しましたHPアドレスが本拠で、今回のトラブルは勉強用に設置しているサイトでのこととなります。

何が悪かったのかわからないうちにブロックとなってしまい、nao-ponさんへの連絡方法を試行錯誤して、娘に頼んでブロックの件を投稿してもらいました。娘に頼むことを思いつく前にFacebookのほうへメッセージをお送りしておりますので、お時間がおありの時にでもご一読いただければと思います。

前置きが長くなりまして申し訳ございません。
XOOPS_TRUST_PATH/uploads/xupdate ディレクトリには、
modules1.ini.phpはnao-ponさんが掲載してくださった内容と同じものがキャッシュされております。modulesのini.phpでは、他に番号が2,3,4,10,11,15,16がありました。

他にはlang_ja_utf8_modules1.iniと番号違いが、2,3,4,10,11,15,16
lang_ja_utf8_package6.iniと番号違いが7,8,9,20
lang_ja_utf8_preload12.iniと番号違いが13,19
lang_ja_utf8_themes5.iniと番号違いが14,17
package6.iniと番号違いが7,8,9,20
preload12.iniと番号違いが13,19
themes5.iniと番号違いが14,17

他にstores_json.ini、サイトURL_cacheCheck.ini、サイトURL_Func_debug、サイトURL_cacheCheck.ini

がキャッシュされておりました。

Hyper Hybrid Organization 00-02 襲撃者<Hyper Hybrid Organization>(電撃文庫)

$
0
0
Hyper Hybrid Organization 00-02 襲撃者(電撃文庫)Kindle版イラスト: 相川 有by: 高畑 京一郎定価: 販売価格: 中古最安: 発売日: 2016-02-06KADOKAWA / アスキー・メディアワークス

Hyper Hybrid Organization 00-03 組織誕生<Hyper Hybrid Organization>(電撃文庫)

$
0
0
Hyper Hybrid Organization 00-03 組織誕生(電撃文庫)Kindle版イラスト: 相川 有by: 高畑 京一郎定価: 販売価格: 中古最安: 発売日: 2016-02-06KADOKAWA / アスキー・メディアワークス

Hyper Hybrid Organization

$
0
0
#aws(,Books,"Hyper Hybrid Organization セット",,daterank,3,search:title,timestamp,makepage,pages:2)¶ #aws(,Books,"Hyper Hybrid Organization セット",,daterank,3,search:title,timestamp,makepage,pages:2)¶ #aws(,Books,"Hyper Hybrid Organization",,daterank,3,search:title,timestamp,makepage,pages:2)¶ Hyper Hybrid Organization ?¶ 「Hyper Hybrid Organization」をAmazonで探す... Hyper hybrid organization (00-03) (電撃文庫 (1170)) 文庫 by: メディアワークス List Price: ¥ 599 Price: ¥ 599 Used Price: ¥ 1 Release Date: 2005-11 メディアワークス 在庫あり。 Hyper Hybrid Organization 00-02 文庫 by: メディアワークス List Price: ¥ 599 Price: Used Price: ¥ 1 Release Date: 2004-10 メディアワークス Hyper Hybrid Organization 00‐01―訪問者 (電撃文庫) 文庫 by: メディアワークス List Price: ¥ 599 Price: Used Price: ¥ 1 Release Date: 2004-06 メディアワークス Hyper hybrid organization (01-03) (電撃文庫 (0819)) 文庫 by: メディアワークス List Price: ¥ 578 Price: Used Price: ¥ 1 Release Date: 2003-11 メディアワークス Hyper Hybrid Organization 01‐02―突破 (電撃文庫) 文庫 by: メディアワークス List Price: ¥ 578 Price: ¥ 578 Used Price: ¥ 1 Release Date: 2002-11 メディアワークス 在庫あり。 Hyper Hybrid Organization 01‐01―運命の日 (電撃文庫) 文庫 by: メディアワークス List Price: ¥ 536 Price: Used Price: ¥ 1 Release Date: 2001-05 メディアワークス ¶Hyper Hybrid Organization外伝 文庫 1-3巻セット (Hyper hybrid organization )文庫by: 高畑 京一郎定価: ¥ 1,847販売価格: ¥ 1,847中古最安: ¥ 492発売日: 2005-11-01アスキー・メディアワークスHyper Hybrid Organization外伝 文庫セット (電撃文庫) [マーケットプレイスセット]文庫by: 高畑 京一郎定価: 販売価格: 中古最安: 発売日: 2004-06-01アスキー・メディアワ

Hyper Hybrid Organization 00-01 訪問者<Hyper Hybrid Organization>(電撃文庫)

$
0
0
Hyper Hybrid Organization 00-01 訪問者(電撃文庫)Kindle版イラスト: 相川 有by: 高畑 京一郎定価: 販売価格: 中古最安: 発売日: 2016-02-06KADOKAWA / アスキー・メディアワークスHyper Hybrid Organization 00‐01―訪問者 (電撃文庫)文庫イラスト: 相川 有by: 高畑 京一郎定価: ¥ 616販売価格: ¥ 616中古最安: ¥ 1発売日: 20

Re: xupdateのストア一覧が表示されない

$
0
0

shinjouさん こんにちは
私はローカル環境でMAMPのバージョンアップの際にもなったことがありまして、
だいぶ前作業したので、忘れてしまいましたが、思い出してみると

XoopsX-legacy-stableのXOOPS_TRUST_PATHの場合、ストアが表示されなかったような気がしました。

XoopsX-legacy-2bed870ぐらいのXOOPS_TRUST_PATHと交換したら動いたような気がします。

※私もメンテナンス出来れば良いのですが、プログラムはあまりかけないため、nao-ponさんに負担かけるのは申し訳ないと思い自己解決としていました。
オープンソースの報告は難しいですね。

Re: xupdateのストア一覧が表示されない

$
0
0

tarojさん、こんにちは。

投稿をありがとうございます。

バージョンは最新のXoopsX-legacy-2bed870を使わせていただいております。

私はXOOPSとの関わりは2006年からなのですが、プログラミングの勉強をしたことも無く、トラブルが生じるたびにXUGJのフォーラムなどに質問させていただき、助けていただいているばかりです。

XCLの更新が停止してからは、nao-ponさんのご尽力に頭が下がる思いがしますし、感謝の気持ちでおります。

今回も不勉強なための質問を投稿してしまい、ご負担をかけていることに申し訳なく思っております。

B+ LABEL 籠の鳥は夜にささやく (イランイラン文庫 B+ LABEL)

$
0
0
B+ LABEL 籠の鳥は夜にささやく (イランイラン文庫 B+ LABEL)Kindle版イラスト: 西炯子by: 深山くのえ定価: 販売価格: 中古最安: 発売日: 2016-02-12小学館

NARUTOーナルトー 22 (集英社リミックス)

$
0
0
リクエストに該当する結果がありません。
Viewing all 7293 articles
Browse latest View live




Latest Images