phpWebLog

find
story index | search | archive | submit story | downloads | stats | contact
Topics
  • General (915)
  • Announcements (20)
  • Development (521)
  • Mods & Hacks (33)


  • phpWebLog
  • Latest Release - 0.5.3 (BETA)
  • Latest Stable - 0.5.2
  • ChangeLog
  • TODO / Roadmap
  • BUGS

    CVS WEB

  • New XL fork 0.5.2
  • Unstable branch 0.5.3

  • For development discussions and for general support, join the phpWebLog mailing list

    phpWebLog needs active developers to help fix bugs. If you are interested, send me your SourceForge login information for CVS access.


    Last 5 Comments
  • phpweblog 0.5.2 (and maybe 0.5.3) security problems (Anonymous)
  • phpweblog 0.5.2 (and maybe 0.5.3) security problems (test)
  • New site and a little praise (Poker)
  • Necessary features and bug (Payday Loans)
  • Archives (Payday Loans)


  • User accounts
    Posted under Development by A. Eriksson on Wednesday January 31 2001 @ 05:33PM EST
    Development Any tip on how I should go on with this?

    < phpWebLog 0.5.0-pre2 | Question about lastest unstable with php3 >

    Big D writes on Monday January 22 2001 @ 05:09PM EST: [ reply | parent ]
    Has Jason given up on the idea of User accounts and it's up to us to implement them? If so, I'm game.

    Doesn't -seem- to difficult. (I'm assuming that that no one is expecting a slash type of configuration/ratings system.) Add another table (T_users) with user,pass,email, blah, blah, etc etc. Contrib.php checks a cookie for a user/pass combo and checks it against the db, if it doesnt exist, it shoots them to register.php so the person can input their data.
    Vincent Danen writes on Monday January 22 2001 @ 07:41PM EST: [ reply | parent ]
    Please don't make a cookie that includes the
    username or password. Have a random number or
    string that is generated upon login and stored
    in the database that you use in the cookie and
    removed upon logout, which is random each time
    (with maybe a definable expiry).

    Having a user/pass combo in the cookie is a
    horribly insecure way to have people muck around
    with your user accounts.
    Greg Wright writes on Monday January 22 2001 @ 11:14PM EST: [ reply | parent ]
    Vincent has the idea, use an id that exists for the session, use cookies so it can work on both php3 & 4, check user pass etc against database, if ok, create an id that is passed to cookie and used until logout... also I have not seen Jason say he has given up on this, also registration should still be optional, ie sections of the site should be nominated as member only via some method.
    Vincent Danen writes on Monday January 22 2001 @ 11:36PM EST: [ reply | parent ]
    Yeah, totally. I agree that registration should be optional. On some sites, if you need to register, you just lost 10-25% of the people who might write something anonymously or otherwise. Some people (like me) couldn't be bothered to register on a website just to write one message.
    cr0bar writes on Tuesday January 23 2001 @ 06:09AM EST: [ reply | parent ]
    hmmm, my feeling is that it could be optional to register, but you would get some, i mean like a special configuration/webpage with special services, like user only - votepool, news, filemanager and stuff, what do you feel? jason c'mon, you're the phpweblog man an NO ONE can deny it, you can do it, please develop phpweblog more, it's a great script and it shouldn't be abandoned, that's my request, c'mon ppl help me convincing jason
    Greg Wright writes on Tuesday January 23 2001 @ 09:06AM EST: [ reply | parent ]
    Hi Vincent, Mr Bar & Big D,

    Vincent I know I would be on your site a lot less if I had to register....I hate form's being forced on me, even if its a great site :)

    Mr Bar, I do not think we have to convince Jason, I am sure he has enough to do and will do it if he feels he has the time & its worthwhile (which of course it is), what should happen is more people help in coding, I guess thats why Jason went to the trouble of creating a sourceforge acc. , I am not flaming you, but saying Jason probably does not want 20 or more wives naging him to do something that should be appreciated, I know that my contributions would not be very, well, complex, so I cannot help, but the person whom started this thread appears to be willing and probably able, so if jason is in fact not working on this, it would be worth somone else helping to develop such a thing.

    Login checking is really not too hard, and I can point out some simple examples that could be hacked on, the part that would be difficult is adding to the existing code so that in the site config area or other you could specify pages that would be member only areas, maybe this is not that hard either.

    So I would ask Jason what he has done so far on this, and if somone is too code it, ask jason for what format etc he may like it in so that he will also be able to know what is done (I am sure he already would have a method for doing this)

    I just shudder at the thought of possibly nagging somone who is producing code for the general Public for what as far as I can see gets a rate of $0/hr.

    BTW if this wants to be discussed more with me in particular, I prefer the mail list :)

    G
    Vincent Danen writes on Wednesday January 31 2001 @ 06:55PM EST: [ reply | parent ]
    Well, trust me, I don't want to force anyone to register on my site... =) I like anonymous postings, I like "free" posting, etc. I do think it should be the site maintainer's choice, however.

    Some benefits I see to user accounts for those of us who like "free" posting would be user customization... ie. only want to see stories in these categories on the main page, maybe allow them to select themes for themself, or colors, whether to have voting booths displayed or not... little things that let them customize the look-n-feel of the site.

    That is the end I would shoot for, but having a selectable option like "account required to post", etc. would be good for those who want it.
    Big D writes on Wednesday January 24 2001 @ 11:35PM EST: [ reply | parent ]
    Exactly. I'd want to make sure we arent stepping on Jason's feet by starting development on user accounts if he's already got something in mind or has started code for it.
    A.Eriksson writes on Saturday January 27 2001 @ 04:01PM EST: [ reply | parent ]
    Hmm...but I thought Jason decided not to develop phpWebLog longer? At least, not as frequently as before? He has definitely removed this feature from the todo-list.
    jason writes on Wednesday January 31 2001 @ 05:39PM EST: [ reply | parent ]
    I removed it due to the other projects that I have had to donate my time to. My short term goal here to make phpWebLog as stable as possible, and release a nice 1.0. After that, the idea of possibly opening up the source on a CVS server and allowing developers to hack away comes to mind.
    BuBbA writes on Thursday February 01 2001 @ 08:55AM EST: [ reply | parent ]
    Since jason hasn't got the time, etc, to impletment the user accounts thing, i supose there is no problem to do it on our own. I belive PHPWebLog is under GPL so we only need to give the necessary credits do jason and to his work, and carry on.


    I don't know shit about php and stuff, but i will do everything to support who ever tries to implement the user accounts.

    Gaudior writes on Thursday February 01 2001 @ 10:22AM EST: [ reply | parent ]
    I would hope we don't fork the project. Waiting until a clean release is made, and starting from a stable platform is better than starting now, when the code base is still, um, a little unstable.

    Just a thought.

    BuBbA writes on Sunday February 04 2001 @ 08:34PM EST: [ reply | parent ]
    At this time i'm really needind the user accounts ... jason told us that he was going to make it but he didn't. I understand him, but ... he has some priorities, i have others. We can wait forever for a clean release, causa there willl allways exist bugs and stuff. I belive 0.5.0 it's a god starting point.
    Post a Comment
    Name:
    Email:
    URL:
      Remember my information (uses cookies)
      I would rather be anonymous
    Comment:
    * Your email will not be made public.
    Save As:

    SourceForge
    SourceForge is providing us a mailing list , documentation and a CVS tree.

    SourceForge Logo


    PHP.net
  • Call for Speakers : PHP Qu&eacute;bec 2004
  • New function list auto completion
  • PHP 4.3.4 released!
  • PHP 5.0.0 Beta 2 released
  • Forum PHP in Paris, November 26 & 27th
  • Monthly PHP Magazine in French launched!
  • ApacheCon 2003, the Global Hub for All Things Apache
  • php|cruise: The World's First Ever PHP-only Cruise
  • PHP Usage Survey Results
  • PHP Manual CHM Edition - 12th build

  • PHPBuilder
  • Zend Studio 3.0
  • GIS Mapping with PHP
  • On User-Defined Timezones in PHP
  • Dreamweaver MX 2004
  • Using PEAR's HTML_Table Class
  • An introduction to the ADOdb class library, Part 2
  • An introduction to the ADOdb class library for PHP
  • Manually Expiring Web Pages
  • Regression Testing With JMeter
  • Advanced Image Editing Under the GD Library

  • phpWebLog: A PHP News and Content Management System
    Copyright (C) 2000-2002, Jason Hines / Eye Integrated Communications