41
Ritchie
Re: The problem with Norton and Xoops
  • 2004/9/16 11:30

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi

Read this thread about login with Norton
How to login with Norton



42
Ritchie
Re: PHPStats problem
  • 2004/8/24 18:16

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


This is the only thing i see

PHPCounter 7.1 ©2003 Pierre Far.

So i'll guess you are not using phpstats anymore ?



43
Ritchie
Re: 2.0.7 to 2.0.7.1 broke my sites
  • 2004/8/22 12:41

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi

Did you use any hacks that could show this error ?



44
Ritchie
Re: auto login hack and xoops.2.0.7.1
  • 2004/8/22 11:39

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi

Just open the file include/common.php and comment out this autologin part around line 181 t/m 204:

Quote:
//autologin
if(empty($HTTP_SESSION_VARS['xoopsUserId']) && isset($HTTP_COOKIE_VARS['autologin_uname']) && isset($HTTP_COOKIE_VARS['autologin_pass'])) {
$myts =& MyTextSanitizer::getInstance();
$uname = $myts->stripSlashesGPC($HTTP_COOKIE_VARS['autologin_uname']);
$pass = $myts->stripSlashesGPC($HTTP_COOKIE_VARS['autologin_pass']);
$myts =& MyTextsanitizer::getInstance();
$user =& $member_handler->loginUserMd5(addslashes($uname), addslashes($pass));
if (false != $user && $user->getVar('level') > 0) {
// update time of last login
$user->setVar('last_login', time());
if (!$member_handler->insertUser($user, true)) {
}
$HTTP_SESSION_VARS = array();
$HTTP_SESSION_VARS['xoopsUserId'] = $user->getVar('uid');
$HTTP_SESSION_VARS['xoopsUserGroups'] = $user->getGroups();
// update autologin cookies
$expire = time() + $xoopsConfig['session_expire'] * 60 ;
setcookie('autologin_uname', $uname, $expire, '/', '', 0);
setcookie('autologin_pass', $pass, $expire, '/', '', 0);
} else {
setcookie('autologin_uname', '', time() - 3600, '/', '', 0);
setcookie('autologin_pass', '', time() - 3600, '/', '', 0);
}
}



45
Ritchie
Re: PHP-Stats block
  • 2004/7/24 8:39

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi

I installed php stats as a block. Just insert the code to a new block and redirect by link to the admin page for results and stats. You can let people show the amound of visitors above or below like i did at www.dutch-outback.nl



46
Ritchie
Re: Xoops Dutch translation
  • 2004/7/23 10:47

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi Rick.

Visit my site for the latest version of the dutch translations for XOOPS 2.0.7 These files are somewhat different then the one provided by the official dutch support site. This is because of the belgium/dutch language differences.

Click this link to download the language files directly

Greetz Ritchie



47
Ritchie
Re: BUG when tables in Forums or News
  • 2002/7/19 15:22

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi

Try this for a change :

<table border="1" width="100%"><tr><td width="50%">1</td><td width="50%">2</td></tr></table>

Greetz Ritchie



48
Ritchie
Re: Don't Release RC2!!
  • 2002/1/27 22:56

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Just my idee.

But it seems to me this comment on XOOPS is getting a bit out of hand. Maybe AFLSC should take up his arguments directly with the dev team of Xoops. There always will be people with great ideas, but as far as i can read no one uderstands what the meaning of the story is about.




TopTop
« 1 2 3 4 (5)



Login

Who's Online

240 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 240


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