★ wanayoo — archive 1999 http://www.atthat.com/Nouvelle recherche | Portail wanayoo
thatware.org
- home
- submit news
- search the news
- journal
- thatcam
thatphpware
- todo
- what is it?
- download
- mailing list
- bug reports
- sourceforge cvs
- thatware sites
- nightly cvs tarball
- getthatware shell script
preferences
- new user
- user area
user login
username:
password:
atthat.com

 
 
All | atthat.com | General News | Thatware ]


Postgre support and classes
[Thatware] Posted by deekayen on Sat, Mar 31 @ 12:55 AM
After the one comment from ellis about phpwebtools, I'm wondering...

  • Is it worth it to support postgre (or others)? I remember when thatware 0.1 came out that people screamed for postgre support and I said no.

  • Would it be significantly better to not have any classes in thatware? It would call for a more advanced and/or technical understanding of thatware and PHP along with the patience to track down where variables are coming from and such with the classes. Would it affect contributions? (you being the contributor) It would make sense if people don't know how to work with classes that they wouldn't understand parts of the code and then not contribute.

    These questions are important and I am definately listening for the answers, because it will certainly affect what I work on and how I do it and where I steal code from.
  • ( 1 comment | Printer-Friendly Version Send this article to a friend! )


    Speaking of plugins...
    [Thatware] Posted by deekayen on Fri, Mar 30 @ 06:58 PM
    I saw a something on freshmeat today that I'm interested in. I've only glanced at the code, but what do yall think about using phpwebtools in thatware? Specifically, I'm interested in class.browser_detect.php for the counter and class.sql.php which apprently only supports mysql and postgre now. Yes, it would be for thatware 0.5.
    ( 5 comments | Printer-Friendly Version Send this article to a friend! )


    Forum 'Add-On'
    [atthat.com] Posted by Paladin on Fri, Mar 30 @ 03:14 PM
    I've added a Message Board to Thatware V# 0.4.6.
    It's written by Johnny_Vegas of BattleReports.Com. VegasForum V1.0 is a multi threaded forum, requires PHP and MySQL and is about 9k total. There are a total of 5 php files and uses your existing 'Thatware' header and footer files.
    You can see my installation here at Net-Guardian, (not much there at the moment, still setting up the Site). I still need to tweak the css file a bit since it defaults to the overall theme pre-sets (some parts are kinda loud, input text area boxes come to mind:). I've only installed one theme right now but you can still see it's general implementation.
    ( 3 comments | Printer-Friendly Version Send this article to a friend! )


    Start of 0.5
    [Thatware] Posted by deekayen on Sun, Mar 25 @ 10:57 PM
    Ok, I have the basics of thatware 0.5 complete... except for one minor detail that I noticed when I uploaded the files to this site.
    ( Read more... | 404 words in body | 61 comments | Printer-Friendly Version Send this article to a friend! )


    Ha ha... erm... ow
    [General News] Posted by deekayen on Sun, Mar 25 @ 03:20 AM
    I decided I was going to race someone down a steep hill today and I stepped in a hole in the side, tripped, and fell on the asphalt at the bottom of the hill... landing first on my hands. Then my hip. Then my knee. So I cut the hunks of dead skin off the palm of my hand and I'm typing with a paper towel covering my wrist support thingie to keep the blood from staining it. If my hand stings this much tommorrow, I won't be working very much on thatware. If I don't, I'll still put the code up somewhere. Just a little FYI.
    ( 1 comment | Printer-Friendly Version Send this article to a friend! )


    Whats next?
    [Thatware] Posted by deekayen on Sat, Mar 24 @ 04:08 PM
    Anonymous writes "It looks like some is working on making the blocks more configurable, someone else is working on the polls. What other feature is everyone wanting to be coded?"

    ( 8 comments | Printer-Friendly Version Send this article to a friend! )


    Admin links doesn't include $user variable!
    [Thatware] Posted by deekayen on Fri, Mar 23 @ 09:38 AM
    Anonymous writes "Anyone knows why? I'm running the latest PHP (4.0.4) on Windows 2000, and successfully installed Thatware...

    The links om the admin.php page only includes the command, not the user variable, resulting in me getting returned to the admin login page.
    "


    ( 5 comments | Printer-Friendly Version Send this article to a friend! )


    CMS Shootout: Which CMS is Best?
    [General News] Posted by deekayen on Thu, Mar 22 @ 09:20 PM
    Anonymous writes "Well if you are here then you probably think thatware, but there are many people who think differently than you. Fox-Hunt is going to host a CMS shootout. We need your help finding them! Please post any CMS that you know of in this forum. It is kinda like voting. Obviously we'll test the major ones like PHP-Nuke and phpwebsite but some the the more obscure will be choose based on the number of people who posted them. This forum will be open for a week. We'll take the top 9 and test them is groups of 3 over the next 3 weeks. So start posting CMS here and let's see which CMS is best!
    Also, please post any thoughts you may have as to the methodology of the testing. If you would like to help with the testing please post your name, email, and ICQ/AIM in the "I would like to help" topic.


    VOTE HERE!
    PHP is prefered but not required. CMS requirements should not be more than mySQL 3.23, Apache 1.13.19, PHP 4.0.4pl1, or Perl 5.004"


    ( 0 comments | Printer-Friendly Version Send this article to a friend! )


    Cleaning up the file structure
    [Thatware] Posted by deekayen on Thu, Mar 22 @ 06:56 PM
    Anonymous writes "Being somewhat of a neat freak, I want to know if there is a way to collect most of the files into directories so that we don't have a big fistful of .php files rattling around the web root?

    A niggling issue, to be sure, but it would be nice to see a little more file organization in future releases. :)"
    ...and there will be. If my time is planned out perfectly (and never is), I should have Thatware 0.5 Vaporware #1 up late this weekend or early next week. You can be sure to comment on it then.

    ( 0 comments | Printer-Friendly Version Send this article to a friend! )


    how to use php in boxes (a very very simple hack)
    [Thatware] Posted by bren on Thu, Mar 22 @ 06:25 PM
    I have to give credit to deek for the thatware code...it is so easy to put php in boxes you won't believe it... in thatfile.php, go to the getblocks() function and make it look like this: // Static block. Clean out any nasties, and pass it to the theme. $content = $content; However, be very careful because this opens up a lot of security issues. If you do this you may want to disable the user-made block and if you have lots of admins string replace all bad function calls. One thing: if you had any HTML-only blocks before they will mess up now. I don't know how to fix this. Even you change echo $content to eval($content) in themesidebox() it still screws up when you try to do anything more complex than echoing stuff. Please let me know if you can find a way to improve this and get HTML in a box :/ LOL
    ( 0 comments | Printer-Friendly Version Send this article to a friend! )
    Page 1 of 53 ->

     
    poll
     
    The best salsa
    Pace
    Taco Bell
    Tostidos
    Restaurant
    Homemade
    Local stuff
    Votes: 41

    [Results | Polls]

    Top 10 of last two weeks
     
    [482]Start of 0.5
    [154]Has anyone coded a referrers page?
    [91]Whats next?
    [60]Admin links doesn't include $user variable!
    [48]Ha ha... erm... ow
    [46]Is there a way to edit the current poll?
    [38]Printer Not So Friendly.
    [26]Mailing List Archive???
    [19]Forum 'Add-On'
    [19]Speaking of plugins...

    older news
     


    CVS -> SourceForge
      Project Page
    CVS Start
    CVS - thatware_current
    Bleeding edge code running

    Admin Screenshots
      Main
    Admin Admining
    Email Users
    Edit Users
    Edit Topics
    Edit Blocks


    In case you can tell, this site uses thatware