Results 1 to 10 of 10

Thread: You need a News System for your Homepage?

  1. #1
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts

    You need a News System for your Homepage?

    Hi all,
    I scripted a news system for a website.
    This system allows the time:
    -Time with post news
    -Delete it from the database via self-written admin panel protected with md5
    -Mail system can be output with PHP and HTML
    For this system, you only need 2 databases
    Would you have it?
    Then write to me privately

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Wow, only two databases for one system and even protected with md5? Sounds like you know what you are doing!
    timescale 0.01

  3. #3
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    I mean the Admin Panel is protected with md5
    1. database is admin panel
    2. database are all news with ids , times e.g.^^
    Last edited by STAUFFi; 5th October 2013 at 13:03.

  4. #4
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    md5 no salt? I think kung was being sarcastic.

  5. #5
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    I not like kung's sarcasm.

  6. #6
    Private First Class RobsoN's Avatar
    Join Date
    Jan 2013
    Location
    /home/cod2/
    Posts
    230
    Thanks
    119
    Thanked 95 Times in 64 Posts
    Why you can't keep everything just in one db?
    "Don't worry if your code doesn't work correctly - if everything worked, you would not work" ~Mosher's right

  7. #7
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    The problem is with the admin panel the first admin have id 0 and the first news to...
    then you cant protected news with md5.

  8. #8
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    And why you don't publish the source code?
    timescale 0.01

  9. #9
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by STAUFFi View Post
    The problem is with the admin panel the first admin have id 0 and the first news to...
    then you cant protected news with md5.
    What about sql injection? If that works then you are always admin =]

  10. #10
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    rly? but i have 4 accounts in this script

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •