sophia (beta)

  • logged out login
  • sophia (blog)
  • demeter (feed harvester)
  • teos (catalog view)
  • tunebox (music catalog)
  • aolbonics (urban dictionary)
    • totalItems: 44
    • [1]      
    • «
    • 2
    • 3
    • 4
    • [5]
    • 6
    • 7
    • 8
    • »
    • [9]
    • numPages: 9
  • site update: bbsengine.org || new feedback module

    Tuesday 2009-04-14 05:01 PM EDT

    bbsengine.org

    • added "feedback" module
    • added "security awareness" heading and info
    • added "powered by pear" badge to footer
    • lowered "severity" of CAPTCHA from 2 to 1
    • view
    no replies
  • new site: bbsengine.org

    Wednesday 2009-03-18 06:40 PM EDT

    bbsengine dot org is now available, and will be the place to download open source releases of bbsengine2. It also has current "api documention" with help from phpdoc.

    • view
    no replies
  • my first xchat plugin

    Wednesday 2009-03-18 05:54 PM EDT

    #
    # (C) 2009 Zoid Technologies. All Rights Reserved.
    #
    __module_name__ = "notifysysopwhenlongisonline" 
    __module_version__ = "2009031801" 
    __module_description__ = "module to look for the 'long' user on all networks and notify sysop"
    
    import xchat
    
    myhook = None 
     
    def stop_cb(word, word_eol, userdata): 
      global myhook 
      if myhook is not None: 
        xchat.unhook(myhook) 
        myhook = None 
        print "Timeout removed!" 
                                      
    def timeout_cb(userdata):
      notifies = xchat.get_list("notify")
      for n in notifies:
        if n.nick == "long":
          print "checking for 'long'...     (use /stop to disable): ",
          if n.flags == 1:
            print "[ONLINE]"
          else:
            print "[OFFLINE]"
      return 1 # Keep the timeout going 
                                               
    myhook = xchat.hook_timer(120000, timeout_cb) 
    xchat.hook_command("STOP", stop_cb) 
    

    There is one critical thing to note about this plugin: without the __module_name__ and other symbols, xchat will crash violently and might even require a reboot, even on a Linux workstation. I do not know if this is purposeful or not, but be warned.

    The plugin uses a callback that fires every 120 seconds and checks for a specific user. It can be disabled using the "/stop" command from xchat, or the messages can be removed (but the callback will still fire) by removing 'long' from the notify list.

    Have a lot of fun....

    • view
    no replies
  • site updates: www, teos, sophia (updated)

    Tuesday 2009-03-17 12:37 PM EDT

    • sophia
      • layout and design updated
      • reply count is now working as it should
      • replies are working
      • tinymce integration is working
      • integration with teos (crosslinking)
      • CAPTCHA is working, even if a little too severe for common use
      • "syncnumber technology" -- "member", and "sig" records are synced from the www site once per hour via python script in cron. in the past, the two databases were completely independent, so the "jonez" account on the www site would have to be recreated on sophia, etc.
    • teos is good enough to replace sig.php on www, but not ready for public release
    • demeter is under development, and will soon have an update made that will drastically improve site performance. while it may be broken, try demeterdev.
    • www
      • index page shows posts from sophia marked as 'frontpage'
      • outbound xml feed now lists posts from sophia
      • swf banner with graceful degrade to standard png if plugin is blocked or not available.
    • view
    no replies
  • wwe universe: update for 2009-03-10

    Tuesday 2009-03-10 06:05 PM EDT

    category: professional wrestling

    • stone cold steve austin is booked to be on raw next week (2009-03-16)
    • jbl is new intercontinental champion with a victory over cm punk
    • the longhorn loudmouth surprised the world by defeating cm punk to became the new intercontiental champion on raw has this victory ensured that jbl will make history at mania
    • tonight on ecw tri-branded money in the bank qualifying battle royale: koslov vs dolph ziggler vs great khali vs william regal vs tommy dreamer vs christian, winner goes to the money in the bank at mania 25
    • hulk hogan may make an appearence at wrestlemania, despite reports of recent back surgery
    • assuming ric flair is cleared to wrestle by hbk, he may make an appearence at mania
    • possible match between hulk hogan and austin316 at mania25
    • Jeff Hardy Lifts 500 pounds
    • following legacy smackdown onslaught, wwe champion tripple h suprised randy orton by showing up at his front door in st louis 900 miles away from the ring. the legend killer was battered by the game who was apprehended by the police.
    • On RAW, John Cena revealed that he will join the World Heavyweight Champion Edge and Big Show at WrestleMania in a Tripple Threat Match for the gold. Cena then exsposed the steamy, romantic affair between Show and Edge's wife Vickie Guerrero -- edited: Raw: John Cena joins the World Heavyweight Title Match at WrestleMania, unedited, part 1, part 2
    • view
    no replies
    • totalItems: 44
    • [1]      
    • «
    • 2
    • 3
    • 4
    • [5]
    • 6
    • 7
    • 8
    • »
    • [9]
    • numPages: 9
  • [ powered by: zoid technologies ]
  • [ credits ]
  • [ hosted by: data slab ]
  • validate css
  • validate xhtml
  • powered by smarty
  • powered by bbsengine2
  • powered by php5
  • powered by postgresql
  • powered by pear
  • suhosin