21
Olorin
Re: What Web Statistics Package Do You Use?
  • 2004/2/22 7:59

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Quote:
but it seems that the statistics block that both collects and displays pphlogger data for my sites is causing some fairly major performance issues in regards to site loading times.
Umm, do you use the latest version? The latest pphlogger(2.2.5) supports "type=all", which enables you pick up all data you want to display at once.

Personally, I've used both of them, and decided to choose phpstat eventually. And here are the other useful modules for pphlogger & phpstat.

For phpstat:
http://hypweb.net/xoops/modules/pukiwiki/280.html
(pscounter_1.zip is the one.)

For pphlogger:
http://www.uribou.net/modules/mydownloads/singlefile.php?cid=1&lid=3

If phpstat could delete each single record as pphlogger does, there would be no reason to choose pphlogger in my opinion...



22
Olorin
Re: EMERGENCY: security hole of Agenda-X
  • 2004/2/15 8:52

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Well, you are absolutely correct. I'm a quick-tempered and easily get emotional, which often ends up holding misconception.

Agenda-X users don't need to drop their database... That's true. To remove the files is one thing; to uninstall the module is quite another.

From a security point of view, you should be careful when you release the detailed information on the vulnerability so that silly script kiddies don't get a toy to play with. It is a common knowledge to prevent what is called "Zero-delay attack" from happening, right?

And my rude conspiracy theory is really nonsence. What is worse, the valentine event completely slipped my mind... Please forget about it if you like. I'm very sorry for saying too much.

Even so, I'm afraid you were offensive enough to let me be lost. This is certain at very least.

Anyway, I hope nobody will be attacked.



23
Olorin
Re: Best for articles management
  • 2004/2/15 5:40

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Quote:
Um, look at what you quoted from Catz and then how you responded. Do you see any inconsistencies?

Ouch!!!! It was ME that should have been calmed down...
I completely misundestood what Cats wrote. I'm very sorry about it. It was definilety my huge fault...

And thank you for pointing out my misunderstanding, BPJones...

This is the reason why I said English is the foe for Japanese... Good excuse isn't it?

Well, take care of yourself, Catswolf. I'm also a big fan of Wf-section.



24
Olorin
Re: EMERGENCY: security hole of Agenda-X
  • 2004/2/15 4:58

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Knowing how friendly to Xoopseres you are, I'm really disappointed with you this time, GIJOE. If you believe in you are capable of fixing the security hole, confident that wjue is unable to fix it, why don't you help wjue make the secure Agenda-X....

And I'm afraid it's quite natural for us to think GIJOE concealed the onokazu's post which solves this problem on purpose. Since I know you must have known the information on xoops.jp for the temporary fix when you started this thread....

You said wjue must take you for his foe. But, as for me, it seems to be you that take wjue for your foe...

Unfortunately, I'm not a skilled PHP coder, though I want to know the cause of this security hole. What was the problem? Is this security hole only related with global_register? What about open_basedir, or safe_mode?

You said Agenda-X would damage the value, and quality of Xoops. Moreover you stated pical is worth deserving the no.1 calendar module...

But what is XOOPS at all? XOOPS itself consists of thousands of ordinary users who know nothing about PHP. What we have to care is not the name of Xoops, but the community of XOOPS itself... Do you wana still keep developing such a top notch module even if nobody uses Xoops?

Well, what I want to say is that many people still use agenda-x, and they don't want to lose the data. However you suggested that they should remove agenda-x and use other alternatives, which results in abandoning the past data.

Of cource, considering its potential threat, it is the best way to remove the module, though...

==The files which need fixing==
- modules/agendax/addevent.inc.php
- modules/agendax/i18n.php
- modules/agendax/config.inc.php
- modules/agendax/admin/admin_header.php

