181
GIJOE
Re: piCal skinpath-error
  • 2003/11/6 8:21

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


I can't understand such error occurs.
Do you use another modules using patTemplate?

If not, I can only guess that the problem caused by file broken.



182
GIJOE
Re: Myalbum on 1.3 > Myalbum-P on 2.0
  • 2003/11/4 7:17

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


I have a plan to implement this feature.
But I've concentrated on developping piCal now.
The next major version of myAlbum-P will be released in a little more future.



183
GIJOE
Re: myAlbum don't show the number of comments of each image
  • 2003/10/24 0:12

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


It's original bug of myAlbum 1.1.3.
I've fixed in myAlbum-P.



184
GIJOE
Re: BopComments module info
  • 2003/10/21 1:15

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


BopComments created by Bop is a good module displaying recent topics about whole contents of the site.
You can see this herehttp://finalgear.s33.xrea.com:8080/xoops/modules/mydownloads/

The excellent point of this module is extensible to any modules (also 3rd party module like piCal) by plug-ins.

Now, version 0.6 has been released, but Bop has not translated from japanese to english yet.

This translation is indeed easy work when comparing it with the value of the module, I think. But I have no free time, sorry.



185
GIJOE
Re: another auto-login by GIJOE for newbb & ipbm xoopsers
  • 2003/10/16 0:37

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


I noticed now.
Are you using IPBM?
If it is so, my Hack cannot be used.
I do not use, and do not recommend the module named IPBM, phpBB, and 4images.

Both my auto-login hack for 2.0.3 and semi-official auto-login hack for 2.0.5 besed on my hack work fine without modules overwriting core files.



186
GIJOE
Re: another auto-login by GIJOE for newbb & ipbm xoopsers
  • 2003/10/15 19:09

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Probably, this problem is caused by an overflowing of capacity or size of COOKIE.
As auto-login have to use COOKIE, it is likely to have to adjust it on the side of newbb or another factor using COOKIE.
You can check the COOKIEs on your site by "javascript:document.cookie;".

I can't help you, because your site is too heavy to see.




187
GIJOE
Re: Blank page after uploading picture in myAlbum 1.1.3
  • 2003/10/15 19:00

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Quote:

PatrickW wrote:
I upgraded it to MyAlbum-P but I see the following error:

Directory for Photos: /home/httpd/vhosts/flyingpaper.com/httpdocs/uploads/photos Error: At first create and chmod 777 this directory by ftp or shell.

The path is not correct. Where can I change this?

You can change it in preferences of myAlbum-P.
Otherwise, you should correct "XOOPS_ROOT_PATH" of your mainfile.php



188
GIJOE
Re: Blank page after uploading picture in myAlbum 1.1.3
  • 2003/10/14 21:47

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


At first, turn "PHP debug" on.
SystemAdmin -> Preferences -> General Settings



189
GIJOE
Re: preventing multiple simultaneous logins *URGENT*
  • 2003/10/11 21:20

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Quote:

tl wrote:
But, it also allows another person to log in using the same username five minutes after the initial user having logged in, so multiple logins are still possible. The hack only works in the initial 5 minutes.

I forgot to show some codes.

Of course, if nothing is done for five minutes or more after an user logs it in, it is taken care of to have logged out.
Naturally, it is possible to log in from another machines.

If the security of the site is very important, You may lengthen it more for a long time though I assumed the time of the time-out to be five minutes (300sec).
However, when a browser is closed without logging out by mistake, log in cannot be wholly done in that case during the long time.
Please adjust it properly according to the policy of the site.



190
GIJOE
Re: preventing multiple simultaneous logins *URGENT*
  • 2003/10/11 21:08

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


I've missed some codes for updating the table of online.

The easiest way is enable "online user block" about all pages.
If you don't want to show this block, insert this code into the tale of include/common.php.
if ($xoopsModule->getVar('hasconfig') == || $xoopsModule->getVar('hascomments') == || $xoopsModule->getVar'hasnotification' ) == 1) {
            
$xoopsModuleConfig =& $config_handler->getConfigsByCat(0$xoopsModule->getVar('mid'));
        }
    }
[
color=ff0000]    
    if( 
is_object$xoopsUser ) ) {
        
$online_handler =& xoops_gethandler('online');
        
$online_handler->write($xoopsUser->uid(), $xoopsUser->uname(), time(), 0$HTTP_SERVER_VARS['REMOTE_ADDR']);
    }
[/
color]
}
?>





TopTop
« 1 ... 16 17 18 (19) 20 21 »



Login

Who's Online

124 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 124


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