1
Defkon1
Re: Local support issues
  • 2013/4/8 10:40

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


Full log of the last month for this user:

8/4/2013 11:46:53 timgno 89.***.***.***
Safari/537.31Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 DoS
7/4/2013 23:36:17 timgno 89.***.***.***
Safari/537.31Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 DoS
7/4/2013 23:35:52 timgno 89.***.***.***
Safari/537.31Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 CRAWLER
4/4/2013 19:38:29 timgno 89.***.***.***
Safari/537.31Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 DoS
4/4/2013 0:31:31 timgno 89.***.***.***
Safari/537.31Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 DoS
1/4/2013 12:08:50 timgno 89.***.***.***
Safari/537.22Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 DoS
31/3/2013 22:16:41 timgno 89.***.***.***
Safari/537.22Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 DoS

@timgno do you use some kind of preload extension/plugin that could be responsible for high traffic/huge requests?



2
Defkon1
Re: Local support issues
  • 2013/4/8 10:35

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


actually timgno is seen by Protector as DoS attacker:

8/4/2013 11:46:53 timgno 89.***.***.*** Safari/537.31Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 DoS

so imho Protector is working fine...



3
Defkon1
Re: Local support issues
  • 2013/4/8 8:43

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


hi all!

timgno reported to me this problem several times in the last months, but he's the only user that is experiencing these blank page malfunctions.

timgno himself is experiencing the problem occasionally, so I think that flipse is on the right way when he supposes that it's a problem with one (or more) of the IPs used by this specific user.

@timgno: please send me your public IP (http://www.whatsmyip.org/) when you have blank page on XI to check if it is in the black list



4
Defkon1
Re: Social Network module
  • 2012/6/13 14:02

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


typo: /language/english/main.php:86

define("_SMALLWORLD_LIVINGIN","is currently livin in");


should be

define("_SMALLWORLD_LIVINGIN","is currently living in");


typo: /language/english/main.php:143

define("_SMALLWORLD_ADDITIONALINFO","Aditional info about ");


should be

define("_SMALLWORLD_ADDITIONALINFO","Additional info about ");



5
Defkon1
Re: Social Network module
  • 2012/6/13 13:52

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


typo: /language/english/main.php:77

define("_SMALLWORLD_REPLY_NOTSPECIFIED","Not specifiyed");


should be

define("_SMALLWORLD_REPLY_NOTSPECIFIED","Not specified");



6
Defkon1
Re: Insert new user fails in 2.5.4
  • 2012/2/24 16:36

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


f*#k... found...

uname too long... shame on me.



7
Defkon1
Insert new user fails in 2.5.4
  • 2012/2/24 16:21

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


I've used (for years) the following code to add programmatically a new user to xoops:

$newuser $member_handler->createUser();

     
$newuser->setVar('user_viewemail',0true);
     
$newuser->setVar('name',$nametrue);
     
$newuser->setVar('uname'$mailtrue);
     
$newuser->setVar('email'$mailtrue);
     
$newuser->setVar('pass',md5($newpass), true);
     
$newuser->setVar('timezone_offset'$xoopsConfig['default_TZ'], true);
     
$newuser->setVar('user_regdate'time(), true);
     
$newuser->setVar('uorder',$xoopsConfig['com_order'], true);
     
$newuser->setVar('umode',$xoopsConfig['com_mode'], true);
     
$newuser->setVar('user_mailok',1true);
     
$newuser->setVar('uorder',$xoopsConfig['com_order'], true);
     
$newuser->setVar('umode',$xoopsConfig['com_mode'], true);
     
$newuser->setVar('level'1true);
     
$newuser->setVar('user_avatar','blank.gif'true);
         
     
//$member_handler->insertUser($newuser);
        
if (! $member_handler->insertUser($newuser)) {            
            echo 
$newuser->getHtmlErrors();
        } else {

...

}


It worked for year, but now (2.5.4) it fails:

Warning:Insert failed in method 'cleanVars' of object 'XoopsUser' in file /class/model/write.php at line 270


any hint?



8
Defkon1
Re: Good News from Mowaffaq
  • 2011/9/1 7:37

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


welcome back!



9
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/26 13:38

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


56 /language/main.php added language definitions for redditdiggtechnoratidelicious
57 
/templates/images/icon/reddit.png added icon
58 
/templates/images/icon/digg.png added icon
59 
/templates/images/icon/technorati.png added icon
60 
/templates/images/icon/delicious.png added icon
61 
/class/post.php added support for redditdiggtechnoratidelicious
62 
/include/images.php added support for redditdiggtechnoratidelicious


added support for reddit, digg, technorati, delicious



10
Defkon1
Re: CBB - 4.05 - beta1
  • 2011/8/26 12:44

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


47 /language/main.php added language definitions for friendfeed (_MD_SHARE_FRIENDFEED)
48 /templates/images/icon/friendfeed.png added icon
49 
/class/post.php added support for stumbleupon and friendfeed
50 
/include/images.php added support for stumbleupon and friendfeed
51 
/xoops_version.php fixed typo causing blank page (trabis)
52 /admin/admin_digest.php fixed "assigning 'new' by reference is deprecated" (trabis)
53 /class/permission.category.php fixed "assigning 'new' by reference is deprecated" (trabis)
54 /xoops_version.php fixed "assigning 'new' by reference is deprecated" (trabis)
55 /view.topic.php fixed "assigning 'new' by reference is deprecated" (trabis)


- added friendfeed social link
- fixed deprecated method (by trabis)
- fixed xoops_version typo (by trabis)




TopTop
(1) 2 3 4 ... 6 »



Login

Who's Online

188 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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