- modules/agendax/addevent.inc.php
BEFORE
Quote:
include($agendax_path.\"/checkemail.inc.php\");

AFTER
Quote:
require_once './config.inc.php';
include($agendax_path.\"/checkemail.inc.php\");


- modules/agendax/i18n.php
BEFORE
Quote:
include_once $agendax_path.'/gettext.php';

AFTER
Quote:
require_once './config.inc.php';
include_once $agendax_path.'/gettext.php';

- modules/agendax/config.inc.php
BEFORE
Quote:
$agendax_path = XOOPS_ROOT_PATH.'/modules/agendax';

AFTER
Quote:
if (!defined('XOOPS_ROOT_PATH')) {
exit();
}
$agendax_path = XOOPS_ROOT_PATH.'/modules/agendax';

- modules/agendax/admin/admin_header.php
BEFORE
Quote:
if (!isset($agendax_path)) $agendax_path =XOOPS_ROOT_PATH.'/modules/agendax';
if (!isset($agendax_path)) $agendax_url = XOOPS_URL.'/modules/agendax';

AFTER
Quote:
require_once '../config.inc.php';



25
Olorin
Re: Best for articles management
  • 2004/2/1 9:19

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Quote:
You also mentioned why I never teamed up with the author? An invitation was sent to him regarding joining the development team, but for some reason I never heard back from him except for once and it never happened.

Ah, would you try to contact him again? I'm sure he didn't ignored your e-mail on purpose. I'll also ask him about it in "Japanese".( Please also take it into considereation that English is the foe for Japanese.) If you don't have enough time for Wf-section, utilize the author of Xf-section. lol He also integrated WikiName into Xf-section, and this feature is worth considering for Wf-section, isn't it?

Okay, I have a present for you, catz. I hope you don't know it...

Shinzo Abe, the Japanese famous governor's web site uses Wf-section.
http://www.s-abe.or.jp/profile_in_english.html
http://www2.s-abe.or.jp/index.php

Jealous? Come on...



26
Olorin
Re: Setting charset module-by-module
  • 2004/1/28 8:15

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


To my understanding, it is rather the module's problem than IE's. Because I couldn't download the attached .jpeg files unless the fact that I use Opera7.2 at first. However I soon realized that my Opera was identified as IE6.0 since I'd made Opera return "MSIE6.0" as its User Agent.

Eventually, that did the trick. Thus I could download the attached pictures.

I don't know how this module works at all. But I suppose this module checks "the value of User Agent", and if the visiter's user agent is "MSIE", it returns the blank page. So the key of this problem seems to lie in "dowload.php" itself.



27
Olorin
How can I keep the imagemanger window popped up?
  • 2004/1/10 15:02

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


How can I keep the imagemanger window popped up as the smiley window does? Once you choose the image from the imagemanger window, it automatically closes. On the other hand, the smiley window keeps popped up until you close the window.

I'm sure it requires a little hack to achieve this. However it is really frustrating if you want to insert multiple images from the imagemanager since it requires annoying repeat--- first, you need to open the window, choose the category, and you can slect the image from the list at last...

Is any of you familior with javascript?
thx for your interest.



28
Olorin
Re: NewBB is deleting all old threads!
  • 2003/12/21 18:01

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Well, there is a way, indeed. But you need to hack "viewforum.php". It's very easy even if you don't know PHP at all.

modules/newbb/viewforum.php
line156
BEFORE
Quote:

$sortsince = !empty($HTTP_GET_VARS['sortsince']) ? intval($HTTP_GET_VARS['sortsince']) : 100;
$sel_since_array = array(1, 2, 5, 10, 20, 30, 40, 60, 75, 100);

AFTER
Quote:

$sortsince = !empty($HTTP_GET_VARS['sortsince']) ? intval($HTTP_GET_VARS['sortsince']) : 1000;
$sel_since_array = array(1, 2, 5, 10, 20, 30, 40, 60, 75, 100);

Now "From the beginning" should be the default value.



29
Olorin
Re: Xoops 2.1 Module development Roadmap
  • 2003/11/9 11:30

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Well, when it comes to the requests against newbb, Xoopsers have requested everything I want on the newbb thread.(maybe started by Catzwolf?)

-About Contact Module-
I have a suggestion about a contact module for Xoops2.1.
Why don't you take into consideration to replace the current contact module with liaise(@BradyCoke) as Wf-section replaced section module as an official one. Liaise definitely has enough flexibility for a contact module. (Plus you can enjoy default nonsense questions.lol)

Links
- Ability to have multiple category per link.
- Ability to control the max & min number of categories per link(Admin)
- *More flexible navigation control

I need to explaion what I mean with the last request.

----Category Structure----
Softwares(Parent Category A)
-Linux (Child A1)
-Windows (Child A2)

Harwares(Parent Category B)
-Linux (Child B1)
-Windows (Child B2)
--------------------------

In this case, If you click "Softwares", the 2 links: "Linux" and "Windows" show up at the top since they are its Children. But if you can refer to not only its Child-Categories, but also arbitary Parent and Child Categories, it would be much functionable Link Module, woudn't it? As you can imagine, it would be friendly to visitors if they are also able to move to Hardwares-Windows with ease when they are checking Softwares-Windows.

(You might say "Why don't you make Windows Parent and make soft & hard its Children?" Yes, that really makes sense. But it is just an example... )



30
Olorin
Re: This page loaded in x seconds
  • 2003/10/7 13:01

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Quote:
This page loaded in <? php global $ftime; echo $ftime; ?> seconds

This cord doesn't work since your theme file is html.

Quote:
$xoopsLogger->startTime();

And this function is already called in common.php

Thus my code should work with XOOPS 2.0.x. At least,it's working at my site...
Did you update your cache?




TopTop
« 1 2 (3) 4 »



Login

Who's Online

253 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 253


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits