Bluemoon.XOOPS International

From Bluemoon

  • 2008 | 02
    2007 | 01 | 02
    2006 | 04 | 05 | 07 | 11
    2005 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 10
    2004 | 06 | 07 | 09 | 10 | 11 | 12

    ImpressCMS

    yoshis  February 05 (Tuesday) 2008 11:21  
    ImpressCMS is new fork from XOOPS.

    http://impresscms.org

    It seems nice user interface and more secure. Just like Xoops cube. I supposed user interface was influenced by Joomla.

    Unfortunately ( or fortunately!? ) we have to choose and use 3 core. But, can I keep module compatibility in the future? Maybe not. Someday, I have to choose it.

    06/06 04:04 sato-san 
    Im can help you to change > ImpressCMS Im have changed too. Greetings from Germany, Ren
    02/20 17:50 yoshis 
    Thanks Ren, I'm still using XOOPS. But someday I will do it.
    Was this article useful?: Yes No

    Referer  (6)

    Detect PukiWiki

    yoshis  February 04 (Sunday) 2007 19:47  
    function: pcmt_insert at plugin/pcomment.inc.php

    Put on below under the global reference.
    
    // Check 'A' and URL tag
    if (preg_match("/<a href=|\[url=/i",$post['msg'])) {
      $ret['msg'] = "You may not use A tag in comment.";
      $ret['body'] = "You may not use A tag in comment.";
      $reply = 0; //No replay.
      return;
    }
    

    You can proof from URL link comment spam at your PukiWiki.
    Was this article useful?: Yes No

    Referer  (5)

    Addressing Email Loss with SureMail

    yoshis  January 31 (Wednesday) 2007 15:03  
    We lost SureMail at 0.71% to 1.02%, cause of Spam filter.

    Microsoft Research

    Maybe, one of the reason of unreachable mail from your XOOPS server.
    Was this article useful?: Yes No

    Referer  (4)

    For multi-byte mail

    yoshis  November 14 (Tuesday) 2006 13:28  
    This script for support multi-byte encode as PHP mail function.
    
    <?php
    /*
    ** mb_mail - a multi-byte mail function
    ** Copyright (C) 2006  Yoshi.S
    ** This program is distributed under the terms and conditions of the GPL
    ** See http://www.gnu.org/copyleft/gpl.html for details
    */
    function mb_mail($mail_from,$mail_to,$subject,$message,
    $mailencode="ISO-2022-JP",$fromencode="UTF-8"){
      // For Subject
      if (function_exists('mb_encode_mimeheader')){
        // Save php.ini default internal encording
        $orgEncoding = mb_internal_encoding();  
        mb_internal_encoding($fromencode);
        $subject = mb_encode_mimeheader($subject, $mailencode, "B");
        mb_internal_encoding($orgEncoding);
      }
      // For Body
      if (function_exists('mb_convert_encoding')){
        $message = mb_convert_encoding($message, $mailencode, $fromencode);
      }
      // For Header
      $chgheader = 
        "From: ". $mail_from ."\n" . 
        "Reply-To: ". $mail_to . "\n" . 
        "Mime-Version: 1.0\n" . 
        "Content-Type: text/plain; charset=". $mailencode."\n";
        "Content-Transfer-Encoding: 7bit\n";
      mail($mail_to,$subject,$message,$chgheader);
    }
    ?>
    
    Vote Result 1Total Yes
    (1) 100%
    No
    Was this article useful?: Yes No

    Referer  (6)

    Hide the user information

    yoshis  July 27 (Thursday) 2006 10:49  
    XOOPS can be show the user information to anyone, like this.
    
    XOOPS_URL/userinfo.php?uid=1 
    

    So, you want to hide from anonymous, use the xoops_isuser parameter at smarty template.(system_userinfo.html etc)
    
    <{if $xoops_isuser == true }>
     sort of user information
    <{/if}>
    


    09/03 02:18 Grisha@Guest 
    Hi! Great Job! (: :)
    Visit my sites, please :

    http://www.grishagames.narod.ru

    Many thanks, guys! :)
    11/02 04:38 AHZ@Guest 
    AHZ
    Vote Result 1Total Yes
    (1) 100%
    No
    Was this article useful?: Yes No

    Referer  (7)

    VBA Small Tips

    yoshis  May 01 (Monday) 2006 09:41  
    If you use the update query to the ODBC connected table of MySQL, you will gets "All the records cannot be renewed in the update query ・・・ Violate it about the lock on N record" by MS-Access.

    You may not use update query for this. Cause Microsoft Jet Database engine can not handle correctly.

    But you can use 'Path through query' for it as sending your SQL command directly to the ODBC driver. It's not using the Jet data base engine.

    11/03 00:54 DnlqZicphQEHGuBsw@Guest 
    DmYFRiuAlybepdNvE
    Vote Result 1Total Yes
    (1) 100%
    No
    Was this article useful?: Yes No

    Referer  (5)

    VBA Small Tips

    yoshis  April 26 (Wednesday) 2006 12:53  
    UNIX time stamp is often used in XOOPS(MySQL).
    So, if you want to use it on MS-Office (Or connect with ODBC), this is a convenient convert function on VBA below.

    
    Function unixdate2date(udt As Double) As Date
      'Debug.Print DateDiff("s", "1899/12/30", "1970/1/1")
      unixdate2date = CDate((udt + 2209161600#) / 86400)
    End Function
    

    11/03 00:54 DAouVWngsHkYZIita@Guest 
    ofRakWinlhpUzNSIC
    Vote Result 1Total Yes
    (1) 100%
    No
    Was this article useful?: Yes No

    Referer  (6)

    SETI@home Needs your Help

    yoshis  April 01 (Saturday) 2006 11:28  
    I got a mail from SETI. They needs donations for shout down survival.

    Dear Yoshi,

    SETI@home needs your help. But before we tell you why - and how you can help - Dan and I would like to thank you for your role in the SETI@home success story.

    We would first like to thank you for your participation in SETI@home. During the first SETI@home project you personally assisted us by searching for extraterrestrial signals in 85 data chunks and providing 0.324 years of computing time. We want you to know we appreciate your efforts and the efforts of the other 5.4 million volunteers who have donated over 2.4 million years of processing time. When we started, people thought our projection of 100,000 users to be overly optimistic! You helped us prove that public participation in scientific computing could work. You also helped us to see that this type of community effort deserved to be more common. That's why we developed the Berkeley Open Infrastructure for Network Computing or BOINC. BOINC has the benefit of allowing our volunteers the option of sharing their processing power with other worthy projects in addition to SETI@home. These projects range from looking for gravitational waves to searching for cures to diseases.

    But all these successes are just a beginning. If you have not visited the SETI@home website recently, we have successfully transitioned to operating under BOINC. Because of this, new searches are on the horizon for SETI@home. We are releasing a new version of our processing software that increases the sensitivity of our search by a factor of two or more. We are building and installing a new data recorder at Arecibo. This data recorder operates in conjunction with a newly installed receiver that has the capability to observe seven places on the sky simultaneously. It also increases our sensitivity by another factor of five. These increases in sensitivity mean that SETI@home will have capability of detecting signals that are three times more distant than we could before. The region of space we can search will expand by a factor of thirty. That's thirty times the chance that your computer will detect that faint signal from another star.

    This increase in capability isn't without cost. Following the "dot com" bust, the commercial support that kept SETI@home running has largely disappeared. Because of this loss of support, we can no longer count on matching funds from the University of California. We are rapidly approaching the end of what funds we do have. We we will need to raise about $750,000 to pay for these new capabilities and to keep SETI@home operating for the next year. Without this support SETI@home may be forced to shut down.

    We hope that you will consider making a donation to SETI@home. You can make a secure donation by credit card by clicking this link. Instructions for donation by check or money order are there as well. Unless you specify otherwise, your donation will be noted by a star icon next to your username on the SETI@home pages and your username will appear on our list of donors. If you do not wish to have this recognition you may indicate that as well. Please be assured that regardless of whether or not you choose to have your donation be anonymous, SETI@home will not share your address with other organizations.

    You can check on our fundraising progress by visiting our main site at http://setiathome.berkeley.edu

    Thank You,
    Sir Arthur C. Clarke
    Author and Futurist

    and

    Dan Werthimer
    Chief Scientist, SETI@home

    11/03 00:54 lznDwMPhRUoCdYWTf@Guest 
    dhkmyQLDeSGXJxfHR
    Vote Result 1Total Yes
    (1) 100%
    No
    Was this article useful?: Yes No

    Referer  (6)

    PHP file upload as image file vulnerability.

    yoshis  October 27 (Thursday) 2005 17:50  
    I fixed yesterday PHP file upload as image file vulnerability.

    If you use uploading function modules on this site(newbb,popnup,bmsurvey), I strongly recommand update to newest version.

    Thank you,
    Yoshi

    11/03 00:54 YmLBUhvzJOyiwHeEt@Guest 
    hqCDznIWLfUSVNbKA
    Vote Result 1Total Yes No
    (1) 100%
    Was this article useful?: Yes No

    Referer  (3)

    About XOOPS design

    yoshis  July 18 (Monday) 2005 00:47  
    We can use the Dreamweaver MX for XOOPS theme design.

    MyXoopsExtensions - Now For Dreamweaver MX 2004!

    Plus, I introduce here Firefox plug-in.

    Web Developer
    http://chrispederick.com/work/firefox/webdeveloper/

    Aardvark
    http://www.karmatics.com/aardvark/

    It is very useful for the research of the cool site.

    11/03 00:54 uCGmJtVzWDvTFAbsK@Guest 
    nSGCzhowdyjbaHOtp
    Vote Result 1Total Yes No
    (1) 100%
    Was this article useful?: Yes No

    Referer  (66)
    (1) 2 3 4 5 » 
    PopnupBlog V3 Denali created by Bluemoon inc.